Skip to main content
Close announcements banner

Debugging

The Talend SAP RFC Server receives the IDocs and places these into the JMS topic. One IDoc type results to one topic.

If the embedded JMS broker is used, the topics are not visible. To check what data is stored and to see if messages are received from SAP or consumed by the Job, you need to configure an SAP RFC server that uses an external JMS broker.

Information noteTip: You can use the Apache ActiveMQ as a broker, since it offers a browser-based user interface to the topics.

Topic names are in the format of TALEND.IDOCS.<IDoc Type>. They are set by the consuming Jobs and the <IDoc Type> field indicates the IDoc type configured in the tSAPIDocReceiver component.

You can also possibly write SAP trace files. This feature is initially switched off by default, but you can switch it on by setting the configuration file:
#Enable/disable RFC trace (1=on or 0=off)
jco.server.trace=1

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!