[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference osec::vu

Title:VU (Virtual User) utility
Notice:Kits and Docs in 2.*
Moderator:GTJAIL::MARTIN
Created:Mon Apr 15 1996
Last Modified:Wed Feb 19 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5
Total number of notes:22

4.0. "PROXY (encrypted password storage and retrieval utility)" by GTJAIL::MARTIN (Out to Lunch) Wed Apr 17 1996 09:44

T.RTitleUserPersonal
Name
DateLines
4.1PROXY V1.5GTJAIL::MARTINOut to LunchWed May 01 1996 09:5016
4.2PROXY V1.6GTJAIL::MARTINOut to LunchWed May 01 1996 18:5027
4.3PROXY V1.8GTJAIL::MARTINOut to LunchMon Jan 13 1997 16:134
4.4-PROXY-E-CVTREQ, database conversion requiredTHEFT::MICKCrisis, What Crisis?Tue Jan 14 1997 14:2120
4.5PROXY/OBVIOUSGTJAIL::MARTINOut to LunchTue Jan 14 1997 20:583
4.6PROXY V1.8-1GTJAIL::MARTINOut to LunchTue Jan 14 1997 21:002
4.7V1.8-1 won't do convert29260::dealey.cxo.dec.com::ANONYMOUS%Dr. Jekyll and Mr. RogersTue Feb 18 1997 15:5011
	I just upgraded to V1.8-1 from V1.7 and am unable to do the convert.

$ proxy/admin
  PROXY Version V1.8-1
Password: 
PROXY_ADMINISTER> convert
%PROXY-E-OPENIN, error opening database SYS$COMMON:[SYSMGR]PROXY$DATABASE.DAT;1
-PROXY-E-CVTREQ, database conversion required
$ 

4.8A solution (hopefully :-)GTJAIL::MARTINOut to LunchWed Feb 19 1997 08:5319
    Hmm. I've seen this happen when the password you enter is not the
    current system password.
    
    If you type in something that is not the system password, PROXY V1.8 then
    tries to read the header record to see who "owns" the file, so it can
    check that users password; this fails because there is no header record
    for V1.7 databases.  
    
    However this does seem to be causing several people some problems, so I
    am paranoid enough to conclude that there may be a bug somewhere, hence
    try copying GTJAIL::SYS$PUBLIC:[PROXY018]CONVERT_VAX.EXE or
    CONVERT_ALPHA.EXE and run that (make sure that the logical name
    PROXY$DATABASE points to your file first). 
    
    Also if you want to create a "private" database, you must run CONVERT
    from the account who is going to end up "owning" the "private" file,
    and do a 'SET FILE/OWNER=[whoever]' PROXY$DATABASE afterwards.
    
    Let me know if this works OK !
4.9Still has the same error29260::dealey.cxo.dec.com::KidwellDr. Jekyll and Mr. RogersWed Feb 19 1997 13:3120
	Nope, it still has the same problem. This is running on a DEC300-400
	running OpenVMS V7.1.

$ proxy/admin
  PROXY Version V1.7
Password:
PROXY_ADMINISTER> show/user
KIDWELL               ALL::KIDWELL
PROXY_ADMINISTER> exit

$ run convert_alpha
%PROXY-E-OPENIN, error opening database SYS$COMMON:[SYSMGR]PROXY$DATABASE.DAT;1
-PROXY-E-CVTREQ, database conversion required

$ sho logi proxy$database
   "PROXY$DATABASE" = "SYS$COMMON:[SYSMGR]PROXY$DATABASE.DAT" (LNM$SYSTEM_TABLE)
$


4.10This is interesting...29260::dealey.cxo.dec.com::KidwellDr. Jekyll and Mr. RogersWed Feb 19 1997 13:4424
	Just another datapoint - I tried it on a VAXstation 3100 running
	OpenVMS V7.1 and the conversion worked fine. The problem only seems 
	to be on the Alpha.

	Then I VESTed the CONVERT_VAX.EXE and it worked...

CONVERT_ALPHA.EXE;2 CONVERT_VAX.EXE;2   


$ vest CONVERT_VAX.EXE;2
$ dir conv*

Directory SCRATCH1:[KIDWELL.VU.PROXY]

CONVERT_ALPHA.EXE;2 CONVERT_VAX.EXE;2   CONVERT_VAX_TV.EXE;1
CONVERT_VAX_TV.LIS;1                    

Total of 4 files.

$ run CONVERT_VAX_TV.EXE;1
%PROXY-S-CONVERTING, converting database SYS$COMMON:[SYSMGR]PROXY$DATABASE.DAT;1
%PROXY-S-CONVERTED, database converted, 14 nodes, 2 users

4.11GTJAIL::MARTINOut to LunchWed Feb 19 1997 14:178
    I'll file this under 'strange but true' then as I really don't have
    time to investigate any further !  Hopefully once everyone is running
    V1.8 this problem will go away, so I guess it really isn't worth
    spending any more effort.  It is a bit strange because both versions
    are built from exactly the same FORTRAN source...
    
    Maybe you put the CONVERT_VAX_TV.EXE into GTJAIL"":: then I'll put it
    into SYS$PUBLIC:[PROXY018] in case anyone else has this problem.
4.12CONVERT_VAX_TV.EXE copied.29260::dealey.cxo.dec.com::KidwellDr. Jekyll and Mr. RogersWed Feb 19 1997 14:552
	I copied CONVERT_VAX_TV.EXE to GTJAIL""::