I am trying to publish a map to ArcGIS Server with one layer from SQL Server.
We have:
1. Data:
2. SQL Server (sqlsrv) with Data
3. Machine with ArcGIS Server agserver
Problems:
ERROR 001369: Failed to create the service. Failed to execute (Publish Service Definition). Failed at Thu Mar 24 18:46:18 2016 (Elapsed Time: 5 minutes 23 seconds) Failed. ERROR: the server's publishing job didn't succeed. Failed to execute (UploadServiceDefinition).
Failed to construct instance of service 'test4.MapServer'. Can not open file C:\arcgisserver\directories\arcgissystem\arcgisinput\test4.MapServer\extracted\v101\test4.msd. The system cannot find the path specified. Probable cause: The file is inaccessible to Server.
**What I have tried:**
-Set log level to Verbose (couldn't find anything). I am not sure what should I be looking for.
-Repaired ArcGIS Server Installation
-Reinstalled ArcGIS Server (still doesn't work)
**Update, 160328 1500**
Just turned off Antivirus and shapefile published for a couple of seconds.
However, map with data from sqlserver still cannot be published
Got the following errors in the Log:
-Core server call to create service failed.
-Error executing tool.: ERROR 001369: Failed to create the service. Failed to execute (Publish Service Definition).
-Failed to create the service.: ERROR: Service failed to start, Internal server error.
-Failed to construct instance of service 'test20160328_2.MapServer'. Service startup timeout
Is there is a way to understand where is the problem?
Hi,
Try this:
1. Export your shapefile(s) to the .sde.
2. Register your .sde geodatabase with ArcGIS Server (That is if you have not done that already)
3. Publish.
You might also want to restart ArcGIS Server publishing tools.
Hi,
1. I've exported the shapefile (which I was able to publish) to sde
2. Database is registered with ArcGIS Server and validated
Restarted publishing tools.
3. No success.
I had similar error messages while publishing, but it never took 2 hours. Turned out I ran out of virtual memory (not RAM but paging file). Worth a shot to look into.
Hi Matthew,
Are you referring to pagefile.sys on MSSQL Server or ArcGIS Server Machine?
Here is what I have for ArcGIS Server machine:
And for SQL Server:
Also, SQL Server has only 10GB free space on C drive, will it make a difference for pagefile?
That actually looks OK. Probably not related then. Sorry...
No worries.
Thank you for idea!
When you click on File > Share As > Service. Click the option to create a service definition file. Then use the Upload Service Definition tool to publish it to Server. I have found this to work when I get publishing errors.
Thank you! This method worked for me!
Hello,
Please use below link and alos upgrade your current AGS version to 10.4.1.
https://community.esri.com/thread/181345
Thanks.