Message Reference

GSE Messages

This section contains the DB2 Spatial Extender messages. The messages are listed in numeric sequence.

GSE0000IThe operation is completed successfully.

GSE0001ESpatial Extender could not perform the requested operation ("<operation-name>") under user ID "<user-id>".

Explanation: You requested this operation under a user ID that does not hold the privilege or authority to perform the operation.

User Response: Consult the documentation to find out what the proper authorization is or obtain it from a Spatial Extender administrator.

GSE0002E"<value>" is not a valid value for the "<argument-name>" argument.

Explanation: The value that you entered was incorrect or misspelled.

User Response: Consult the documentation or a Spatial Extender administrator to find out what value or range of values you need to specify.

GSE0003ESpatial extender could not perform the requested operation because argument "<argument-name>" was not specified.

Explanation: You did not specify an argument that is required for this operation.

User Response: Specify argument "<argument-name>" with the value that you want; then request the operation again.

GSE0004WThe argument "<argument-name>" was not evaluated.

Explanation: The operation you requested does not use argument "<argument-name>".

User Response: None required.

GSE0005ESpatial Extender could not process your request to create an object named "<object-name>".

Explanation: Either object "<object-name>" already exists, or you do not have the proper permission to create it. It could be a table, column, trigger, index, file, or other kind of object.

User Response: If "<object-name>" is the object that you want, do nothing. Otherwise, specify the name correctly and verify that you have the right permission to create the object.

GSE0006ESpatial Extender could not perform the requested operation on an enabled or registered object named "<object-name>".

Explanation: Object "<object-name>" is already enabled or registered, or it already exists. It could be a layer, index, spatial reference system, coordinate system, geocoder, or other kind of object.

User Response: Make sure that object "<object-name>" exists and resubmit your request.

GSE0007ESpatial Extender could not perform the requested operation on "<object-name>", an object that has not yet been enabled or registered.

Explanation: Object "<object-name>" has not been enabled or registered. It could be a layer, index, spatial reference system, spatial coordinate system, geocoder, or other kind of object.

User Response: Enable or register object "<object-name>". Then resubmit your request.

GSE0008EAn unexpected SQL error ("<sql-error-message>") has occurred.

User Response: Look up detailed message associated with SQLCODE in the SQL error message "<sql-error-message>". If necessary, contact your IBM service representative.

GSE0009EThe requested operation could not be performed on an object named "<object-name>" that already exists.

Explanation: "<object-name>" already exists in the database or the operating system. It could be a file, table, view, column, index, trigger, or other kind of object.

User Response: Make sure that you specify the object correctly when you try to access it. If necessary, delete the object.

GSE0010EThe requested operation could not be performed on an object named "<object-name>" that might not exist.

Explanation: "<object-name>" does not exist in the database or in the operating system. It could be a file, table, view, column, index, trigger, file, or other kind of object.

User Response: Make sure that you have the right permission to access the object. If you have this permission and the object does not exist, then you need to create it.

GSE0011ESpatial Extender could not disable or unregister object "<object-name>".

Explanation: "<object-name>" is dependent on another object. "<object-name>" could be a spatial reference system, layer, geocoder, or other kind of object.

User Response: Consult the documentation to find what kinds of objects "<object-name>" can be dependent on. Then remove the specific object that "<object-name>" is dependent on.

GSE0012ESpatial Extender could not process your request because the fully qualified spatial column "<layer-schema.layer-name.layer-column>" is not registered as a table layer.

Explanation: The fully qualified spatial column "<layer-schema.layer-name.layer-column>" must be registered as a table layer before you can perform certain operations associated with it (for example, enabling its index, enabling a geocoder to populate it in batch mode or to update it automatically).

User Response: Make sure that the fully qualified spatial column "<layer-schema.layer-name.layer-column>" is registered as a table layer by checking the DB2GSE.GEOMETRY_COLUMNS view in the Spatial Extender catalog. Also make sure that the table that contains this column also includes valid corresponding attribute columns.

GSE0013EThe database is not enabled for spatial analysis.

Explanation: The database is not enabled for spatial operations. Therefore, the Spatial Extender catalog does not exist.

User Response: Enable the database for spatial operations.

GSE0014EThe database has already been enabled for spatial operations.

Explanation: The database has already been enabled for spatial operations.

User Response: Verify that the database has been enabled as you expected. If necessary, disable the database.

GSE0498EThe following error occurred: "<error-message>".

GSE0499WSpatial Extender issued the following warning: "<warning-message>".

GSE0500EThe operation mode that you specified ("<operation-mode>") is invalid.

Explanation: The specified mode is not supported by the operation that you requested.

User Response: Consult the documentation to find out what modes are supported by the operation.

GSE1001ESpatial Extender was unable to register a view layer that is named "<schema-name.view-name.column-name>" and that is based on spatial column "<schema-name.table-name.column-name>".

Explanation: The spatial column that you specified ("<schema-name.table-name.column-name>") has not been registered as a table layer.

