Getting Error Arcgis server 10.4.1 Map Services and geoprocessing services

1569
6
01-19-2017 10:59 PM
PrasadG
New Contributor II

Hi...

I Have Problem with map and GeoProcessing Services.  I published the Service to Arcgis Server 10.4.1 From arcmap10.4.1  but time of query in Code it show problem and also my geoprocessing service not working. At same time if i use my arcgis server 10.3 service it will work fine in my code in case of arcgis server 10.4  it show error which I attach..if any solution Please Send.....

Thanks.....

6 Replies
FC_Basson
MVP Regular Contributor

Some additional information might help e.g. is the 10.4 on a different server?  Have you tested the 10.4 GP service through the REST interface before using it in the JS API?  Are you sure the input parameters are correct?

0 Kudos
PrasadG
New Contributor II

Tested   parameters arc correct...

0 Kudos
PrasadG
New Contributor II

I got error At console

And Error At Network

0 Kudos
FC_Basson
MVP Regular Contributor

Is your GP tool synchronous or asynchronous?  The synchronous service uses the "execute" directive while the asynchronous service uses the "submitJob" directive to execute.

0 Kudos
PrasadG
New Contributor II

hi..basson thanks for reply....i am using synchronous with execute method. I saw AGS logs error is like....

0 Kudos
FC_Basson
MVP Regular Contributor

According to this page: https://support.microsoft.com/en-us/help/193625/info-wininet-error-codes-12001-through-12156 

 12029       ERROR_INTERNET_CANNOT_CONNECT
               The attempt to connect to the server failed.

Make sure your server has access to the Internet - check your proxy and firewall settings.

0 Kudos