Test Connection
Configure the permissions to test the connection to the SAP Sybase database. Access to all databases must be granted to this user.
-
Set the enable granular permissions configuration parameter to
1
as follows in the application debug page:Copysp_configure enable_granular_permissions, 1
-
Log in using administrator credentials and create a new user on the managed system using the following command, where
loginame
is the login user on SAP ASE,password
is the user-provided password, andusername
is the corresponding Database User:Copyuse [databaseName]
go
sp_addlogin [loginname],[password]
go
sp_adduser [username]
goGrant access to all databases to the newly created user.