Service Error, code: 400, message: Unable to complete operation., detials: Error executing tool.: Traceback (most recent call last): File "C:\users\sau\LO~SSGOF\ArcGISRuntime\Documents\ArcGIS\Packages\CreateGDB_27EDBABC-57B4-4465-A41C-325357C44437\v103

2900
2
09-22-2015 09:48 PM
Labels (1)
MrudulaCh
New Contributor

Service Error, code: 400, message: Unable to complete operation., detials: Error executing tool.: 

Traceback (most recent call last): 

File "C:\users\sau\LO~SSGOF\ArcGISRuntime\Documents\ArcGIS\Packages\CreateGDB_27EDBABC-57B4-4465-A41C-325357C44437\v103\mrudula\CreateGDB.py", line 7, in <module>   

arcpy.CreateFileGDB_management(out_gdb_path,gdb_Name) 

File "c:\program files (x86)\arcgis\desktop10.2\arcpy\arcpy\management.py", line 15674, in CreateFileGDB ExecuteError: Failed to execute. Parameters are not valid. ERROR 000732: File GDB Location: Dataset G:\ArcGIS\Mrudula does not exist or is not supported Failed to execute (CreateFileGDB).   Failed to execute (CreateGDB). Failed to execute (CreateGDB)."

0 Kudos
2 Replies
MrudulaCh
New Contributor

The above error is coming while using .gpk File in QtRuntime

.Gpk file was created in arcMap

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

Hi,

Please can you include the relevant section of python code from the script and your code which executes the Geoprocessor task?

I suspect it's a path issue, your script is either trying to read or write to "G:\ArcGIS\Mrudula" - does that exist? Is it hardcoded in the script?

Cheers

Mike

0 Kudos