English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Come across this in my new job and wondering what it means?

2006-07-12 02:06:10 · 2 answers · asked by ichi_uk2004 1 in Computers & Internet Computer Networking

2 answers

Distributed Component Object Model (DCOM) is a set of Microsoft concepts and program interfaces in which client program objects can request services from server program objects on other computers in a network. DCOM is based on the Component Object Model (COM), which provides a set of interfaces allowing clients and servers to communicate within the same computer.

u can Enabling DCOM on the Server and the Client
To establish a DCOM session, you must ensure that DCOM is enabled on the server machine and on each client machine. Perform the following steps on each machine:

From the Windows Taskbar, click Start Run.

Type dcomcnfg, as shown in the illustration.


Click OK. The Distributed COM Configuration Properties dialog box will appear.

Select the Default Properties tab.



Note: The dialog box might look slightly different than the illustration, depending on the version of Windows you are running and which Service Pack you have applied.

Select Enable Distributed COM on this computer.

Specify the Authentication Level. If you want the setting to be used by all DCOM objects on the system, you can select it on the Default tab. If you want to specify a particular setting for the SAS client or server object, use the Applications tab to override the default.

Select an Authentication level of Connect to provide a good balance between security and system performance. If your application receives events, set the authentication level to (None) on the client machine. More restrictive security levels can be required based on the needs of your site and your users. For a description of additional levels, consult the Windows NT Help.

Note: Currently, event output from the SAS server sent to client applications cannot be encrypted due to Microsoft COM restrictions.

Select an Impersonation Level of Impersonate if you want to allow the server to use the client's ID to access system objects.

This completes the steps necessary to enable DCOM on the clients and servers.

2006-07-12 02:14:39 · answer #1 · answered by 942 5 · 2 0

http://en.wikipedia.org/wiki/Distributed_component_object_model

i mean i could just copy and paste, but i don't want to make u think i know all this stuff

2006-07-12 09:17:18 · answer #2 · answered by zoomjet 7 · 0 0

fedest.com, questions and answers