More About the Automation and Connection ManagersLast reviewed: October 29, 1996Article ID: Q157429 |
The information in this article applies to:
SUMMARYThis article contains information about the Automation Manager and the Connection Manager, such as the purpose of the Automation Manager, how to properly register it, and how the Connection Manager handles client access privileges.
MORE INFORMATIONThe Automation Manager runs in the background and basically does nothing more than act as the process for handling remote automation. Specifically, the Automation Manager serves as both an OLE Proxy and OLE Stub to process and marshal remote procedural calls (RPCs). You are not able to create a remote server object without having it running. If you plan on making OLE Callbacks, then you need to have it running on the client as well. If the Automation Manager is properly registered, then it is automatically started when an OLE Callback is invoked (that is, an object reference from the client is passed to the remote server). If the Automation Manager does not automatically launch with an OLE Callback, then it may not be registered properly. The Visual FoxPro installation process does this automatically, but if the registry somehow becomes corrupt, you can do this yourself from Visual FoxPro as follows:
RUN /n c:\vfp\autmgr32.exe /regserverAutomation Manager registry settings are stored in the following location:
HKEY_LOCAL_MACHINE\Software\Microsoft\Automation ManagerThe Remote Automation Connection Manager (RacMan) is a component that ships with Visual FoxPro and handles the following:
REFERENCESFor more information about OLE Automation in Visual FoxPro, please see the following articles in the Microsoft Knowledge Base:
ARTICLE-ID: Q157049 TITLE : Debugging Remote Automation Servers ARTICLE-ID: Q156014 TITLE : How to Set Up OLE Automation in Visual FoxPro 5.0 ARTICLE-ID: Q155939 TITLE : How to Use Clireg32.exe for Remote Automation ARTICLE-ID: Q155934 TITLE : General Information About the OLE Automation Manager & Racman |
KBCategory: kbusage kbprg
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |