Author |
Message |
Topic: Handling Duplicate XML Tags with Different Attribute Values |
Kool-Aid
Replies: 1 Views: 1877
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 02, 2005 11:49 am Subject: Handling Duplicate XML Tags with Different Attribute Values |
Hello,
I have Duplicate XML Tags but I want to produce two Different Attribute Values. For example...
<referenceid usage ="Happy Ending">THIS IS THE VALUE</referenceid>
<referenceid ... |
Topic: DOES VERSION MQSI 2.1 Support Arrays |
Kool-Aid
Replies: 1 Views: 1813
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 24, 2005 11:02 am Subject: DOES VERSION MQSI 2.1 Support Arrays |
How do you build an array using ESQL? Can it only be utilized under crrent CSD versions? |
Topic: Removing Commas out of a numeric Field |
Kool-Aid
Replies: 6 Views: 4631
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 14, 2004 1:38 pm Subject: Removing Commas out of a numeric Field |
Using WMQI version 2.1 is there a way to simply remove commas out of a numeric or string field. For example the value 345,008,763 is sent. I would like 345008763. How do I do this in ESQL? Or is there ... |
Topic: Using InputBody vs. InputRoot in ESQL |
Kool-Aid
Replies: 2 Views: 6114
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 16, 2004 12:34 pm Subject: Using InputBody vs. InputRoot in ESQL |
What is the difference between these two? When should they be used? What are the pros and cons? |
Topic: Using Cardinality for Repeating Segments in XML. |
Kool-Aid
Replies: 2 Views: 2887
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 16, 2004 12:31 pm Subject: Using Cardinality for Repeating Segments in XML. |
Using ESQL in WMQI 2.1 I am trying to pass along 4 XML fields (TABNAM, IDOCTYP, SNDPRN, and PLANT) and 3 additional XML fields (SEGNAM, NAME_CHAR, CHAR_VALUE) that come from a repeating segment into s ... |
Topic: Regular Expressions in ESQL (WMQSI 2.1) |
Kool-Aid
Replies: 2 Views: 3287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 19, 2004 10:51 am Subject: Regular Expressions in ESQL (WMQSI 2.1) |
I am trying to complete a simple IF test that evaluates a field. The field will always end with the last digit ranging from 0 to 9.
For example, the field E1MBXYH00[0-9] could be...
E1MBXYH001, o ... |
Topic: Neon Export Error (-2605) |
Kool-Aid
Replies: 1 Views: 1617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 16, 2004 1:09 pm Subject: Neon Export Error (-2605) |
Format "OCF_SAP.IC.MATMAS03.PMX": I/E failed!
ERROR: GetFormat failed (-2605)
Does anybody know what this error is?
Can you tell me where I can find documentation on this error?
What manual woul ... |
Topic: Error: Element does not exist |
Kool-Aid
Replies: 1 Views: 1543
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 09, 2004 12:21 pm Subject: Error: Element does not exist |
After reviewing my trace log I recieved the following error on a TDS Message Set (Physical Format):
BIP2543E: Node 'SAP_ZWMMBID01_TO_PMX_STOCK_STATUS.IDOC_to_XML': (34, 80) : Failed to navigate to ... |
Topic: MQSERIES ERROR 2030 while trying to deploy using WMQI2.1 |
Kool-Aid
Replies: 3 Views: 3745
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 09, 2004 12:18 pm Subject: Response |
For some odd reason this is no longer an issue. I was able to delpoy. Thanks for your help! |
Topic: MQSERIES ERROR 2030 while trying to deploy using WMQI2.1 |
Kool-Aid
Replies: 3 Views: 3745
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 09, 2004 11:48 am Subject: Response |
We are already at max msg size. We are using MQSeries 5.2. |
Topic: MQSERIES ERROR 2030 while trying to deploy using WMQI2.1 |
Kool-Aid
Replies: 3 Views: 3745
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 09, 2004 10:38 am Subject: MQSERIES ERROR 2030 while trying to deploy using WMQI2.1 |
Having trouble deploying Complete Assignments Configuration. Get MQSeries error 2030. We have 13 execution groups, some with no flows others with no more than 7 flows and 15 message sets. Is this conf ... |
Topic: CONVERTING BLOB TO XML USING STRING MANIPULATION |
Kool-Aid
Replies: 6 Views: 3894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 20, 2004 6:00 am Subject: CONVERTING BLOB TO XML USING STRING MANIPULATION |
Just to clarify what I was trying to accomplish.
I will recieve a BLOB of data that will vary in length every time. For example it could be 10 bytes or a million. The one thing that will remain a con ... |
Topic: CONVERTING GMT TIME TO EASTERN STANDARD TIME |
Kool-Aid
Replies: 2 Views: 2183
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 14, 2004 1:02 pm Subject: CONVERTING GMT TIME TO EASTERN STANDARD TIME |
Hypothetical Situation:
An application sends its time stamp (GMT) within a message that is passed to an SAP application (receives in EST). Unfortunately when SAP gets the message it causes an applica ... |
Topic: CONVERTING BLOB TO XML USING STRING MANIPULATION |
Kool-Aid
Replies: 6 Views: 3894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 14, 2004 12:42 pm Subject: CONVERTING BLOB TO XML USING STRING MANIPULATION |
Hypothetical Situation:
An application is sending XML Data that contains a return line feed at the beginning of each message using the integrator 2.1. When the XML parser tries to read this message i ... |
Topic: STRING Manipulation: Evaluating the leading character. |
Kool-Aid
Replies: 4 Views: 2172
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 21, 2004 8:50 am Subject: THIS ISSUE HAS BEEN RESOLVED. |
Thanks it worked perfect. I am just curious. What is the LEADING used for and when should it be used? |