Author |
Message |
Topic: Schedule clearing a local Q |
yoscop
Replies: 2 Views: 2991
|
Forum: General IBM MQ Support Posted: Tue Feb 26, 2002 9:01 am Subject: Schedule clearing a local Q |
hi,
I need to be able to run a command file on Win2K box which clears all the messages from a particular Q in MQSeries.Is there a way to do this without writing a java program and calling it from c ... |
Topic: Scheduling Server Issue |
yoscop
Replies: 2 Views: 7798
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Feb 19, 2002 1:07 pm Subject: Scheduling Server Issue |
hi John,
The notification interval is set to 15secs.
Regards,
yoscop |
Topic: Scheduling Server Issue |
yoscop
Replies: 2 Views: 7798
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Feb 19, 2002 9:56 am Subject: Scheduling Server Issue |
hi,
I am trying to use Scheduling Server to make an activity wait for like 5 minutes before it process moves onto next activity.This was working fine, but for some unknown reason the task doesn't ... |
Topic: Unable to initiate MQ Process via XML message |
yoscop
Replies: 4 Views: 10762
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jan 28, 2002 6:11 pm Subject: Unable to initiate MQ Process via XML message |
hi John
I did set the ReplyToQ to Q1 on the same QMgr i.e FMCQM and was able to figure out that err msg : FMC00010E Unknown user ID.
I am trying to set userId and Password while creating a
conn ... |
Topic: Unable to initiate MQ Process via XML message |
yoscop
Replies: 4 Views: 10762
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jan 28, 2002 2:30 pm Subject: Unable to initiate MQ Process via XML message |
Thanks for the response.
I am using a JMS TextMessage instead of a MQMessage.So i am unable to set the Reply2Q and Reply2QMgr.
I tried sending the message to a normal Q with FMCQM as QMgr, it works ... |
Topic: how to send XML message with userid to start workflow proces |
yoscop
Replies: 1 Views: 3744
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 28, 2002 6:25 am Subject: how to send XML message with userid to start workflow proces |
hi,
We can set in the openOptions as MQC.MQOO_SET_IDENTITY_CONTEXT and then explicitly set MQMessage.userid="Anyuser valid MQWFUser".
The following code snippet might help.
... |
Topic: Introducing Delay In Next Activity |
yoscop
Replies: 3 Views: 10072
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jan 28, 2002 6:16 am Subject: Introducing Delay In Next Activity |
hi,
I have tried this delay of an activity using MQWF Buildtime, by seting the expiration of an activity to certain period(On the Exit tab).Also we need to be sure to change the Scheduling Server pr ... |
Topic: Unable to initiate MQ Process via XML message |
yoscop
Replies: 4 Views: 10762
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Jan 27, 2002 4:14 pm Subject: Unable to initiate MQ Process via XML message |
hi<br>
I am using XML interface to start MQWF processes.If i use a Binding mode to connect to MQSeries and send the message(without JMS TextMsg) the process starts fine.<br>
However when ... |
Topic: Running a Java Class file |
yoscop
Replies: 24 Views: 14002
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 09, 2002 11:01 am Subject: Running a Java Class file |
hi,
I just wanted to share my thought on this.I have never used the DLL to run the Java class.All i do is create a Shell file or command file in the bin dir of MQWorkflow.The .sh or .cmd file wi ... |
Topic: UPES Implementation |
yoscop
Replies: 1 Views: 7910
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Dec 19, 2001 9:37 pm Subject: UPES Implementation |
hi,
I have tried to download WA05 support pac from ibm site and run the same.
When i run the sample i get infinite number of messages onto the UPES.Has anybody faced this problem.
Also if a ... |
Topic: [Solved]FMC00010E Unknown user ID |
yoscop
Replies: 10 Views: 10043
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Dec 19, 2001 9:33 pm Subject: [Solved]FMC00010E Unknown user ID |
THanks!! It worked for me |
Topic: [Solved]FMC00010E Unknown user ID |
yoscop
Replies: 10 Views: 10043
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Dec 19, 2001 8:06 am Subject: [Solved]FMC00010E Unknown user ID |
<p><br>
I am trying to place an WFMessage onto the queue.Everytime i try i get a
"FMC00010E Unknown user ID" Error
<br>
I have checked the fdl file and PERSON is set to WFADMIN ... |
Topic: Putting Message Onto Queue From Workflow |
yoscop
Replies: 6 Views: 14159
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Dec 18, 2001 3:04 pm Subject: Putting Message Onto Queue From Workflow |
I am trying to place an WFMessage onto the queue.Everytime i try i get a "FMC00010E Unknown user ID" Error
I have checked the fdl file and PERSON is set to WFADMIN.In my whole installation i ... |