Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM object-Server.CreateObject Failed
Message
 
À
31/01/2002 21:00:49
Linda Hartig
Illinois Dept of Professional Regulation
Springfield, Illinois, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00613800
Message ID:
00613805
Vues:
7
Linda,
First thing is to make sure you have the VFP runtimes on the new server in either WINNT\system32 or in the directory where the Fox Com Server is. This is a .dll COM Server, right? If that's the case, you just need to copy over VFP6t.dll and vfp6renu.dll. You will then need to regsvr32 vfp6t.dll and regsvr32 ren.dll from the command line.
BTW, if this is vfp 6, you'll really want to upgrade to SP5 - this is the first VFP version that really flies with ASP/VFP mtdlls and fixes all multi-threading problems and issues.
>SERVER INFO - Production Test
> OS NT4 Windows2000
> SQL VER SQL7 SQL2000
> HARDWARE is the same
>
>We are using an application written by talented consultant 1.5 years ago which use asp programs and calls a Fox Com component. I must change some of the asp portion of the program and want to do so on our test server; in addition, production will soon be updated to Win2000/SQL2000 so we must be able tomake it work. The subdirectories containing the .asp and .htm programs as well as the entire FOX program directory structure, have been copied to the test server in the same relative directory structures. The SQL database files seem to be identical including all stored procedures. When I attempting to run the program on the test server, the .asp programs function smoothly until the final program, which accesses the COM component. Then I receive the error message
> Server object error
> ASP 0177 : 800401f3'
> Server.CreateObject Failed
> /ecommerce/cf.asp, line 21
> Invalid ProgID.
> For additional information specific to this message please visit the
> Microsoft Online Support site located at:
> http://www.microsoft.com/contentredirect.asp.
>
> REFERENCED PROGRAM CODE:
> 19 ' There is a fox COM component that we use
> 20 ' to update the renewal
> 21 Set oRen = Server.CreateObject("ren.ren")
> 22 ' Once the record ID is set, the record
> 23 ' is automatically retrieved.
>
>The referenced Microsoft site was not much help but I have found in further research that this message might mean that a dll is missing, most likely aspgrid.dll; however I don't find aspgrid.dll on either the production web server or the production SQL server. I have gained some experience in asp, but am not FOX or COM programmer. Any help will be appreciated.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform