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

Conference csc32::consolemanager

Title:POLYCENTER Console Manager
Notice:Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS:
Moderator:CSC32::BUTTERWORTH
Created:Thu Aug 06 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1541
Total number of notes:6564

1186.0. "Eventlist message truncated" by 47199::TESTA (POLYCENTER = Integration Mirage !?!) Wed Feb 07 1996 05:54

Hello,

I have some problem again with PCM 1.6 on OSF/1, on customer site, about
Eventlist Window. Often the message showed have 'text field' truncated at few
characters. Have you any ideas about?

... again: same cusomer some time accessing at 'show event', by system pop-up
menus, get PCM hang. PCM restart is needed.

Thank a lot for your advice.

Regards.

-Paolo
T.RTitleUserPersonal
Name
DateLines
1186.1CSC32::BUTTERWORTHGun Control is a steady hand.Wed Feb 07 1996 13:4015
    >I have some problem again with PCM 1.6 on OSF/1, on customer site,
    >about
    >Eventlist Window. Often the message showed have 'text field' truncated
    >at few
    >characters. Have you any ideas about?
    
    Yes, this osunds like the issue where the event is triggered before the
    line terminator is seen. This will always happen with string literal
    type events. You can modify the event type to "regular expression" and 
    append the characters *^ onto the end of the text to scan for. This
    will cause the event to not be triggered until the line terminator is
    seen.
    
    Regards,
       Dan