T.R | Title | User | Personal Name | Date | Lines |
---|
2123.1 | Use an ASSETS... | BERN02::MUELLERS | Stefan A. M�ller DTN 761-4864 | Wed Jan 20 1993 11:32 | 6 |
| Hi,
We have an ASSETS which implements Shared UDPs.
Stefan
|
2123.2 | | ANGLIN::HARRIS | user vicious | Fri Apr 02 1993 00:01 | 14 |
| we're still having the problem noted in .0
to get around this we'll need to get a personal UDP in each users
account. the customer doesnot want to have the users create a UDP
themselves.
i've tried doing a DCL copy of a UDP from the managers account to
another account of a UDP. the UDP shows up for a GOLD L, and index -
but when its invoked i get the error message "No UDP selected".
i guess what i'm looking for is a script that will create a UDP for a
user. the UDP should be as simple as MAIN{CR}
thanks - ann
|
2123.3 | Works for me.... | IOSG::PYE | Graham - ALL-IN-1 Sorcerer's Apprentice | Fri Apr 02 1993 09:30 | 13 |
| From DCL, I simply did this:
$ CREATE DISC$:[USER.A1.UDP]TEST.UDP
EMC{CR}
And it worked fine. Obviously you could do this from a script with
TEXT_FILE OPEN/WRITE \\ TEXT_FILE WRITE etc...
Perhaps you're getting the owner or the protection wrong?
Graham
PS "MAIN{CR}" doesn't work BTW...
|