Message ID 1205 to 20050

ID

Message text

Explanation and action

1205

Your command (process id <ID>) was deadlocked with another process and has been chosen as deadlock victim. Re-run your command

A user command encountered a deadlock in Adaptive Server, or the primary Adaptive Server failed during a user transaction. In the latter case, the connection will be switched to the secondary Adaptive Server and placed in the database that the user was in prior to the failure. In both cases, the last transaction will be rolled back, and the user should reissue the last command.

2812

Stored procedure <stored_procedure> not found

OpenSwitch received a remote procedure call that does not exist in this server. Check the validity of your RPC.

5701

Changed database context to <db>

This is an informational message indicating the database that is in effect when a cache thread is being reused.

5703

Changed language setting to '%.*s'.

This is an informational message indicating a change in language setting.

5704

Changed client character set setting to '%.*s'.

This is an informational message indicating a change in character set setting.

20005

<A string of RPC information>

This is an informational message for debugging purposes only.

20008

Coordinator access granted

When a CM first connects to OpenSwitch, the latter sends this message to the CM indicating that this is a special connection which has been granted the coordinator access role. This is an informational message and is not usually seen by regular users.

20011

<REGISTERED_PROCEDURE_NAME>: Cannot bind <parameter_list> parameter

An error occurred when OpenSwitch was trying to bind to the parameters for the registered procedure. See the OpenSwitch Administration Guide for the correct syntax and parameters to use to execute this registered procedure.

20012

<REGISTERED_PROCEDURE_NAME>: Cannot retrieve parameter list

An error occurred when OpenSwitch was trying to transfer parameters for the registered procedure from the client. Either the client disconnected abruptly, or a network I/O error occurred. Try rerunning your registered procedure command.

20013

<REGISTERED_PROCEDURE_NAME>: Unable to describe <column> column

An error occurred when OpenSwitch was trying to process the columns of rows returned by the registered procedure. Check the validity of your registered procedure call. Contact Sybase Technical Support if needed.

20014

<REGISTERED_PROCEDURE_NAME>: Error returning results

An error occurred when OpenSwitch was trying to transfer results from the registered procedure to the client. Either the client disconnected abruptly, or a network I/O error occurred. Try rerunning your registered procedure command.

20015

Missing procedure name

This is an internal OpenSwitch error. Call Sybase Technical Support.

20016

Unknown procedure name: <REGISTERED_PROCEDURE_NAME>

OpenSwitch does not recognize the name of the called registered procedure. Verify the procedure name; see the OpenSwitch Administration Guide for a list of OpenSwitch registered procedures.

20017

<FUNCTION_NAME>: Unable to initialize procedure: <REGISTERED_PROCEDURE_NAME>

This is an internal OpenSwitch error. Contact Sybase Technical Support

20018

<FUNCTION_NAME>: Memory allocation failure

OpenSwitch encountered a memory allocation failure. Reduce the load on this machine, or increase the memory allocated to the OpenSwitch process and restart the OpenSwitch server.

20019

Syntax error

OpenSwitch detected a syntax error in the registered procedure call. See the OpenSwitch Administration Guide for the correct syntax to use for this registered procedure.

20020

Too many parameters for procedure <REGISTERED_PROCEDURE_NAME>

The number of parameters supplied exceeds the maximum number of parameters for this registered procedure. See the OpenSwitch Administration Guide for the correct parameters to pass for this registered procedure.

20021

Expected <TYPE> type for param <PARAMETER_NAME> of <REGISTERED_PROCEDURE_NAME>

An incorrect parameter type was specified for the registered procedure. Check that the parameters in your registered procedure call use the correct types.

20022

Error registering parameter <PARAMETER_NAME> of <REGISTERED_PROCEDURE_NAME>

This is an internal OpenSwitch error. Call Sybase Technical Support.

20023

Invalid internal data type for param <POSITION_STRING>

Registered procedures can only accept parameters in integer type or character (string) type. All other types are invalid.

20024

Error executing procedure <REGISTERED_PROCEDURE_NAME>

This is an internal OpenSwitch error. Call Sybase Technical Support.

20025

Missing closing <DOUBLE|SINGLE> quote

OpenSwitch found unmatched double or single quotes in the registered procedure command. Correct your command and try executing again.

20026

