I PyhtonCaller that renames some feature classes/tables once they have been loaded to SDE database and checked using arcpy
When I run the workbench on FME desktop I have not troubles, but when I publish the workbench to server the feature classes/tables can not be found.
The Error is ArcGIS Pro: 000732: : Dataset does not exist or is not supported.
As the arcpy works on my desktop, this would indicate that the paths are correct, but I may be missing something needed on our server.
The environments are
Desktop
FME 2021.0
ArcGis Pro 2.6.1
Python 3.6.10
FME Server
FME 2021.0
ArcGis Pro 2.4.2
Python 3.6.8
One of the paths is
\\\\tnad.tasnetworks.com.au\\share\\Applications\\ArcGIS\\SDEs\\Dev\\BaseData_gisadmin_gisdbsdev1.sde\\BaseData.DBO.land_district
Only difference between the paths is the feature class/table name and some have a Feature Dataset
I have tried variation or relative and named paths and backslash forward slashes
The values are passed to the python from attribute values, so I don't believe I need quotes and which I have tired adding but to no avail
We are getting the ArcGis Pro on the FME server updated to match the desktop version to see if that helps