Monday, June 11, 2012

NQSConfig.ini Error "EVALUATE_SUPPORT_LEVEL "

Working on OBIEE 11.1.1.6.1 today and got the following error on a dashboard "[nQSError: 43113] Message returned from OBIS. EVALUATE_SUPPORT_LEVEL inside NQSConfig.INI is not set to support EVALUATE. (HY000)" What in the world? So I go do a search in the NQSConfig.ini and Wow! Where did this config addition come from:


# EVALUATE_SUPPORT_LEVEL:
# 1: evaluate is supported for users with manageRepositories permssion
# 2: evaluate is supported for any user.
# other: evaluate is not supported if the value is anything else.

EVALUATE_SUPPORT_LEVEL = 0;

Changed setting to = "2" and all is fine, now off to figure out where that came from and what it is doing in the NQSConfig now..

* Just as a note this setting came in with 10.1.3.4.2....Guess I never had the issue with SampleApp...ugh.


No comments:

Post a Comment