Author |
Message
|
Amol.Joshi |
Posted: Fri Jun 15, 2007 11:29 pm Post subject: mySAP.com connector giving error..... |
|
|
Newbie
Joined: 15 Jun 2007 Posts: 4
|
I'm using WBIMB 6.0 & mySAP.com connector.
It's giving an error -
Description:The received message cannot be converted to BO. The message is not valid.
I'm not able to findout the reason behind this error.
Please help me out from this error.
Thanks in advance.
~Amol |
|
Back to top |
|
 |
Amol.Joshi |
Posted: Sat Jun 16, 2007 5:15 am Post subject: |
|
|
Newbie
Joined: 15 Jun 2007 Posts: 4
|
More details on above problem -
JMS Message class: jms_text
JMSType: mcd://mrm/D6KP8Q4002001/sap_zq_all_lab_results?format=CwXML
JMSDeliveryMode: 1
JMSExpiration: 0
JMSPriority: 4
JMSMessageID: ID:414d5120514d47522020202020202020360a3f462017f702
JMSTimestamp: 1181993711237
JMSCorrelationID:000000000000000000000000000000000000000000000000
JMSDestination: queue://QMGR/SAPCONNECTOR/REQUESTQUEUE
JMSReplyTo: queue:///SAPCONNECTOR/COMP_RESPONSEQUEUE
JMSRedelivered: false
JMS_IBM_PutDate:20070616
JMSXAppID:I\6.0\bin\DataFlowEngine.exe
JMS_IBM_Format:MQSTR
JMS_IBM_PutApplType:11
JMS_IBM_MsgType:1
JMSXUserID:db2admin
JMS_IBM_PutTime:11351123
JMSXDeliveryCount:1
<ControlMessage><TimeoutRequest><Action>SET</Action><Identifier>COMP</Identifier><StartDate>TODAY</S
Another 1,072 character(s) omitted]
[Time: 2007/06/16 17:05:11.357] [System: ConnectorAgent] [SS: SAPConnector] [Thread: SAPCONNECTOR/REQUESTQUEUEJmsThreadPool.thread1 (#1134770179)] [Type: Trace] [Mesg: :Converting the Bomo to String -- <ControlMessage><TimeoutRequest><Action>SET</Action><Identifier>COMP</Identifier><StartDate>TODAY</StartDate><StartTime>NOW</StartTime><Interval>3000</Interval><Count>-1</Count><IgnoreMissed>FALSE</IgnoreMissed><AllowOverwrite>TRUE</AllowOverwrite></TimeoutRequest><Q1:sap_zq_all_lab_results verb="Create" xmlns:Q1="http://www.ibm.com/websphere/crossworlds/2002/BOSchema/sap_zq_all_lab_results" xmlns:Q2="http://www.ibm.com/websphere/crossworlds/2002/BOSchema/sap_all_labreportdata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ibm.com/websphere/crossworlds/2002/BOSchema/sap_zq_all_lab_results ../xsd/sap_zq_all_lab_results.xsd http://www.ibm.com/websphere/crossworlds/2002/BOSchema/sap_all_labreportdata sap_all_labreportdata.xsd "><Q1:Posting_date_in_the_document>20030221</Q1:Posting_date_in_the_document><Q1:Character_100>ACU01</Q1:Character_100><Q1:Single_character_flag>U</Q1:Single_character_flag><Q1:Plant>9020</Q1:Plant><Q1:sap_all_labreportdata size="-1"><Q2:sap_all_labreportdata verb="Create"/></Q1:sap_all_labreportdata><Q1:ObjectEventId>Q1:ObjectEventId</Q1:ObjectEventId></Q1:sap_zq_all_lab_results></ControlMessage>]
[Time: 2007/06/16 17:05:11.568] [System: ConnectorAgent] [SS: SAPConnector] [Thread: SAPCONNECTOR/REQUESTQUEUEJmsThreadPool.thread1 (#1134770179)] [Type: Trace] [Mesg: :Sending response message:
JMS Message class: jms_text
JMSType: mcd://mrm/D6KP8Q4002001/sap_zq_all_lab_results?format=CwXML
JMSDeliveryMode: 1
JMSExpiration: 0
JMSPriority: 4
JMSMessageID: ID:414d5120514d47522020202020202020360a3f462017f702
JMSTimestamp: 1181993711237
JMSCorrelationID:ID:414d5120514d47522020202020202020360a3f462017f702
JMSDestination: queue://QMGR/SAPCONNECTOR/REQUESTQUEUE
JMSReplyTo: queue:///SAPCONNECTOR/COMP_RESPONSEQUEUE
JMSRedelivered: false
Status:-1
RequestType:Response
Description:The received message cannot be converted to BO. The message is not valid.
I'm not able to understand, from where i shd start tracing  |
|
Back to top |
|
 |
Tonedef |
Posted: Sat Jun 16, 2007 10:36 am Post subject: |
|
|
Apprentice
Joined: 05 Feb 2007 Posts: 44
|
it would suggest the IDoc you get from SAP does not match what you have modeled/imported in your MRM. |
|
Back to top |
|
 |
Gaya3 |
Posted: Sat Jun 16, 2007 8:49 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
The message that you are sending to SAP is not valid according to the
Business Object that you created. Check the same, the fields and
everything.
1. Hope you created the BO perfectly, and uploaded it to WBIMB
2. How is the input coming, did you create a MRM for that.
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Dhiren |
Posted: Sun Jun 17, 2007 7:11 pm Post subject: |
|
|
Novice
Joined: 27 Jan 2005 Posts: 17
|
The error definitely means that the input message strcuture is incorrect. If you've changed the schema recently then double check to see the repositiory has the latest schema. Otherwise its just a wrong message structure for sure. |
|
Back to top |
|
 |
Apple Roy |
Posted: Mon Jun 18, 2007 4:48 am Post subject: |
|
|
Newbie
Joined: 17 May 2006 Posts: 2
|
Please check your Configuration file whether the Business Object Name is mentioned in the "Supported Business Object" tab or not. The corresponding xsd's should be present in the repository. Also please validate your mesage with he corresponding xsd's using XMLSpy/XSV etc. |
|
Back to top |
|
 |
|