Table of Contents

About

When restarting the OBI Server, you can get this error after a server migration:

Message	 [13026] Error in getting roles from BI Security Service:  
'Error Message From BI Security Service: 
[nQSError: 12002] Socket communication error at call=Connect: (Number=115) Bewerking is nu bezig 
Supplemental Detail
[nQSError: 12010] Communication error connecting to remote end point: address = 192.168.45.100; port = 9704.
[nQSError: 46119] Failed to open HTTP connection to server 192.168.45.100 at port 9704.' 

This error can occurs when you try to update the GUID

[nQSError: 43146] FMW_UPDATE_ROLE_AND_USER_REF_GUIDS inside NQSConfig.INI is set to Yes but the server failed to connect to BI Security Service.

Problem

You can get this error for several reasons.

FMW_SECURITY_SERVICE_URL

The parameter FMW_SECURITY_SERVICE_URL has still the last of a bad IP address of the file NQSConfig.ini

FMW_SECURITY_SERVICE_URL = "http://192.168.45.100:9704";  
# This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager

Nqserror 12002 12010

Restart your whole system. FMW must update it automatically.

Managed Server

When the managed server is not started.

It means that if the BI Server start before the Managed server in your script, you will get this error.

Oracle Home not good

Server start up failed: [nQSError: 43146] FMW_UPDATE_ROLE_AND_USER_REF_GUIDS inside NQSConfig.INI is set to Yes but the server failed to connect to BI Security Service.

See OBIEE 11g BI server and Presentation service do not start Error in getting roles from BI Security Service. Basically, the Oracle Home is not good and you must set it in the user.sh file (ORACLE_INSTANCE/bifoundation/OracleBIApplication/coreapplication/setup/)