Author |
Message |
Topic: Unable to Process Special characters in MQManager CCSID(819) |
raghav
Replies: 8 Views: 9476
|
Forum: IBM MQ API Support Posted: Wed Sep 21, 2005 7:15 am Subject: The response seems to be not going in UTF-8 encoding.... |
Hi,
There were lots of advancements with this problem now.
When the special characters were not processed, Firstly we identified that the CCSID of our system was 819 (default) and the CCSID for the ... |
Topic: reg. getting BytesMessage from a queue |
raghav
Replies: 2 Views: 2333
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 10, 2005 6:40 am Subject: reg. getting BytesMessage from a queue |
Hi,
We are facing problem while processing a message, got from a queue, which is of type BytesMessage.
(1) When the sender was keeping a string message in the queue, we are able to fetch the m ... |
Topic: To avoid logging "MQJE001: Completion Code 2, Reason 20 |
raghav
Replies: 6 Views: 19346
|
Forum: IBM MQ API Support Posted: Tue Jul 26, 2005 5:45 am Subject: [SOLVED] MQException 2033 getting logged |
Setting MQException.log=null solved the issue  |
Topic: To avoid logging "MQJE001: Completion Code 2, Reason 20 |
raghav
Replies: 6 Views: 19346
|
Forum: IBM MQ API Support Posted: Fri Jul 22, 2005 6:30 am Subject: To avoid logging "MQJE001: Completion Code 2, Reason 20 |
We went through the MQException class inside com.ibm.mq.jar
There are log statements within this class itself...
We will go through the documents and reply back. |
Topic: To avoid logging "MQJE001: Completion Code 2, Reason 20 |
raghav
Replies: 6 Views: 19346
|
Forum: IBM MQ API Support Posted: Fri Jul 22, 2005 4:49 am Subject: To avoid logging "MQJE001: Completion Code 2, Reason 20 |
Hi,
When Iam trying to get message from a queue (which is empty / no messages),using
MQQueue mqQueue = null;
mqQueue =
mqQueueMngr.accessQueue(
strQueueName,
MQC.MQOO_INPUT_AS ... |
Topic: Unable to Process Special characters in MQManager CCSID(819) |
raghav
Replies: 8 Views: 9476
|
Forum: IBM MQ API Support Posted: Thu Jul 14, 2005 6:41 am Subject: Unable to Process Special characters in MQManager CCSID(819) |
Database used is DB2 V8...running on the AIX V5 platform... |
Topic: Unable to Process Special characters in MQManager CCSID(819) |
raghav
Replies: 8 Views: 9476
|
Forum: IBM MQ API Support Posted: Wed Jul 13, 2005 12:40 pm Subject: Unable to Process Special characters in MQManager CCSID(819) |
Hi,
I am able to observe a problem with my MQManager. The CCSID was set to 819 earlier, during this time when a message is sent from other Queue Managers the character € was not processed. So, as p ... |
Topic: Need info on calling a java prog from an automatic activity |
raghav
Replies: 19 Views: 7404
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jun 30, 2005 6:43 pm Subject: Need info on calling a java prog from an automatic activity |
Sorry for responding late. Please verify my understanding:
For an Automatic activity, irrespective of whether the script file (.sh file) has executed completely or not, the control comes out...and ... |
Topic: Need info on calling a java prog from an automatic activity |
raghav
Replies: 19 Views: 7404
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jun 20, 2005 7:12 am Subject: Need info on calling a java prog from an automatic activity |
Actually when the activity was automatic, work item / process instance was getting teminated
And now when I had changed the activity from automatic to manual, state of the work item is in Ready. |
Topic: Need info on calling a java prog from an automatic activity |
raghav
Replies: 19 Views: 7404
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jun 20, 2005 5:42 am Subject: Need info on calling a java prog from an automatic activity |
Hi,
State of program2 is "Ready". And we are using Workflow V3.4 runtime client to view the status of work items. |
Topic: Need info on calling a java prog from an automatic activity |
raghav
Replies: 19 Views: 7404
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jun 16, 2005 5:33 am Subject: Need info on calling a java prog from an automatic activity |
Following is the java code for the manual activity:
public class ProcessTestWF2 {
public static void main(String[] args) {
WFManager wfm = new WFManager();
... |
Topic: Need info on calling a java prog from an automatic activity |
raghav
Replies: 19 Views: 7404
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jun 16, 2005 4:40 am Subject: Need info on calling a java prog from an automatic activity |
Hi,
There are two ways which says Iam setting String "true" only.
1) I rechecked the code. Iam updating a string "true" only. Below is the line of java code used to set the value.
outContaine ... |
Topic: Need info on calling a java prog from an automatic activity |
raghav
Replies: 19 Views: 7404
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jun 15, 2005 4:42 pm Subject: Need info on calling a java prog from an automatic activity |
The first activity is in a finished state.
Then there is no workitem visible for the second activity...
Process instance also gets deleted from the client... |
Topic: Need info on calling a java prog from an automatic activity |
raghav
Replies: 19 Views: 7404
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jun 15, 2005 4:13 pm Subject: Need info on calling a java prog from an automatic activity |
Yes, I can run the Java program from the command prompt.
I start a shell script first that calls a java program.
This program creates a process instance and starts it.
Control is then transferred ... |
Topic: Can we use "{}" in the MQMD - Message ID |
raghav
Replies: 3 Views: 2524
|
Forum: General IBM MQ Support Posted: Wed Jun 15, 2005 3:59 pm Subject: Can we use "{}" in the MQMD - Message ID |
Can we provide a pattern to the Message ID?
For example, setting the first 4-5 bytes as:
char pattern[24] ;
strcpy(pattern, "{AMQ}");
convert field pattern into a byte string and assign it ... |