Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invalid object name - local to network server

Status
Not open for further replies.

jennypretty

IS-IT--Management
Apr 13, 2005
45
US
Hello friends,
I tried to move a cf page from local to network server and it generates an error like below:
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'COTR_POCS'.

Do I have to change the DSN for the query?
This is my query: <CFQUERY name="poc" datasource="jennyDSN">

Thanks,
Jenny.
 
I also tried this:
<CFQUERY name="poc" datasource="#Application.dsn#" >
I got a different error:
The requested scope application has not been enabled.
Before application variables can be used, the application state management system must be enabled using the CFAPPLICATION tag.

Please help.
Jenny.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top