Ask a Question related to Coldfusion Database Access, Design and Development.
-
jjonney #1
Please help...Not able to connect SQL server.
Hello All,
I need your help.
I am getting the following error when ever I am trying to create a DSN on CF
administrator to connect SQL server database.
Floowing error is displayed:
Connection verification failed for data source: cf_var
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
jjonney Guest
-
I have a flash movie running a http server but it needsto connect to another server in https.
I have a flash movie running a http server but it needs to connect to another server in https. I am having problems when trying to open the url in... -
I have a flash movie running a http server but it needsto connect to another server in https
I have a flash movie running a http server but it needs to connect to another server in https. I am having problems when trying to open the url in... -
could not connect to SMTP server from sql server using JMail, xp_smtp_sendmail or sp_send_cdosysmail
I am trying to send an email message from sql server using the JMail component from dimac.net. I was able to use the stored procudure sp_send_mail... -
Cannot connect to Terminal Server via Terminal Services Manager after upgrade to Windows Server 2003
The following error is displayed in the Terminal Services Manager on our domain controller (DC-01) when trying to connect to Terminal Services on... -
Web Server Connect
I am running Filemaker 6 Unlimited on three machines with the Web Server Connect program supplied with this version of Filemaker. Web Server... -
SQLMenace #2
Re: Please help...Not able to connect SQL server.
Looks like the SQL server is set for windows authentication only
right click on the server go to security and you can change it there
SQLMenace Guest
-
jjonney #3
Re: Please help...Not able to connect SQL server.
I have selected SQL server and Windows authentication radio button.Still it isn't working for me.
jjonney Guest
-
SQLMenace #4
Re: Please help...Not able to connect SQL server.
what about your connection string? it looks like you are trying to connect by
using Windows Authentication (Could not establish a connection using integrated
security:)
Can the CF machine see the SQL server is it on the same domain and if not is
there a thrust between the 2 domains?
SQLMenace Guest
-
jjonney #5
Re: Please help...Not able to connect SQL server.
Everything is local on my machine.I am not familiar with connection string ,Do
I have to specify anything there.
You said:
it looks like you are trying to connect by using Windows Authentication (Could
not establish a connection using integrated security
Please let me know what this means and what is the solution to it.
jjonney Guest
-
sdupre #6
Re: Please help...Not able to connect SQL server.
You probably are best off using the 3.5 drivers on the /support site which have
the DDJDBCAuth03.DLL.
[url]http://www.macromedia.com/go/42dcb10a[/url]
Then you need to add "AuthenticationMethod=Type2" to the URL.
As you'll read in the technote, the MS SQL Server datasource type has a bug in
that it doesn't use the "Connect String" arguments (where you'd normally put
"AuthenticationMethod=").
The technote shows the workaround using the "Other" datasource.
Stephen Dupre
Adobe Systems, Inc.
sdupre Guest
-
The ScareCrow #7
Re: Please help...Not able to connect SQL server.
You did not read SQLMenace's reply correctly
At the moment you only have windows authentication
You need to also have sql authentication, so you can create a login and use
that to access the database.
Ken
The ScareCrow Guest
-
jjonney #8
Re: Please help...Not able to connect SQL server.
All,
Thanks .I was able to resolve the issue .I had uninstall and reinstall SQL server again having username sa and no password.
jjonney Guest
-
The ScareCrow #9
Re: Please help...Not able to connect SQL server.
You have now told the world that you have an unsecure sql server.
I would adivse that you set a password for the sa user as soon as possible.
Ken
The ScareCrow Guest



Reply With Quote

