Author |
Message |
Topic: IIB 10 - Loopback connector for MySQL |
vijragem
Replies: 0 Views: 2470
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 11, 2018 8:45 am Subject: IIB 10 - Loopback connector for MySQL |
Hello,
I am trying to connect to a MySQL DB in a cloud. I am trying to analyze whether the loopback request node can be used to upload data to the MySQL DB. When I have gone through the documentati ... |
Topic: IIB9 - DFDL Parser - Expected exception is not occuring |
vijragem
Replies: 9 Views: 5897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 15, 2017 2:30 am Subject: IIB9 - DFDL Parser - Expected exception is not occuring |
Thanks a lot.
Finally, it worked. I have added a discriminator in the record field to check the first field is not null. (it is just a dummy check). Any parser exception, all has been thrown from t ... |
Topic: IIB9 - DFDL Parser - Expected exception is not occuring |
vijragem
Replies: 9 Views: 5897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 14, 2017 7:01 am Subject: IIB9 - DFDL Parser - Expected exception is not occuring |
Okay, Somehow I try to set the discriminator for the body part. I am not sure what I've done is right but requesting you guys to validate it.
CHANGES DONE:
I have added the discriminator in the ... |
Topic: IIB9 - DFDL Parser - Expected exception is not occuring |
vijragem
Replies: 9 Views: 5897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 14, 2017 1:25 am Subject: IIB9 - DFDL Parser - Expected exception is not occuring |
Can you give me an expression for discriminator that set that evaluates to true for the body.
I was about to point out the same thing.
You need to add a discriminator that evaluates to true as s ... |
Topic: IIB9 - DFDL Parser - Expected exception is not occuring |
vijragem
Replies: 9 Views: 5897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 14, 2017 1:11 am Subject: IIB9 - DFDL Parser - Expected exception is not occuring |
I agree to add discriminator. I need help to define that as an expression that will inform the parser that what is being parsed is a body. Can you help on the sample expression here please.
If you ... |
Topic: DB2 Rollback Issues in IIBv9 |
vijragem
Replies: 6 Views: 4420
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 13, 2017 4:01 am Subject: Re: DB2 Rollback Issues in IIBv9 |
If the transaction has to be rolled back, the transaction must be actually ended up as exception. If you have wired your input node catch and failure terminal and handled the exception, push it to a q ... |
Topic: IIB9 - DFDL Parser - Expected exception is not occuring |
vijragem
Replies: 9 Views: 5897
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 13, 2017 1:38 am Subject: IIB9 - DFDL Parser - Expected exception is not occuring |
Hi,
I have an interface in IIB9 which reads a Fixed length file of Header, Records and Trailer.
When I run an invalid file which has wrong length in one of the record, the DFDL throws an error o ... |
Topic: How to get a message from MQGET by matching CorrelId in RFH2 |
vijragem
Replies: 13 Views: 6699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 06, 2017 6:02 pm Subject: How to get a message from MQGET by matching CorrelId in RFH2 |
which suggests that RFH2 headers will be parsed. Could you elaborate your view on this?
The RFH2 header will be parsed (for it's fixed values) and the various variable elements (folders) will be pa ... |
Topic: How to get a message from MQGET by matching CorrelId in RFH2 |
vijragem
Replies: 13 Views: 6699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 06, 2017 6:00 pm Subject: How to get a message from MQGET by matching CorrelId in RFH2 |
What it all comes down to is you have to parse the contents of the MQMD field under your MQRFH2 using the MQMD parser.
Or tell the team sending the requests and replies that they're doing it wrong. ... |
Topic: How to get a message from MQGET by matching CorrelId in RFH2 |
vijragem
Replies: 13 Views: 6699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 06, 2017 7:07 am Subject: How to get a message from MQGET by matching CorrelId in RFH2 |
At the same time I would understand that the location of the MQMD prevents it from being parsed.
The RFH2 header is in the MQRFH2 domain within IIB. So an MQMD inside the usr folder loo ... |
Topic: How to get a message from MQGET by matching CorrelId in RFH2 |
vijragem
Replies: 13 Views: 6699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 06, 2017 7:05 am Subject: How to get a message from MQGET by matching CorrelId in RFH2 |
A simpler way would be to have a service that reads a queue. Have the service determine where the message needs to be put to (usr folder info) and set the actual correlid from the info in the RFH2.usr ... |
Topic: How to get a message from MQGET by matching CorrelId in RFH2 |
vijragem
Replies: 13 Views: 6699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 06, 2017 6:59 am Subject: How to get a message from MQGET by matching CorrelId in RFH2 |
You should probably provide the location as InputRoot.MQRFH2.usr.MQMD as the usr bucket is one for a number of things. At the same time I would understand that the location of the MQMD prevents it fro ... |
Topic: How to get a message from MQGET by matching CorrelId in RFH2 |
vijragem
Replies: 13 Views: 6699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 06, 2017 6:57 am Subject: You should probably provide the location as InputRoot.MQRFH2 |
This also does not work. I am getting the same exception. Could you please let me know how to achieve this in steps. |
Topic: How to get a message from MQGET by matching CorrelId in RFH2 |
vijragem
Replies: 13 Views: 6699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 06, 2017 5:21 am Subject: How to get a message from MQGET by matching CorrelId in RFH2 |
Below is my scenario
I have a flow (MQ Input -> Compute -> MQ Get -> MQ Output). The input node will receive a message which will have a CorelID in the payload. It will set that corelID in ... |