Confirm encrypted password is set to $PROJDEF?

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

syedmuhammedmehdi
Participant
Posts: 43
Joined: Wed Feb 12, 2014 12:34 pm
Location: Hyderabad, India

Post by syedmuhammedmehdi »

FranklinE wrote:There's an even simpler way: use the export to file function in Administrator's environment variables screen. You can temporarily create an encrypted variable, give it the "value" of $PROJDEF, and examine the exported file. Your encrypted string will be there.
thanks, I tried it, this is a good short cut.
SyedMuhammadMehdi
skathaitrooney
Participant
Posts: 103
Joined: Tue Jan 06, 2015 4:30 am

Post by skathaitrooney »

One way can be to use encrypt.sh script kept at ASBServer/bin directory. Run this script and pass $PROJDEF as the arguement. It would give you the encrypted string for $PROJDEF. Compare this string with your encrypted string that you have. Voila!!
Post Reply