You are on page 1of 3

Installing ITIC and configurating it for TADDM and Maximo mapping

De preferat a da toate comenzile DB2 in DB2 Control Center

Intsall ITIC, using setup.exe (from extracted zip). Use these values:
Database Server Name:
Port Number : 50005
Database Name : maxdb71
Database Username: maximo
Database/Schema Owner: db2admin
Create a top level class.
Open Maximo server gui.
Go to > Administration > Classifications
In the Classification application, create a new classification = 'TOPCICLASS'. This will be the root
classification for all the classes from TADDM.
Add the OS environment variable "DB2INSTANCE=ctginst1"
Open up a DB2 command window
Enter: db2 connect to maxdb71 user maximo using <password>
Enter: db2 update maxvars set varvalue=(select classstructureid from classstructure where
classificationid=TOPCICLASS) where varname=CICLASS'
Enter: db2 commit
Update C:\Integration Composer\data\properties\fusion.properies.
Update: mxe.db.queryDepthLevel=2
Copy *.db2,*.ora,*.sqs, *.schm (from extracted zip) to C:\Integration Composer\data\dataschema
Copy *.fsn (from extracted zip) to C:\Integration Composer\data\mappings
Create CI Type schema. In the same DB2 command window, that was used in step #4, enter:
db2 -tvf createTADDM71CITypeDataSchema.db2
Enter: db2 commit
Run: C:\Integration Composer\bin\startFusion.bat. Use maximo/password to log in (matches the
database userid you used to install CCMDB with)
Create Data Schema
Select "Define New Data Schema"
Enter Data Schema name "CCMDB71Classification"
Select Connection Method "IBM DB2 JDBC Driver"
hostname: (Maximo database server)
port: 50005
database: maxdb71
username: maximo
password: *******
table owner: maximo
Test Connection
Import Data Schema
Select action: Import Data Schema: CCMDB71Classification.schm
Fix Errors and then hit ok
Select action 'save'
Create Qualifier Schema. In the same DB2 command window, that was used in step #4, enter:
db2 -tvf qualifierCCMDB71Classification.db2
Enter: db2 commit
Create TADDM Data Source
Select "Define New Data Source".
Select "TADDM CI Type"
Enter Data Source name "TADDMCIType"
Select Connection Method "IBM Configuration and Tracking API"
hostname: 10.16.5.44 (TADDM server hostname)
port: 9530
username: administrator
password: collation
Test Connection
Create mappings
Select create new mapping
select your source (taddm) and target(ccmdb).
Enter name 'taddm-2-ccmdb-citypes'
Import mapping file
Select Action 'Import'
select the mapping file 'TADDM71CITypeToCCMDB71Classification.fsn'
select action 'save'
Close and reopen Fusion (Integration Composer)
Execute mapping
Select "Execute Mapping"
Select mapping 'taddm-2-ccmdb-citypes'
Enter passwords for Maximo and TADDM data sources.
Finish
Activate CI Types
Log into Base Services GUI
Goto -> Administration -> CI Types
Search description for '=sys.computersystem'
Change status to active, using 'change status' icon
Create Actual CI schema. In the same DB2 command window, that was used in step #4, enter:
db2 -tvf createTADDM71ActualCIDataSchema.db2
Enter: db2 commit
Create TADDM Data Source for Actual CI
Select "Define New Data Source".
Select "TADDM Actual CI"
Enter Data Source name "TADDMActualCI"
Select Connection Method "IBM Configuration and Tracking API"
hostname: 10.16.5.44 (TADDM server hostname)
port: 9530
username: administrator
password: collation
Create Data Schema for Actual CI
Select "Define New Data Schema"
Enter Data Schema name "CCMDB71ActualCI"
Select Connection Method "IBM DB2 JDBC Driver"
hostname: (Maximo database server)
port: 50005
database: maxdb71
username: maximo
password: maximo
table owner: maximo
Import Data Schema
Select action: Import Data Schema: CCMDB71ActualCI.schm
Fix Errors and then hit ok
Select action 'save'
Create Qualifier Schema. In the same DB2 command window, that was used in step #4, enter:
db2 -tvf qualifierCCMDB71ActualCI.db2
Enter: db2 commit
Create mappings
Select create new mapping
select your source (taddm, actual CI) and target(ccmdb, actual CI).
Enter name 'taddm-2-ccmdb-actualci'
Import mapping file
Select Action 'Import'
select the mapping file 'TADDM71CITypeToCCMDB71ActualCI.fsn'
select action 'save'
Close and reopen Fusion (Integration Composer)
Execute mapping
Select "Execute Mapping"
Select mapping 'taddm-2-ccmdb-citypes'
Enter passwords for Maximo and TADDM data sources.
Finish
Done - Actual CIs should now show up in the Base Services GUIs

You might also like