In SAS® Visual Analytics, if you have just the role VA: Basic, then the "Open SAS Financial Crimes Monitor" link should not be displayed. The "Open SAS Financial Crimes Monitor" shortcut in SAS Visual Analytics Hub should not be displayed. However, the link and shortcut are displayed.
To avoid the problem, perform the following steps:
A) Edit the following line under <HubDirective Name="FCMLogon"> :
From: <options displayName="Financial Crimes Monitor" appGroupId="3570"/>
To: <options displayName="Financial Crimes Monitor" appGroupId="3570" capabilityName="FCMAdmin"/>
B) Add the following section after </Hub> element :
<Capabilities>
<Category Desc="" Name="Financial Crimes Monitor: Admin" _Action="Create">
<Capability CapabilityId="FCMAdmin" CapabilityType="Feature"
Desc="Enables a user to see FCM Icon in VA." Name="FCMAdmin"/>
</Category>
</Capabilities>
C) Add the following section after the </Application> element:
<Role Name="Financial Crimes Monitor: Admin"
Desc="Financial Crimes Monitor Administrator"
DisplayName="Financial Crimes Monitor:Administrator">
<Members>
<UserGroup Name="Financial Crimes Monitor Administrator" />
</Members>
<Capabilities>
<Capability CapabilityId="FCMAdmin" />
</Capabilities>
</Role>
D) Save the file.
5. Navigate to the SASHome/SASPlatformObjectFramework/9.4 directory, and run the following ApplicationMetadataUtility command:
.\ApplicationMetadataUtility -host <hostname> -port 8561 -user sasadm@saspw
-password <realpassword> -applicationId SAS Financial Crimes Monitor web application ID
Config/Lev1/Web/Temp/fincrm.appxml
Use SAS® Management Console to find the ID.
6. Restart the SAS Metadata servers, SAS Services, and SAS Servers.