Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Server execution failed in VFP?
Message
From
24/10/2000 10:09:42
 
 
To
24/10/2000 03:48:56
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00432883
Message ID:
00433448
Views:
14
>On the server I run the installation program made by the vfp 6.0 wizard.
>After this I run racmgr32.exe and allow All Remote Creates. In ther server connection tab I select DCOM and enter the IP adres of the server machine. After this I start autmgr32 and the machine starts listening.
>

That method of automation setup is outdated. You should only have to:

Run DCOMCNFG on the server:
1. Under default properties, check "Allow DCOM on this computer".
2. In the properties for your exe, under location, check "This computer"
3. Configure the security for that object according to how you would like. (Run under the interactive account?)

On the client:
If you are going to create the object using CREATEOBJECTEX, there is nothing more to do.

If you want to create the object using CREATEOBJECT,
1. install and register the object on the client machine
2. run DCOMCNFG, select your object, and click Properties
3. In the location tabl of the properties sheet, click "Run application on the following computer", and enter the name or IP address of the server computer in the box below.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform