Author |
Message
|
Satyanarayan Mishra |
Posted: Sun Jan 22, 2006 10:54 pm Post subject: Not able to deploy into the server |
|
|
Novice
Joined: 22 Aug 2004 Posts: 19
|
Hi all,
I am very new to Interchange Server.
Here I have developed simple scenario where in sending data in terms of XML file from message queue to db2 data base is happening.
But I am unabe to deploy the same into the ICS server.
While deploying i am getting this error
149 Collaboration "Cw_DesignDataColabObj" is not fully bound..
Relationship MqJtext 2813 An error occurred during the validation of the runtime database connection information for relationship definition MqJtext. The database URL used is: jdbc:db2:wipro-bishwa:523/satyami.TOOLSDB. The database login name used is: satyami. The database type used is: DB2. Reason: Cannot connect to data source jdbc:db2:wipro-bishwa:523/satyami.TOOLSDB. [info]:: (SQLState [HY009]:[IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTATE=HY009DB specific error:-99999).
Collaboration Cw_DesignDataColabObj 2813 Collaboration "Cw_DesignDataColabObj" is not fully bound.
Any solution to this error.
Warm Regards
Satya |
|
Back to top |
|
 |
sdng |
Posted: Mon Jan 23, 2006 1:11 am Post subject: |
|
|
Acolyte
Joined: 23 Nov 2005 Posts: 53
|
about collabaration - some ports not bint to targer (connector or another collaboration)
about relation - mistaken connection properties to repository _________________ Are you gangsters? No, we are Russians! |
|
Back to top |
|
 |
Satyanarayan Mishra |
Posted: Tue Jan 24, 2006 8:50 pm Post subject: Not able to start the connector controller and agent |
|
|
Novice
Joined: 22 Aug 2004 Posts: 19
|
Hi All,
Thanks sdng for your valauble tips.Now am able to deploy
Now the the problem is with my connectors. My objective is to i need to put some XML message in message queue which is to be picked up by WMQ connector and send it to the target database which is again done by a JDBC connector.
In WMQ side i configured the connector agent and same as JDBC connector agent by putting relevant parameters.
While starting the connector conntoller in the server i am getting this error
[MsgID: 17120] [Mesg: Attempt to start SYS01_MQConnector controller failed. An error java.lang.NoClassDefFoundError: com/ibm/mq/MQException was encountered during initialization.]
Any idea to this error.
Warm regards
Satya |
|
Back to top |
|
 |
vennela |
Posted: Tue Jan 24, 2006 8:54 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Do you have the MQ Java/JMS component of MQ installed on your machine? |
|
Back to top |
|
 |
Satyanarayan Mishra |
Posted: Tue Jan 24, 2006 9:48 pm Post subject: |
|
|
Novice
Joined: 22 Aug 2004 Posts: 19
|
Yes i have it in my system installed |
|
Back to top |
|
 |
vennela |
Posted: Tue Jan 24, 2006 10:03 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Do you have all the QM jar files
Is MQ_LIB env variable set?
Is it pointing to the directory where the jar files are |
|
Back to top |
|
 |
Satyanarayan Mishra |
Posted: Wed Jan 25, 2006 12:17 am Post subject: |
|
|
Novice
Joined: 22 Aug 2004 Posts: 19
|
Hi Vennela,
Yes I have all QM jar files.MQ_LIB is also set to the location where all the QM and JMS jar files are there.I even replaced the jar files form other machihe excepting that damage to the jar files. |
|
Back to top |
|
 |
|