ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 45 matches
Author Message
  Topic: FMC00118E Object does not exist while accessing incontainer
fidelio

Replies: 7
Views: 14000

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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
Goto page 1, 2, 3  Next Page 1 of 3

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.