At helpdesk we frequently receive cases like:
When running Data Integration jobs locally (test, staging) it works well, but when trying to execute on live solution, it fails (not with error, but just doesn't complete).
Solution:
Make sure that the webserver can resolve its own name from DNS.
After calling jobrunner.aspx a new thread is created to another aspx, where the job is actually executed. So if you have http://mywebsite.com, the IIS-server should be able to resolve mywebebsite.com, as it will be calling ie http://mywebsite.com/JobRunnerBackground.aspx?....
Regards
Morten Snedker | Helpdesk