<FUNCTION_NAME>: No default configuration file is available

The configuration file for this OpenSwitch server cannot be found. Check that this file exists before your execute the rp_cfg command.

20027

<FUNCTION_NAME>: Error while processing <config_file_name>. See error logs.

There was an error while OpenSwitch was processing the configuration file during the rp_cfg command. See the error log for details.

20028

<FUNCTION_NAME>: Successfully processed configuration file

This is an informational message: The rp_cfg command was successful.

20029

<FUNCTION_NAME>: Unable to bind result column <column_name>

This is an internal OpenSwitch error. Contact Sybase Technical Support for assistance

20030

rp_debug: @state must be on or off

rp_debug received an incorrect state parameter. See the OpenSwitch Administration Guide for the valid parameters for rp_debug.

20031

rp_debug: @flags cannot be NULL if @state is supplied

rp_debug received an incorrect flag parameter. See the OpenSwitch Administration Guide for the valid parameters for rp_debug.

20032

rp_dump: @what must be thread, mutex or all

rp_dump received an incorrect what parameter. See the OpenSwitch Administration Guide for the valid parameters for rp_dump.

20033

<REGISTERED_PROCEDURE_NAME>: Invalid pool name <POOL_NAME>

The poolname parameter specified for this registered procedure is incorrect. Run rp_pool_status to check the available pools in this OpenSwitch server, and rerun the command using the correct pool name.

20034

<REGISTERED_PROCEDURE_NAME>: Unable to determine pool for spid <ID>

OpenSwitch is unable to determine the poolname for the specified spid. Use sp_who to verify that the spid is indeed a client spid and has a server name attached to it.

20035

rp_kill: Unable to kill spid <ID>

OpenSwitch was unable to kill the thread specified by spid. Check the OpenSwitch error log for details.

20036

rp_cancel: Unable to cancel spid <ID>

OpenSwitch was unable to cancel the current request of the thread specified by spid. Check the OpenSwitch error log for details.

20037

<FUNCTION_NAME>: Error initializing list iterator

This is an internal OpenSwitch error. Call Sybase Technical Support.

20038

rp_kill: Killed <count> spid <ID>

This is an informational message: The rp_kill command was successful.

20039

rp_cancel: Cancelled <count> spid <ID>

This is an informational message: the rp_cancel command was successful.

20040

<REGISTERED_PROCEDURE_NAME>: You do not seem to be a user thread

This is an internal OpenSwitch error. Check the OpenSwitch error log for details, and call Sybase Technical Support.

20041

<REGISTERED_PROCEDURE_NAME>: Unable to clear connection cache for server <SERVERNAME>

This is an internal OpenSwitch error. Check the OpenSwitch error log for details, and call Sybase Technical Support.

20042

<REGISTERED_PROCEDURE_NAME>: Error unlocking global thread list

This is an internal OpenSwitch error. Check the OpenSwitch error log for details, and call Sybase Technical Support.

20043

Error while queueing message. See error logs.

This is an internal OpenSwitch error. Check the OpenSwitch error log for details, and call Sybase Technical Support.

20044

Successfully queued message to spid <ID>

This is an informational message for debugging purposes and can safely be ignored.

20045

Successfully queued message to <N> spids

This is an informational message. The command was successful and has been channeled to the relevant threads.

20046

<ID> is not a valid spid

The spid specified for the registered procedure was incorrect. Please verify the spid before rerunning the command.

20047

<REGISTERED_PROCEDURE_NAME>: Unable to grab list of pools

This is an internal OpenSwitch error. Check the OpenSwitch error log for details, and call Sybase Technical Support.

20048

<REGISTERED_PROCEDURE_NAME>: Cannot change status of pool <POOL_NAME> to <POOL_STATUS>

The specified pool cannot be set to the status specified by rp_pool_status or rp_pool_cache. Check the status and validity of the pool. Call Sybase Technical Support if needed.

20049

<REGISTERED_PROCEDURE_NAME>: Cannot release global list of pools

This is an internal OpenSwitch error. Check the OpenSwitch error log for details, and call Sybase Technical Support.

20050

<REGISTERED_PROCEDURE_NAME>: Pool <POOL_NAME> existed already

The user tried to add a pool that already exists in this OpenSwitch server. Run rp_pool_status to see existing pool names.