Author |
Message |
Topic: WBI Modeller 5.1 is announced |
TJW
Replies: 5 Views: 3543
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Aug 15, 2004 11:21 pm Subject: WBI Modeller 5.1 is announced |
Anyone looking for a replacement workflow design tool that produces FDLs will be in for a disappointment. Just take a look at what Modeler 5.1 does not do (taken from product documentation):
FDL ... |
Topic: [Solved] help with COA (confirm of arrival) and perl |
TJW
Replies: 5 Views: 4104
|
Forum: IBM MQ API Support Posted: Thu Jul 08, 2004 7:06 am Subject: [Solved] help with COA (confirm of arrival) and perl |
Your $putmessage should look like this:
my $putmessage = MQSeries::Message->new
(
MsgDesc =>
{
CorrelId => $correlid,
MsgId => ... |
Topic: Question on Workflow instance terminaion |
TJW
Replies: 3 Views: 1932
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue May 11, 2004 1:16 am Subject: Question on Workflow instance terminaion |
If you define your UPES as version 3.2.2 in Buildtime then Workflow should not send ActivityExpired or TerminateProgram messages. This should save you having to modify programs. |
Topic: Workflow Variable length String Element |
TJW
Replies: 5 Views: 2856
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Aug 07, 2003 12:47 am Subject: Workflow Variable length String Element |
The '8516' error can occur during translation of the fdl, it looks something like this ...
FMC26503E Data connector mapping between 'STEP1' and 'STEP2' with size of 10740 bytes is longer than the a ... |
Topic: MQSeries Workflow/ Process Choreographer WAS5 |
TJW
Replies: 6 Views: 3974
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jul 09, 2003 12:37 am Subject: MQSeries Workflow/ Process Choreographer WAS5 |
This was something I worked on last year so I don't have the hard facts to hand, but here are some approximations:
Process instance create and starts per day: 10000
Average number of activities pe ... |
Topic: MQSeries Workflow/ Process Choreographer WAS5 |
TJW
Replies: 6 Views: 3974
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jul 08, 2003 7:47 am Subject: MQSeries Workflow/ Process Choreographer WAS5 |
If anyone can manage to squeeze the 100,000+ process activities a day I get with MQWF out of the Process Choreographer, without resorting to some seriously expensive hardware, then I may consider migr ... |
Topic: <usercontext> tag in workflow instantiation message |
TJW
Replies: 4 Views: 2331
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jul 08, 2003 7:41 am Subject: <usercontext> tag in workflow instantiation message |
UserContext is defined as #PCDATA within the DTD, so no XML tags are allowed:
<!ELEMENT WfMessage WfMessageHeader?,GeneralError >
<!ELEMENT WfMessageHeader (ResponseRequired?, UserConte ... |
Topic: [Solved]UPES, XML and non-ascii characters |
TJW
Replies: 3 Views: 2327
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jun 20, 2003 1:37 am Subject: [Solved]UPES, XML and non-ascii characters |
Dave, John
Thanks for your input. Unfortunately the application generating the messages is pretty inflexible, so it would not be very easy to run the data through an XML parser or encoder.
I tra ... |
Topic: [Solved]UPES, XML and non-ascii characters |
TJW
Replies: 3 Views: 2327
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jun 19, 2003 1:35 am Subject: [Solved]UPES, XML and non-ascii characters |
Has anyone had any success in using non-ascii characters in a UPES XML message?
As part of the return message for a synchronous activity I am trying to send a string which contains an e-acute chara ... |
Topic: [SOLVED]Clustered UPES causes execution server to die |
TJW
Replies: 7 Views: 6278
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 13, 2003 7:28 am Subject: [SOLVED]Clustered UPES causes execution server to die |
I have just procured a test machine to see if the problem occurs on later service packs.
With 3.3.2 SP4, for both synchronous and asynchronous UPES, the ES no longer dies and the expected 2085 erro ... |
Topic: [SOLVED]Clustered UPES causes execution server to die |
TJW
Replies: 7 Views: 6278
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 13, 2003 6:57 am Subject: [SOLVED]Clustered UPES causes execution server to die |
The UPES queue is undefined because of an 'administrative error' (someone deleted the wrong queue).
As mentioned previously the ES dies whether the activity is synchronous or asynchronous.
An ... |
Topic: [SOLVED]Clustered UPES causes execution server to die |
TJW
Replies: 7 Views: 6278
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 13, 2003 1:24 am Subject: [SOLVED]Clustered UPES causes execution server to die |
I can replicate this error with both synchronous and asynchronous activities.
If I specify a queue manager for the (still) undefined queue then the UPES activity generates the expected MQerror 20 ... |
Topic: [SOLVED]Clustered UPES causes execution server to die |
TJW
Replies: 7 Views: 6278
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Mar 12, 2003 8:10 am Subject: [SOLVED]Clustered UPES causes execution server to die |
Has anyone else experienced this 'problem' ...
A UPES is defined with a queue name but a blank queue manager name (this will be a clustered queue).
An activity in a process is defined as using t ... |
Topic: Deleting a user from Runtime |
TJW
Replies: 6 Views: 3332
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Feb 21, 2003 4:54 am Subject: Deleting a user from Runtime |
The "Mark the user for deletion" option will only be visible if there are not other objects that depend on the user. In this case the user you are attempting to delete is assigned as the head of an or ... |
Topic: Perl and AIX question |
TJW
Replies: 14 Views: 8526
|
Forum: IBM MQ API Support Posted: Tue Feb 18, 2003 6:48 am Subject: Compiling MQSeries Perl module on Window platform |
Here's how to compile the MQSeries Perl module on the Windows platform (using VisualC++)...
To compile perl modules you will need a Make utility. VisualC++ should come with Nmake.exe.
If nmake. ... |