The workspace tries to read a CSV from internet and write a feature class in a geodatabase. I am trying to use this workbench with a remote desktop machine, which has all the licenses needed installed. Just a note, the workspace works perfectly well in local when not using the remote machine.
It also works when using Open API geodatabase writer or shapefile writer. I though it may be a licensing issue, but then the workspace works when you run it from the beginning to the join and then from the join to the end, instead of running the entire workspace.
So I though maybe it was the temporary storage failing, so I changed the temporary files storage folder but the same error appears.
BTW, the error is very generic "Error running translation" so I do not know what else to do.
I would appreciate any help to solve this issue. Right now I've split the worspace in two, one to read and download the CSV file in the remote machine, and another to read the CSV from the remote machine and write it there as well. It seems this way it also works.
Thanks in advance 😊