Broken Data Source Geoprocessing Service

1870
0
09-04-2014 07:56 AM
JoshObrecht
Occasional Contributor

I am trying to publish a geoprocessing service from a python script and cannot due to a "broken project data source: strm_ras." Here are the two lines of code associated with this.

strm_ras_path = os.path.join(env.scratchGDB, "strm_ras")

strm_ras = arcpy.PolylineToRaster_conversion(strm_diss, "%s" % OID,strm_ras_path, "", "", 3)

Any ideas as to a resolution of this issue?

0 Kudos
0 Replies