Text |
Statement not allowed for SQL databases. |
Explanation |
The following Natural statements are not supported when accessing a SQL database: - GET, GET SAME, GET TRANSACTION DATA, GET RECORD - STORE USING/GIVING NUMBER (ISN) - READ BY ISN |
Action |
Check program and correct error. |
Text |
Statement clause not allowed for SQL and XML databases. |
Explanation |
The following Natural statement clauses are not supported when accessing SQL or XML databases: - CIPHER - COUPLED - PASSWORD - RETAIN |
Action |
Check program and correct error. |
Text |
Multiple-value field is not allowed for SQL databases. |
Action |
Check program and correct error. |
Text |
Internal Natural SQL driver error. |
Explanation |
Natural SQL driver has encountered an internal error. |
Action |
Provide the Natural source and object program and contact Software AG support. |
Text |
LFILE support is not available for SQL database. |
Explanation |
A DDM, that is used to access a SQL database, contains database id 255. Valid values are 1..254. |
Action |
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. |
Text |
Invalid SQLOPTION specified. |
Explanation |
A invalid SQLOPTION was specified with PROCESS SQL ... << SET SQLOPTION ... >>. |
Action |
Check program and correct error. |
Text |
Invalid value supplied for SQLOPTION. |
Explanation |
An invalid value was specified with PROCESS SQL ... << SET SQLOPTION ... >>. |
Action |
Check program and correct error. |
Text |
Datatype not supported for SQL databases. |
Explanation |
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. |
Action |
Check program and correct error. |
Text |
DBPROCESS still in use. |
Explanation |
An SQL statement could not be executed, because the DBPROCESS is still executing another SELECT statement. |
Action |
Check program and correct error. |
Text |
Statement not allowed for XML databases. |
Explanation |
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. |
Action |
Check program and correct error. |
Text |
Internal Adabas D error :1: occurred. |
Explanation |
Adabas D has encountered an internal error. |
Action |
For more information see: Adabas D Error Messages. |
Text |
Internal ORACLE error :1: occurred. |
Explanation |
ORACLE has encountered an internal error. |
Action |
For more information see: Internal ORACLE Error Messages. |
Text |
Internal IBM DB2 error ... occurred. |
Explanation |
IBM DB2 has encountered an internal error. |
Action |
For more information see: IBM DB2 Error Messages. |
Text |
Internal SQL Server error ... occurred. |
Explanation |
SQL Server has encountered an internal error. |
Action |
For more information see: SQL Server Error Messages. |