Hello,
I have a raster dataset which I cannot preview in ArcCatalog. The same error appears checking the prerequisite for upgrading SDE.
In Oracle the table has the following columns
name varchar2
image number
footprint SDO_GEOMETRY
I think the column with the problem is footprint, it is null. However the data of the table is there, output of sderaster command:
I have also a view on this raster dataset with only the columns name and image, and this displays fine in ArcCatalog.
Is there a way to repair this footprint column ? I wanted to do "Build Footprints" in ArcCatalog 10.1.
But this command can only have MOSAIC datasets as input and doesn't recognize the raster dataset.
Thanks for your help.
Hilde
I have a raster dataset which I cannot preview in ArcCatalog. The same error appears checking the prerequisite for upgrading SDE.
Code:
Checking dataset (MOSPRD.MOSAIC_PAN).
Could not open dataset (MOSPRD.MOSAIC_PAN).
Attribute column not found [MOSPRD.MOSAIC_PAN][STATE_ID = 19914]
name varchar2
image number
footprint SDO_GEOMETRY
I think the column with the problem is footprint, it is null. However the data of the table is there, output of sderaster command:
Code:
sderaster -o describe -t mosaic_pan
Raster Layer Description ....: <None>
Table Name ..................: MOSPRD.MOSAIC_PAN
Raster Column ...............: IMAGE
Raster Layer ID .............: 1535
Minimum Raster ID ...........: 1
Creation Date ...............: Wed Jul 21 11:59:57 2004
User Privileges .............: SELECT, INSERT, DELETE, UPDATE
Raster Layer Configuration ..: MOSPRD_PAN
Storage Type ................: DEFAULT
Coordinate System ...........: user-defined
Is there a way to repair this footprint column ? I wanted to do "Build Footprints" in ArcCatalog 10.1.
But this command can only have MOSAIC datasets as input and doesn't recognize the raster dataset.
Thanks for your help.
Hilde