Developer forum

Forum » Integration » Data Integration jobs work locally / in test, but not live?

Data Integration jobs work locally / in test, but not live?

Morten Snedker
Reply

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


Replies

 
Lars Sørensen
Reply

Which in some cases requires you to add the domain to the hosts file on the server, right?

BR.

Lars

 
Nicolai Høeg Pedersen
Reply

Right!

 

You must be logged in to post in the forum