Author |
Message |
Topic: Problems with database when num of records exceed 650 |
Deepika
Replies: 1 Views: 1644
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 11, 2003 1:09 pm Subject: Problems with database when num of records exceed 650 |
We have a message flow that writes data into the database on it way to the backend and on the way back retrieves the original message to output the response message concatenated with the original mess ... |
Topic: Global Variable Accessing |
Deepika
Replies: 1 Views: 1819
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 16, 2002 4:38 am Subject: Global Variable Accessing |
We have a mapping table which we wish to be globally accesible ie. any node within the message flow should be able to read the data in the mapping table.We can load this mapping table in Environment v ... |
Topic: Hex values for tags |
Deepika
Replies: 1 Views: 1512
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 09, 2002 2:11 am Subject: Hex values for tags |
Is it possible to give hex values for tags in TDS format MRM ??? |
Topic: Variable length Strings |
Deepika
Replies: 3 Views: 2964
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 23, 2002 3:06 am Subject: Variable length Strings |
Is there some way of defining variable length strings to MRM.
We have tried using the option : NULL Terminated string
but we do not need the NULL terminator in the Output data.
Also with fixed len ... |
Topic: Optional Elements |
Deepika
Replies: 3 Views: 4919
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 22, 2002 1:38 am Subject: Optional Elements |
Is it possible to define some elements as optional in an MRM ??? |
Topic: Tags definition for elements (in TDS) in HEX format |
Deepika
Replies: 1 Views: 2079
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 17, 2002 6:23 am Subject: Tags definition for elements (in TDS) in HEX format |
we are planning to use Tagged/Delimited format for a MRM definition. The message has elements that have unique tags but they are in HEX format.
Is there some way of defining HEX tags for elements. Th ... |
Topic: reusing a defined element |
Deepika
Replies: 1 Views: 2023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 15, 2002 9:22 pm Subject: reusing a defined element |
I have a message type in which a few elements get repeated.
Is there a method with which I can define the element only once
and use it repeatedly in the same message type ? |
Topic: ASCII value of character data |
Deepika
Replies: 1 Views: 2387
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jul 13, 2002 12:33 am Subject: ASCII value of character data |
Is there some way of getting the ASCII value of a character in ESQL.
eg. if i have a variable x set to characater 't'
x character
x = A
how can i get 65 from this...
is there some function avaia ... |
Topic: Comparison of hex values |
Deepika
Replies: 1 Views: 1931
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 12, 2002 11:19 pm Subject: Comparison of hex values |
i have an input stream of data which have some 1 byte fields set to hex values in between the stream of character data
Now i need to read this stream, extract those 1 byte of data and compare them to ... |
Topic: Parsing the Input Message |
Deepika
Replies: 1 Views: 1933
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 12, 2002 11:19 pm Subject: Parsing the Input Message |
I am writing a transformation sub-fow. Input data in my message is coming in following format:
<1byte Hex Start Code>Text Data<1byte Hex End Code><1byte Hex Start Code>Text Data2 ... |
Topic: Functions in ESQL |
Deepika
Replies: 1 Views: 2098
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 11, 2002 8:33 pm Subject: Functions in ESQL |
Is there any way you can have a piece of code that can be reused (like a function/subprogram) in ESQL ? |
Topic: Defining repeating compound element types |
Deepika
Replies: 2 Views: 2260
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 11, 2002 6:06 am Subject: Defining repeating compound element types |
I am trying to use a MRM defined message. The physical format I am using is CWF. The message has a compound type element. Now , this compound element can repeat 0 to 10 times.
I have set the rep ... |
Topic: Arrays in ESQL |
Deepika
Replies: 4 Views: 26601
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 11, 2002 6:00 am Subject: Arrays in ESQL |
I want to use arrays in my ESQL to hold some data. Any one has any code example on how to do it.
many thanks |
Topic: Handling hexadecimal values in messages |
Deepika
Replies: 1 Views: 1974
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 03, 2002 6:36 am Subject: Handling hexadecimal values in messages |
This is regarding a query i have in my pjt implementation on MQSI
i have an input message in XML format
The Output format i defined in MRM
i want the o/p to be in CWF format which is routed to an o ... |