Ask a Question related to Coldfusion Database Access, Design and Development.
-
4midori #1
SQL Server Datasource not found error
Hi, I have a SQL Server DSN that verifies and looks fine in CF Adminstrator,
but when I try to call it, I get Data source kidsroe could not be found.
The error occurred in C:\datafiles\C-WEB\kidsroe\site\admin\cfcs\customer.cfc:
line 13 Called from C:\datafiles\C-WEB\kidsroe\site\admin\index.cfm: line 10
Called from C:\datafiles\C-WEB\kidsroe\site\admin\cfcs\customer.cfc: line 13
Called from C:\datafiles\C-WEB\kidsroe\site\admin\index.cfm: line 10 11 :
<cfset Var customerRec=''> 12 : 13 : <cfquery name='companyRec'
datasource='#request.dsn#'> Please advise, thanks.
4midori Guest
-
Datasource Error
HI, When i try to add a 'datasource' for access database i get the following error; Connection verification failed for data source:... -
Problem creating CFX 7 SQL Server datasource
When trying to create a SQL Server datasource using CFX7 Coldfusion administrator, I received the following error: # Connection verification... -
Datasource management with SQL Server
We're looking at migrating our applications from Interbase to SQL Server 2000. Basically, we have a number of databases which, currently, are set... -
integrated server error - favicon not found
Looks like the right location for the favicon is: C:\Program Files\Macromedia\Flex\jrun4\servers\default\default-war\favicon.ico Placing the icon... -
Page Not Found..Internal Server Error
Hi all, I developed a site using Javascript ASP pages which interface with a SQL 7 db. All went well until about a week ago the company which... -
vkunirs #2
Re: SQL Server Datasource not found error
Hi
Here you are getting DSN name from a varaible #request.dsn#.
check that is that dsn name is correct by displayng it.
<cfoutout>=#request.dsn#</cfoutput>
vkunirs Guest
-
4midori #3
Re: SQL Server Datasource not found error
Hi,
The dsn name is correct, thanks.
Anyone else? {{BUMP}}
4midori Guest
-
jdeline #4
Re: SQL Server Datasource not found error
You may have an unprintable character in your dsn. Len(dsn) will tell you if you have a spurious character.
jdeline Guest
-
4midori #5
Re: SQL Server Datasource not found error
Hi,
I hereby crown myself with the IDIOT tag. I had CF6 and CF7 both installed, and I confused the two.
Sorry to waste everyone's time.
So, how about that cold snap?!
4midori Guest



Reply With Quote

