Author |
Message |
Topic: UPES from container Syntax |
stubie
Replies: 2 Views: 2631
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Dec 14, 2005 5:49 am Subject: UPES from container Syntax |
Can someone help me with the syntax options for invoking a UPES from a value in a container variable? Let me give a little background:
I have a process with an activity that invokes a UPES. The UPE ... |
Topic: FMC00013E Communication error - Failing Action: open |
stubie
Replies: 3 Views: 3343
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Oct 12, 2005 5:55 am Subject: FMC00013E Communication error - Failing Action: open |
2035 indicates that the user in question is not authorized to some MQSeries entity that it needs. Adding the user to the listed UNIX groups does not always solve the problem, especially if you don't r ... |
Topic: Communication between local Workflow and MQ |
stubie
Replies: 2 Views: 2133
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Aug 04, 2005 4:14 am Subject: Re: Communication between local Workflow and MQ |
I think it depends on whether you are using MQClient or MQServer bindings, as specified during initial setup -- fmczinsx -o mqclient or fmczinsx -o mqserver. I'm much more familiar with AIX, but I bel ... |
Topic: PER_AUTH_FOR_CATEG |
stubie
Replies: 1 Views: 1603
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Apr 18, 2005 6:22 am Subject: PER_AUTH_FOR_CATEG |
What is this table used for? It is my understanding that this table is read during process instance creation to make sure that the user doing the create is authorized. Is it used any other times, like ... |
Topic: WBISF Process Choreographer: Staff |
stubie
Replies: 6 Views: 3093
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Apr 18, 2005 6:10 am Subject: Staff size recommendations |
Vennela -- where did you find the recommendation about MQWF not being good for user bases above 10000? I've looked for that for a while, and never could find anything nor get a commitment from IBM. We ... |
Topic: UnsatisfiedLinkError |
stubie
Replies: 1 Views: 2047
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jan 23, 2004 4:58 am Subject: UnsatisfiedLinkError |
I have the following configuration: MQWF3404 on AIX5.2. Two configurations: DEV and TEST (DEV is default). For each config, I have deployed the default WebClient to WAS5.02 in server1.
The problem ... |
Topic: Problems with NOOP [Empty] Activities in a Block. |
stubie
Replies: 22 Views: 9167
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Dec 11, 2003 8:28 pm Subject: To be fixed in SP4 |
I opened a PMR with IBM. It turns out that they were already aware of the problem (it was reported internally) and have a fix that will be included in SP4. No hiper fix will be made available, but SP4 ... |
Topic: [SOLVED]Workflow server can't load Authentication exit onAIX |
stubie
Replies: 5 Views: 3194
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Dec 08, 2003 7:37 am Subject: Further info |
I had to add the following to my LIBPATH:
/usr/java131/jre/bin:/usr/java131/jre/bin/classic
/usr/java131/jre/bin contains libjava.a
/usr/java131/jre/bin/classic contains libjvm.a, which libjava ... |
Topic: Problems with NOOP [Empty] Activities in a Block. |
stubie
Replies: 22 Views: 9167
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Dec 08, 2003 7:01 am Subject: I feel your pain |
I am suffering the same problem. It seems to be related to a NOOP activity being the last activity in the flow. Here's what I have found:
I have defined a test model that has three paths:
1. A man ... |
Topic: _State() |
stubie
Replies: 3 Views: 2227
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Aug 07, 2003 4:37 pm Subject: Thanks |
Thanks for the info. Anyone have any idea why the product designers included this, since it appears to have no use?
What are the valid condition checks? _Expired and _ForceFinished? (_Finish seems ... |
Topic: _State() |
stubie
Replies: 3 Views: 2227
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Aug 07, 2003 2:28 pm Subject: _State() |
Has anybody worked with _State() in transition conditions? I have a model that has a connector with _State() = _Skipped, and the connector evaluates false, even though the source activity has a status ... |
Topic: Options for .NET |
stubie
Replies: 1 Views: 1703
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jun 11, 2003 5:25 pm Subject: Options for .NET |
I have the need, possibly, to interface with MQWF via clients developed using .NET technology. We will likely have an ASP.NET thin client for casual and extranet participants, and a VB.NET or C# rich ... |
Topic: WorkFlow API Java WorkItem Query |
stubie
Replies: 8 Views: 8364
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Apr 02, 2002 7:59 pm Subject: WorkFlow API Java WorkItem Query |
One way to do this is to override the createAndStartInstance command using your own custom handler. Once the instance is started, query workitems using a filter of "PROCESS_NAME = <the name of ... |
Topic: Can't start process via XMLmessage |
stubie
Replies: 7 Views: 6601
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Apr 02, 2002 7:50 pm Subject: Can't start process via XMLmessage |
For MQWF 3.3.0, the userid for the starter must be placed in the UserIdentifier field of the MQ Message Descriptor. It is not specified in the XML. |