Skip to Content.

mget-help - RE: [mget-help] Re: CCA Error

Please Wait...

Subject: Marine Geospatial Ecology Tools (MGET) help

Text archives


From: "Jason Roberts" <>
To: "'Timothy White'" <>
Cc: <>
Subject: RE: [mget-help] Re: CCA Error
Date: Tue, 29 Jun 2010 16:04:02 -0400

Hi Tim,

 

Sorry about this. 0.8 alpha 8 includes a lot of changes relative to 0.8 alpha 7 but they are mostly related to new tools that are not exposed in ArcGIS yet. I took a quick look at the modules that are likely suspects for this kind of problem but none of them have changed. This is either more complicated than I suspect or is an undiscovered bug that existed in the prior version but was not revealed due to subtle differences in what you are currently doing vs. what you were previously doing.

 

It is hard to tell from what you sent exactly what is going on, but my guess is that the tool failed very early in its processing. The tool appears to have misidentified the raster dataset 'Sensor Values\Weekly_SST_Sensor_Values_2009_\week1' as an in-memory raster layer, and then tried to copy that layer to a temporary location on disk so that it can read it. (ArcGIS 9.x does not provide a mechanism for Python programs to read in-memory rasters). That represents two problems. First, the tool should have identified it as a raster dataset and tried to read it directly. Second, ArcGIS should have succeeded at copying the raster anyway. If ArcGIS had succeeded then the first issue would not have been apparent; the tool would have worked, just not in the most optimal way.

 

Can you please reproduce this problem with verbose logging (instructions here) and send me the complete output?

 

Also can you tell me the full path to the raster dataset 'Sensor Values\Weekly_SST_Sensor_Values_2009_\week1'? I expected the tool to call CopyRaster_Management with the full path, not a relative path.

 

Finally, do you have either the Current Workspace or Scratch Workspace environment settings set? What are they?

 

Feel free to drop mget-help from your reply. (No need to send everyone the log file. If anyone else is interested in this problem, just email me privately.)

 

Thanks,

Jason

 

 

From: Timothy White [mailto:]
Sent: Tuesday, June 29, 2010 3:35 PM
To:
Subject: [mget-help] Re: CCA Error

 

Hello,

I'm finding that the latest version of MGET (
0.8 alpha 8) is having trouble executing the CCA tool.  When I use the CCA tool I encounter this message:

ERROR 999999: Error executing function.
Failed to execute (CopyRaster).
ArcGISError: The ArcGIS CopyRaster_Management geoprocessing tool failed when given the parameters (*args=('Sensor Values\\Weekly_SST_Sensor_Values_2009_\\week1', 'C:\\Data\\xxx\\remote_2007_2010\\going_to_xxx_computer_may2010\\remote2007new\\chlr2007_processed\\GeoEcoTemp\\tmp3ngydu\\raster')) and reported ExecuteError: ERROR 999999: Error executing function.
Failed to execute (CopyRaster).
<class 'GeoEco.ArcGIS.ArcGISError'>: The ArcGIS CopyRaster_Management geoprocessing tool failed when given the parameters (*args=('Sensor Values\\Weekly_SST_Sensor_Values_2009_\\week1', 'C:\\Data\\xxx\\remote_2007_2010\\going_to_xxx_computer_may2010\\remote2007new\\chlr2007_processed\\GeoEcoTemp\\tmp3ngydu\\raster')) and reported ExecuteError: ERROR 999999: Error executing function.
Failed to execute (CopyRaster).

Failed to execute (CayulaCornillonEdgeDetectionDetectEdgesInArcGISRaster).

I also find that the tool will crash ArcCatalog. I don't remember this problem in the previous version.

Cheers,

Tim



< date >
< thread >
Archives powered by MHonArc.
Top of Page