CM log messages cm_ping to server message

Message text

Explanation and action

cm_ping: Invalid parameter

One of the following function parameters is NULL: cm_t, servername, or username. Check the CM application code to resolve this error.

cm_ping: Unable to allocate command structure

This is an internal CM error. Call to ct_cmd_alloc failed. Check the CM host machine for available memory or any limit on memory usage by the CM process.

cm_ping: Unable to allocate connection structure

This is an internal CM error. Call to ct_con_alloc failed. Check the CM host machine for available memory or any limit on memory usage and open file descriptors by the CM process.

cm_ping: Unable to initialize command structure

This is an internal CM error. Check any previously reported errors in the CM log, and call Sybase Technical Support for assistance.

cm_ping: Unable to send ping command

Check that the database server being pinged is running normally and that the network connection from the CM host to the server is running.

cm_ping: Unable to set CS_PASSWORD property

Call to ct_con_props(CS_SET, CS_PASSWORD) failed. Verify that the supplied password is a valid character string and its length is not greater than 255 characters. Check any previously reported errors in the CM log.

cm_ping: Unable to set CS_USERNAME property

Call to ct_con_props (CS_SET, CS_USERNAME) failed. Check any previously reported errors in the CM log. Verify passed-in username is a valid character string and its length is not greater than 255 characters.

cm_pool_status: Invalid status value

Invalid pool status was passed to cm_pool_status. Correct the CM application code. Check the OpenSwitch Coordination Module Reference Manual for details.

cm_pool_status: NULL pointer to cm passed

A NULL cm_t structure is passed to cm_pool_status. Check the CM application code

cm_pool_status: Unable to allocate command structure

This is an internal CM error. Call to ct_cmd_alloc failed. Check the CM host machine for available memory or any limit on memory usage by the CM process.

cm_pool_status: Unable to initialize @server parameter

This is an internal CM error. Call to ct_param failed. Call Sybase Technical Support

cm_pool_status: Unable to initialize @status parameter

This is an internal CM error. Call to ct_param failed. Call Sybase Technical Support

cm_pool_status: Unable to initialize command structure

This is an internal CM error. Check any previously reported errors in the CM log. Call Sybase Technical Support if needed.

cm_repeat_ping: The following parameters cannot be null: cm=<ADDR>, server=<SERVERNAME>, username=<USERNAME>

The cm_repeat_ping API expects the parameters stated in the error message to contain non-NULL values, but one or more of these arguments passed in by the caller was NULL.

cm_repeat_short_ping: The following parameters cannot be null: cm=<ADDR>, server=<SERVERNAME>, username=<USERNAME>

The cm_repeat_short_ping API expects the parameters stated in the error message to contain non-NULL values, but the caller passed in a NULL value for one or more of these arguments.

cm_run: gettimeofday(): <REASON_FOR_FAILURE>

This is an internal CM error. Check the reason for failure printed in the message text.

cm_run: Invalid context pointer

Check CM application code. A NULL pointer value was passed as cm_t parameter to cm_run.

cm_server_status: Invalid argument

Check the CM application code. A NULL pointer value was passed as cm_t parameter to cm_server_status.

cm_server_status: Invalid status value

Invalid status value was passed to cm_server_status. Correct the CM application code. Check the OpenSwitch Coordination Module Reference Manual for details.

cm_server_status: Unable to allocate command structure

This is an internal CM error. Call to ct_cmd_alloc failed. Check the CM host machine for available memory or any limit on memory usage by the CM process.

cm_server_status: Unable to initialize @server parameter

This is an internal CM error. Call to ct_param failed. Call Sybase Technical Support.

cm_server_status: Unable to initialize @status parameter

This is an internal CM error. Call to ct_param failed. Call Sybase Technical Support.

cm_server_status: Unable to initialize command structure

This is an internal CM error. Check any previously reported errors in the CM log and call Sybase Technical Support

cm_set_data: Invalid argument

A NULL value was passed in for the cm_t parameter. Check the CM application code.

cm_set_prop: CM_P_ASYNC: Valid values are CS_TRUE or CS_FALSE

Invalid value was passed to cm_set_prop. Correct the CM application code. Check the OpenSwitch Coordination Module Reference Manual for details.

cm_set_prop: Invalid cm pointer

Check the CM application code. A NULL pointer was passed as cm_t parameter.

cm_set_prop: Invalid or unsettable property <CM_PROPERTY_CODE>

Invalid property was passed to cm_set_prop. Correct the CM application code. Check the OpenSwitch Coordination Module Reference Manual for details.

cm_set_srv: Invalid parameter

Check the CM application code. A NULL pointer value was passed as one of the parameters: cm_t, spid, or servername.

cm_set_srv: Unable to allocate command structure

This is an internal CM error. Call to ct_cmd_alloc failed. Check the CM host machine for available memory and any limit on memory usage by the CM process.

cm_set_srv: Unable to initialize @server parameter

This is an internal CM error. Call to ct_param failed. Call Sybase Technical Support.

cm_set_srv: Unable to initialize @spid parameter

This is an internal CM error. Call to ct_param failed. Call Sybase Technical Support.

cm_set_srv: Unable to initialize command structure

This is an internal CM error. Check any previously reported errors in the CM log. Call Sybase Technical Support.

cm_short_ping: failed to set CS_LOGIN_TIMEOUT in the context for ping connection.

This is an internal CM error. OpenSwitch was unable to set the login timeout value for the CM connection to OpenSwitch. Call Sybase Technical Support.

cm_short_ping: The following parameters cannot be null: cm=<ADDR>, server=<SERVERNAME>, username=<USERNAME>

