Thread: Database Error: Invalid object name 'pages'
Created on: 10/27/08 07:58 PM
Replies: 2
acslater
Joined: 10/27/08 Posts: 3
Database Error: Invalid object name 'pages'
10/27/08 7:58 PM
Ok, so I'm not new to CF but I'm very green with ModelGlue and coldspring. I've downloaded the latest of everything that I could find and have tried my best to follow all instructions to setting things up. I'm running Window Server 2003, CF 8, SQL Server 2000, with IIS. I've created all of mappings and the DSN is validated. The ModelGlue main page pulls up as well, so I have to assume something is just not working out between the Canvas setup and the database. Any ideas? Here's the error:
Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'pages'.
-Then it gives all of the normal CF resource code.
RE: Database Error: Invalid object name 'pages'
10/27/08 8:00 PM
I'm sorry, I forgot to mention that there are no tables being created in the database either so it makes sense that the "pages" field can't be found since the code isn't seeing any tables. Am I supposed to manually create the tables or did I miss a step somewhere?
RE: Database Error: Invalid object name 'pages'
10/27/08 9:05 PM
OK, i actually figured this one out. But it seems like I just getting error after error. Now I get a CF error "Could not find the ColdFusion Component or Interface CanvasWiki.model.util.ScopeFacade."
Is this entire setup supposed to be completely manual with copying of folders to different directories and just having to weed through errors?