Author |
Message |
Topic: IIB v9 issue with URL containing .dll extension |
Pegazus
Replies: 1 Views: 2653
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 04, 2014 3:19 pm Subject: IIB v9 issue with URL containing .dll extension |
Hi All,
I have a requirement to invoke a Rest Interface using Http Request Node. The rest interface URL is like this http://xxxxx.com/scripts/isaofx.dll
I am able to call the Rest Interface from ... |
Topic: WMB v8.0.0.2 Renaming Broker Schema in Service Descriptor |
Pegazus
Replies: 1 Views: 2952
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 16, 2013 10:22 am Subject: WMB v8.0.0.2 Renaming Broker Schema in Service Descriptor |
In WMB v8.0.0.2 toolkit we have the option to create a new service using a WSDL. By default it creates a mainflow and subflows using a Broker Schema named 'gen'.
Is there any way to change this nam ... |
Topic: Restrictions with Multiple SOAP Input Nodes in Message Flow |
Pegazus
Replies: 1 Views: 3553
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 10, 2011 10:31 am Subject: Restrictions with Multiple SOAP Input Nodes in Message Flow |
I am trying to use 2 SOAP Input nodes in my message flow, but I get an error on deployment saying, Vector out of range error. The error as such is not clear.
From what I understand, when you use mu ... |
Topic: ESQL subselects |
Pegazus
Replies: 4 Views: 5140
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 09, 2011 10:01 pm Subject: ESQL Sub Select |
I have a similar situation and I am confused as to how to select the values
Input XML
<B:Fee>
<B ... |
Topic: EmailOutput Node - Handling SMTP Return Codes |
Pegazus
Replies: 2 Views: 2343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 28, 2010 7:32 am Subject: EmailOutput Node - Handling SMTP Return Codes |
So I need to parse the Exception List on the message coming out of the failure terminal?
Thanks |
Topic: EmailOutput Node - Handling SMTP Return Codes |
Pegazus
Replies: 2 Views: 2343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 27, 2010 10:25 am Subject: EmailOutput Node - Handling SMTP Return Codes |
Does EmailOutputNode provide SMTP return codes like '250', '450' etc.
I tried to create a failure scenario but, it doesnt seem to provide an SMTP error code in the message coming out of Failure Nod ... |
Topic: MQOptimizedFlow node Where does it Publish the messages |
Pegazus
Replies: 2 Views: 2301
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 26, 2009 2:07 pm Subject: MQOptimizedFlow node Where does it Publish the messages |
I am building a Pub/Sub application and I would like to know if I can make use of the MQOptimized Flow Node.
The only configurable property is the Input Queue Name and it doesnt have any terminals. ... |
Topic: Preserving NewLine Chars on conversion from EBCDIC to ASCI |
Pegazus
Replies: 7 Views: 13558
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 17, 2009 8:26 am Subject: Preserving NewLine Chars on conversion from EBCDIC to ASCI |
Thank you for your response. You are correct. Is there a way to convert CR to CRLF's
Is there a standard way of doing it ? |
Topic: Preserving NewLine Chars on conversion from EBCDIC to ASCI |
Pegazus
Replies: 7 Views: 13558
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 17, 2009 8:15 am Subject: Preserving NewLine Chars on conversion from EBCDIC to ASCI |
We are receiving data from the Mainframes in EBCDIC format and on conversion from EBCDIC to ASCII the new line characters seem to disappear.
Here is the Flow CICS -> MQ -> WMB (Convert EBCDIC ... |
Topic: WBI MB v6 Wierd Behaviour of MQ Output Nodes |
Pegazus
Replies: 3 Views: 2656
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 28, 2007 1:10 pm Subject: WBI MB v6 Wierd Behaviour of MQ Output Nodes |
I am running version 6.0.2 |
Topic: WBI MB v6 Wierd Behaviour of MQ Output Nodes |
Pegazus
Replies: 3 Views: 2656
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 28, 2007 11:30 am Subject: WBI MB v6 Wierd Behaviour of MQ Output Nodes |
If you are in the latest version of WBI MB v 6 (Latest Fix Pack) & you created a message flow that has more than one MQ Output Nodes
Issue 1:
WBI MB 6 lets you name mulitple MQOutput nodes ... |
Topic: BIP4424 |
Pegazus
Replies: 8 Views: 6481
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 07, 2007 7:14 am Subject: BIP4424E |
Hi All
I am getting the same error. WBI MB 5.1 Fix Pack 8.
BIP4424E: Unable to retrieve control message in AggregateReply node. Queue='SYSTEM.BROKER.AGGR.TIMEOUT', Reason Code='2019'.
Did you ... |
Topic: AggregateRequestNode Error <Text>no aggregation folder |
Pegazus
Replies: 1 Views: 6047
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 24, 2006 7:29 am Subject: AggregateRequestNode Error <Text>no aggregation folder |
I am getting this error in Broker 5.0 in the AggregateRequestNode
The error states <Text>no aggregation folder</Text>
Has anyone encountered this error ?
Here is the Exception ... |
Topic: Losing XML Attributes in Environment.Variables |
Pegazus
Replies: 17 Views: 33684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 11, 2006 9:11 am Subject: Losing XML Attributes in Environment.Variables |
Well I guess because XML Namespaces are still not being handled properly in broker. Inspite of the way we code according to the manual, the results are quite unpredictable.
Here is a simple example ... |
Topic: Losing XML Attributes in Environment.Variables |
Pegazus
Replies: 17 Views: 33684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 11, 2006 8:14 am Subject: Losing XML Attributes in Environment.Variables |
Thanks for the Response Guys ....
Its working ....
Here is the Code
CREATE LASTCHILD OF Environment.Variables.Input DOMAIN('XML') NAME 'XMLMessage';
SET Environment.Variables.XMLMessage = I ... |