I published a simple workspace to the FME server's Job Submitter service with the Job Completion notification posted to JOBSUBMITTER_ASYNC_JOB_SUCCESS/FAILURE topics. Then I published a second simple workspace (Creator and Logger just for testing) and add it to the subscription to the same topics. I would expect when I run the 1st workspace and at the end of it, the 2nd workspace should be run. But it did not. I can see the 1st workspace was run in the Topic Monitoring, but didn't see the 2nd job to follow up. Did I miss anything? I also tried using a new topic, instead of the out of box JOBSUBMITTER_ASYNC_JOB_SUCCESS/FAILURE topic, but no luck.
And how do publish the second workspace?
@larry, yes run the 1st on the FME server web interface.
@larry, yes run the 1st on the FME server web interface.
@larry, I tried both publishing to the notification service, and publishing first and adding it to the subscriber in the Web UI. Neither works.
@larry, I tried both publishing to the notification service, and publishing first and adding it to the subscriber in the Web UI. Neither works.
@larry, I tried both publishing to the notification service, and publishing first and adding it to the subscriber in the Web UI. Neither works.
@larry, I tried both publishing to the notification service, and publishing first and adding it to the subscriber in the Web UI. Neither works.
What do you see in the push log?
Home>Logs>core>current>subscribers
What do you see in the push log?
Home>Logs>core>current>subscribers
What do you see in the push log?
Home>Logs>core>current>subscribers
Wed-02-Aug-2017 01:42:26 PM INFORM main 802002 : Subscriber "push" is updating configurations ...Wed-02-Aug-2017 01:43:26 PM INFORM main 802002 : Subscriber "push" is updating configurations ...Wed-02-Aug-2017 01:44:22 PM INFORM pool-1-thread-2 802006 : Push thread 14: Sending HTTP message to URL: "POST http://phoupgisapw108/fmenotification/Support/Subscriber.fmw?opt_servicemode=async&opt;_topic=JOBSUBMITTER_ASYNC_JOB_SUCCESS HTTP/1.1" with subscription "test_push"Wed-02-Aug-2017 01:44:22 PM ERROR pool-1-thread-2 Push thread 14: Failed to send HTTP message. Status code: 500, reason:
Wed-02-Aug-2017 01:42:26 PM INFORM main 802002 : Subscriber "push" is updating configurations ...Wed-02-Aug-2017 01:43:26 PM INFORM main 802002 : Subscriber "push" is updating configurations ...Wed-02-Aug-2017 01:44:22 PM INFORM pool-1-thread-2 802006 : Push thread 14: Sending HTTP message to URL: "POST http://phoupgisapw108/fmenotification/Support/Subscriber.fmw?opt_servicemode=async&opt;_topic=JOBSUBMITTER_ASYNC_JOB_SUCCESS HTTP/1.1" with subscription "test_push"Wed-02-Aug-2017 01:44:22 PM ERROR pool-1-thread-2 Push thread 14: Failed to send HTTP message. Status code: 500, reason:
Can anybody do a simple test -- create a workspace with just Creator and Logger. Published to Job Submitter with the job completion posted to JOBSUBMITTER_ASYNC_JOB_SUCCESS/FAILURE topics. Create a second workspace with just Creator and Logger, publish it to the server and create a workspace subscription with it for the same Topics. Run the 1st workspace, and see if it triggers the run of the 2nd workspace.
This simple test does not work for me. I don't see the 2nd workspace is triggered to run at the end of the 1st workspace run.
Can anybody do a simple test -- create a workspace with just Creator and Logger. Published to Job Submitter with the job completion posted to JOBSUBMITTER_ASYNC_JOB_SUCCESS/FAILURE topics. Create a second workspace with just Creator and Logger, publish it to the server and create a workspace subscription with it for the same Topics. Run the 1st workspace, and see if it triggers the run of the 2nd workspace.
This simple test does not work for me. I don't see the 2nd workspace is triggered to run at the end of the 1st workspace run.
Hi @ag
Can you confirm that you're seeing messages come through for JOBSUBMITTER_ASYNC_JOB_SUCCESS or JOBSUBMITTER_ASYNC_JOB_FAILURE when using topic monitoring and running the initial workspace?