If you use single sign on (SSO) to authenticate between Dimensions CM and SDA, verify that the CM users who are performing configuration and deployment have privileges in SDA to list applications, components, and processes and to execute automations. SSO between CM and SDA is enabled by default if you do a clean install (not an upgrade) of both products at the same time.
If you are not using SSO, configure the integration to authenticate through the SDA service account:
Open the CM configuration file:
%DM_ROOT%/dm.cfg
To specify the service account user name, which will be used to authenticate all integration actions, add this variable:
DM_SDA_USER <SDA user ID>
Save the file.
Register the service account password in registry.dat specifying DM_SDA_USER (not a real user ID) as the first parameter:
dmpasswd DM_SDA_USER -add -pwd <sda_user_password>
Restart the CM Listener.