understanding the fme server notification service

25
FME Server Notification Service Jim O’Leary City of Vancouver

Upload: safe-software

Post on 14-Apr-2017

181 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Understanding the FME Server Notification Service

FME Server Notification ServiceJim O’LearyCity of Vancouver

Page 2: Understanding the FME Server Notification Service

Publish-Subscribe Design Pattern

Page 3: Understanding the FME Server Notification Service

FME Server Notification Service

Page 4: Understanding the FME Server Notification Service

How We Use It

Page 5: Understanding the FME Server Notification Service

Job Failure Notification

Page 6: Understanding the FME Server Notification Service

Directory Watcher Notification

Page 7: Understanding the FME Server Notification Service

Publications

Page 8: Understanding the FME Server Notification Service

Topics

Page 9: Understanding the FME Server Notification Service

Subscriptions

Page 10: Understanding the FME Server Notification Service

Subscriptions

Page 11: Understanding the FME Server Notification Service

Subscriptions

Page 12: Understanding the FME Server Notification Service

Subscriptions<font face='sans-serif' size='3'><fmeblock type="optional">FME Server Job <b>{id}</b> failed.</fmeblock><br>&nbsp;<fmeblock type="optional">To access the log file for this job in the FME Server web interface:<ol> <li>Select <b>Manage->Jobs</b></li> <li>Select the job with Id <b>{id}</b> to open it</li> <li>Select the <b>Log</b> tab</li></ol></fmeblock><br><fmeblock type="optional"><b>Time started:</b> {timeStarted}</fmeblock><br>&nbsp;<br><fmeblock type="optional"><b>Time finished:</b> {timeFinished}</fmeblock></font>

Page 13: Understanding the FME Server Notification Service

Subscriptions

Page 14: Understanding the FME Server Notification Service

Demo: Job Failure Notification

Page 15: Understanding the FME Server Notification Service

Job Failure Notification

Page 16: Understanding the FME Server Notification Service

Job Failure Notification

Page 17: Understanding the FME Server Notification Service

Job Failure Notification

Page 18: Understanding the FME Server Notification Service

Demo: Directory Watch Notification

Page 19: Understanding the FME Server Notification Service

Directory Watch Notification

Page 20: Understanding the FME Server Notification Service

Directory Watch Notification

Page 21: Understanding the FME Server Notification Service

Directory Watch Notification

Page 22: Understanding the FME Server Notification Service

Directory Watch Notification

Page 23: Understanding the FME Server Notification Service

Directory Watch Notification

Page 24: Understanding the FME Server Notification Service

Directory Watch Notification

• Notification data reader• Parse notification JSON• Has my file changed?• Do something :)

Test_DirWatch_Topic arrived at 10:57:34{ "ws_topic": "Test_DirWatch_Topic", "dirwatch_publisher_path": "C:\\ProgramData\\Safe Software\\FME Server\\Data\txt\\New Text Document.txt", "dirwatch_publisher_content": "ENTRY_MODIFY C:\\ProgramData\\Safe Software\\FME Server\\Data\\txt\\New Text Document.txt", "dirwatch_publisher_action": "MODIFY", "fns_type": "dirwatch_publisher" }

Page 25: Understanding the FME Server Notification Service

Questions?Thank you!“Live long and prosper”[email protected]