GP Process Output

740
1
07-11-2012 08:53 PM
Labels (1)
ShaunWeston
Occasional Contributor
I've setup a geoprocessing package that outputs a word document and have this working correctly, however the virtual output directory does not seem to work correctly, so I have the gp process with the following output paramater:


{  "paramName": "Document_Output",  "dataType": "GPDataFile",  "value": {    "url": "http://localhost.:50001/outputdir/infiltrationreport/output/_ags_Document1.docx"  }}
However when I navigate to that directory it says the URL directory was not found? I can see in the messages it outputs the file here:

c:\users\swesto~1.spl\appdata\local\temp\arcgisruntime_6808\infiltrationreport\jobs\infiltrationreport_gpserver\ja2614d1e55e24950a9004b6ee694c0e4\scratch\Document.docx

So, I can get the file, but the link between the virtual directory and this file is not there? Do I need to manually setup the ArcGIS Runtime output directory? or what is another way I can automate the download of this file?
0 Kudos
1 Reply
VernonChin
New Contributor II
Has there been any response or resolution to this?  I have the same problem processing an output txt file for driving directions/routing.

http://127.0.0.1:50000/outputdir/offlinerouting/output/_ags_Route 2_Directions48.txt cannot be found, even though each request generates a new file which I can find in the file system.

Regards,
Vernon
0 Kudos