vote up 0 vote down star

I'm trying to connect ColdFusion 8 to SQL Server 2008 Express and I'm experiencing some issues when I try and run CF queries. When I try and run a query I get: (data source name removed, I didn't use [Name])

Datasource [Name] could not be found.

The error occurred in [FilePath]: line 1

1 : <cfquery name="tasks" datasource="[Name]" >

DATASOURCE [NAME] Resources:

The CF configuration pages show the datasource as being created correctly and verifies that it's able to connect. I set my database into 2005 mode to (hopefully) increase compatibility because SQL Server 2008 wasn't out at the release of CF 8.

Anyone have any idea why it can't find my datasource?

flag
Here's a bit of the java exception thrown: java.sql.SQLException: Datasource [Name] could not be found. at coldfusion.sql.DataSrcImpl.validate(DataSrcImpl.java:95) at coldfusion.sql.SqlImpl.validate(SqlImpl.java:279) at coldfusion.tagext.sql.QueryTag.doStartTag(QueryTag.java:467) – Brad Boswell Jul 21 at 22:26
As per response below, voting to close as "no longer relevant". – Peter Boughton Jul 21 at 23:24

2 Answers

vote up 0 vote down

Forgive me, I'm obviously new here. I had the wrong datasource name. It was off by a character. I'll go wallow in my own shame now.

Thanks.

link|flag
:) time to delete this question. – Henry Jul 21 at 22:30
Or at least close it as "no longer relevant". – Tomalak Jul 22 at 8:19
vote up 0 vote down

What's the datasource name? You say you don't use [Name] - is it Resources? Have you tried calling it something else?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.