Profile test connection/check_dbalive, is not connected to <server_name>, err: The parameter %1! cannot be NULL.
search cancel

Profile test connection/check_dbalive, is not connected to <server_name>, err: The parameter %1! cannot be NULL.

book

Article ID: 6778

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

When trying to test a connection to a Sybase instance using the sybase probe encounter the following error:

Profile test connection/check_dbalive, is not connected to <instance_name>, err: The parameter %1! cannot be NULL.

Environment

Release: Any
Component: sybase probe

Resolution

Identify what the server name is defined as in the sql.ini file, or on linux it should be noted in the $SYBASE/interfaces file.

Note: This would not be the hostname of the server where Sybase is installed, but rather the Sybase instance name that is found in the files listed above.

Case sensitivity is important. Use the same name with case sensitivity when creating the connection in the sybase probe.

In case of enhanced encryption is being used, currently, on windows platform sybase probe do not support this enhanced encryption functionality. Requirement for enhanced encryption resulted in the same error message.


Additional Information

You can use the isql command to test the connection: isql -Uuser -Ppassword -Sservername:port

A requirement of parameter -X points to enhanced encryption.