Description of Problem
I run a job on my local Talend Studio and it works.
When I publish it to Cloud and run it on a remote engine;
I get an illegal character error.
- Note: The Windows Remote server is running on the same machine the Remote Engine is running. They resolve to the same resource.
What I tried
- One other job runs on the remote engine being used (STG)
- The remote engine and Talend Studio are the same machines for STG
- I tried moving the concatenation to a tSetGlobal var and that did not work - same error
- I also tried using java.net.URLEncoder.encode() but got a different error that the URL was not absolute
Error produced in the cloud
"Illegal character in scheme name"


