Author |
Message
|
firoj.badsa |
Posted: Mon Feb 28, 2011 5:15 am Post subject: Any Help for WPG? |
|
|
 Centurion
Joined: 16 Feb 2007 Posts: 104
|
Hi,
I am very new to WPG. I have a requirement like--- I have MQ message on a queue, and I have an external system details. I have to configure WPG to send the message to the external system. Client has WAS installed as well. I have made come jms setting in WAS, to connect WPG -- no luck.
thanks in advance |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Feb 28, 2011 5:21 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Hi -
I don't have a lot of specific experience with WPG in this area, but I think that taking a step by step approach will help you.
You know that the data exists on MQ on one side of WPG.
I think you want to start here..
Do you know how the customer on the other side of WPG expects to get the data? |
|
Back to top |
|
 |
firoj.badsa |
Posted: Mon Feb 28, 2011 5:29 am Post subject: |
|
|
 Centurion
Joined: 16 Feb 2007 Posts: 104
|
I am getting SAP IDOCS from SAP systems, I have send the unmodified data to external system. Its a text file with link breaks. |
|
Back to top |
|
 |
firoj.badsa |
Posted: Mon Feb 28, 2011 5:35 am Post subject: |
|
|
 Centurion
Joined: 16 Feb 2007 Posts: 104
|
sorry for the spellings .. I have to send the unmodified message to external systems.. and the message is actually text file with line breaks.. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Feb 28, 2011 6:17 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
firoj.badsa wrote: |
sorry for the spellings .. I have to send the unmodified message to external systems.. and the message is actually text file with line breaks.. |
You said it was an MQ Message.
That is not remotely the same thing as a text file with line breaks.
Like I said, do this in steps.
First figure out what and where the data actually needs to be picked up from.
Then figure out how to configure WPG to pick that data up from that location.
Then figure out where the data needs to be sent to.
Then figure out how to configure WPG to send the data to that location. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Feb 28, 2011 8:47 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
firoj.badsa wrote: |
sorry for the spellings .. I have to send the unmodified message to external systems.. and the message is actually text file with line breaks.. |
And remember a text file with line breaks is not as precise as an SAP IDOC.
Although the IDOC can be a file with line breaks, you really want to keep all lines forming the same IDOC together as one message.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
firoj.badsa |
Posted: Mon Feb 28, 2011 8:53 am Post subject: |
|
|
 Centurion
Joined: 16 Feb 2007 Posts: 104
|
So, if I have a flow to get the IDOC from SAP system to a queue..then if i want WPG to pickup the message from the queue(by configuring JMS or something ). . is there any chance i have to work on the message or it will be just a routing from Queue to WPG?(if i wanted WPG to pickup the unmodified message from queue?) |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Feb 28, 2011 9:20 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
firoj.badsa wrote: |
So, if I have a flow to get the IDOC from SAP system to a queue..then if i want WPG to pickup the message from the queue(by configuring JMS or something ). . is there any chance i have to work on the message or it will be just a routing from Queue to WPG?(if i wanted WPG to pickup the unmodified message from queue?) |
If you have a flow that puts the IDOC to a queue you need to know if you get the LF at the end of the Segment (truncated if no more data) or if you get a filler up to 1063 bytes (EDI_DD40), or if you get it in XML format...
Past this, doing a pass through should not be much more different.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|