Author |
Message
|
scar |
Posted: Mon Jun 19, 2006 8:24 am Post subject: Issues creating configmgr in MB 6.0 |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
AIX - 5.2
exec(): 0509-036 Cannot load program mqsicreateconfigmgr because of the following errors:
0509-150 Dependent module libicuuc32.0.a could not be loaded.
0509-022 Cannot load module libicuuc32.0.a.
0509-026 System error: A file or directory in the path name does not exist. |
|
Back to top |
|
 |
wschutz |
Posted: Mon Jun 19, 2006 8:57 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Can you confirm that you're sourcing mqsiprofile first?
Do you have this library on your system? (sorry, I have no access to an aix machine right now, so I can't look), if so, is that directory in LD_LIBRARY_PATH? _________________ -wayne |
|
Back to top |
|
 |
scar |
Posted: Tue Jun 20, 2006 5:26 am Post subject: [SOLVED] |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
i didnt run the mqsiprofile.
its working |
|
Back to top |
|
 |
scar |
Posted: Tue Jun 20, 2006 5:30 am Post subject: |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
now we have a new issue
mqsicreateconfigmgr configmgr -i mqsiuid -a ******* -q IASBV.M01.CONFIGMGR -n MQSICMDB -u db2admin -p ******** -w /home/mqsiuid/configmgr
After entering the command, we received the following error:
BIP1223I: Attempting to open and migrate DB2 database 'jdbc:db2://151.121.54.27:60000/MQSICMDB'...
com.ibm.db2.jcc.a.SqlException: Failure in loading T2 native library db2jcct2
at com.ibm.db2.jcc.t2.a.a(a.java:31)
at com.ibm.db2.jcc.t2.T2Configuration.<clinit>(T2Configuration.java:70)
at com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:178)
at java.sql.DriverManager.getConnection(DriverManager.java:539)
at java.sql.DriverManager.getConnection(DriverManager.java:189)
at com.ibm.broker.config.DBManager.migrateDatabase(DBManager.java:1677)
at com.ibm.broker.config.DBManager.<init>(DBManager.java:1173)
at com.ibm.broker.config.ConfigurationData.initialize(ConfigurationData.java:136)
com.ibm.db2.jcc.a.SqlException: Failure in loading T2 native library db2jcct2
at com.ibm.db2.jcc.t2.a.a(a.java:31)
at com.ibm.db2.jcc.t2.T2Configuration.<clinit>(T2Configuration.java:70)
at com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:178)
at java.sql.DriverManager.getConnection(DriverManager.java:539)
at java.sql.DriverManager.getConnection(DriverManager.java:189)
at com.ibm.broker.config.DBManager.migrateDatabase(DBManager.java:1677)
at com.ibm.broker.config.DBManager.<init>(DBManager.java:1173)
at com.ibm.broker.config.ConfigurationData.initialize(ConfigurationData.java:136)
BIP8078E: A problem was encountered while attempting to create/delete the Configuration Manager.
The operation was not completed successfully.
Check messages in the system log for related errors and retry the operation. If the problem still occurs, contact your IBM support center. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 20, 2006 5:37 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Wait for it...
wait for it...
Did you source the db2 profile? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
scar |
Posted: Tue Jun 20, 2006 7:02 am Post subject: |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
yes i did run db2 profile |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Jun 20, 2006 7:51 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Just checking - but are trying to migrate a Config Manager, right?
The -n flag should only be used if MQSICMDB (in your case) contains existing domain data you wish to migrate. |
|
Back to top |
|
 |
scar |
Posted: Tue Jun 20, 2006 9:23 am Post subject: |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
yes we are migrating from MQSi 2.1 to MB 6.0 on AIX.
we hava java 1.4.1 is that causing this issue ? |
|
Back to top |
|
 |
wschutz |
Posted: Tue Jun 20, 2006 9:37 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
|