Skip to main content
Solved

FME Server Postprocessing with Python

  • 21 December 2012
  • 1 reply
  • 6 views

Hi,

 

 

I am creating a data download service with FME Server that should provide an ESRI File Geodatabase and an MXD file. The MXD file should be postprocessed with Python and arcpy in a shutdown script to fit the feature classes, extent and projection of the extracted data. The workspace transfer the MXD is  to the FME Server output location together with the File Geodatabase. This works well in FME Desktop. The MXD is accessed programatically using an output folder published as a parameter. The same method does not work with FME Server. How do I access the MXD file  in the FME Server output location programatically from Python?

 

 

Regards,

 

Knut Olav
Hei Knut Olav!

 

 

Denne linken vil gi deg noen hint i riktig retning: http://fmepedia.safe.com/articles/Error_Unexpected_Behavior/Dataset-Fanout-doesn-t-work-for-Services

Reply