Author |
Message |
Topic: [SOLVED]Serious issue ADMIN PASSWORD GOT CHANGED |
amittalekar
Replies: 23 Views: 18991
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jan 06, 2005 3:01 pm Subject: [SOLVED]Serious issue ADMIN PASSWORD GOT CHANGED |
I have done following to solve this problem. I had same set up (with same QManager name, Same System Grp name, Same System Name, Same Admin passwd , same db2 software versions ) in some other intranet ... |
Topic: WF configuration |
amittalekar
Replies: 8 Views: 5653
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Nov 08, 2004 11:10 am Subject: WF configuration |
Hey sorry,
I was talking about adding new system to the existing configuration (same runtime database). |
Topic: language question |
amittalekar
Replies: 5 Views: 5298
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Nov 08, 2004 6:50 am Subject: language question |
I think you have note created MQ Workflow installation defaults, MQ Workflow directory structures etc.
Before running fmczutil issue following commands with root previledges
fmczinsx -o env
fmczi ... |
Topic: WF configuration |
amittalekar
Replies: 8 Views: 5653
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Nov 08, 2004 6:43 am Subject: WF configuration |
To add a new system you have to do following
1) Add a new configuration with groupname same as earlier primary system.
2) for runtime database select existing database.
3) Create QManager as seco ... |
Topic: [SOLVED]Strange Problem with MQ Workflow 3.5 |
amittalekar
Replies: 11 Views: 5891
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 30, 2004 5:46 am Subject: [SOLVED]Strange Problem with MQ Workflow 3.5 |
Hi,
I faced the same problem on windows. I did follwoing.
Open MQServices explorer and set up the blank fields and then try to close the window. It will ask "Save control setting to..?". Say Yes ... |
Topic: Input Container array element |
amittalekar
Replies: 2 Views: 2277
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Aug 24, 2004 7:58 am Subject: Input Container array element |
There is no direct method to get array. You know array size as that is what u define in buildtime. Consider u have array name "TEST1" of size 20. Data Structure "TEST1" has 2 strings elements define ... |
Topic: Workflow service stopped - urgent! |
amittalekar
Replies: 5 Views: 4942
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 23, 2004 4:46 am Subject: Workflow service stopped - urgent! |
The severe error SQLCODE -30081 (SQLSTATE 08001) can occur for a variety of reasons. Check the SQLCA, which will indicate which partition failed. Then check the administration notification log file fo ... |
Topic: Native Java API now Available. |
amittalekar
Replies: 7 Views: 4470
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jul 30, 2004 1:28 pm Subject: Native Java API now Available. |
Thats what I needed...Thanks |
Topic: Native Java API now Available. |
amittalekar
Replies: 7 Views: 4470
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jul 30, 2004 1:16 pm Subject: Native Java API now Available. |
Any idea when linux platform Java API support pack will be ready? |
Topic: LDAP Bridge |
amittalekar
Replies: 3 Views: 2388
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jul 28, 2004 7:27 am Subject: LDAP Bridge |
Yes...but same error |
Topic: LDAP Bridge |
amittalekar
Replies: 3 Views: 2388
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jul 21, 2004 11:10 am Subject: LDAP Bridge |
I am getting follwoing error while setting up LDAP bridge. Any Ideas.
I tried putting LDAPMapping.dtd in
WF-installable/BIN;C:\WINNT\System32.
I am trying this on windows platform. Workflow ... |
Topic: Concurrent requests to Workflow |
amittalekar
Replies: 13 Views: 6264
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jul 19, 2004 12:34 pm Subject: Concurrent requests to Workflow |
If you are using java... u can use following code to validate session
service.refresh(); |
Topic: Concurrent requests to Workflow |
amittalekar
Replies: 13 Views: 6264
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jul 16, 2004 7:36 am Subject: Concurrent requests to Workflow |
Yes..Thats the functinality of these modes.
If you use default mode for logging everytime you call your createProcess method (Assuming u are logging everytime in this method) , a new session will b ... |
Topic: Concurrent requests to Workflow |
amittalekar
Replies: 13 Views: 6264
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jul 16, 2004 7:21 am Subject: Concurrent requests to Workflow |
If I understand you correctly , you are using single user to create task.
In this case you can maintain session for this user (Cache that session) and don't logoff (Cosider this user as system use ... |
Topic: FMC00001E error after MIGRATION |
amittalekar
Replies: 5 Views: 5898
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jul 13, 2004 2:48 pm Subject: FMC00001E error after MIGRATION |
Have you met all the prequisites before migration....like version of c++ libraries, JDK etc. |