The cm_short_ping API expects the parameters stated in the error message to contain non-NULL values, but the caller passed a NULL value to one or more of these arguments.

cm_short_ping: Unable to allocate connection structure

This is an internal CM error. Call to ct_con_alloc failed. Check the CM host machine for available memory or any limit on memory usage and open file descriptors by the CM process.

cm_short_ping: Unable to allocate context structure

This is an internal CM error. Call to ct_con_alloc failed. Check the CM host machine for available memory or any limit on memory usage and open file descriptors by the CM process.

cm_short_ping: Unable to initialize CT-Lib.

This is an internal CM error. Call to ct_init failed. Call Sybase Technical Support.

cm_short_ping: Unable to install client message callback.

This is an internal CM error. Call to ct_callback(CS_SET,CS_CLIENTMSG_CB) failed. Call Sybase Technical Support.

cm_short_ping: Unable to install CS-Lib callback.

This is an internal CM error. Call to cs_config(CS_SET,CS_MESSAGE_CB) failed. Call Sybase Technical Support.

cm_short_ping: Unable to install server message callback.

This is an internal CM error. Call to ct_callback(CS_SET,CS_SERVERMSG_CB) failed. Call Sybase Technical Support.

cm_short_ping: Unable to set CS_PASSWORD property

Call to ct_con_props(CS_SET, CS_PASSWORD) failed. Check any previously reported errors in the CM log. Verify that the supplied password is a valid character string not greater than 255 characters.

cm_short_ping: Unable to set CS_USERNAME property

Call to ct_con_props(CS_SET, CS_USERNAME) failed. Check any previously reported errors in the CM log. Verify that the supplied user name is a valid character string not greater than 255 characters.

cm_switch: Invalid argument

Either a NULL pointer was passed as value for the cm_t parameter, or an invalid value was passed for the force parameter. Check the OpenSwitch Coordination Module Reference Manual for details. Correct the CM application code.

cm_switch: Unable to allocate command structure

This is an internal CM error. Call to ct_cmd_alloc failed. Check the available memory on the CM host machine and limits on memory usage by the CM process.

cm_switch: Unable to initialize @dstsrv parameter

This is an internal CM error. Call to ct_param failed. Call Sybase Technical Support.

cm_switch: Unable to initialize @force parameter

This is an internal CM error. Call to ct_param failed. Call Sybase Technical Support.

cm_switch: Unable to initialize @grace_period parameter

This is an internal CM error. Call to ct_param failed. Call Sybase Technical Support.

cm_switch: Unable to initialize @pool parameter

This is an internal CM error. Call to ct_param failed. Call Sybase Technical Support.

cm_switch: Unable to initialize @spid parameter

This is an internal CM error. Call to ct_param failed. Call Sybase Technical Support.

cm_switch: Unable to initialize @srcsrv parameter

This is an internal CM error. Call to ct_param failed. Call Sybase Technical Support.

cm_switch: Unable to initialize command structure

This is an internal CM error. Check any previously reported errors in the CM log, and call Sybase Technical Support.

cm_timer_add: Invalid argument

Check the CM application code. Either a NULL pointer was passed to cm_timer_add as the value for the cm_t or cm_timer_cb parameter, or the value of milliseconds is less than zero (0).

cm_timer_add: Memory allocation failure

This is an internal CM error. Check the CM host machine for available memory or any limit on memory usage by the CM process, and call Sybase Technical Support.

cm_timer_add: Unable to fetch current time of day

This is an internal CM error. Call to gettimeofday() failed. Call Sybase Technical Support.

cm_timer_rem: Invalid argument

A NULL value was passed as cm_t or name parameter in a call to cm_timer_rem. Check the CM application code to resolve this error.

Common Library Message: Message: LAYER=<LAYER_ID> ORIGIN=<ORIGIN_ID> SEVERITY=<SEVERITY_ID> NUMBER=<ERROR_NUMBER> Optional: OS Error: <OPERATING_SYSTEM_ERROR_MESSAGE>

Error or information message from common library. Check common library documentation for details about the error. Check the operating system system log for information about “OS” errors.

Open Client Message: Message: LAYER=<LAYER_ID> ORIGIN=<ORIGIN_ID> SEVERITY=<SEVERITY_CODE> NUMBER=<ERROR_NUMBER> Optional: OS Error: <OPERATING_SYSTEM_ERROR_MESSAGE>

Error or information message from Open Client library. Check Open Client library documentation. Check the operating system log for information about “OS” errors.

rp_kill: Unable to allocate command structure

This is an internal CM error. Call to ct_cmd_alloc failed. Check the CM host machine for available memory or any limit on memory usage by the CM process. Call Sybase Technical Support.

rp_kill: Unable to initialize @pool_name parameter

This is an internal CM error. Call to ct_param failed. Check the passed-in value of the pool parameter to cm_kill in CM application code.

rp_kill: Unable to initialize @spid parameter

This is an internal CM error. Call to ct_param failed. Check the passed-in value of the spid parameter to cm_kill in the CM application code.

rp_kill: Unable to initialize @srv_name parameter

This is an internal CM error. Call to ct_param failed. Check the passed-in value of the server parameter to cm_kill in the CM application code.

rp_kill: Unable to initialize command structure

This is an internal CM error. Call to ct_command failed. Check previous errors in the log, and call Sybase Technical Support.

Server Message: Message: Number <ID>, Severity=<SEVERITY_CODE>, State <STATE_ID>

Error or informational message from the OpenSwitch or Adaptive Server to which this CM is connected. See the product’s error documentation for details.