in reply to Re^2: DBD::Sybase with Repserver and password encryption
in thread DBD::Sybase with Repserver and password encryption
Could you list the versions of ...
- perl & DBD::Sybase;
- the external libraries (e.g. freetds or ones from AES) that DBD::Sybase uses;
- isql;
- Replication Server
You could do DBI->trace(4); before connect() to see where the issue is at more granular level.
At this point all I can say is to check that encrypted passwords match as sent by isql & DBD::Sybase (say, via tcpdump or some other network packet analyzer) to the replication server.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: DBD::Sybase with Repserver and password encryption
by Anonymous Monk on May 22, 2020 at 12:42 UTC |
In Section
Seekers of Perl Wisdom