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 37 matches
Author Message
  Topic: BIP5029E: Error 'schema_reference.4: Failed to read schema
NiceGuy

Replies: 2
Views: 4092

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 11, 2011 11:47 am   Subject: BIP5029E: Error 'schema_reference.4: Failed to read schema
Hi Everyone,

Thanks Kimbert for the reply.

Just to conclude and close this message trail. It turns out the problem
was with the schemaLocation and included xsd files.

To clarify, the proble ...
  Topic: BIP5029E: Error 'schema_reference.4: Failed to read schema
NiceGuy

Replies: 2
Views: 4092

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 09, 2011 11:15 am   Subject: BIP5029E: Error 'schema_reference.4: Failed to read schema
Hi Eveyone,

I'm creating a message set based on a wsdl, the wsdl has a few
xml schema files that are imported into it.

When I created the message set I get no errors based on the wsdl,
and h ...
  Topic: How to test a SOAPInput Node?
NiceGuy

Replies: 3
Views: 2685

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 02, 2011 7:38 am   Subject: How to test a SOAPInput Node?
Hi Everyone,

I am relatively new to message broker, and certainly new to
the SOAPInput node.

I am somewhat of a junior so I apologuize in advance, but I was wondering if someone could guide me ...
  Topic: Escape Character?
NiceGuy

Replies: 1
Views: 3879

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu May 26, 2011 7:19 am   Subject: Escape Character?
Hi Community,

I've attempted to google and research this for a while but how can I
escape the ' (single quote character) in an ESQL node?

For example:

REPLACE(source_string, ''', '');

** ...
  Topic: Message Set CSV and the quote (") character.
NiceGuy

Replies: 1
Views: 1952

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Nov 08, 2010 5:36 pm   Subject: Message Set CSV and the quote (") character.
Hi community,

I apologize if the title is not overly descriptive. I'm relatively
new to message broker so be gentle if my question is trivial.

I have built a message set for csv files that are ...
  Topic: Test Data Type in ESQL?
NiceGuy

Replies: 3
Views: 3614

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Sep 16, 2010 12:52 pm   Subject: Test Data Type in ESQL?
Hi Thanks for the reply,

Vitor writes ...

TRANSLATE all the non-numerics out and see if it still has LENGTH


I had a feeling that suggestion may come up.

If I were to take this approach ...
  Topic: Test Data Type in ESQL?
NiceGuy

Replies: 3
Views: 3614

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Sep 16, 2010 9:55 am   Subject: Test Data Type in ESQL?
Hi community,

I have a quick question:

Does anybody know if (or simply a way) to test if a passed CHARACTER can be CAST to a INTEGER?

Allow me to provide a watered down example:

DECLARE ...
  Topic: Convert String into an Array of Charaters?
NiceGuy

Replies: 1
Views: 3735

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 25, 2010 1:39 pm   Subject: Convert String into an Array of Charaters?
Hi community,

I need to a way evaluate the individual characters in a string in ESQL.

For example:


DECLARE myMsg CHARACTER 'Some Message Value';

WHILE i < size THEN

IF myMsg[ ...
  Topic: Parse a line containing only <CR><LF> into a mes
NiceGuy

Replies: 9
Views: 5415

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 25, 2010 8:22 am   Subject: Parse a line containing only <CR><LF> into a mes
Thanks once again for your assistance,

Let's see if I can clarify ....


1) will detailLine4 always consist entirely of spaces, with at least one space being present always?
2) Why do you get t ...
  Topic: Parse a line containing only <CR><LF> into a mes
NiceGuy

Replies: 9
Views: 5415

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 25, 2010 6:52 am   Subject: Parse a line containing only <CR><LF> into a mes
Thanks everyone this far for helping out,

K allow me to clarify further. Let me start out by presenting a larger segment of my input message. Hopefully this helps explain further.


DETAIL_LINE ...
  Topic: Parse a line containing only <CR><LF> into a mes
NiceGuy

Replies: 9
Views: 5415

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 24, 2010 8:11 pm   Subject: Parse a line containing only <CR><LF> into a mes
Hi community,

Does anyone have an idea how I can enable my message set to parse/accept lines containing only the newline (<CR><LF>) into a member in my message set.

For Example:

& ...
  Topic: How to write <?xml ?> tag in XML1 message set?
NiceGuy

Replies: 8
Views: 5181

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Aug 19, 2010 11:24 am   Subject: How to write <?xml ?> tag in XML1 message set?
Hi community,

Thanks for the help thus far ...

For clarity, I am using the MRM domain.

mqjeff writes:
presumably the "Suppress XML Declaration" property of the physical format in ...
  Topic: How to write <?xml ?> tag in XML1 message set?
NiceGuy

Replies: 8
Views: 5181

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 18, 2010 2:43 pm   Subject: How to write <?xml ?> tag in XML1 message set?
Hello community,

I have created a message set that I need to write to. The
message set is an xml (XML1) message set and appears to be working
fine when creating the out document that utilizes t ...
  Topic: How to translate ampersand (&) to ABITSTREAM()??
NiceGuy

Replies: 2
Views: 3123

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 05, 2010 5:55 pm   Subject: How to translate ampersand (&) to ABITSTREAM()??
Hi community,

I have a question, I am attempting to translate a stream
(Environment.CustXML .. see code below) that contains a valid ampersand symbol (&) but when doing so the symbol does not ...
  Topic: QUERY on Broker Message Set
NiceGuy

Replies: 5
Views: 5086

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Jun 11, 2010 2:41 pm   Subject: QUERY on Broker Message Set
Hi Kimbert,

Thanks for your help,

Just wanted to verify as per your suggestion:

DECLARE invoices ROW;
SET invoices = InputRoot.MRM;
DECLARE test ROW;

SET test = SELECT * FROM invoices. ...
Goto page 1, 2, 3  Next Page 1 of 3

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.