Preparing Encrypted Username and
Password:
Note: Public key is for
Encryption, Private key is for Decryption
1.
Encryption:
Create one text or maxl script with
username and password (login credentials of the Essbase)
Login <Administratorname> <Password> on <ServerName>
Encrypt Username and password: (Using Encryption Code)
essmsh -E C:\Anvi\maxl\login.txt
32171,1911896561
After executing this, essmsh will create one file
(login.txts) with encrypted username and password as shown below
Thanks!!