Skip to main content

Hi,

 

Im experiencing jobs with tag "satskred" stuck in Queue after a small modification to the fmeServerConfig.txt

these are my changes:

#--------------------------------------------------------------------------

 

# Job Routing

 

#--------------------------------------------------------------------------

 

TM_QUEUE_TYPE=DEFAULT

 

TM_ENGINE_1=Engine1:fast default

 

TM_ENGINE_2=Engine2:fast satskred

 

#--------------------------------------------------------------------------

 

# System Notifications

 

I've set the job tag as "satskred" on my Subscription Notification.

 

Before (job runs on 2 engines):

#--------------------------------------------------------------------------

 

# Job Routing

 

#--------------------------------------------------------------------------

 

TM_QUEUE_TYPE=DEFAULT

 

#--------------------------------------------------------------------------

 

# System Notifications

 

 

 

I need the job to run on 1 single engine.

 

Engines:

Subscriptinon Advanced:

Job status:

Restarting:

Making new changes:

# Job Routing

 

# Legger inn denne endringen for å kjøre satskred på én engine (Enigne2)

 

#--------------------------------------------------------------------------

 

TM_QUEUE_TYPE=DEFAULT

 

TM_DEFAULT_TAG=default

 

TM_ENGINE_1=Engine1:fast default

 

TM_ENGINE_2=Engine2:fast satskred default

 

#--------------------------------------------------------------------------

 

# System Notifications

 

Every job without satskred tag runs...

 

 

Help appreciated!

 

Paal

Hi @paalped Which version of FME Server do you use? I would suggest not to use the fmeconfig but rather create the queue from the FME Server GUI


Hi @paalped Which version of FME Server do you use? I would suggest not to use the fmeconfig but rather create the queue from the FME Server GUI

Hei Sigbjørn, The Customer is using FME Server 2016.


Did you restart the FME Server so it could properly load the fmeconfig and pick up the changes? @paalped


Have you tried:

#--------------------------------------------------------------------------
# Job Routing
#--------------------------------------------------------------------------
TM_QUEUE_TYPE=DEFAULT
TM_ENGINE_1=Engine1:default
TM_ENGINE_2=Engine2:satskred
#--------------------------------------------------------------------------
# System Notifications

Did you restart the FME Server so it could properly load the fmeconfig and pick up the changes? @paalped

Yes I have restared FME Server Core (service) mutliple times. I believe there is something wrong with my tag name setup.


Is the engine actually called Engine1 and not COMPUTERNAME_Engine1 or LOCALHOST_Engine1 ?


Is the engine actually called Engine1 and not COMPUTERNAME_Engine1 or LOCALHOST_Engine1 ?

Ah, where can I find the engine name?


Seems to be wrong name of engine?

#--------------------------------------------------------------------------
# Job Routing
#--------------------------------------------------------------------------
TM_QUEUE_TYPE=DEFAULT
TM_ENGINE_1=FMESERV02_Engine1:default
TM_ENGINE_2=FMESERV02_Engine2:satskred default
#--------------------------------------------------------------------------
# System Notifications

Is the engine actually called Engine1 and not COMPUTERNAME_Engine1 or LOCALHOST_Engine1 ?

Thanks! I just followed the example, but sure the Engine name was different than the example 🙂 Thank you!


Thanks! I just followed the example, but sure the Engine name was different than the example 🙂 Thank you!

So now it works as expected @paalped ?


Reply