[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

513.0. "C3 Show Events fails" by CSC32::C_TOWNSEND () Fri Dec 09 1994 01:51

Hey Dave:
    
    Can you get this one fixed for the MUP?
    
PROBLEM:

When using the PCM C3 and selecting SHOW EVENTS from a node icon popup menu,
a message box has the following text:

	Event data unavailable
	The system you have selected does not exist in the active database.


WORKAROUND:

Edit the file SYS$LOGIN:CONSOLE$C3.DAT, and change the node name to upper 
case characters.  The entry will be found in the section for ADD_ICON:
    
    Appreciate the help,
    Connie

T.RTitleUserPersonal
Name
DateLines
513.1HopefullyZENDIA::DBIGELOWInnovate, Integrate, EvaporateFri Dec 09 1994 15:0824
    Phil,
    
       Looks like this is in the CM_history module and is a simple 1 line
    fix. Here's the code:
    
        for (HContext  = (CMHistoryContext *) CMHistoryListHead.next;
             HContext != (CMHistoryContext *) &CMHistoryListHead;
             HContext  = HContext->next)
        {
            if (strcmp(HContext->system, system) == 0)
                break;
        }
    
    
    The "(strcmp(HContext->system, system) == 0)" line should be changed to
          ------
    "if (strcasecmp(HContext->system, system) == 0)"
         ----------
    
    Any chance yuo can sneek this one into the master copy?
    
    Cheers,
    
       Dave     
513.2OPG::PHILIPAnd through the square window...Fri Dec 09 1994 15:286
Dave and Connie,

  This fix is in the MUP kit.

Cheers,
Phil
513.3WOW, What a Team!CSC32::C_TOWNSENDFri Dec 09 1994 17:036
    Gentlemen:
    
                      ABSOLUTELY, POSITIVELY WONDERFUL!
    
    Thanks again,
    Connie
513.4OPG::PHILIPAnd through the square window...Fri Dec 09 1994 17:1310
Connie,

  Thanks for the praise, but please wait until you have tested the MUP
  before you agree its fixed!!

  We should have a preliminary kit for you folks in the CSC to test on
  tuesday/wednesday next week.

Cheers,
Phil