Author |
Message |
Topic: FMC00118E Object does not exist while accessing incontainer |
fidelio
Replies: 7 Views: 14000
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Nov 01, 2007 7:53 am Subject: FMC00118E Object does not exist while accessing incontainer |
I'm curious if I'm reading your code correctly:
ProcessInstance pi = processTemplate.createAndStartInstance2(processInstanceIn.getProcessInstanceName(), null, null,containerData, processI ... |
Topic: Installing RAD and WID in the same box |
fidelio
Replies: 10 Views: 20166
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Oct 09, 2007 8:21 am Subject: Installing RAD and WID in the same box |
I also have RAD7 and WID6.0.2 installed. As I recall, you don't have to take any action to make sure they work together other than to make sure RAD installs in its own Eclipse shell and not an existi ... |
Topic: Equivalent of process monitor of MQ Workflow in WPS |
fidelio
Replies: 1 Views: 6781
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Sep 21, 2007 6:43 am Subject: Equivalent of process monitor of MQ Workflow in WPS |
There is a process explorer in the 6.0.2 version of BPC Explorer that is equivalent to the MQWF Process Explorer. |
Topic: [Solved] Not able to create the list ( I want ) |
fidelio
Replies: 8 Views: 10825
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Sep 11, 2007 12:30 pm Subject: [Solved] Not able to create the list ( I want ) |
If you are using the Web client, click on the "Filter criteria syntax" link. That will pop-up a small window that lists all of the syntax options. The "Assistant" button will onl ... |
Topic: Workflow to process server |
fidelio
Replies: 7 Views: 14056
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Sep 05, 2007 6:31 am Subject: Workflow to process server |
I've worked with several clients who are contemplating the migration, none of whom are interested in becoming the first to do it. To my knowledge, no one has actually migrated a production MQWF system ... |
Topic: Installing MQ in Ubuntu 7.04 |
fidelio
Replies: 7 Views: 12406
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jun 01, 2007 1:13 pm Subject: Installing MQ in Ubuntu 7.04 |
As SuneHansen said, install the rpms (Runtime, Server at least) using 'rpm -ivh --nodeps '. Then - before doing anything else - install the latest fixes, since (on my 7.04 box anyway) crtmqm does not ... |
Topic: Administration Utility |
fidelio
Replies: 67 Views: 61501
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Mar 29, 2006 12:50 pm Subject: Administration Utility |
There does not appear to be a channel listener started (amqcrsta).
You should have a line in /etc/inetd.conf that looks something like:
fmclFMCQM5010 stream tcp nowait fmc /opt/mqm/bin/amqcrsta am ... |
Topic: How do I set a fixed value? |
fidelio
Replies: 20 Views: 17960
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Mar 14, 2006 12:34 pm Subject: How do I set a fixed value? |
Default values for data container members are set on the "Data" tab in the Task Object dialog (where you would set the data loop mapping for the activity, output to input). You should see a similar p ... |
Topic: How does your company use Monitor -reporting based on monitr |
fidelio
Replies: 4 Views: 4406
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Feb 21, 2006 7:54 am Subject: How does your company use Monitor -reporting based on monitr |
Wow, I guess I am the only person that uses it. ... that is active on this group
I have done a lot of pre-sales work with Monitor in a prior life, so I know there are some companies out there t ... |
Topic: Message persistence in EXEXMLINPUTQ |
fidelio
Replies: 12 Views: 8581
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Feb 01, 2006 8:37 am Subject: Message persistence in EXEXMLINPUTQ |
I see the confusion... I am thinking of a multi-threaded solution where your application puts the start message on the queue and assumes delivery and a successful start with a different thread watchin ... |
Topic: Message persistence in EXEXMLINPUTQ |
fidelio
Replies: 12 Views: 8581
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jan 31, 2006 8:15 am Subject: Message persistence in EXEXMLINPUTQ |
If you use the ProcessCreateAndStartInstance command, set ResponseRequired=Yes, and specify a reply queue in the MQMD, the WF server will send a response message when the process is started containing ... |
Topic: [Solved]Problem running fmcibie through crontab - Urgent |
fidelio
Replies: 3 Views: 3889
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 18, 2006 7:56 am Subject: [Solved]Problem running fmcibie through crontab - Urgent |
crontab entries don't load the .profile for the user. fmcibie needs the db2profile to be loaded, so you will need to edit your Test.sh to include it. |
Topic: Java API to Runtime - connection is it MQ ? |
fidelio
Replies: 1 Views: 3029
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jan 17, 2006 3:08 pm Subject: Java API to Runtime - connection is it MQ ? |
It is an MQ connection. The difference between the Native Java APIs and the original APIs is that the original ones were a layer over the WF C APIs and required that the MQ Workflow client libraries ... |
Topic: Business Measure to record Process Administrator |
fidelio
Replies: 2 Views: 3419
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jan 12, 2006 8:49 am Subject: Business Measure to record Process Administrator |
Ben- Is the process administrator defined in the model or assigned at process instantiation? I don't think there is a way to get the information into a data metric without first getting into a data s ... |
Topic: Save as Draft |
fidelio
Replies: 2 Views: 3217
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jan 09, 2006 1:58 pm Subject: Save as Draft |
"Save as draft" could be implemented using the "check-in but fail exit condition" described here: http://www.mqseries.net/phpBB2/viewtopic.php?t=26348 |