Select to view content in your preferred language

Running an etl tool from data interoperability server from arcgis enterprise

138
1
01-05-2025 07:45 PM
WahidIbneZakir
New Contributor

Hi everyone,

Greetings.

I have published an etl tool in arcgis data interoperability server.
But from there I can't run the etl tool.

Whenever I try to run the tool from server it says that the tool is this error shows:

  • esriJobMessageTypeError: Invalid value for parameter Source Autodesk AutoCAD DWG/DXF File(s): - Details :

Now I tried to find any documentation for the parameter insertion but could not find any. 

Thanks in advance

0 Kudos
1 Reply
BruceHarold
Esri Regular Contributor

Hi, if you're using the REST endpoint, then the input parameter needs to be a URL to a file (perhaps at a UNC path), or a server/portal item id.

 

https://developers.arcgis.com/rest/services-reference/enterprise/gp-overview/#input

0 Kudos