RiskFabric relational database:
SQL Server not found.
Error Msg: Named Pipes Provider: Could not open a connection to SQL Server [53].
OLE DB error: OLE DB or ODBC error: Login timeout expired, HYT00, A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online., 08001, Named Pipes Provider: Could not open a connection to SQL Server [2]. , 08001.
Version : 6.x
Component : Installation Wizard, RiskFabric Processing, RiskFabric Intraday Processing, Microsoft SQL Server, Microsoft SQL Server Analysis Services
These failures can be caused by any of the following conditions:
RiskFabric relational databaseRiskFabric relational database is hosted in a named instance of the SQL Server service but the data source connection string for the RiskFabric Analysis Services database (ASDB) is configured to point to the default SQL Server instanceInformation Centric Analytics (ICA) uses Integrated Windows Authentication (IWA) to validate accounts against Active Directory. For this to work properly, all servers hosting ICA components (Internet Information Services (IIS), SQL Server, SSAS) must be a member of the same Windows domain and the account under which the installation wizard is running must be an account in that domain.
In addition to this requirement, the installation wizard must be run under an account that meets the privileges requirements published in the Required Installation Privileges and Credentials section of the Symantec ICA Administrator Guide. In simplest terms, the account must:
sysadmin role in SQL ServerNOTE: The installation wizard does not create service and administrator accounts; instead, you pass it valid accounts that already exist in Active Directory.
Once all servers hosting ICA components have been joined to the same domain and you have created accounts in Active Directory to use as the ICA service account and as a Risk Fabric console administrator, you should ensure the console administrator account has been granted the privileges listed above and then run the installation wizard under that account.
If your organization's security policies restrict the use of the sysadmin role, you may downgrade the ICA service account's privileges after installing ICA by following the procedure documented in the Permission Settings for the ICA Service Account Outside of Using the SQL Server sysadmin Role section of the Symantec ICA Administrator Guide.
Start the SQL Server service on the server hosting SQL Server and the RiskFabric relational database by following these steps:
RiskFabric relational database is hosted in the default SQL Server instance:
Start-Service -Name 'MSSQLSERVER'
RiskFabric relational database is hosted in a named instance of SQL Server:
Start-Service -Name 'MSSQL$<InstanceName>'
NOTE: The following PowerShell cmdlet will return a list of SQL Server instance service names:
Get-Service *SQL*
Verify and/or update the OLAP cube's data source connection string by following these steps:
RiskFabric OLAP cubeRiskFabric relational database\<instance-name>RiskFabric relational database