Version 6.3.8 for UNIX
 —  Messages and Codes  —

Natural System Error Messages 3501-3550

NAT3501: Statement clause not allowed for SQL and XML databases.

Text Statement clause not allowed for SQL and XML databases.
Expl. The following Natural statement clauses are not supported when accessing
SQL or XML databases:
- CIPHER
- COUPLED
- PASSWORD
- RETAIN
Actn. Check program and correct error.

NAT3502: Multiple-value field is not allowed for SQL databases.

Text Multiple-value field is not allowed for SQL databases.
Actn. Check program and correct error.

NAT3503: Internal Natural SQL driver error.

Text Internal Natural SQL driver error.
Expl. Natural SQL driver has encountered an internal error.
Actn. Provide the Natural source and object program and contact
Software AG support.

NAT3504: LFILE support is not available for SQL database.

Text LFILE support is not available for SQL database.
Expl. A DDM, that is used to access a SQL database, contains
database id 255. Valid values are 1..254.
Actn. Change the database id in the DDM and recatalog the Natural program or
check the database assignment in the global configuration file, to
make sure that database id 255 is not assigned to a SQL database.

NAT3505: Invalid SQLOPTION specified.

Text Invalid SQLOPTION specified.
Expl. A invalid SQLOPTION was specified with
PROCESS SQL ... << SET SQLOPTION ... >>.
Actn. Check program and correct error.

NAT3506: Invalid value supplied for SQLOPTION.

Text Invalid value supplied for SQLOPTION.
Expl. An invalid value was specified with
PROCESS SQL ... << SET SQLOPTION ... >>.
Actn. Check program and correct error.

NAT3507: Datatype not supported for SQL databases.

Text Datatype not supported for SQL databases.
Expl. A variable with an invalid datatype has been used in a statement,
that accesses an SQL database. For SQL databases only variables
of type A, B, F, I, N and P may be used.
Actn. Check program and correct error.

NAT3508: DBPROCESS still in use.

Text DBPROCESS still in use.
Expl. An SQL statement could not be executed, because the DBPROCESS
is still executing another SELECT statement.
Actn. Check program and correct error.

NAT3509: Statement not allowed for XML databases.

Text Statement not allowed for XML databases.
Expl. The following Natural statements are not supported when accessing
an XML database:
- GET SAME, GET TRANSACTION DATA,
- HISTOGRAM,
- FIND FIRST, FIND UNIQUE,
- UPDATE,
- any SQL statements.
Actn. Check program and correct error.

NAT3510: Adabas D error :1: occurred.

Text Internal Adabas D error :1: occurred.
Expl. Adabas D has encountered an internal error.
Actn. For more information see: Adabas D Error Messages.

NAT3520: ORACLE error :1: occurred.

Text Internal ORACLE error :1: occurred.
Expl. ORACLE has encountered an internal error.
Actn. For more information see: Internal ORACLE Error Messages.

NAT3530: IBM DB2 error :1: occurred.

Text Internal IBM DB2 error :1: occurred.
Expl. IBM DB2 has encountered an internal error.
Actn. For more information see: IBM DB2 Error Messages.

NAT3540: SYBASE error :1: occurred.

Text Internal SYBASE error :1: occurred.
Expl. SYBASE has encountered an internal error.
Actn. For more information see: SYBASE Error Messages.

NAT3550: INFORMIX error :1: occurred.

Text Internal INFORMIX error :1: occurred.
Expl. INFORMIX has encountered an internal error.
Actn. For more information see: INFORMIX Error Messages.

Top of page