Ask a Question related to Coldfusion Database Access, Design and Development.
-
Johnny Derk #1
SQL Server 2005 Help
I have only used access in the past and am brand new to sql server 2005.
I installed sql server 2005 (developer edition) on my computer and used the
access wizard to create a sql compliant db. I then tried to connect to db
through CF administrator. I got this error. Any suggestions would be helpful. I
enabled tcp/ip connection in the configuration manager, that is the only change
I have made.
This is the error the cf administrator gives me when i verify connection:
Connection verification failed for data source: listings2
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Could not establish
a connection using integrated security: No LoginModules configured for
JDBC_DRIVER_01
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC
Driver]Could not establish a connection using integrated security: No
LoginModules configured for JDBC_DRIVER_01
Any advice would be greatly appreciated.
Johnny Derk Guest
-
SQL Server 2005 Endpoints
Hello, I am trying to fetch data from SQL Server 2005, bypassing IIS. SQL 2005 Endpoints require a username and password and don't support... -
ASP Server controls in VS.NET 2005
Hello! There is posibility to create server controls using form designer in VS 2005. Is posible to compile server control that was developed by... -
Virtual Server 2005
I have seen this product advertised on the msdn download site. I run windows server 2003 with 1 web service and 1 web site. I don't really... -
MS SQL Server 2005 Support?
Does anyone know when Macromedia will be officially supporting MS SQL Server 2005 in ColdFusion? We have been able to get it to work with the... -
OT - SQL Server 2005 Express
http://searchsqlserver.techtarget.com/tip/1,289483,sid87_gci1082707,00.html Seems it will be a large step above Access despite some similar... -
philh #2
Re: SQL Server 2005 Help
JDBC/ODBC connections normally require mixed security; apparently you've
installed the instance with integrated security only. Also, I don't know that
SQL2K5 is yet certified for use with CF.
There are a couple of threads here about using 2K5; poke around a bit.
Good luck,
philh Guest



Reply With Quote

