Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE 12.2.1.4 Forbidden characters

Question
46
Views
0
Comments
Shawn Lafferty-Oracle
Shawn Lafferty-Oracle Rank 1 - Community Starter

We have a few analysis that contain EVALUATE_SCRIPT formulas that reference .xml files that are located within our OBIEE catalog (for example: EVALUATE_SCRIPT('filerepo://../../../../service_instances/ssi/metadata/content/catalog/root/shared/obiee%2eProj%2exml). These worked perfectly in 12.2.1.2 and 12.2.1.3, but when the same analysis are run in OBIEE 12.2.1.4 (fresh install not upgrade), we get the error message "Code: 46205. [nQSError: 46205] XSA name contains one or more forbidden characters: '?*% (HY000)". When I try to replace the HTML sequence (%2e) with a period(.), I receive "[nQSError: 46175] Failed to download data from XSA Server: HTTP Error Code: 500. Invalid URL: http://servername:9505/datasetsvc. (HY000)"

I also updated the NQSCONFIG.INI file and set the EVALUATE_SUPPORT_LEVEL = 2

Has anyone seen this error?