This content has been marked as final.
Show 4 replies
-
1. Re: Connecting to SQL Server in CF8
Newsgroup_User Oct 16, 2008 1:04 PM (in response to kodemonki)kodemonki wrote:
>
> Perhaps I'm using the wrong port? How would I find the correct port? I know
> the database is running and I've been able to connect to it on the RSA server
> with the username and password I'm using on Earth.
>
> Any thoughts?
>
That would sure be the first thing to check out.
Make sure you can ping that ip address and that port on that address.
If that server is not responding to remote requests on that port then
nothing you do on the CF side is going to matter.
If you can ping those then we have to investigate further. If you can
not, you need to contact the people who maintain that server and find
out what (if anything) you should use to connect to it. They may have
configured it to use another port to make it less vulnerable. They may
have it locked down to not talk to anybody remotely, but then that would
be a very lonely database server. -
2. Re: Connecting to SQL Server in CF8
kodemonki Oct 16, 2008 1:46 PM (in response to kodemonki)I can definitely ping to that port.
Some additional information: these are my company's servers so I have almost complete control over them. -
3. Re: Connecting to SQL Server in CF8
Newsgroup_User Oct 16, 2008 1:52 PM (in response to kodemonki)kodemonki wrote:
> I can definitely ping to that port.
>
> Some additional information: these are my company's servers so I have almost complete control over them.
Can you connect to the database with some other remote tool such as
enterprise manager? Are the settings used there the same as what was
provided in the CF admin? -
4. Re: Connecting to SQL Server in CF8
Newsgroup_User Oct 19, 2008 12:44 AM (in response to kodemonki)kodemonki wrote:
> This is my error message:
> Connection verification failed for data source: admi-sql
> java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing
> socket to host and port: 207.148.212.79:1433. Reason: Connection refused:
> connect
does your sql server box allow sql user connections? the authentication should
be setup to allow for both windows & sql authentication. and of course the cf
dsn user should be a sql user.

