Encrypting UserID and Password in Batch script while loading the data into OAC.
Summary
Encrypting UserID and Password in Batch script while loading the data into OAC.Content
I need to encrypt the user ID and password in the batch script used to load the data in the OAC -Essbase application.
While encryption is possible in the Maxl Scrpt , but here in this case, the User ID and Password has been set in the batch script
Here it is --
Set Username=****.YYY@aaaa.com
Set Password=ZZZZZZZ1234
Any one can put some light on how to do that . Thanks
0