SAS 9.1.3 Integration Technologies » Server Administrator's Guide


Setting up a COM/DCOM Connection
Server and Client Requirements
Summary of Setup Steps
Planning Your Server Configuration Metadata
Standard Server Metadata
Creating Metadata Using SAS Management Console
Defining Servers
Modifying Servers
Custom Workspace Servers
OLAP Servers
Enabling DCOM on the Server and the Client
Configuring SAS for DCOM
Setting SAS Permissions on the Server
Default on Windows NT/2000
Per Application on Windows NT/2000
Default on Windows XP  Server 2003
Per Application on Windows XP / Server 2003
Configuring DCOM on Windows XP SP2 / Server 2003 SP1
Configuring COM/DCOM for Active Server Page Access
Accessing a Local COM IOM Server from an Active Server Page
Accessing a Remote DCOM IOM Server from an Active Server Page
Administering the Server:
Creating a Metadata Configuration File in SAS
Using ITConfig
Troubleshooting
Reference Materials
AppIDs for Configuring DCOM
Object Server Parameters
Fields for the Server Definition
COM/DCOM

Setting Default COM Security on Windows NT/2000

Default COM security affects all COM applications that do not have launch permissions of their own.

  • If authentication is used, client machines that receive events from a DCOM server must include "Everyone" in the default access permissions.
  • If authentication is not used, client machines must specify "None" in the default access permissions.

To set default COM security on Windows NT/2000:

  1. From the Windows taskbar, click Start Run.

  2. Type dcomcnfg and click OK. The Distributed COM Configuration Properties window appears.

  3. Select the Default Security tab.

    DCOMCNFG Default Security Dialog

  4. From the Default Security tab, you must edit the Default Access Permissions and the Default Launch Permissions. (The Default Configuration Permissions are adequate for a development environment). For details, see the following topics:

Global Access Permissions

To set global access policies for selected users and groups from the Default Security tab of dcomcnfg:

  1. In the Default Access Permissions box, click Edit Default. The following dialog box appears, showing current registry settings for the Default Access Permissions:

    DCOMCNFG Default Permissions Dialog

  2. To add users and groups to the list, click Add. The Add Users and Groups dialog box appears.

    Add Users and Groups Dialog

  3. Use the Add Users and Groups dialog box to identify the users and groups at your site and the type of access (allow or deny access). You should also give access permission to System. For field descriptions, refer to the Windows NT or Windows 2000 Help. When you are finished, click OK and then OK again to return to the Default Security tab.

Global Launch Permissions

To set global launch permissions for selected users and groups from the Default Security tab of dcomcnfg:

  1. In the Default Launch Permissions box, click Edit Default. The following dialog box appears, showing the current registry settings for Default Launch Permissions.

    Default Launch Permissions

  2. Click Add to add users and groups to the list. The following dialog box appears.

    Add Users and Groups dialog

  3. Use the Add Users and Groups dialog box to identify users and groups at your site and the type of access (allow or deny launch access). It is recommended that you enter the same values that you entered for the Default Access Permissions. You should also give launch permission to System. When you are finished, click OK and then OK again to return to the Default Security tab.

Global Configuration Permissions

To set global configuration permissions for selected users and groups from the Default Security tab of dcomcnfg:

  1. If you need to specify more restrictive configuration permissions, from the Default Security tab of dcomcnfg, click Edit Default in the Default Configuration Permissions box. Consult the Windows NT or Windows 2000 Help for further information.

  2. When you are finished, click OK to save the new settings and exit from the dcomcnfg utility.