Refer to the NNSYMessageLog.nml and sybesp.log files for database-related errors. The sybesp.log file is located in the <server install directory>\io43svr\instances\<server name>\runtime directory. To enable debug level logging to this file, verify that the following runtime instance configuration properties are set:
Services Console Logging level: DEBUG
Services Debug Setting: TRUE
Services Log File Level: DEBUG
Verify that:
Your environment is configured properly for database access.
The database configuration in the Endpoint Manager contains the correct connection information.
The JDBC path is correct in Window>Preferences.
A connection to the target database is established.
The correct configuration data is correctly mapped for the instance.
For assistance in configuring databases, see JDBC and JDBC Driver Preferences.
|
|
Problem |
An error is returned when trying to connect to the database during runtime. |
Resolution
|
|
|
|
|
|
Error |
com.sybase.jplugin.util.FailureResultException: Error occurred invoking request. com.sybase.ai.common.adapter.AIException: GSP1017 JDBC call to invoke procedure failed: com.sybase.jdbc2.jdbc.SybSQLException: The name "some 'value''' is illegal in this context. Only constants, constant expressions, or variables allowed here. Column names are illegal. |
Resolution |
Make sure that your SQL statement uses single quotes to quote string values and double quotes to quote SQL identifiers. |
|
|
|
|
Problem |
When defining operations for database services, you can specify whether each operation is strongly-typed or generically-typed. A strongly-typed database operation has detailed information about the data type of each column of its result set. A generically-typed operation does not have this detailed information. The Database Service Wizard provides a page for specifying this choice. In releases up to 4.0.3, the user interface for editing a database operation allowed this option to be modified. This feature (changing the type of an existing operation) is not supported by the underlying product infrastructure, so any service with an operation modified in this manner causes errors at runtime. |
Resolution |
The page on which the strongly-typed or generically-typed choice could be changed for an existing operation is no longer provided. This is a valid option when new database services are created, and this feature is available in the New Database Service Wizard. |
|
|
|
|
Problem |
The runtime instance fails to start and the following Error message appears in NNSYMessageLog.nml: 2004-06-16 08:39:44.310|psengine.exe|2644|1752|?|?|Error|?|Message
part "Resource1" was not found. |
Resolution |
Consider whether any operations were modified and included in an updated version of the package. If operations were modified and included in the updated package, verify that the auto-build preference is enabled. To set the auto-build preference:
If the auto-build preference was previously disabled:
|
|
|