Client Variables are set up to be stored in a database - check your
application.cfm file and the <cfapplication> tag. That will explain the ODBC
error. Apache is case-sensitive, so you might check that, with regards to
your path problems.

DC

----- Original Message -----
From: "Michael S. Kimmett" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, June 15, 2001 10:11
Subject: Apache webserver and CF


> 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