Author |
Message
|
mqwhelp |
Posted: Mon Dec 31, 2001 10:14 am Post subject: |
|
|
Voyager
Joined: 20 Dec 2001 Posts: 85 Location: TCS
|
I want to add/delete a person in/from
the organisation after my fdl is imported into runtime database.
Do I need to redesign my buildtime and again import into my runtime..OR is there any way I can add/delete a person into runtime database directly thru Java API.
How many concurrent user logon to runtime database.Is there any limitation. |
|
Back to top |
|
 |
jmac |
Posted: Wed Jan 02, 2002 9:00 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
There are no STAFF API's available in Runtime. You must import FDL to affect the change you want.
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
mqwhelp |
Posted: Wed Jan 02, 2002 10:03 am Post subject: |
|
|
Voyager
Joined: 20 Dec 2001 Posts: 85 Location: TCS
|
How many concurrent user can logon to runtime database.Is there any limitation?
|
|
Back to top |
|
 |
jmac |
Posted: Wed Jan 02, 2002 11:42 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
You can only have 1 PRESENT session per user, but you can have as many Default Sessions per user as you desire. There may be some limitiation placed on sessions by your web server though.
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
mqwhelp |
Posted: Wed Jan 02, 2002 1:14 pm Post subject: |
|
|
Voyager
Joined: 20 Dec 2001 Posts: 85 Location: TCS
|
Can multiple requests be sent to MQ Workflow server with same User id and password. Can two sessions exists with same user id and password. |
|
Back to top |
|
 |
jmac |
Posted: Thu Jan 03, 2002 7:11 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Thats what I just said. In MQWF only a single PRESENT or PRESENT_HERE session can exist, but you can have as many DEFAULT sessions as you wish. See the API guide for the proper specification of the logon function you need.
There is a bug in the Thin client prior to SP2 of V3.3 that allows multiple PRESENT style sessions. SP2 fixes this bug. The FAT client has always enforced the above rule
_________________
John McDonald
SYSCOM Inc.
IBM Certified Solutions Expert -
MQSeries Workflow
[ This Message was edited by: jmac on 2002-01-03 07:12 ] |
|
Back to top |
|
 |
|