MOD2000: How to check DCOM Permissions for the Workflow Designer
ID: Q242270
|
The information in this article applies to:
-
Microsoft Office 2000 Developer
Advanced: Requires expert coding, interoperability, and multiuser skills.
SUMMARY
The Microsoft Access Workflow Designer uses a Distributed Component Object Model (DCOM) component named
modTBAD. If modTBAD permissions are improperly set, you can experience development or deployment problems when you use the Access Workflow Designer. It is possible, however, to check and modify the modTBAD permissions.
MORE INFORMATION
To check or modify modTBAD permissions:
-
On the Access Workflow Designer server, click Run on the Start menu.
-
Type DCOMCNFG.
-
Click OK or press ENTER.
NOTE: If this is the first time that you are running DCOMCNFG, you may see a few messages. Click OK for each message to dismiss it.
-
When the Distributed COM Configuration Properties dialog box appears, click the Applications tab.
-
In the Applications list, click modTBAD.
-
Click the Default Security tab.
-
Under Default Access Permissions, click the Edit Default button. If the modAppOwners group does not appear in the list, add the modAppOwners group.
-
When you are finished adding or modifying permissions, click OK.
-
Under Default Launch Permissions, click the Edit Default button. If the modAppOwners group does not appear in the list, add the modAppOwners group.
-
When you are finished adding or modifying permissions, click OK.
-
Click the Apply button.
-
Click OK to close the DCOM dialog box.
Additional query words:
access workflow designer dcom modtbad permissions
Keywords : kbdta modWFDesigner
Version : :
Platform :
Issue type : kbhowto
|