Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. articles. downloads. faq. members. files. rss.
 From: Bernard Bout
  Where is Bernard Bout?
 Brisbane
 Australia
 Bernard Bout
 To: Luca Moioli
  Where is Luca Moioli?
 Bergamo
 Italy
 Luca Moioli
Subject: RE: CoCreateInstance failed with err code 8000401a
Thread ID: 99061 Message ID: 99067 # Views: 1 # Ratings: 0
Version: Visual FoxPro 6 Category: Web Applications
Date: Monday, June 19, 2006 9:49:28 AM         
   



> I configured a FoxIsapi application like the Strahl's book but while it runs on my pc it do not runs on a server. I get the error: CoCreateInstance failed with err code 8000401a.
> Please is there someone can explain to me?
> thank you very much!



This is a permissions issue. You need to set the permissions on YOUR VFP DLL/EXE to YOURCOMPUTERNAME_IWAM for read access.

Also if your DLL/EXE uses any other files eg. DBF's then you need to set READ +WRITE to the DBF, FTP(if any) and CDX. The permission must be for user YOURCOMPUTERNAME_IUSR.

ENTIRE THREAD

CoCreateInstance failed with err code 8000401a Posted by robert retwon @ 6/19/2006 7:43:50 AM
RE: CoCreateInstance failed with err code 8000401a Posted by Bernard Bout @ 6/19/2006 9:49:28 AM
RE: CoCreateInstance failed with err code 8000401a Posted by robert retwon @ 6/19/2006 5:45:49 PM
RE: CoCreateInstance failed with err code 8000401a Posted by Borislav Borissov @ 6/19/2006 6:02:00 PM