Greg,

I think there are several ways to cause that error (one specific example is
in one of my earlier posts today). I've seen the Location 26 error when CF
server crashes, and that's the only time I've seen it. In fact, I see it so
often, I've extended the cycle.bat file for CF 5. If you'd like to see the
error every time in CF 5, run the following code (this is fixed in the next
release):

<cfscript>
  objAdo = CreateObject("COM", "ADODB.Connection");
</cfscript>

Dain Anderson
Caretaker, CF Comet
http://www.cfcomet.com/



----- Original Message -----
From: "Greg Zentkovich" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 9:49 PM
Subject: Location code: 26


> Does anybody know where I can find info on a Location code: 26 error?
> Specifically, what causes it.. I searched the Allaire support message
> boards, used the search engine (ggogle) etc... I'm pretty sure it's a Cold
> Fusion thing, most likely crashing some services...but I want to find out
> what exactly causes it...
>
>
> TIA,
>
> Greg Z
>
> P.S.
>
> I heard of CFMedic but I would rather knnow what's causing it than rely on
> some program to automatically fix it...thx
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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