bug? (ERROR 001170: The reduced study area polygon is too small for analysis.)

9502
24
10-26-2012 12:48 PM
RoyceSimpson
Occasional Contributor III
I've got several mxd's that I'm publishing with all their layers off by default and get the below error.  The services publish anyway but are stopped.  I simply start them and they are good to go. 

I would be great not to get this error though.

Executing (Publish Service Definition): PublishServiceDefinition ... # 
{"buildInitialCache":false}
Start Time: Fri Oct 26 14:42:39 2012
Validating publish options.
Connecting to the server.
Getting basic item metadata for service definition upload.
Getting server information (server folders, data stores, etc.).
Extracting manifiest from uploaded service definition.
Validating service definition.
Determining service's input folder name.
Attempt to find service's input folder.
Creating the service.
ERROR 001170: The reduced study area polygon is too small for analysis.
Failed to execute (UploadServiceDefinition).
Failed at Fri Oct 26 14:42:41 2012 (Elapsed Time: 3.00 seconds)
Tags (2)
24 Replies
ErnestoCarreras3
Occasional Contributor
0 Kudos
AlexanderBykov
New Contributor II

Same problem.

Use 10.3 multi-site ArcGIS.

0 Kudos
by Anonymous User
Not applicable

We've been running into the same issue. Multi-machine site, Python script for publishing services moving from dev to test to production, ArcGIS Desktop 10.2.2 and ArcGIS Server 10.3 with Web Adaptor.

0 Kudos
AndrewBrown
New Contributor III

For those of you having issues with multi machine sites on remote shares.  If they are storage area networks with SMB , you might be experiencing OpportunisticLocking as described in this ESRI support article.

My problems were solved by dropping a machine out of each site, then I could publish.

I was running dual , 2-machine environments at 10.2.1 on Windows 2012 and I received the reduced study errors, as well as packaging succeeded but publishing failed.

40391 - Packaging succeeded, but publishing failed. ERROR 001369: Failed to create the service

DavidMather
New Contributor II

Same error yesterday as well:

ERROR 001170: The reduced study area polygon is too small for analysis. Failed to execute (UploadServiceDefinition).

Using python script to publish services.  ArcGIS Server 10.3.

The service actually published and started without any problems despite this error message.

0 Kudos