Kbase P119268: How to start AppServer with asbman without the password being visible?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/10/2006 |
|
Status: Unverified
GOAL:
How to start an AppServer from a script without password?
GOAL:
Is it possible to start an AppServer without userid and Password?
GOAL:
How to start AppServer with asbman without the password being visible?
FIX:
There is always a userid and password required when starting an AppServer.
The usual command when starting an AppServer by using asbman would be:
asbman -host hostname -i asbroker1 -start -user myuserl -password mypassword
In order to make the password "invisible" it can be put in a separate file "myfile" where "myfile" is readable only by Administrator
-> asbman -host hostname -i asbroker1 -query -user myuser < myfile.passwd