Hi,
The production Cold Fusion server was completely backed up and was placed on a development server. The production sever is able to connect to the production datbases.
SQL server was installed on a the development server (a seperate server). I created a development database on the server. When I logged into the development Cold Fusion admin and try to connect to the development database, I am receiving the following message:
Connection verification failed for data source: DEV
java.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed
for user 'NT AUTHORITY\ANONYMOUS LOGON'.
The root cause was that: java.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer JDBC Driver]
[SQLServer]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
I have looked on the development SQL Server and everything is pointing to Windows Authentication.
Where in development SQL Server or on the development Windows Server (for SQL Server) is it pointing to ANONYMOUS LOGON?
The database server is a Windows 2008 Standard Edition.
The Cold Fusion is 9 on a Windows 2008 Standard Server.
Thanks,
Mike