I would like to chain somw workspace and I use this idea to create a workflow:
http://fmepedia.safe.com/articles/How_To/FME-Server-Workflow-Management
For the current problem I managed to bring down to a real simple workflow:
1. Workspace: Read form ESRI Shapefile, buffer and write the new Shapefile to an UNC-Path folder.
--> Upload the workspace to the FMEServer
--> Run the Job on the Server
--> the Shapefile is written to the desired location OK:
"Opened Shape File \\\\mars\\geo\\91_Geodaten\\4_Abgabe\\FMEServerTestSimple_MARS\\out\\clip_perimeter_buffer.shp for output"
2. Workspace: Use the FMEServerJobSubmitter to run the Job
--> Run the Workspace local
--> the Shapefile is written to the desired location OK:
"Opened Shape File \\\\mars\\geo\\91_Geodaten\\4_Abgabe\\FMEServerTestSimple_MARS\\out\\clip_perimeter_buffer.shp for output"
3. Workspace: Use the FMEServerJobSubmitter to run the Job
--> Upload the workspace to the FMEServer
--> Run the Job on the FME Server
--> The shapefile is written to to a local file on the FME Server instead to the desired UNC-Path, NOK:
"Opened Shape File C:\\Users\\FMEENG~1\\AppData\\Local\\Temp\\FME_FMEServerTestSimple_ShapeToBufferShape_1405676761634_8384\\SHAPE_2\\out\\clip_perimeter_buffer.shp"
The workspaces to download:
https://www.dropbox.com/sh/dbbm6jeyr47rmtw/AAA8YSsf5mQEkkvURRQnmoTVa
I use FME Server 2014 SP2.
Any idea why this not work? Any workaround?