Hi Experts,
I am working on a file to soap (sync) async/sync scenario using modules. In this scenario a csv file as a request is sent from CRM to a 3rd party webservice and the response from the 3rd party is sent to the CRM sys using a file adapter. We have used "requestResponseBean" and responseOneWayBean" to achieve this. This scenario was working fine.
There is an authentication check using a cookie which we implemented using Java mapping. Recently the cookie got expired and we received another persistant cookie which we incorporated in the Java mapping and imported the jar file once again in the "Interface Mapping".
Once all changes are done we were getting "Linkage Error" in MONI. We again compiled the mapping in JDK 1.4 as we are using PI 7.0 and now we are getting error message as below:
<SAP:Code area="PERSIST">MSGGUID_EXISTING</SAP:Code>
In Sender CC the error shows:
06.08.2013 07:17:56.398 | Success | Channel FILE_ProspectConsumerCRM_DFY_Sender_CC: Part of file content converted to XML format. Message split detected. Converted up to position 3 |
06.08.2013 07:17:56.399 | Success | Send binary file "Sync_MAM_20130409_0642021.csv" from FTP server "c7qci.ford.com:/interface/C7Q/OUT/DRAGONFLY", size 1427 bytes with QoS EO |
06.08.2013 07:18:11.410 | Success | RRB: entering RequestResponseBean |
06.08.2013 07:18:11.411 | Success | RRB: suspending the transaction |
06.08.2013 07:18:11.411 | Success | RRB: passing through ... |
06.08.2013 07:18:11.411 | Success | RRB: leaving RequestResponseBean |
06.08.2013 07:18:11.412 | Success | Application attempting to send an XI message synchronously using connection File_http://sap.com/xi/XI/System |
06.08.2013 07:18:11.412 | Success | Trying to put the message into call queue |
06.08.2013 07:18:11.425 | Success | Message successfully put into the queue. |
06.08.2013 07:18:11.430 | Success | Message retrieved from call queue |
06.08.2013 07:18:11.444 | Success | The message status set to DLNG. |
06.08.2013 07:18:13.955 | Error | Received XI System Error. ErrorCode: MSGGUID_EXISTING ErrorText: ErrorStack: Message ID 81FE88DB181848DE22289BB02A223A51 for pipeline CENTRAL, version already exists in system |
06.08.2013 07:18:13.956 | Error | Returning synchronous error notification to calling application: com.sap.aii.af.ra.ms.api.DeliveryException: XIServer:MSGGUID_EXISTING:. |
06.08.2013 07:18:13.956 | Error | Transmitting the message using connection http://x7qci.ford.com:8040/sap/xi/engine?type=entry failed, due to: com.sap.aii.af.ra.ms.api.DeliveryException: XIServer:MSGGUID_EXISTING: |
06.08.2013 07:18:13.959 | Error | The message status set to FAIL. |
06.08.2013 07:18:13.960 | Error | Returning to application. Exception: com.sap.aii.af.ra.ms.api.DeliveryException: XIServer:MSGGUID_EXISTING: |
06.08.2013 07:18:13.963 | Success | RRB: resuming the transaction |
06.08.2013 07:18:13.963 | Error | Attempt to process file failed with com.sap.aii.af.ra.ms.api.DeliveryException: XIServer:MSGGUID_EXISTING: |
06.08.2013 07:18:55.338 | Success | Channel FILE_ProspectConsumerCRM_DFY_Sender_CC: Part of file content converted to XML format. Message split detected. Converted up to position 3 |
06.08.2013 07:18:55.339 | Success | Send binary file "Sync_MAM_20130409_0642021.csv" from FTP server "c7qci.ford.com:/interface/C7Q/OUT/DRAGONFLY", size 1427 bytes with QoS EO |
06.08.2013 07:18:55.344 | Success | RRB: entering RequestResponseBean |
06.08.2013 07:18:55.344 | Success | RRB: suspending the transaction |
06.08.2013 07:18:55.344 | Success | RRB: passing through ... |
06.08.2013 07:18:55.344 | Success | RRB: leaving RequestResponseBean |
06.08.2013 07:18:55.344 | Success | Application attempting to send an XI message synchronously using connection File_http://sap.com/xi/XI/System |
06.08.2013 07:18:55.345 | Success | Trying to put the message into call queue |
06.08.2013 07:18:55.347 | Success | Message successfully put into the queue. |
06.08.2013 07:18:55.355 | Success | Message retrieved from call queue |
06.08.2013 07:18:55.356 | Success | The message status set to DLNG. |
06.08.2013 07:18:55.483 | Error | Received XI System Error. ErrorCode: MSGGUID_EXISTING ErrorText: ErrorStack: Message ID 81FE88DB181848DE22289BB02A223A51 for pipeline CENTRAL, version already exists in system |
Please help.
Partha Ghosh