c++ - Could not find encryption dll dbfips16.dll with Sql Anywhere 16 -


i have problem, if deploy 64bit application on customer computer, error message:

encryption dll "dbfips16.dll" not loaded.

the curious thing is, on notebook , other computers it's working pretty well. tried add dll's our deployment, not find in sybase 16 directory, have download seperatly?

(i did not want use encryption)

p.s. use simple file based deployment.

edit

i use sybase 16 ado.net driver (c#).

the problem appears on 1 server.

edit

server=***;dbn=***;charset=utf-8;links=tcpip;uid=***;pwd=***;enc=none  

the dbfips16.dll loaded when connection string tells client use fips-validated encryption. if don't want use encryption @ all, encryption parameter should not set, or should set "none". check make sure sqlconnect environment variable not set (or doesn't contain encryption parameter).

if doesn't help, can post contents of connection string and/or dsn?

disclaimer: work sap in sql anywhere engineering.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -