Author |
Message
|
koko |
Posted: Thu Aug 26, 2004 6:42 am Post subject: Automatic start of scheduling server |
|
|
 Master
Joined: 26 Sep 2003 Posts: 206
|
I have defined start up mode of scheduling server as "Automatic" at Domain level and defined "Inherited" at all lower levels.
I still see that scheduling server is not up when I do a fmcautil. I tried bouncing the workflow server and still I dont see the sch server running. May I know if I am doing anything wrong here. _________________ Thanks
Koko |
|
Back to top |
|
 |
jmac |
Posted: Thu Aug 26, 2004 6:51 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Export your Topology objects from your Runtime system and have a close look at them to be sure you have specified Automatic.
There should be no case where it does not start automatically if it is specified correctly.
Also, look at your system log and see if for some reason it is starting and then dieing immediately. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
koko |
Posted: Thu Aug 26, 2004 7:05 am Post subject: |
|
|
 Master
Joined: 26 Sep 2003 Posts: 206
|
Thanks Jmac,
I exported the FDL from Runtime and was surprised to see that at system level the setting is "DEFERRED".
Is there any scenario when importing a FDL where even an -o (Overwrite option) is ignored or something ? _________________ Thanks
Koko |
|
Back to top |
|
 |
Ratan |
Posted: Thu Aug 26, 2004 7:17 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Does your 'fmcibie' output show any errors? _________________ -Ratan |
|
Back to top |
|
 |
jmac |
Posted: Thu Aug 26, 2004 7:32 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Koko:
You need to import SYSTEM fdl apart from DOMAIN fdl with the -o. Make sure that your SYSTEM fdl does not contain the Deferred keyword, then you should be OK.
IF you are using Modeler, you need to split out JUST the SYSTEM fdl.
It should look something like this:
Code: |
CODEPAGE 1252
FM_RELEASE V3R4 0
/*
* SYSTEMs
*/
REPLACE SYSTEM 'MYSYS'
RELATED_QUEUE_MANAGER 'MYQM'
RELATED_GROUP 'MYGRP'
SYSTEM_IDENTIFIER 1
PRIMARY_SYSTEM
VERSION 3
RELEASE 4
LEVEL 0
PROCESS
FULL AUDIT_TO_DB
NO AUTONOMY
END 'JMYSYS' |
Realize that YOUR fdl will probably look different depending on your options. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
koko |
Posted: Thu Aug 26, 2004 8:31 am Post subject: |
|
|
 Master
Joined: 26 Sep 2003 Posts: 206
|
My FDL is working now when I select "Automatic" at the SYSTEM level and import the FDL. My question was why was "Automatic" at Domain level with everything else underneath it as "Inherited" doesnt work??
Quote: |
You need to import SYSTEM fdl apart from DOMAIN fdl with the -o |
Does it mean that either "Inherited" or "Domain" level is just for fancy ?? _________________ Thanks
Koko |
|
Back to top |
|
 |
|