Author |
Message
|
sourdas2 |
Posted: Tue May 23, 2006 6:38 am Post subject: Unable to find version "*.*.*" of business object |
|
|
 Voyager
Joined: 21 Apr 2006 Posts: 90 Location: Kolkata,India
|
Hi,
I am very new to the concept and configuration of adapter. I am using WBIMB5.3 and JDBC adapter 4.2.2 on Win2000. The adapter is properly configured. I have developed BO(xsd) and xml message correctly. Both of them are valid.
But the adapter is giving following error - Unable to find version "*.*.*" of business object definition "SCHD__CHR05". Here "SCHD__CHR05" is a field of my xml message which is valid according to xsd file.
I have no clue what is the cause of this error and what to do next.
Any suggestion would be great.
Thanks
Sourav _________________ Thanks and Warm Regards
Sourav |
|
Back to top |
|
 |
RocknRambo |
Posted: Tue May 23, 2006 8:00 pm Post subject: |
|
|
Partisan
Joined: 24 Sep 2003 Posts: 355
|
couple of things to check...
whether the element "SCHD__CHR05" exists in the .xsd ?
and does it follow up the order of the attributes in the .xsd
-RR |
|
Back to top |
|
 |
sourdas2 |
Posted: Tue May 23, 2006 8:04 pm Post subject: |
|
|
 Voyager
Joined: 21 Apr 2006 Posts: 90 Location: Kolkata,India
|
Yes "SCHD__CHR05" exist in the xsd and sequence is correct. I have validated the whole xml file with xsd by xml spy. I can't find any wrong. _________________ Thanks and Warm Regards
Sourav |
|
Back to top |
|
 |
RocknRambo |
Posted: Tue May 23, 2006 8:11 pm Post subject: |
|
|
Partisan
Joined: 24 Sep 2003 Posts: 355
|
lastly you might want to check the version of the of .xsd created... I mean, the .xsd and .cfg are created in the same version of the Tool kit.
and wud be nice if you paste the chunk of trace,
-RR |
|
Back to top |
|
 |
vk |
Posted: Wed May 24, 2006 3:49 am Post subject: |
|
|
Partisan
Joined: 20 Sep 2005 Posts: 302 Location: Houston
|
Are you populating an RFH header for the XML message before sending the message to the request queue for the connecotr? The RFH header should have the BO Name in mcd.Type and mcd.Fmt as CwXML.
Also make sure that the element names in XML are exactly same as that defined in the BO.
Regards,
VK. |
|
Back to top |
|
 |
sourdas2 |
Posted: Wed May 24, 2006 10:15 pm Post subject: |
|
|
 Voyager
Joined: 21 Apr 2006 Posts: 90 Location: Kolkata,India
|
Hi,
Thanks RocknRambo and VK for your suggestion. The problem was due to version mismatch between xsd and adapter.
Actually the error was due to a problem during the start-up process of IBM WBI Adapter in Framework v2.4.0 and there is a patch to resolve this problem.
Cause : IBM WBI Adapters may fail due to JCE Certificate Expiration on May 18, 2006
Resolution : Please visit the following link to resolve this issue.
http://www-1.ibm.com/support/docview.wss?uid=swg21236350
After patch installation xsd version was diff from previous version. So I have recreated xsd from BO designer and my problem solved. _________________ Thanks and Warm Regards
Sourav |
|
Back to top |
|
 |
|