Author |
Message |
Topic: MQSeries, WMQI, XML and SAP R/3 |
ballplayer
Replies: 3 Views: 2830
|
Forum: General IBM MQ Support Posted: Wed Nov 27, 2002 8:52 am Subject: MQSeries, WMQI, XML and SAP R/3 |
I've always just used IDOCs via MQLink R/3 or RFCs using NEONAdapter. If you want, you can actually take an XML document and transform it into an IDOC using MQSI and then pass it throught MQLink.
... |
Topic: The attempt to put the message into SAP failed(Inbound IDOC |
ballplayer
Replies: 9 Views: 7962
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 25, 2002 3:10 pm Subject: The attempt to put the message into SAP failed(Inbound IDOC |
From my experience, inbound IDOCs get posted by MQLink into SAP much faster than they get processed. To speed the processing up, some configuration might need to be done in SAP to process the 64 stat ... |
Topic: The attempt to put the message into SAP failed(Inbound IDOC |
ballplayer
Replies: 9 Views: 7962
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 25, 2002 7:07 am Subject: The attempt to put the message into SAP failed(Inbound IDOC |
Unlike the Inbound Server, the Outbound Server actually registers with the Gateway. This means that the Outbound Server can recover from gateway crashes. Usually, if this is the case, the Gateway Lo ... |
Topic: The attempt to put the message into SAP failed(Inbound IDOC |
ballplayer
Replies: 9 Views: 7962
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 24, 2002 9:31 pm Subject: The attempt to put the message into SAP failed(Inbound IDOC |
I've seen this problem before!! Each Inbound Server opens a gateway in SAP. It could be that the gateways (check SMGW) are closing on you at random times. In this case, the Inbound Server aborts wh ... |
Topic: Trigger Monitor cannot start Application on AS/400 |
ballplayer
Replies: 2 Views: 4790
|
Forum: General IBM MQ Support Posted: Tue Sep 10, 2002 8:45 am Subject: Trigger Monitor cannot start Application on AS/400 |
I think I have seen this problem before. It might be that your EMLIB/TEST1 is not handling parameters. If you notice, from your log, MQSeries attaches PARM('TMC 2A....') within the SBMJOB which repr ... |
Topic: MQseries Client for AS400 |
ballplayer
Replies: 5 Views: 9590
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Aug 29, 2002 1:08 pm Subject: MQseries Client for AS400 |
On AS/400 you can write MQSeries programs using the RPG programming language. I find that it's faster than the Java client. I believe that MQSeries for AS/400 comes with some sample code. |
Topic: batching idocs for R3/Link |
ballplayer
Replies: 2 Views: 3929
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Aug 29, 2002 12:55 pm Subject: batching idocs for R3/Link |
Yes, I have used batching and it speeds up the process since multiple IDOCs can be posted at once. To enable this, you don't really have to do much. No changes are necessary in the configuration fil ... |
Topic: SAP Adapter for MQSeries |
ballplayer
Replies: 1 Views: 2332
|
Forum: General Discussion Posted: Thu Aug 29, 2002 11:39 am Subject: SAP Adapter for MQSeries |
I've seen a similary problem before with IBM MQLink R/3. It could do with how you code some of the Header fields. The numeric Header fields need to be in hex format. So the length of the header whi ... |
Topic: Retrieving Complete Messages in MQSI V2.0.1 |
ballplayer
Replies: 0 Views: 2005
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 04, 2002 10:51 am Subject: Retrieving Complete Messages in MQSI V2.0.1 |
I have segmented messages going into MQSI V2.0.1 and I want to process these messages in a Compute node, but only after joining the segments up into a complete message.
In Java, I can specify MQC ... |
Topic: How do you put 65000+ byte Message in RPG? |
ballplayer
Replies: 3 Views: 2646
|
Forum: General IBM MQ Support Posted: Sun Feb 03, 2002 6:55 pm Subject: How do you put 65000+ byte Message in RPG? |
I am trying to put a large message onto a Queue using the RPG programming language on AS/400. However, it seems that the maximum size for a buffer is around 65000 in RPG. Right now, I am just segmen ... |
Topic: AS/400 sender channel is not running automatically |
ballplayer
Replies: 4 Views: 5159
|
Forum: General IBM MQ Support Posted: Sat Jan 26, 2002 8:34 pm Subject: AS/400 sender channel is not running automatically |
You can also use a channel initiator to automatically start the Sender channel once a message arrives on the transmission queue in AS/400 before going to Windows. The MQSeries manual doesn't really e ... |