Author |
Message |
Topic: Importing v2.0.1 resources into v2.1 |
jrannis
Replies: 3 Views: 4434
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 07, 2002 1:25 pm Subject: Importing v2.0.1 resources into v2.1 |
Has anyone had problems importing a v2.0.1 message flow into v2.1?
I'm getting a BIP0636E. Which essentially tells me that it is not of the correct format for an import file.
I'm trying to determ ... |
Topic: MQSI MRM and LOW VALUES |
jrannis
Replies: 4 Views: 4267
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 08, 2002 5:13 am Subject: MQSI MRM and LOW VALUES |
Thanks Kiran!
Were still on MQSI v2.0.1.2
The reason I'm assigning a numeric value to a string is because we want to indicate in the MRM that a certain element in the XML did not arrive. We don ... |
Topic: MQSI MRM and LOW VALUES |
jrannis
Replies: 4 Views: 4267
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 07, 2002 2:37 pm Subject: MQSI MRM and LOW VALUES |
Is there a way to fill an MRM string with all low values, that is, HEX ZEROS without using the padding rule of NUL.
The following does not work, but it might give you an idea of what I trying to ac ... |
Topic: MQ Clustering and CICS for OS/390 |
jrannis
Replies: 4 Views: 10484
|
Forum: Clustering Posted: Fri Feb 01, 2002 11:50 am Subject: MQ Clustering and CICS for OS/390 |
Are there any issues with operating CICS for OS/390 and MQ Queue manager Clusters? |
Topic: clustered vs. non-clustered |
jrannis
Replies: 1 Views: 3318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 23, 2002 12:09 pm Subject: clustered vs. non-clustered |
Can someone point me to some information as to why one would NOT want an MQ Clustered environement (in a multi queue manager multi server environment).
Or if someone want to offer their own opionio ... |
Topic: Finding a string of HEX characters in string data. |
jrannis
Replies: 2 Views: 4137
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2002 3:44 pm Subject: Finding a string of HEX characters in string data. |
Actually, I've found a work around for this.
DECLARE x INTEGER;
DECLARE c CHARACTER;
/* do not change the assignment of "c", it is meant to look that way */
SET c='
';
SET x=POSITION( c IN O ... |
Topic: Finding a string of HEX characters in string data. |
jrannis
Replies: 2 Views: 4137
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2002 2:03 pm Subject: Finding a string of HEX characters in string data. |
Is there a way of find the POSITION of a string of hex characters within a character string, WITHOUT using BLOB data.
The specific example is that we are looking for the POSITION of the carriage-re ... |
Topic: BLOB to BLOB question |
jrannis
Replies: 8 Views: 9631
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 13, 2001 3:38 pm Subject: BLOB to BLOB question |
I have defined an InputNode as BLOB, and I want to take the blob and add some string data to it and send it out as BLOB.
How do you do this? I cannot seem to concatinate a string onto the incoming ... |
Topic: Element default values |
jrannis
Replies: 0 Views: 3178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 05, 2001 12:53 pm Subject: Element default values |
Is there any way, via the message set facility, to define a DEFAULT value for a given element. Our problem is that we are producing MRM out of XML, and if the XML tag does not exist OR it exists but ... |
Topic: MRM performance "boom" after upgrading |
jrannis
Replies: 1 Views: 3938
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 05, 2001 12:49 pm Subject: MRM performance "boom" after upgrading |
We are just had a similar problem. We are running MQSI V2.0.1 AIX with CSD2. We have a message (MRM) which is 11,000+ records @ about 3.5 meg.
It took about 30 minutes to spit out the appropriate ... |