I am attempting to launch Foxisapi in debug mode by following the
instructions in Article ID: Q156223
I am getting the following message:
FOXISAPI call failed
Progid is: bulkM.x2
Method is: eval
parameters are:
Invoke failed with err code 80020009: Exception occurred.

I can actually run the server as a normal foxisapi application, it returns
pages and every thing works fine. I wanted to try out getting to an
interactive foxpro session.

If I go into foxpro and run the following:
oServer=CREATEOBjECT("VisualFoxPro.Application")
oServer.EVAL( [oDebug("bulkM.x2.Method('lcFormVars','lcIni',0)")] )

Another session of foxpro will load and the oDebug.prg is loaded.

I was thinking that maybe foxisapi does not have the access rights to load
VisualFoxPro.Application.
Within DCOMCNFG I cannot find an entry for VisualFoxPro.Application but I
have set the default launch & access permissions for IUSR & IWAM. I have
set permissions on the vfp directory for read & write for IUSR.

Any ideas?

Re: Launching Foxisapi process in "debug" mode by Eric

Eric
Sun Jul 03 12:14:45 CDT 2005

> I was thinking that maybe foxisapi does not have the access rights to load
> VisualFoxPro.Application.

This sounds like the cause of the problem.

> Within DCOMCNFG I cannot find an entry for VisualFoxPro.Application but I

Not sure about your Windows version, but I see all application objects in
DCOM in XP and 2003. They're listed as for example "Microsoft Visual FoxPro
Applicaton 8.0". Perhaps in older windows versions, you have to look for the
CLSID. VFP8's clsid is {00A19610-D8FC-4a3e-A95F-FEA211444BF7}. What version
of Fox are you using?
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8

"Paul" <pauln.o.s.p.a.m@laberg.com.au> wrote in message
news:%23gBjy%236fFHA.1048@TK2MSFTNGP10.phx.gbl...
>I am attempting to launch Foxisapi in debug mode by following the
>instructions in Article ID: Q156223
> I am getting the following message:
> FOXISAPI call failed
> Progid is: bulkM.x2
> Method is: eval
> parameters are:
> Invoke failed with err code 80020009: Exception occurred.
>
> I can actually run the server as a normal foxisapi application, it returns
> pages and every thing works fine. I wanted to try out getting to an
> interactive foxpro session.
>
> If I go into foxpro and run the following:
> oServer=CREATEOBjECT("VisualFoxPro.Application")
> oServer.EVAL( [oDebug("bulkM.x2.Method('lcFormVars','lcIni',0)")] )
>
> Another session of foxpro will load and the oDebug.prg is loaded.
>
> have set the default launch & access permissions for IUSR & IWAM. I have
> set permissions on the vfp directory for read & write for IUSR.
>
> Any ideas?
>



Re: Launching Foxisapi process in "debug" mode by Paul

Paul
Sun Jul 03 17:41:40 CDT 2005

Thanks for your reply Eric. I am using Vfp 6

"Eric den Doop" <ericdendoop@xspamblockxfoxite.com> wrote in message
news:OELXZJ$fFHA.3912@tk2msftngp13.phx.gbl...
>> I was thinking that maybe foxisapi does not have the access rights to
>> load VisualFoxPro.Application.
>
> This sounds like the cause of the problem.
>
>> Within DCOMCNFG I cannot find an entry for VisualFoxPro.Application but I
>
> Not sure about your Windows version, but I see all application objects in
> DCOM in XP and 2003. They're listed as for example "Microsoft Visual
> FoxPro Applicaton 8.0". Perhaps in older windows versions, you have to
> look for the CLSID. VFP8's clsid is
> {00A19610-D8FC-4a3e-A95F-FEA211444BF7}. What version of Fox are you using?
> --
> Eric den Doop
> www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
>
> "Paul" <pauln.o.s.p.a.m@laberg.com.au> wrote in message
> news:%23gBjy%236fFHA.1048@TK2MSFTNGP10.phx.gbl...
>>I am attempting to launch Foxisapi in debug mode by following the
>>instructions in Article ID: Q156223
>> I am getting the following message:
>> FOXISAPI call failed
>> Progid is: bulkM.x2
>> Method is: eval
>> parameters are:
>> Invoke failed with err code 80020009: Exception occurred.
>>
>> I can actually run the server as a normal foxisapi application, it
>> returns pages and every thing works fine. I wanted to try out getting to
>> an interactive foxpro session.
>>
>> If I go into foxpro and run the following:
>> oServer=CREATEOBjECT("VisualFoxPro.Application")
>> oServer.EVAL( [oDebug("bulkM.x2.Method('lcFormVars','lcIni',0)")] )
>>
>> Another session of foxpro will load and the oDebug.prg is loaded.
>>
>> have set the default launch & access permissions for IUSR & IWAM. I have
>> set permissions on the vfp directory for read & write for IUSR.
>>
>> Any ideas?
>>
>
>