Aqua Data Studio 15.0.0-dev-70
Build #: 35519
Built on: 2014-Jan-13 03:38:49 PM
Operational environment:Windows 7(6.1,amd64)/Cp1252/1.7.0_2
Database:Sybase ASE 15.7/15.0.3
Issue:Wrong Remote server properties are displayed.
Steps to reproduce:
1)connect to sybase ASE server->Create a remote server using
following script,in script specify login (eg. sa).
//create remote server
USE master
GO
sp_addserver RS_sybase, ASEnterprise, sybaseASE
GO
sp_serveroption RS_sybase, 'rpc security model A', true
GO
USE master
GO
sp_addremotelogin RS_sybase, sa
2)See the created remote server properties ,in security tab of Remote server properties window ,in "map all to single local login" field instead of specified login in script it displays the first login of the drop down list.