Consultor Eletrônico



Kbase P25072: How to remotely manage an AppServer instance using the Progr
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/25/2003
Status: Unverified

GOAL:

How to remotely manage an AppServer instance using the Progress ASBMAN Utility without being prompted for a password?

FACT(s) (Environment):

Progress 9.1x

FIX:

The ASBMAN utility was designed to only accept a username as an input parameter. It was not designed to accept an unencrypted password as an input parameter for security reasons. If security is not an issue, this can be accomplished by storing the password in a text file and using the "less than" sign to input the text file into the asbman command. e.g.:

/*** passwd.txt ***/
myPassword

asbman -i asbroker1 -host pcname -user username -x < passwd.txt