T.R | Title | User | Personal Name | Date | Lines |
---|
3307.1 | Running the session manager remotely is unsupported | CSC32::M_MURRAY | | Thu Sep 06 1990 13:11 | 8 |
| Andy,
You could tell the customer that running the session manager
remotely is unsupported.
See the Interoperability Compliance Matrix SSA 01.25.00, page 3.
Mike
|
3307.2 | BTW, where might I find an online version of the v5.3-1 SSA? | PEACHS::MITCHAM | Andy in Alpharetta (near Atlanta) | Thu Sep 06 1990 15:40 | 13 |
| > You could tell the customer that running the session manager
> remotely is unsupported.
Thanx for your response. Yes, I understand it is unsupported and the customer
has been made aware of this.
Support issues aside, I am still puzzled why it works when spawn'd and not
when detach'd. The session manager has privileges to read my UAF file but
it doesn't appear it's even getting that far. In short, I'd appreciate any
assistance in determining what is preventing the password from being read
thus causing the error.
-Andy
|
3307.3 | maybe it needs DCL context... | GSRC::WEST | SCARY : A programmer with a screwdriver. | Thu Sep 06 1990 19:27 | 17 |
|
I would have say that the session manager needs to run in the context
of DCL.
Try this:
$ run/detach/input=SM.COM/<any other params> sys$system:loginout.exe
Where SM.COM is a com file that contains the following:
$ set disp/crea/node=<node_of_choice>
$ run sys$system:decw$session.exe
$ set disp/dele
-=> Jim <=-
|