I have encountered numerous challenges creating new SQL
Server DSNs for SQL Server 2000. Usually the error is the
connection string or other typical error which I can get resolved
with a little researching.
However, I have a new error and two days later I cannot find
an answer. I am creating a datasource for CFMX 7 to an SQL Server
2008 database. The OS is Win Server 2003 and CFMX and SQL Server
are running on the same machine. I have created the System DSN
successfully. SQL Server is running in mixed auth mode. The
Administrator account is running the SQL server (this is a dev
box). I have also created a SQL Server specific admin account named
'sqlserver'. Testing the datasource in the system DSN control panel
it works fine. Tests Successfully. However, in the CFAdmin when I
create the DSN it simply spits back the error "The root cause was
that: java.sql.SQLException: [Macromedia][SQLServer JDBC
Driver][SQLServer]Login failed for user 'sqlserver'".
The local Administrator account as well as the sqlserver
named account have been given DBO security rights to the database.
Does anyone have any suggestions? Any, and all, help is
greatly appreciated. I cannot find any hints in this error to
direct me to the right path for a resolution.