cancel
Showing results for 
Search instead for 
Did you mean: 

Problems in Integration Engine

Former Member
0 Kudos

Hi Experts,

I have a problem in Integration Engine or other issue because in my sxmb_moni the pipeline message request is equal this.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Request Message Mapping

-->

<PalletInputResponse xmlns="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" />

all messages is canceled with errors.

in RWB (JAVA) I see the messages (in adapter engine) with sucessful, but in the (Integration Engine) is canceled with errors.

My scenarios is RFC -> XI -> SOAP and the soap destination receipt the message with sucessful, but the customer needs see the log message.

thanks for all information.

Diego Bortolucci

Accepted Solutions (0)

Answers (1)

Answers (1)

ravi_raman2
Active Contributor
0 Kudos

Diego,

Can you clarify what the issue..is..

Regards

Ravi Raman

Former Member
0 Kudos

Ravi Raman,

Sorry, my issue is:

Why in SXMB_MONI my messages is system errors and the xml data is not appears and in RWB(Runtime Workbench - JAVA) the same message is with sucess.

thanks,

Diego

Former Member
0 Kudos

Did u check the Message ID seen in RWB with the ID in monitor. Are both the same to make sure it's the same message. What is the status of the message in monitor and at which step does it fail...

former_member214364
Active Contributor
0 Kudos

Hi Diego,

> Why in SXMB_MONI my messages is system errors and the xml data is not appears and in RWB(Runtime Workbench - JAVA) the same message is with sucess.

Is it Synchronous communication? if yes then Synchronous messages are not persisted on Integration server unless Logging is switched on.and

in RWB, where did you check this message in success status?(i mean in Integration server or in adapter engine)

Cheers,

Jag