Replication Server is unable to connect to LDAP on 64-bit platforms

[CR #621751] If the libsybdldap.so and libsybdldap64.so are not specified in the Directory section in libtcl.cfg, Replication Server is unable to connect to the LDAP.

Workaround: Manually edit the libtcl.cfg in $SYBASE/$SYBASE_OCS/config directory to include libsybdldap.so and libsybdldap64.so.

For example:

[DIRECTORY]
ldap32=libsybdldap.so ldap://sylvester:3389
/dc=Sybase,dc=com??one??bindname=cn=Manager,dc=Sybase,dc=com??secret  
ldap64=libsybdldap64.so ldap://sylvester:3389
/dc=Sybase,dc=com??one??bindname=cn=Manager,dc=Sybase,dc=com??secret

The entry name has changed from ldap to ldap32. To start the LDAP session with dscp utility:

open ldap32