You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Encrypted varaiables in Essbase calc script

Received Response
16
Views
6
Comments
edited Aug 2, 2018 2:36AM in Essbase 6 comments

Summary

Encrypted varaiables in Essbase calc script

Content

Hi,

We have created calc script to extract balances to oracle database.

execute calculation "$1"."$2"."$3" with runtimesubvars "targetDbLogin = $key $4;targetDbPass = $key $5;";

We have passed variables for all parameters and we have SQL user/pwd encrypted.

Maxl works if I pass direct values for SQL user/pwd.

"targetDbLogin = $4;targetDbPass = $5;";

But when I give $key to pass encrypted values, I get error

"targetDbLogin = $key $4;targetDbPass = $key $5;"

   ERROR - 1051041 - Insufficient privilege for this operation.

Am I missing anything here

Thanks in advance

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!