Author |
Message |
Topic: MQ Workflow server is not starting |
hos
Replies: 4 Views: 22382
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed May 06, 2015 6:56 am Subject: MQ Workflow server is not starting |
It is always a good idea to search this forum before posting.
http://www.mqseries.net/phpBB2/viewtopic.php?t=44774 |
Topic: Thanks & Good bye |
hos
Replies: 5 Views: 24896
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed May 06, 2015 6:37 am Subject: Thanks & Good bye |
Oh wow I missed this!
If you read this: all the best for you John. We had great times.
Volker |
Topic: Error exporting model starting with numeric character |
hos
Replies: 5 Views: 24905
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Oct 01, 2013 2:55 am Subject: Error exporting model starting with numeric character |
Are you sure that the process name is the problem?
Can you try to use an .fdl name without starting digit? |
Topic: Install/Config issues with Workflow 3.6 on Win 7 Enterprise |
hos
Replies: 3 Views: 21410
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri May 17, 2013 4:25 am Subject: Install/Config issues with Workflow 3.6 on Win 7 Enterprise |
In addition you may also want to contact IBM Support to hear their opinion. |
Topic: Install/Config issues with Workflow 3.6 on Win 7 Enterprise |
hos
Replies: 3 Views: 21410
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue May 14, 2013 12:02 am Subject: Install/Config issues with Workflow 3.6 on Win 7 Enterprise |
Have you read the instructions on 3.22 in the readme?
Starting with IBM WebSphere MQ Workflow 3.6 SP9,
you can use Microsoft Windows 7 Professional and Microsoft Windows Server 2008.
... |
Topic: Name does not follow syntax rules |
hos
Replies: 2 Views: 19561
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 04, 2013 1:47 am Subject: Name does not follow syntax rules |
Hi,
from the stack you provided, I guess that your code creates a process instance name that is combined with the actual date. This seems to create an invalid process instance name - please check.
H ... |
Topic: FMC00118E Object does not exist after upgrading DB2 |
hos
Replies: 0 Views: 17206
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Feb 29, 2012 2:46 am Subject: FMC00118E Object does not exist after upgrading DB2 |
Hi all MQWF users.
Be careful when upgrading your DB2 version to 9.7.
With this version the default transactional behavior of DB2 has changed and this may impact proper processing of the MQWF server ... |
Topic: FMC_r Message |
hos
Replies: 3 Views: 22375
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Nov 16, 2011 1:54 am Subject: FMC_r Message |
The above link does not help. It points to a different MQ issue.
You did not post any background info:
is this problem new after you upgraded OS, DB, MQ, MQWF?
what is the service level of the abo ... |
Topic: fmcojloc.dll: Can't find dependent libraries |
hos
Replies: 2 Views: 20401
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Nov 14, 2011 12:12 am Subject: fmcojloc.dll: Can't find dependent libraries |
In addition, the Java API that you are using does not use version 3.6 classes.
It uses the 'old' JNI based API which was replaced by a 'pure Java' API in 3.6
Check your CLASSPATH for the existence o ... |
Topic: MQ Workflow 3.6 Activity Implementation error |
hos
Replies: 1 Views: 18346
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Nov 10, 2011 12:58 am Subject: MQ Workflow 3.6 Activity Implementation error |
Hi,
the Program Execution Agent (PEA) is deprecated long time ago and not supported by the Java API. Use an UPES to invoke program implementations, instead. |
Topic: MQWF v3.6 can not recognize passwords in FDL |
hos
Replies: 1 Views: 18111
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jul 26, 2011 11:20 pm Subject: MQWF v3.6 can not recognize passwords in FDL |
Hi,
have you ever tried the fantastic 'Search' feature of this site?
You can search this forum for 'password' and the answers for all your questions are available on a fingerprint.
The problem is ... |
Topic: Threshold setting for worklist retrival |
hos
Replies: 3 Views: 22336
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jul 07, 2011 12:47 am Subject: Threshold setting for worklist retrival |
Got it.
Unfortunately there is no answer for your desire.
The query threshold limits the number of items in a list and is directly passed from the MQWF server to the database system.
However there ... |
Topic: Threshold setting for worklist retrival |
hos
Replies: 3 Views: 22336
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jul 01, 2011 12:42 am Subject: Threshold setting for worklist retrival |
Hi,
do you really mean to limit the number of worklists, or do you rather mean the number of workitems within a list?
There exist two different list objects for this, both of them have a threshold p ... |
Topic: Forgot the Administration Utility password |
hos
Replies: 1 Views: 19586
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 24, 2011 4:09 am Subject: Forgot the Administration Utility password |
Hi,
it's all about updating the system administrators password in the MQWF DB.
The MQWF staff API provides methods to update users in the DB - see the Programming Guide.
A simpler method might be ... |
Topic: How to Capture the WorkFlow Volume |
hos
Replies: 4 Views: 23569
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Feb 08, 2011 1:20 am Subject: How to Capture the WorkFlow Volume |
Hi, MQWF has a monitoring concept called Audit Trail, but this is focussed on monitoring business processes - not messages. For messages you'll need the tools provided by MQ. |