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

Conference virke::mrmemo

Title:VAX MAILGATE for MEMO
Moderator:STKHLM::OLSSON
Created:Sat Feb 25 1989
Last Modified:Tue May 14 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:216
Total number of notes:933

148.0. "Replacement string problem" by GLDOA::VANHEULE () Thu Sep 17 1992 19:06

    I am currently attemping to intigrate Memo into an environment that
    currently includes ALL-IN-1, Vaxmail, and ALL-IN-1 mail for lans & wans
    ( or whatever the name is today) all has gone resonably well but I have
    just come up with a new problem.
    
    Is there a limit on the number of replacement characters? are ther any
    charecters that dont work?
    
    MRMMAN> define/replace "__= ,..=@" works fine
    
    MRMMAN> define/replace "__= ,..=@,**=%X2c"
                           or
    MRMMAN> define/replace "__= ,..=@,$$=L"  
    
    Mrmemo forwards the first message encountered and the procedes to a very 
    ungracefull death, it seems to be related to the addition of a third
    replacement string but then again it may be the strings chosen.
    
    WDPV01::TV9010 $ty mrmemo1.log;-1
    $!-------------------------------------------------------------------------
    $! SYS$MANAGER:SYLOGIN.COM
    $! This command procedure is always run when anybody on the entire
    system
    $! logs in. It is equivalent to LOGIN.COM except that the instructions
    $! contained herein are executed everytime anyone on the VMS system
    $! logs in to their account.
    $! Modified:
    $! 05/20/92 J.D.    Added creation/definition of $SYSSCR
    $!-------------------------------------------------------------------------
    $ set noon
    $ set noverify
    $ define tt nl:
    $ run/nodebug sys$system:mrmsrv
    Time: 1992-09-15 15:58:01.03; message from server MRMEMO1:
    %MRMEMO-I-NEWACCOUNT, opening new accounting file:DSA2:[MRMEMO]MRMEMOACC1.DAT;25
    
    %SYSTEM-F-ACCVIO, access violation, reason mask=01, virtual address=4D3A5952, PC
    =80000010, PSL=03C00004
    
      Improperly handled condition, image exit forced.
    
            Signal arguments              Stack contents
    
            Number = 00000005                8089EE40
            Name   = 0000000C                00000002
                     00000001                7FED3E30
                     4D3A5952                7FED3E18
                     80000010                00000004
                     03C00004                7FED44D4
                                             00000001
                                             05FD1B2A
                                             7FED42CD
                                             05000001
    
            Register dump
    
            R0 = 03C00000  R1 = 4D3A5952  R2 = 00001B2A  R3 = 7FED42FD
            R4 = 00000000  R5 = 00000004  R6 = 0003185C  R7 = 00000030
            R8 = 00000001  R9 = 7FFECC54  R10= 7FFED7D4  R11= 001C0698
            AP = 7FED3DCC  FP = 7FED3D8C  SP = 7FED3E08  PC = 80000010
            PSL= 03C00004
    
    %SYSTEM-F-ACCVIO, access violation, reason mask=01, virtual address=4D3A5952, PC
    =80000010, PSL=03C00004
    
      Improperly handled condition, image exit forced.
    
            Signal arguments              Stack contents
    
            Number = 00000005                8089EE40
            Name   = 0000000C                00000002
                     00000001                7FED3D0C
                     4D3A5952                7FED3CF4
                     80000010                00000004
                     03C00004                7FED44D4
                                             00000005
                                             00010001
                                             00000000
                                             06000001
    
            Register dump
    
            R0 = 03C00000  R1 = 4D3A5952  R2 = 00001B2A  R3 = 7FED42FD
            R4 = 00001B2A  R5 = 00000004  R6 = 0003185C  R7 = 00000030
            R8 = 00000001  R9 = 7FFECC54  R10= 7FFED7D4  R11= 001C0698
            AP = 7FED3CA8  FP = 7FED3C68  SP = 7FED3CE4  PC = 80000010
            PSL= 03C00004
    $ logout
      MRMEMO       job terminated at 15-SEP-1992 15:58:10.31
    
      Accounting information:
      Buffered I/O count:             137         Peak working set size:   1869
      Direct I/O count:                57         Peak page file size:    15218
      Page faults:                   2950         Mounted volumes:            0
      Charged CPU time:           0 00:00:02.10   Elapsed time:     0 00:00:13.61
    WDPV01::TV9010 $
    
    Any hints, resolutions, and/or workarounds would be greatly
    appreciated.
    
    Thanks in advance,
    Tom Van Heule
    
T.RTitleUserPersonal
Name
DateLines
148.1Known problem - cure existsSTKHLM::OLSSONAnders Olsson, SIP SwedenFri Sep 18 1992 09:135
.0> it seems to be related to the addition of a third replacement string

Exactly - see note 5.9 for a fix.

Anders
148.2ThanksGLDOA::VANHEULEFri Sep 18 1992 15:405
    Thanks for such a prompt reply. I'm sory that I missed 5.9. I can only
    wish that support like this could be corprate wide.
    
    Regards,
    Tom