I have written an FME workbench hosted on FME Server that will be called by the Informatica application.
The Informatica team want a logging mechanism via an Oracle non spatial table.
The columns in the table are
workbench_id (published parameter filled by Informatica job call)
workbench_name (fixed value - e.g Clipper_Perf_POC)
run status (1 = run started, 2 = run success, 3 = run failed)
They want to insert a log message at the start and a second log message at the end of a workbench..
What is the most elegant way to do this - start up and shutdown scripts, fmeserverjobsubmitter (aka workspace runner)? Is it worth adding the fme server job id to the table...the workbench_id parameter filled by Informatica is not very informative for further investigation within FME Server.
Any tips would be appreciated.