cancel
Showing results for 
Search instead for 
Did you mean: 

The SQL scripts DLL cannot be loaded

MCMartin
Participant
0 Kudos
3,910

When receiving the error message "The SQL scripts DLL cannot be loaded", which component should I look for? Any idea how to identify what might be really missing?

MCMartin
Participant
0 Kudos

At least I know now that it is a server issue and not the client side which is missing something

View Entire Topic
Former Member

The error is generated when the server tries to load the dbscriptxx.dll, where xx is the SQL Anywhere (major) version number.

The script DLL is versioned; the DLL contains the major and minor version number along with the build number. The build number is ignored (at the moment) during verification, but if the minor version number does not match - for example you're using an 11.0.1 server with an 11.0.0 dbscript11.dll, then you'll get this error.