PreviousWhat's New in Pervasive PSQL v10 (v10) Next

Status Codes

Chapter contents

This section lists the new and revised status codes.

New

The following status code are new:

-5248: Invalid partial column

The last (or the only) column in a partial index is not of data type CHAR or VARCHAR.

3032: Failed to initialize shared memory to local engine

This status code results if a second user attempts to access another user's database engine through the transactional interface. The application is unable to connect to the local engine. Possibly a database engine has been started by another user on the machine in a non-elevated mode. If so, other users will not be able to connect to that engine.

One situation in which this status code may result is if a user starts the Workgroup Engine or Cache Engine in a Terminal Services session or in a multiple-user environment where fast-user switching is used. Other users on the system cannot access that engine nor can they start their own copy of the engine. To allow multiple users access to a Workgroup Engine or Cache Engine in a Terminal Services session or through fast-user switching, start that engine as a service instead of as an executable.

7042: Bound database requires data dictionary files

The creation of a bound database requires data dictionary files (DDFs). For a bound database, ensure that the CREATE DATABASE statement or the Create New Database wizard also specifies the creation of dictionary files.

8097: General security error

This status code indicates that a general error occurred when checking or setting database security. The database engine was unable to associate the error with a more specific status code. If the error persists, contact Technical Support at Pervasive Software.

Revised

The following status code has been revised to support platform specific license keys. See License Administrator .

7113: Invalid license key. Verify the provided key.

The license key you attempted to apply is not a valid license. Ensure that you have a valid license key issued by Pervasive Software or by your application vendor if the Pervasive PSQL database engine is embedded in an application.

This status code also displays if your key is for a specific platform that does not match the platform on which you are attempting to apply the license. For example, if your license key is for "Win64," you cannot install the license on a Windows 32-bit operating system or on a Linux platform.

If you are using the License Administrator GUI to apply the key, repaste or retype the key into the License Key field, then click Apply License Key.


Chapter contents
Book contents

Prev topic: Operating System Support
Next topic: Complimentary Data Management Products