I am unable to set up a WebLogic 11g data source to our SQL Server database. Can you please help diagnose the error
weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: [FMWGEN][SQLServer JDBC Driver][SQLServer]Login failed for user 'carynt\posapp'
The value carynt\posapp
is the value I specify for the user. I have attempted various different "AuthenticationMethod" settings as prescribed in the docs.
My unit tests (from within the Eclipse IDE) run successfully. However those use integratedSecurity settings. Is it possible to somehow use similar settings for the WebLogic datasource?