Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
[nQSError: 96002] Can't retrieve variables from ESSBASE to BI

Generalab13
Member Posts: 77
Hi,
I'm trying to import ESSBASE variables from ESSBASE 11.1.2.1 to OBIEE. It's working and I can see the initialization block for ESSBASE and the dynamic variables in Manage > Variables.
Otherwise, the variables are not populated or retrieved from the ESSBASE cube. I checked the source of the initialization block and checked the "Default Initialization String".
The current initialization string is: select essClusterMgmt_Pkg.getEssbaseNode_fn() from dual
When I click on the "Test..." button to see if BI is retrieving the variables, I have the attached error code: [nQSError: 96002] Essbase Error: NULL argument (2) passed to ESSAPI function EssSetActive.
Any idea?
Edited by: Generalab13 on Apr 16, 2013 9:25 AM
I'm trying to import ESSBASE variables from ESSBASE 11.1.2.1 to OBIEE. It's working and I can see the initialization block for ESSBASE and the dynamic variables in Manage > Variables.
Otherwise, the variables are not populated or retrieved from the ESSBASE cube. I checked the source of the initialization block and checked the "Default Initialization String".
The current initialization string is: select essClusterMgmt_Pkg.getEssbaseNode_fn() from dual
When I click on the "Test..." button to see if BI is retrieving the variables, I have the attached error code: [nQSError: 96002] Essbase Error: NULL argument (2) passed to ESSAPI function EssSetActive.
Any idea?
Edited by: Generalab13 on Apr 16, 2013 9:25 AM
Answers
-
Solution Found:
1. The essbase URL in the Connection was setup as MYSERVERURL:PORT (example: myserver.com:1425). The port (1425) should not be specified as BI will think it's an application name and will not be able to retrieve the variables.
2. The data of execution to retrieve the variable values should also be defined as a daily basis and the date should be accurate.
Hope it will help somebody else.
This discussion has been closed.