Author |
Message |
Topic: MQInput removes the mqps folder? |
wmqiguy
Replies: 2 Views: 6664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 19, 2020 1:29 pm Subject: MQInput removes the mqps folder? |
Never mind. This behavior was a result of the queue having its properties control set to Compatibilty, which removed the MQRFH2 on GET since the mqps folder was the only one.
If anyone else has ... |
Topic: MQInput removes the mqps folder? |
wmqiguy
Replies: 2 Views: 6664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 19, 2020 9:08 am Subject: MQInput removes the mqps folder? |
I am reading published messages fromteh queue, but the topics/MQRFH2 are removed by the MQInput node.
Seems odd. Anyone have any guidance?
Thanks! |
Topic: REST API and Git |
wmqiguy
Replies: 1 Views: 2412
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 29, 2017 2:40 pm Subject: REST API and Git |
I'm a bit perplexed. I wrote up a REST API.
Everything worked great, so I copied the entire Application folder into the desired Git folder and committed it. Later, I needed to make some changes, ... |
Topic: Extreme Scale Connection |
wmqiguy
Replies: 0 Views: 2079
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 19, 2017 1:07 pm Subject: Extreme Scale Connection |
Ran into a connection issue when trying to connect to an external XS grid. Not a big mystery there since XS was being rebooted.
The issue is that the time used to establish the connection wa ... |
Topic: Oracle Stored Procedure Twist... |
wmqiguy
Replies: 0 Views: 2402
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 07, 2010 1:47 pm Subject: Oracle Stored Procedure Twist... |
The Oracle DBA has created an SP that returns a cursor. No issues there. Pretty straightforward.
The twist is that they want me to then call another SP and pass in the cursor, so that they can c ... |
Topic: 12 Character Limitation |
wmqiguy
Replies: 1 Views: 3687
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 16, 2006 9:46 am Subject: 12 Character Limitation |
And the answer is a. The domain does not count. Our problem was that in the middle of everything, the NT admins had applied an NT security patch that made it impossible to connect to the security do ... |
Topic: 12 Character Limitation |
wmqiguy
Replies: 1 Views: 3687
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 15, 2006 6:33 am Subject: 12 Character Limitation |
I am trying to move from everything on local accounts to domain accounts. (Not very successfully.) I am getting an error about not being able to initialize the NT security subsystem when trying to c ... |
Topic: Error Return mySAP |
wmqiguy
Replies: 2 Views: 7103
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Jan 10, 2006 12:47 pm Subject: Error Return mySAP |
When I call the BAPI and it is successful, everything is fine. (Big surprise, right?)
That is, the return codes and messages are populated in the return segment.
My issue is when I have s ... |
Topic: Using ODA for the mySAP Adapter |
wmqiguy
Replies: 2 Views: 5319
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Jan 04, 2006 6:11 am Subject: Using ODA for the mySAP Adapter |
Exactly. Thanks!  |
Topic: Message Set from mySAP Adapter |
wmqiguy
Replies: 0 Views: 2990
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 30, 2005 8:49 am Subject: Message Set from mySAP Adapter |
I am getting the following:
( WBIDEV.Mwhiting ) XML Parser: Element with a Namespace found when Namespaces are not enabled for the Message Set.
The element with XML name sap_zbapi_po_inbound ... |
Topic: Using ODA for the mySAP Adapter |
wmqiguy
Replies: 2 Views: 5319
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Dec 28, 2005 2:40 pm Subject: Using ODA for the mySAP Adapter |
I am using the ODA to create message definitions in WBI MB. I'm exporting them from SAP and then creating my message set without any issue.
My only beef is that the exported objects seem to have fie ... |
Topic: CASE Statement -- 2 Conditions |
wmqiguy
Replies: 3 Views: 4667
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 15, 2005 6:17 pm Subject: CASE Statement -- 2 Conditions |
Thanks, but that is not quite what I want.
The example was actually a very simple version and my pseudocode would actually be something along the lines of:
CASE InputRoot.MRM.Order.Type
WH ... |
Topic: CASE Statement -- 2 Conditions |
wmqiguy
Replies: 3 Views: 4667
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 15, 2005 2:07 pm Subject: CASE Statement -- 2 Conditions |
Have a question about the CASE statement. Here is the example from the ESQL Reference:
CASE size
WHEN 'A' THEN
SET description = ’small’;
WHEN 'B' THEN
SE ... |
Topic: 'Data Source' Property Question |
wmqiguy
Replies: 3 Views: 4532
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 19, 2005 1:09 pm Subject: 'Data Source' Property Question |
Bumped into this problem and we can get around it for now. My question is what happens in the future if I need to address two different data sources?
Example:
Let's say that my first compute no ... |
Topic: List[] = NULL; |
wmqiguy
Replies: 3 Views: 3764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 05, 2005 6:16 am Subject: List[] = NULL; |
Here's a slighlty different angle. (A variation of martinrydman's answer.)
You are copying the whole tree and then deleting a whole bunch of it. You might want to consider just copying the messag ... |