User Response: Register column "<schema-name.table-name.column-name>" as a table layer.

GSE1002ESpatial Extender was unable to register a view layer that is named "<schema-name.view-name.column-name>" and that is based on table "<schema-name.table-name>".

Explanation: The table that you specified ("<schema-name.table-name>") does not underlie view "<schema-name.view-name.column-name>", either directly or indirectly.

User Response: Find out what the base table for view "<schema-name.view-name.column-name>" is, and specify this table.

GSE1003ESpatial Extender was unable to access a column named "<column-name>" in a table or view named "<schema-name.object-name>".

Explanation: Table or view "<schema-name.object-name>" does not have a column named "<column-name>".

User Response: Check the definition of table or view "<schema-name.object-name>" to find out the proper name of the column that you want.

GSE1004ESpatial Extender was unable to register the fully qualified spatial column "<schema-name.table-name.column-name>" as a table layer.

Explanation: Column "<schema-name.table-name.column-name>" does not have a spatial data type, or is not associated with a base table.

User Response: Define a spatial data type for column "<schema-name.table-name.column-name>", or make sure that this column is part of a local base table.

GSE1005EThe spatial reference system ("<view-layer-spatial-reference-id>") that you specified for a view layer differs from the spatial reference system ("<table-layer-spatial-reference-id>") that is used for this layer's underlying table layer.

Explanation: A view layer's spatial reference system must be the same as the underlying table layer's spatial reference system.

User Response: Specify the underlying table layer's spatial reference system for the view layer.

GSE1006EBecause "<spatial-reference-id>" is an invalid spatial reference system ID, Spatial Extender was unable to register the layer that you requested.

Explanation: The spatial reference system that you specified ("<spatial-reference-id>") has not been enabled or registered.

User Response: Enable or register the spatial reference system. Then resubmit your request to register the layer.

GSE1007EAn SQL error (SQLSTATE "<sqlstate>") might have occurred when Spatial Extender tried unsuccessfully to add a spatial column ("<column-name>") to table "<schema-name.table-name>".

User Response: Look up the message associated with SQLSTATE "<sqlstate>".

GSE1008ESpatial Extender was unable to register a view layer "<layer-schema.layer-name.layer-column>" because the spatial data type "<layer-column-type>" of the view layer does not match the spatial data type "<geo-column-type>" of the underlying table layer "<geo-schema.geo-name.geo-column>".

Explanation: The spatial data type of a view layer "<layer-schema.layer-name.layer-column>" must match the spatial data type of the layer's underlying table layer "<geo-schema.geo-name.geo-column>". The inconsistency between these two data types causes ambiguity when spatial data is processed.

User Response: Make sure that the spatial data types of the view layer and its underlying table layer are the same.

GSE1020E"<'spatial-reference-id>" is an invalid spatial reference system ID.

Explanation: A spatial reference system with an identifier of "<'spatial-reference-id>" has not been enabled.

User Response: Make sure the specified spatial reference has been enabled.

GSE1021ESpatial Extender could not enable spatial reference system "<spatial-reference-id>" because the corresponding spatial coordinate system ID "<spatial-coordinate-id>" is invalid.

Explanation: A coordinate system with an identifier of "<spatial-coordinate-id>" is not defined in the Spatial Extender catalog.

User Response: Verify the coordinate system identifier "<spatial-coordinate-id>" by checking the DB2GSE.COORD_REF_SYS view in the Spatial Extender catalog.

GSE1030EBecause "<schema-name.table-name>" is not a base table, Spatial Extender could not enable a geocoder for it.

Explanation: The object that contains the source data that you want geocoded must be a base table.

User Response: Be sure that the columns that contain the source data that you want geocoded are part of a base table.

GSE1031ESpatial Extender could not enable geocoder "<geocoder-id>" to operate automatically in create mode for layer "<layer-schema.layer-name.layer-column>".

Explanation: Possible explanations are:

User Response: If the geocoder has been temporarily invalidated, enable it to operate automatically in "Recreate" mode.

GSE1032ESpatial Extender could not enable geocoder "<geocoder-id>" to operate automatically in recreate mode for layer "<layer-schema.layer-name.layer-column>".

Explanation: Possible explanations are:

User Response: If the geocoder was previously disabled in drop mode, or if it was never defined for this layer, enable it to operate automatically in "Create" mode.

GSE1033EAn SQL error occurred when Spatial Extender tried to add triggers to a table that contains the column for layer "<layer-schema.layer-name.layer-column>" (SQLSTATE "<sqlstate>").

Explanation: The purpose of the triggers is to maintain data integrity between the attribute columns that the geocoder's input comes from and the spatial column that its output goes into. The SQL error occurred when DB2 tried to create these triggers.

User Response: Look up the message associated with SQLSTATE "<sqlstate>".

GSE1034ESpatial Extender could not disable geocoder "<geocoder-id>" in drop mode for layer "<layer-schema.layer-name.layer-column>".

