This is a problem with your query in act_login.  Since you're referencing
the owner of the table as DBO, you need to have the datasource setup to use
the SA account.  I would suggest changing the ownership of your tables to a
custom user account and use that instead of the sa account.

-Justin Scott, Lead Developer
 Sceiron Internet Services, Inc.
 http://www.sceiron.com


----- Original Message -----
From: "John McCosker" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 11:13 AM
Subject: problem with FB 3.0


> Greetings,
>
> I'm using FUSEBOX 3.0,
>
> apart from trying to get my head around how its structured,
>
> I'm getting this error,
>
> ODBC Error Code = S0002 (Base table not found)
>
>
> [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name
> 'DBO.administrator'.
>
>
> SQL = "SELECT USERNAME,PASSWORD FROM DBO.administrator WHERE USERNAME =
> 'asd' AND PASSWORD = 'asd'"
>
> Data Source = "UTILITYADMIN"
>
>
> The error occurred while processing an element with a general identifier
of
> (CFQUERY), occupying document position (10:4) to (13:30) in the template
> file D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\ACT_LOGIN.CFM.
>
> The error occurred while processing an element with a general identifier
of
> (CFRETHROW), occupying document position (246:11) to (246:21) in the
> template file
> D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.
>
> DBO.administrator table does exist,
>
> // calling code
>
> <CFQUERY NAME="validateUser"
> DATASOURCE="#REQUEST.DSNAdmin#"
> USERNAME="#REQUEST.user#"
> PASSWORD="#REQUEST.key#">
> SELECT USERNAME,PASSWORD
> FROM DBO.UtilityAdmin
> WHERE USERNAME =
> '#ATTRIBUTES.username#' AND PASSWORD = '#ATTRIBUTES.pass#'
> </CFQUERY>
>
> //username dtype = varchar 10
> //password dtype = ntext 16
>
> I'm just wondering why an error is being reported below,
>
> The error occurred while processing an element with a general identifier
of
> (CFRETHROW), occupying document position (246:11) to (246:21) in the
> template file
> D:\INETPUB\WWWROOT\WEBSITES\UTILITYEYEADMIN\FBX_FUSEBOX30_CF50.CFM.
>
> and maybe if it has something to do with CF5.0 and FB3,
> I'M sorry if this is vague,its just a very basic DB login check,
>
>
> any ideas out there, especially any FB3.0 people,
>
> Respectfully,
>
> j
>
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to