Publishing geoprocessing service from model with geometric tracing

4210
0
01-06-2015 09:09 PM
TijsInghelbrecht
New Contributor

I experienced several issues when publishing a geoprocessing tool with a geometric network trace as a geoprocessing service.

 

I based my simplified geometric tracing models on the sample on http://resources.arcgis.com/en/help/main/10.1/index.html#/Geometric_Network_Trace/00570000009v000000...

TraceGeometricNetwork model

  • The difference for one of my models is that it refers to data stored in an ArcSDE enabled SQL Express db (to be accessible by a feature service). When I run the model the result shows correctly as a feature layer that selects the traced network lines.

When I try publishing the result as a geoprocessing service, the Analyze functionality shows no errors or warnings, but an Error shows up once I press Publish. The database is registered with the Server and works fine in other feature/map services referring to the same data.

 

ERROR 001270: Consolidating the data failed.

 

Specifications:

ArcGIS for Desktop and Server 10.2.1

Microsoft SQL Server Express Edition with Advanced Services (64-bit) - ArcSDE Workgroup Server  - 10.50.2550.0

 

My presumption is that the connection string referencing to the SQL Server is somehow not accepted by the geoprocessing service. Does this issue sound familiar to anyone?

 

  • Alternatively, I’ve moved all my data to a File GDB and the publishing works only if I let ArcGIS Server copy my data from a local FGDB to the server directories (so a registered folder doesn't work). This seemed to work fine up till the moment I published a second GPservice that uses the same local FGDB and copy to server method. After that local data is copied to the server, both services just stopped working (no results, empty error messages).

The two issues might be both be related to the workspace environment settings of the model since these are relevant for:

- Flags/Barriers feature sets

- Resulting feature layer

 

Does someone have experience with this on how to correctly configure these?

 

 

Thanks!

 

Tijs

0 Kudos
0 Replies