Hi guys,
I developed a solution for a client to prepare locators by using ArcPy module. In 32 bit it's working fine.
But the client use a FME Server 2017 64 bit. I tested the solution with in 64 bit and now I have an issue with an ArcPy function.
Python Exception <ExecuteError>: ERROR 001269: Compressing the service definition failed.
Failed to execute (StageService).
The function is arcpy.StageService_server. I did some research on web and the only solution I found it's to run it in 32 bit. But like I said before, the client uses FME Server 64 bit.
Any one have a solution for this situation?
Regard,
Jean