could not load sqljdbc.dll

  • when iam configuring datasource in websphere application server i encountered this problem........"Could not load the DLL sqljdbc.dll, or one of the DLLs it references. Reason: 193(%1 is not a valid Win32 application.).DSRA0010E: SQL State = HY000, Error Code = 17,750."

    can any one help me to resove this.....

  • Did you install the JDBC drivers for SQL Server? This seems like more of a Websphere application setup problem than a SQL Server problem.

    Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
    My Blog | Twitter | MVP Profile
    Training | Consulting | Become a SQLskills Insider
    Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]

  • The Microsoft JDBC driver is called sqljdbc_xa.dll, so your problem is most likely to be with any JDBC driver supplied with Websphere.

    The most likely problem is that your sqljdbc.dll file is not in the correct folder, so it is not visible to SQL Server. The dll needs to be in the \binn folder for the instance of SQL Server that is running.

    Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.

    When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply