Microsoft Internet Information Services (IIS)
To update the password of the application pool identity used by IIS for the ICA application, follow this procedure:
- On the ICA application server, open the Internet Information Services (IIS) Manager
- In the Connections pane, expand the server hosting the ICA application and select Application Pools
- On the Application Pools page, right-click the RiskFabricAppPool and select Advanced Settings
- In the Advanced Settings window, locate the Process Model heading
- Under the Process Model heading, select Identity and click on the ellipsis next to the credential name
- In the Application Pool Identity window, click the Set... button next to Custom Account
- In the Set Credentials window, enter the user name and new password
- Click the OK button to close the Set Credentials window
- Click the OK button to close the Application Pool Identity window
- Click the OK button to close the Advanced Settings window
- On the Application Pools page, right-click the RiskFabricAppPool and select Recycle...
Microsoft SQL Server
To update the password used by SQL Server to execute queries against the RiskFabric cube hosted by Analysis Services, follow this procedure:
- Using SQL Server Management Studio (SSMS), connect to the Database Engine hosting the RiskFabric database
- In Object Explorer, navigate to Server Objects > Linked Servers
- Right-click the RiskFabric_ASDB linked server and select Properties
- In the Linked Server Properties window, select the Security page
- Update the remote login (if needed) and password for the setting Be made using this security context
- Click the OK button to save the setting and close the Linked Server Properties window
To update the password used by SQL Server Agent proxies (e.g., Bay Dynamics AD Connector Proxy, RiskFabric Nightly Processing, RiskFabric Proxy), follow this procedure:
- Using SSMS, connect to the Database Engine hosting the RiskFabric database
- In Object Explorer, navigate to Security > Credentials
- Right-click the RiskFabric Nightly Processing credential and select Properties
- In the Credential Properties window, update the Identity (if needed) and password
- Click the OK button to save the credentials and close the Credential Properties window
- Repeat steps 1 through 5 for the Bay Dynamics AD Connector Credential (if using the Active Directory integration)
Microsoft SQL Server Analysis Services (SSAS)
To update the password used by SSAS to connect to the RiskFabric database hosted by SQL Server, follow this procedure:
- Using SQL Server Management Studio (SSMS), connect to the Analysis Services server hosting the RiskFabric cube
- In Object Explorer, navigate to Databases > RiskFabric
- Right-click RiskFabric and select Properties
- In the Database Properties window under the Security Settings heading, edit the Data Source Impersonation Info
- In the Impersonation Information window, update the Password
- Click the OK button to save the password
- Click the OK button to close the Database Properties window
- In Object Explorer, navigate to Databases > RiskFabric > Data Sources
- Right-click RiskFabric and select Properties
- In the Data Source Properties window under the Security Settings heading, edit the Impersonation Info
- In the Impersonation Information window, select the Inherit impersonation option
- Click the OK button to close the Impersonation Information window
- Restart the SQL Server Analysis Services (msmdsrv) service using either of the following methods:
- In SSMS Object Explorer, right-click the SSAS hostname and select Restart
- From the Windows menu, open Services (services.msc), right-click the service SQL Server Analysis Services (<Instance Name>), and select Restart
Integrations
To update the password(s) used to connect to data sources through integration packs or via custom integrations, follow this procedure:
- Open the ICA console
- Navigate to Admin > Integration > Data Sources
- From the Choose Data Source menu, select the integration to be updated (e.g., Symantec Data Loss Prevention)
- If the data source is connected via an integration pack, select the contact card icon next to the server to be updated*
- Follow the prompts in the Edit Connection Settings window to update the credentials of the data source connection
- If the data source is User Defined, right-click the datasource name and select Edit Data Source
- On the Create Data Source page, update the password used for the data source connection
- Repeat applicable steps 3 through 7 for each data source connection to be updated
*To update the password used by the Active Directory Import Utility to query Active Directory domain controllers, follow this procedure:
- Using SQL Server Management Studio, connect to the database engine hosting the ActiveDirectoryDW data warehouse
- In Object Explorer, navigate to Databases > ActiveDirectoryDW > Tables
- Right-click the table dbo.Server and select Select Top 1000 Rows
- Note the ServerID of the AD server(s) to be updated
- In Object Explorer, navigate to SQL Server Agent > Jobs
- Right-click the Bay Dynamics AD Connector Job and select Properties
- In the Job Properties - Bay Dynamics AD Connector Job window, select the Steps page
- In the Steps page, select the Edit button
- In the Command window, note the path to the ImportADUsersAndComputers.exe executable
- From a command prompt, navigate to the path identified in step 9
- Edit the following command to use the ServerID from step 4 and the new password for the account:
ImportADUsersAndComputers.exe -setapipassword [ServerID to update] [password for the AD server]
Note: If the AD password contains special characters, enclose the password in double quotation marks (i.e., ")
- Execute the command