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.
Release: Any
Component: sybase probe
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.
You can use the isql command to test the connection: isql -Uuser -Ppassword -Sservername:port
A requirement of parameter -X points to enhanced encryption.