cancel
Showing results for 
Search instead for 
Did you mean: 

ISQL error on Sybase (Solman 7.1)

Former Member
0 Kudos
218

I have installed SAP Solman 7.1 on the Sybase DB , When i first time try to login to Sybase DB with SAPSA user , i am getting below error.

Msg 1640, Level 16, State 2:

Server 'SID':

Adaptive Server requires encryption of the login password on the network.

Msg 4002, Level 14, State 1:

Server 'SID':

Login failed.

CT-LIBRARY error:

        ct_connect(): protocol specific layer: external error: The attempt to connect to the server failed

Please can you help , it is very urgent issue to be solved..

Thanks

Prasanna

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hello,

Please refer to SAP 1942379 - Setup password encryption to encrypt login passwords on the network between ASE and isql to resolve this issue.

Thanks,

Sunny

Former Member
0 Kudos

Dear Sunny, i can not found the article 1942379. Could you send me the URL?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi hugo delgado,

             If you are facing a similar error, please follow the given procedure:

1.

     isql -Usa -S<SID> -X
     Password:

  

     "-X" will bypass your encryption.

2.

   after you have logged in

   change the "net password encryption reqd" parameter


   >sp_configure 'net password encryption reqd',2

   >go

thanks

Amarnath