Author |
Message |
Topic: Need DFDL library to not trim the leading spaces |
jhosie
Replies: 16 Views: 15335
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 21, 2015 4:15 am Subject: Need DFDL library to not trim the leading spaces |
The recommended way to configure the DataObject parsing is to use the Adapter wizard rather than editing the xsd directly.
You can reconfigure an existing adapter by right clicking on it and chosin ... |
Topic: Scaling one-way inbound (from SAP to broke) pattern for IDoc |
jhosie
Replies: 10 Views: 5387
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 14, 2013 2:41 am Subject: Scaling one-way inbound (from SAP to broke) pattern for IDoc |
Marko,
A few things to note....
Increasing the additional instances of the flow is the correct approach to scale this pattern. For each instance of the flow, the broker will create another list ... |
Topic: Struggling with subflows in v8 |
jhosie
Replies: 14 Views: 9547
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 19, 2012 11:53 am Subject: Struggling with subflows in v8 |
The latest problem you encountered about upgrading the subflow (while it is still in use) is a known bug. You should raise a PMR on this.
Beside that point, I hope I can help you to understand whe ... |
Topic: Sap Adapter : Retry option |
jhosie
Replies: 10 Views: 8059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 04, 2011 2:37 am Subject: Sap Adapter : Retry option |
Hi Tatyeong
The general approach in WMB for dealing with transient errors is to rollback the current transaction and retry the whole flow. That way, you don't hold open any syncpoint logs, DB locks ... |
Topic: Sap Adapter : Retry option |
jhosie
Replies: 10 Views: 8059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 03, 2011 7:44 am Subject: Sap Adapter : Retry option |
For your specific case (the server is back up but the connection pool has a stale connection) you only really need to retry once straight away. If the re-connect fails then you have another problem th ... |
Topic: SAP MessageSet issue |
jhosie
Replies: 4 Views: 2195
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 22, 2010 5:47 am Subject: SAP MessageSet issue |
You should contact IBM support about this. It is a known issue. |
Topic: Schema directive failed to resolve |
jhosie
Replies: 11 Views: 7573
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 10, 2010 6:32 am Subject: Schema directive failed to resolve |
Since it is only 1 msgflow, if I deploy to only 1 EG and 1 broker, the sequence should be preserved, no?
No. 2 input nodes can receive messages concurrently. So, there is a chance that the followi ... |
Topic: Schema directive failed to resolve |
jhosie
Replies: 11 Views: 7573
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 10, 2010 6:16 am Subject: Schema directive failed to resolve |
Sorry, you are correct. Secondary adapters is V7 only.
So long as you have different program IDs, this should be fine but you still have the sequencing issue. |
Topic: Schema directive failed to resolve |
jhosie
Replies: 11 Views: 7573
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 10, 2010 6:02 am Subject: Schema directive failed to resolve |
You have to be careful if you have 2 message flows with SAP Input nodes.
If they are both using the same RFCProgramID, then SAP cannot distinguish between them, so it will not filter the IDOCs. So, ... |
Topic: XML Format Generated from SAP Adapter Different From SAP |
jhosie
Replies: 2 Views: 1908
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 21, 2010 4:15 am Subject: XML Format Generated from SAP Adapter Different From SAP |
You could transform the message in the message flow after receiving it from the SAPInputNode and before propagating it to your MQ Output node.
NOTE: The adapter doesn't actually output XML - it bui ... |
Topic: Info about SAPRequest Node on WMB 6.1 and 7.0 |
jhosie
Replies: 1 Views: 1584
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 21, 2010 2:59 am Subject: Info about SAPRequest Node on WMB 6.1 and 7.0 |
1. Does the SAPRequest node create a separate process or does it create an internal thread?
No. It executes on the message flow thread.
2. The same question as question 1 but in a multiple ... |
Topic: SAP connectivity with WMB v6.1? |
jhosie
Replies: 12 Views: 10544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 15, 2009 1:49 am Subject: SAP connectivity with WMB v6.1? |
JYama, no you cannot send a reply to SAP - at least you cannot send a reply to the module which invoked the message flow. All inbound interfaces are asynchronous ( i.e. fire and forget).
You can ... |
Topic: SAP connectivity with WMB v6.1? |
jhosie
Replies: 12 Views: 10544
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 14, 2009 3:19 am Subject: SAP connectivity with WMB v6.1? |
This is a good place to start
BAPI asynchronous - tRFC/qRFC only to export paramaters are sent back to SAP. i.e. in ABAP you invoke the BAPI using "CALL FUNCTION XXX ON DESTINATION YYY IN BACK ... |
Topic: WebSphere Message Broker Adapter for SAP v6.1.3 |
jhosie
Replies: 2 Views: 5000
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 30, 2009 5:30 am Subject: WebSphere Message Broker Adapter for SAP v6.1.3 |
Do you use a different RFC program ID for each of the IDOCs?
If so, then you do want a separate .inadapter for each. to solve the problem of moving from test to production, 6.1.0.3 does help here ... |
Topic: toBitstream problem |
jhosie
Replies: 3 Views: 3732
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 15, 2005 9:59 am Subject: toBitstream problem |
I don't use Java nodes much but if I were to do this in ESQL, then I would use the FolderBitStream option.
I don't think that this option is available in Java ndoes yet. Maybe it will be in a future ... |