How to remove the "Open SAS Financial Crimes Monitor" link in SAS® Visual Analytics Hub


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.

My Content is open

Add Application Shortcut window is open to select an application

 

To avoid the problem, perform the following steps:

  1. Log on as the user who installed SAS on the operating system.
  2. In the Config/Lev1/Web/Temp directory, locate the fincrm.appxml file.
  3. Save the original fincrm.appxml file outside of any SAS directories. Example: Desktop or /tmp.
  4. In the Config/Lev1/Web/Temp directory, edit the fincrm.appxml file as noted below.

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.