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 71 matches
Author Message
  Topic: Opaque parsing
cociu_2012

Replies: 7
Views: 4462

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 13, 2013 2:01 am   Subject: Opaque parsing

Is there a way to get around this problem?

Don't parse. Get rid of the invalid elements (escape, remove, comment), then parse.

And notice that this is a workarround. Consumers/app's should no ...
  Topic: Opaque parsing
cociu_2012

Replies: 7
Views: 4462

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 13, 2013 1:07 am   Subject: Re: Opaque parsing
i have a incoming xml that i believe has some non unicode data in the cdata section that causes xml parser errors while parsing

i thought of using opque parsing for that tag that has the cdata

i ...
  Topic: Unable to access child elements in XML with repetitive tags
cociu_2012

Replies: 2
Views: 2256

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 13, 2013 12:53 am   Subject: Re: Unable to access child elements in XML with repetitive t




SET OutputRoot.XMLNSC.root.row[rowCnt].Product_Info.description = THE (SELECT ITEM THE(SELECT ITEM itemMaster.*:ItemMasterHeader.*:Description FROM T.*:Description& ...
  Topic: Soap Input Node in MB V6.1, Different for Windows and AIX ?
cociu_2012

Replies: 11
Views: 6683

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 13, 2013 12:21 am   Subject: Soap Input Node in MB V6.1, Different for Windows and AIX ?
Hi Esa,

Ok, comment noted. The situation is, i am setting port number explicitly for an EG, I run the command mqsichange properties, mqsireload and even restart broker.

even after all this when ...
  Topic: XML-XML mapping
cociu_2012

Replies: 3
Views: 2258

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Mar 07, 2013 12:25 am   Subject: Re: XML-XML mapping

I have created the output xsd .
which pattern I can follow to get the result ? Please advice. Is there is any sample code which work similar way xml-xml mapping .

This is the very basic knowled ...
  Topic: JMS Providers - configuration issues
cociu_2012

Replies: 30
Views: 19237

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Mar 06, 2013 4:08 am   Subject: JMS Providers - configuration issues

PMR is already opened, so I will wait for IBM experts input.

I've solved the issue. So I'm updating this thread for the community.

I had 2 problems:
1) The output from user.trace that I have ...
  Topic: "throw" exception not getting caught
cociu_2012

Replies: 20
Views: 18294

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Mar 01, 2013 2:02 am   Subject: "throw" exception not getting caught

FileInput node1 --> Out terminal --> Compute node1 --> MQ output node1 --> Failure terminal --> throw user exception


Why you've connected Failure terminal from MQ output node? ...
  Topic: "throw" exception not getting caught
cociu_2012

Replies: 20
Views: 18294

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Mar 01, 2013 12:12 am   Subject: Re: "throw" exception not getting caught
Have you tried to generate the user log? How is your flow ending? You should be albe to see the exact behavior in the log file.

Give us more details. There could be a problem with generating the us ...
  Topic: Optional Field Parsing error
cociu_2012

Replies: 6
Views: 4007

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Feb 06, 2013 11:54 pm   Subject: Optional Field Parsing error


Using MB 6.1, physical format CWF, working message has input data for all fields, but the not working message has blank(spaces) data for one integer field in the middle after which further fields ...
  Topic: Optional Field Parsing error
cociu_2012

Replies: 6
Views: 4007

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Feb 06, 2013 4:31 am   Subject: Re: Optional Field Parsing error
but if i dont give input data for Integer fields the parsing will stop at that point and further elements are not processed, even though it is optional field.


Just a thougth, have you tried vali ...
  Topic: UDP in a Subflow
cociu_2012

Replies: 2
Views: 4820

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 16, 2012 4:00 am   Subject: Re: UDP in a Subflow
But since the same subflow is used in the exceptionhandling subflow, when i promote the property 2 levels up, it puts 1 besides the propertyname.

Yes true, this will happen because UPD with same na ...
  Topic: Is emtpy Value, valid for a Date Datatype in ESQL?
cociu_2012

Replies: 5
Views: 6032

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jun 06, 2012 12:14 am   Subject: Re: Is emtpy Value, valid for a Date Datatype in ESQL?


Or how can I determine, if a field with a dataType of Date, is valid in ESQL?


I don't believe there is an standart function to validate a field in ESQL. There is a validation node, or valida ...
  Topic: Adding Jar file to BAR
cociu_2012

Replies: 2
Views: 5594

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue May 22, 2012 11:47 pm   Subject: Re: Adding Jar file to BAR
I am using broker V7 on windows. I have added a JAR file needed by my JCN code in the Java build path. But when I create the bar file, I cannot see the JAR there. The info center says that JAR files r ...
  Topic: Reading from a dynamic temp queue with an MQGet node
cociu_2012

Replies: 28
Views: 17039

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon May 21, 2012 6:28 am   Subject: Reading from a dynamic temp queue with an MQGet node
Are you sure the generated reply-to queue name is not copied to LocalEnvironment.WrittenDestination? I think it should contain the whole MQMD of the sent message?

Ok, so step by step explanation is ...
  Topic: Reading from a dynamic temp queue with an MQGet node
cociu_2012

Replies: 28
Views: 17039

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon May 21, 2012 5:59 am   Subject: Re: Reading from a dynamic temp queue with an MQGet node
A code snippet:

SET OutputRoot.MQMD.CorrelId=Environment.Variables.CorrelID ;
SET OutputRoot.MQMD.MsgId=Environment.Variables.CorrelID ;
set OutputRoot.MQMD.Format = 'MQHRF2 ';
set OutputR ...
Goto page 1, 2, 3, 4, 5  Next Page 1 of 5

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.