Explanation: Possible explanations are:

User Response: Determine the state of the geocoder before you tried to disable it. For example, was it registered? was it enabled? Then decide whether it needs to be disabled in drop mode. For example, if it was never enabled, there would be no need to disable it at all.

GSE1035ESpatial Extender could not disable geocoder "<geocoder-id>" in invalidate mode for layer "<layer-schema.layer-name.layer-column>".

Explanation: Possible explanations are:

User Response: Determine the state of the geocoder before you tried to disable it. For example, was it registered? Was it enabled? Then decide whether it needs to be disabled in invalidate mode. For example, if it was already disabled in invalidate mode, there would be no need to disable it in this mode a second time.

GSE1036EAn SQL error occurred when Spatial Extender tried to drop triggers from a table that contains the column for layer "<layer-schema.layer-name.layer-column>" (SQLSTATE "<sqlstate>").

Explanation: The triggers were created to maintain data integrity between the attribute columns that the geocoder's input comes from and the spatial column that its output goes into. The SQL error occurred when DB2 tried to drop these triggers.

User Response: Look up the message associated with SQLSTATE "<sqlstate>".

GSE1037ESpatial Extender could not geocode source data for table layer "<layer-schema.layer-name.layer-column>", possibly because an incorrect value "<number-of-attributes>" was assigned to the argument that specifies how many attribute columns are to provide source data for this layer.

Explanation: The number of attribute columns associated with this layer was specified incorrectly, or the name of one or more of these columns was specified incorrectly.

User Response: Make sure that this layer is registered with the correct number and names of associated attribute columns, or verify the correctness of input and output data for the geocoder.

GSE1038EAn SQL error occurred when Spatial Extender tried to geocode source data for table layer "<layer-schema.layer-name.layer-column>" in batch mode (SQLSTATE "<sqlstate>").

User Response:

GSE1050EThe grid size that you specified ("<grid-size>") is invalid for the first grid level.

Explanation: You specified zero or a negative number as the grid size for the first grid level.

User Response: Specify a positive number as the grid size.

GSE1051EThe grid size that you specified ("<grid-size>") is invalid for the second and third grid levels.

Explanation: You specified a negative number as the grid size for the second or the third grid level.

User Response: Specify zero or a positive number as the grid size.

GSE1052EAn SQL error occurred when the Spatial Extender tried to create spatial index "<index-schema.index-column>" for a table layer "<layer-schema.layer-name.layer-column>" (SQLSTATE "<sqlstate>").

User Response:

GSE1500ISource record "<record-number>" was successfully geocoded.

Explanation: A record containing attribute data was successfully geocoded.

GSE1501WSource record "<record-number>" was not geocoded.

Explanation: The precision level was too high.

User Response: Geocode with a lower precision level.

GSE1502WSource record "<record-number>" was not found.

Explanation: Source record "<record-number>" was not found.

User Response: Determine whether the record exists in the database.

GSE2001EThe specified transfer file ("<filename>") is not valid.

Explanation: The specified transfer file ("<filename>") is not valid.

User Response: Verify that the specified file is an SDE transfer file, and that the pathname is properly specified.

GSE2002EThe supplied SQL WHERE clause ("<SQL-where-clause>") is not valid.

Explanation: The supplied SQL WHERE clause ("<SQL-where-clause>") is not valid.

User Response: Check the WHERE clause for proper SQL syntax, spelling errors, and invalid column names.

GSE2003EThe supplied shape value is not legal.

Explanation: The supplied shape value is not legal.

User Response: Ensure that the supplied shape matches the specified type of the spatial column. If the types match, or are compatible, then the form of the geometry is illegal. Check for overlapping polygons, single point arcs, etc.

GSE2004EThe transfer file schema is incompatible with the schema of the specified layer.

Explanation: The transfer file schema is incompatible with the schema of the specified layer.

User Response: Ensure that the schema and layer names are properly specified. If the schemas do not match, load the data as a new table and resolve the schema differences.

GSE2005EThe transfer file geometry type is incompatible with the geometry type of the specified layer.

Explanation: The transfer file geometry type is incompatible with the geometry type of the specified layer.

User Response: Ensure that the schema and layer names are properly specified.

GSE2006EAn I/O error for a file named "<filename>" has occurred.

Explanation: An I/O error for a file named "<filename>" has occurred.

User Response: Verify that the file exists, that you have the appropriate access to the file, and that the file is not in use by another user.

GSE2007EAn attribute conversion error has occurred.

Explanation: An attribute conversion error has occurred.

User Response: Ensure that all attribute types in the table are supported. For example, BLOB data is not supported in shape files. Also check for out-of-range data values, or illegal data values such as incorrectly formatted dates.

GSE2008EThe import/export function has run out of memory.

Explanation: The import/export function has run out of memory.

User Response: Verify that adequate memory is available for the import/export function.


[ Top of Page | Previous Page | Next Page ]