ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 128 matches
Author Message
  Topic: IIB9.0.0.1 MQGet Plugin?
bdaoust

Replies: 1
Views: 2685

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Jul 23, 2021 10:04 am   Subject: IIB9.0.0.1 MQGet Plugin?
Hi everyone:

I've done some MQ Broker development in the past and I'm being asked to look at message flow that someone created at my company years ago.

According to the deployed BAR on the exe ...
  Topic: Allowing missing elements in request to SOAP Input Node?
bdaoust

Replies: 1
Views: 3999

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Apr 20, 2020 9:39 am   Subject: Allowing missing elements in request to SOAP Input Node?
Hello all :

Have a message flow in IIB9.0.0.1 that using a SOAP Input. Two clients call this SOAP web service.

One of the clients is not sending a field that is defined in the message model, ...
  Topic: Deploying BAR file as separate entities?
bdaoust

Replies: 0
Views: 2002

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Feb 08, 2019 8:25 am   Subject: Deploying BAR file as separate entities?
Good morning.

I had helped a co-worker with an old message flow project in IIB (Version: 9.0.0.1 Build id: 9.0.0.1-20131122-1731)

When I had the BAR deployed to the execution group - I noticed ...
  Topic: IIB9 - Parsing Error Not Throwing An Exception
bdaoust

Replies: 5
Views: 5920

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 11, 2016 7:00 am   Subject: IIB9 - Parsing Error Not Throwing An Exception
timber / Craig B :

Thank you for the replies.

I've actually adopted this message flow and I believe it was written a long time ago. Most of our flows use the MRM. Basically the input messag ...
  Topic: IIB9 - Parsing Error Not Throwing An Exception
bdaoust

Replies: 5
Views: 5920

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 03, 2016 9:36 am   Subject: IIB9 - Parsing Error Not Throwing An Exception
Hello everyone:

I'm seeing the following error after the input bode in the MRM Message Tree:

ImbRecoverableException caught from worker->parseNext. Looking at the trace it's due to invalid ...
  Topic: Question About Database Commit.
bdaoust

Replies: 0
Views: 2021

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jun 01, 2016 12:28 pm   Subject: Question About Database Commit.
Hello everyone.

We have a message flow in IIB9 that has a SOAP Input node.

The SOAP Request is stored in a database so that the ReplyIdentifier can be later be return on the response. Furt ...
  Topic: SELECT on XML - Value not there.
bdaoust

Replies: 15
Views: 11770

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Nov 09, 2015 1:18 pm   Subject: SELECT on XML - Value not there.
Ok I was able to get the desired result,

Trying to take it a step further.

If I do this:


SET OutputRoot.XMLNSC.myTest[] = (SELECT * FROM InputRoot.XMLNSC.DIPolicyIssueData.Po ...
  Topic: SELECT on XML - Value not there.
bdaoust

Replies: 15
Views: 11770

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 05, 2015 5:26 am   Subject: SELECT on XML - Value not there.
Not sure why InputRoot was wrong here but it's not that way in the code


SET TotalDiscountedGuaranteedAnnualPremiumAge29 = THE (SELECT ITEM TRIM(FIELDVALUE(Y.PremiumIssueAge.TotalAnnua ...
  Topic: SELECT on XML - Value not there.
bdaoust

Replies: 15
Views: 11770

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 05, 2015 5:05 am   Subject: SELECT on XML - Value not there.
I saw that as well so I tried:

SET TotalDiscountedGuaranteedAnnualPremiumAge29 = THE (SELECT ITEM TRIM(FIELDVALUE(Y.PremiumIssueAge.TotalAnnualPremium)) FROM InputR;oot.XMLNSC. ...
  Topic: SELECT on XML - Value not there.
bdaoust

Replies: 15
Views: 11770

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 05, 2015 4:14 am   Subject: SELECT on XML - Value not there.
Well the padding did seem to make a difference when I was doing the SELECT.

This worked:

SET TotalDiscountedGuaranteedAnnualPremiumAge29 = THE (SELECT ITEM TRIM(FIELDVALUE(Y.Prem ...
  Topic: SELECT on XML - Value not there.
bdaoust

Replies: 15
Views: 11770

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 04, 2015 6:09 pm   Subject: SELECT on XML - Value not there.
Looks like the input data has some padding.

(0x01000000:Folder):PremiumIssueAge = (
(0x03000000:PCDataField):PremiumOnPolicyAtYear = '20 ...
  Topic: SELECT on XML - Value not there.
bdaoust

Replies: 15
Views: 11770

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 04, 2015 4:16 pm   Subject: SELECT on XML - Value not there.
Unfortunately, I don't have access to the server the broker runs on, so I can't do a user trace. i can just do a trace node, but that I don't think will give me much else then I can see in debugger.
  Topic: SELECT on XML - Value not there.
bdaoust

Replies: 15
Views: 11770

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 04, 2015 2:14 pm   Subject: SELECT on XML - Value not there.
Trying to populate a variable DECLARED as CHAR


XML

<PremiumIssueAge>
<PremiumOnPolicyAtYear>2015</PremiumOnPolicyAtYear>
<PremiumAgeOrDuration>18</PremiumAge ...
  Topic: For Each / Else If - Map controlling sequence of output
bdaoust

Replies: 21
Views: 8156

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 29, 2015 2:30 pm   Subject: For Each / Else If - Map controlling sequence of output
Sorry for the late reply.

Seems like the root cause if the For/Each and the map.

I need FIO to come before COLA and if the XML that I do the For/Each on, the COLA comes first and thus the me ...
  Topic: Library with one DFDL - BAR File Taking Long Time To Deploy
bdaoust

Replies: 31
Views: 15311

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 28, 2015 1:20 pm   Subject: Library with one DFDL - BAR File Taking Long Time To Deploy
]The validation and the compilation can be expensive in both CPU time and memory requirements - depending on the number, size, and content of those schema files.

I'm definitely finding this out - ...
Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9  Next Page 1 of 9

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.