Hi Everyone,
CPS build - M33.104
NW 7.31 on windows 2008 R2/MSSQL server 2012
We recently bought JDBC licenses and connected to the MSSQL server through SQL authentication successfully.
However, i'm not able to find a way to create a process server that uses windows authentication to connect to MSSQL server.
I tried
- Placing the sqljdbc_auth.dll in
- C:\Windows\System32
- C:\Windows\system
- C:\Windows\SysWOW64
- then rebooted the entire server
- using integratedSecurity=True option as shown below to authenticate
When i click Next in the above screen, my Java instance gets rebooted!
F *** ERROR => Java VM crashed.
F ***
F *** Please see section 'Java process issues'
F *** in SAP Note 1316652 for additional information and trouble shooting advice.
So, does anybody know how to configure JDBC process server to use windows authentication?
Also why would the JVM crash, for using integratedSecurity= true option? If i leave that Options field empty, it just throws, login failed error when i click next.
Thanks
Nanda