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

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

3725.0. "EXP_CVR_STATISTICS" by USTICA::ODOARDI () Fri Sep 11 1992 10:14


	Hello,


	I'm running DECmcc 1.2 and I'd like to do some reports files.

	I've receive the same error message of 2247 topic but I can do any 
	line / excecution report excepted for "Line error report" on node4 
	entities:

		"EXP_CVR_STATISTICS" is undefined or used out of context.


	Can you help me, please?

	Thank you in advance,

					Barbara



	This is a log file:

$!
$ set ver
$!
$! This command procedure is a framework for building an individual
$! login command procedure. It is executed every time that you log
$! into your account.
$!
$  IF F$MODE() .NES. "INTERACTIVE" THEN GOTO ENDINTER
$ENDINTER:
$  IF F$MODE() .NES. "BATCH" THEN GOTO ENDBATCH
$!
$! Put commands you want executed only in batch mode between this comment
$! and the "ENDBATCH:" symbol.
$!
$!
$! Nome logico per EXPORT, punta al CDD dictionary:  (Barbara)
$!
$ define CDD$DEFAULT "CDD$TOP.DTR$USERS.MCC"
$! 
$! Per reports con mcc_rpts: (Barbara) 
$! 
$ dtr == "DATA/INTERFACE=CHARACTER_CELL"
$! 
$ !node4_line_error_dtr.com
$!************************************************************
$!  Copyright (c) Digital Equipment Corporation, 1990
$!  All Rights Reserved.  Unpublished rights reserved
$!  under the copyright laws of the United States.
$!  
$!  The software contained on this media is proprietary
$!  to and embodies the confidential technology of 
$!  Digital Equipment Corporation.  Possession, use,
$!  duplication or dissemination of the software and
$!  media is authorized only pursuant to a valid written
$!  license from Digital Equipment Corporation.
$!
$!  RESTRICTED RIGHTS LEGEND   Use, duplication, or 
$!  disclosure by the U.S. Government is subject to
$!  restrictions as set forth in Subparagraph (c)(1)(ii)
$!  of DFARS 252.227-7013, or in FAR 52.227-19, as
$!  applicable.
$!************************************************************
$!********************************
$! This command procedure is submitted by node4_line_error.com
$! This procedure is submitted with four parameters.
$!********************************
$define mcc$node1 "ALL"
$define mcc$line1 "SVA-0"
$define mcc$date1  "11-SEP-1992 09:00:00.00"
$define mcc$date2  "11-SEP-1992 12:00:00.00"
$define mcc$report_file  "NODE4_LINE_ERR.RPT"
$ ! Generate the reports.
$ THIS_PROCESS = ""
$ PID = F$PID(THIS_PROCESS)
$! show sym PID
$ TIME = F$TIME()
$ DAY = F$CVTIME(TIME,,"DAY")
$ MONTH= F$CVTIME(TIME,,"MONTH")
$ YEAR = F$CVTIME(TIME,,"YEAR")
$ HOUR = F$CVTIME(TIME,,"HOUR")
$ MIN = F$CVTIME(TIME,,"Minute")
$ SEC = F$CVTIME(TIME,,"second")
$ HUNDREDTH = F$CVTIME(TIME,,"HUNDREDTH")
$ DEFINE NODE4_LINE_ERR node4_LINE_ERR.DAT_00000101111449
$ DEFINE NODE4_CIRCUIT_ERR node4_CIRCUIT_ERR.DAT_00000101111449
$ datatrieve
VAX DATATRIEVE V5.1
Digital Query and Report System
Type HELP for help
 
:NODE4_LINE_ERROR_RPT
"EXP_CVR_STATISTICS" is undefined or used out of context. 
exit
$ Delete/noconfirm node4_LINE_ERR.DAT_00000101111449.*
$ Delete/noconfirm node4_CIRCUIT_ERR.DAT_00000101111449.*
$exit
  SYSTEM       job terminated at 11-SEP-1992 14:49:33.05

  Accounting information:
  Buffered I/O count:             198         Peak working set size:    5126
  Direct I/O count:               890         Peak page file size:     13050
  Page faults:                   4233         Mounted volumes:             0
  Charged CPU time:           0 00:00:05.05   Elapsed time:     0 00:00:18.95
	
T.RTitleUserPersonal
Name
DateLines
3725.1TOOK::SHMUYLOVICHFri Sep 11 1992 18:2712

	Are you sure you are not using the RDB data base created by MCC V1.1?

	To verify this you can check if the table MCC_NODE4_LINE in your
        data base has a column "EXP_CVR_STATISTICS".

	Also I would check "Show NODE4 <node> LINE <line> all statistics".


	SAm	
    
3725.2Some infoUSTICA::ODOARDIMon Sep 14 1992 05:4175

	Ciao Sam,

	yes, I'm sure that I'm using RDB data base created with MCC 1.2 !.


						Barbara



	This is the statistic for node4 (VS3100):

Node4 asky Line sva-0 
AT 14-SEP-1992 09:11:26 Statistics

Examination of Attributes shows:
                               Duration = 59 Seconds
                   Outbound Utilization = 2.000000E-02 Percent
                    Inbound Utilization = 0.11 Percent
            Average Outbound Block Size = 57.96 Bytes/Block
             Average Inbound Block Size = 148.25 Bytes/Block
                    Outbound Block Rate = 2.85 Blocks/Sec
                     Inbound Block Rate = 7.66 Blocks/Sec
                       Deferred Percent = 1.19
               Single Collision Percent = 0
             Multiple Collision Percent = 0
              Inbound Multicast Percent = 55.75
                          Error Percent = 0
           Count of Data Overrun Blocks = 0
    Count of System Buffers Unavailable = 0
      Count of User Buffers Unavailable = 0
     Count of Collision Detect Failures = 0
Count of Unrecognized Frame Destination = 0
           Count of Frame Send Failures = 0
        Count of Frame Receive Failures = 0
                    Ethernet Contention = 1.19 Percent
                         Outbound Bytes = 9737 Bytes
                          Inbound Bytes = 67009 Bytes
                   Outbound Data Blocks = 168 Blocks
                    Inbound Data Blocks = 452 Blocks
	



	Extract from MCC_NODE4_LINE table:

show relations
User Relations in Database with filename sys$manager:bra.rdb
     MCC_NODE4_CIRCUIT               
     MCC_NODE4_LINE                  

show fields    for MCC_NODE4_line
 Fields for relation  MCC_NODE4_LINE
     NODE4                            text size is  8
       based on global field  SQL$8CHR                       
     LINE                             text size is  255
       based on global field  SQL$255CHR                     
     TIME_STAMP                       date 
       based on global field  SQL$ADT                        
     MCC_EXPORT_SEQUENCE              text size is  132
       based on global field  SQL$132CHR                     
	...
     TIME_STATISTICS                  date 
       based on global field  SQL$ADT                        
     EXP_CVR_STATISTICS               signed quadword scale  0
       based on global field  SQL$QUA                        
     EXP_CVR1_STATISTICS              signed quadword scale  0
       based on global field  SQL$QUA                        
     EXP_TIME_DURATION                date 
       based on global field  SQL$ADT                        
     ETHERNET_CONTENTION              g_floating 
       based on global field  SQL$FLT                        
	...
exit