Michael,
 Is there a database call in the Application.cfm file of your app? If there is it 
could explain the odbc error you are getting.
 As for the mappings/missing images where you using absolute or relative paths?
 Are the paths stored in the database as well? I would check this out first to be sure 
path info is correct for the machine you
are currently on. Also  I have worked on apps that have parsed the gettemplatepath() 
output to set the web root. If the actual
paths are different on your machine than they were on the production box all links 
will be broken. Even if the directory
configuration is exactly the same on the boxes if the production box is unix and you 
are using windows any paths based on the
template path will be different (/ unix vs \ windows).


"Michael S. Kimmett" wrote:
> 
> I am having troubles with a ColdFusion application that I have moved from my 
>company's test webserver to my personal machine.
> 
> My machine is running Win 98, Apache 1.17, CFServer 4.5sp2.  The test server that 
>was running the application without any problems was running WinNT, IIS, CFServer 
>4.5sp2.  I have made all the mappings in my Apache ..conf file that were made for 
>IIS.  I have made all the CFServer mappings on my machine that were on the test 
>machine.
> 
> So at this point none of the mapped paths are working.  In an attempt to test the 
>application using the non-mapping address ( Non Mapped Address: 
>http://localhost/client/inprogress/index.cfm  Mapped Address: http://localhost/ABC ) 
>when I hit the index.cfm page I am getting broken images ( I have an template that I 
>am including on the index page that is setting variables that are called in the app 
>which reference the mapped URL address) as well as this weird ODBC error:
> Error Occurred While Processing Request
>       Error Diagnostic Information
>       ODBC Error Code = S0002 (Base table not found)
> 
>       [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'CGLOBAL'.
> 
>       Date/Time: 06/15/01 09:08:07
>       Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
>       Remote Address: 127.0.0.1
> 
> 
> What is weird about this error is that their is no DB connection made on this 
>template (index.cfm).  Does anyone have an idea as to why I am having all this 
>trouble with this app?  Has anyone else had a similar experience?  I am looking for 
>some advice on what to do.  Thanks in advance.
> 
> --Michael
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to