What error are you getting? It's always helpful to post the error
message rather than just stating that it doesn't work.
Make sure that you have TCP/IP enabled on port 1433. It's been a
while since I've used SQL Server, but if memory serves, I believe that
more recent versions of SQL Server didn't default to port 1433?
> --
> You received this message because you are subscribed to the Google Groups
> "IECFUG" group.
> To post to this group, send email to iec...@googlegroups.com
> To unsubscribe from this group, send email to
> iecfug-un...@googlegroups.com
> For more options, visit this group at
> http://groups-beta.google.com/group/iecfug?hl=en
--
Charlie Griefer
http://charlie.griefer.com/
I have failed as much as I have succeeded. But I love my life. I love
my wife. And I wish you my kind of success.
On Sun, Jan 2, 2011 at 11:41 AM, Cecil Champenois
On Sun, Jan 2, 2011 at 12:31 PM, Cecil Champenois
If you are having trouble establishing a connection to SQL Server, review the following considerations:
The following situations can cause a Connection Refused error:
You can prevent this exception by setting the Limit Connections and Restrict Connections To options in ColdFusion Administrator on the Advanced Settings page for the data sources, and specifying a number less than the SQL Server maximum.
TEXAS-PC\SQLSERVER2008
-Robert
On Jan 4, 2:25 pm, Cecil Champenois <cecilchampen...@yahoo.com> wrote:
> Yes, I'll try that.
>
> Cecil
>
> ________________________________
> From: rex <li...@pgrworld.com>
> To: iec...@googlegroups.com
> Sent: Tue, January 4, 2011 2:19:55 PM
> Subject: Re: [IECFUG] Can't get SQL Server database connected through CFADMIN
>
> can you try the SA user please?
>
> On 1/4/2011 1:09 PM, Cecil Champenois wrote:
> I have just now assured that there is a login ID called "cf" and it
> pertains to both the SQL Server itself and also to the specific database
> called "OWS".
>
> >Connection verification failed for data source: ows
> >java.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer
> >JDBC Driver][SQLServer]Login failed for user 'cf'.
> >The root cause was that:
> >java.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer
> >JDBC Driver][SQLServer]Login failed for user 'cf'.
>
> Cecil
>
> ________________________________
> From: Ezra Parker <e...@cfgrok.com>
>
> >To: iec...@googlegroups.com
> >Sent: Tue, January 4, 2011 11:37:07 AM
> >Subject: Re: [IECFUG] Can't get SQL Server database connected
> >through CFADMIN
>
> >So what is the error you are currently seeing when you attempt to
> >verify the DSN in the CF admin?
>
> >--
> >Ezra
>
> >On Mon, Jan 3, 2011 at 4:22 PM, Cecil Champenois
> ><cecilchampen...@yahoo.com> wrote:
>
> >Yep, I considered that also, Ezra. I am beginnign to think
> >that there is a communsit conpsirtacy between Microsoft and
> >Adobe to make difficulties between SQL Server and the
> >CFADMIN. I spent all day with a very kind ColdFusion
> >developer today trying to get this up and running; although
> >we made some progress, we ran into one road block after
> >another. We still cannot get CFADMIN to connect to the
> >database.
>
> Cecil
>
> ________________________________
> From: Ezra Parker <e...@cfgrok.com>
> From: Mujeebur Rahmansaher <sahe...@gmail.com>
>
> >>>To: iec...@googlegroups.com
> >>>Sent: Sun, January 2, 2011 11:57:43 AM
>
> >>>Subject: Re: [IECFUG] Can't get SQL
> >>>Server database connected through
> >>>CFADMIN
>
> >>>I second Charlie Griefer on the
> >>>error. If it does not work with
> >>>the correct username and
> >>>password... Also make sure you
> >>>have Mixed Mode (Windows
> >>>Authentication and SQL Server
> >>>Authentication) enable on your
> >>>local sql server.
>
> >>>If you are having trouble
> >>>establishing a connection to
> >>>SQL Server, review the
> >>>following considerations:
> >>> 1. If you installed SQL
> >>>Server using a server name
> >>>other than the default,
> >>>you must use your chosen
> >>>domain\servername wherever
> >>>there's a reference to
> >>>(local).
>
> >>>The following situations can
> >>>cause a Connection Refused
> >>>error:
> >>> * If you specified
> >>>authentication information
> >>>in SQL Server, ensure that
> >>>you have not defined a
> >>>username and password in the
> >>>ColdFusion data source.
>
> >>> * You are running a
> >>>connection-limited version
> >>>of SQL Server and the
> >>>request exceeds the limit
> >>>for TCP/IP connections.
>
> >>>You can prevent this
> >>>exception by setting the
> >>>Limit Connections and
> >>>Restrict Connections To
> >>>options in ColdFusion
> >>>Administrator on the
> >>>Advanced Settings page for
> >>>the data sources, and
> >>>specifying a number less
> >>>than the SQL Server
> >>>maximum.
> >>> 1. SQL Server does not
> >>>enable the TCP/IP
> >>>protocol. This problem can
> >>>happen when SQL Server is
> >>>on the same computer as
> >>>ColdFusion. To fix this
> >>>problem, perform the
> >>>following steps:
>
> >>> 1. In SQL Server
> >>>Enterprise Manager,
> >>>right-click on the
> >>>name of your SQL
> >>>Server and click
> >>>Properties.
>
> >>> 2. Click
>
> ...
>
> read more »