Posted: Thu Feb 04, 2010 3:51 am Post subject: Problem with SAP outbound adapter node with ALE passthrough
Novice
Joined: 20 Aug 2004 Posts: 17 Location: Finland
Hello all,
We are having some strange problems with the SAP adapter node when trying to send messages to SAP. We're trying to move away from R3link but the same messages that work for R3link fail to go through SAP adapter node correctly. From the SAP side it seems that the node clears the control record for some reason.
The SAP instance is the same and the message is the same. We have tried using the generic idoc and a "specific" idoc business object. The broker is 6.1.0.4 with ifix 08 on Aix.
Some more test results: We tried using an IDOC that was received using the SAP Input node and built to match the R3link messages. We then sent this message to the flow with SAP request node... it did not work. We also sent it to the R3link connected to the same SAP instance and it wen thorugh fine.
So, it is not about the idoc structure or header parameters.
The trace log at SAP shows as if the node is putting forward the MQPropertyparser or something weird. Here is the code from the compute node...
Code:
SET OutputRoot.DataObject.ns:SapGenericIDocObject.IDocType = 'ORDERS';
SET OutputRoot.DataObject.ns:SapGenericIDocObject.IDocStreamData = InputRoot.BLOB.BLOB;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum