[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

3952.0. "Exported data contains zeros?" by NMGMCC::MCC () Fri Oct 23 1992 12:42

    Hi, 
    
    I'm exporting data from several nodes and everything works fine 
    except for 1 node. The log created by DECmcc Reports says that
    the data contains all zeros, can anybody tell me why? 
    
    Thanks in advance,
    
    Jelle Nijmegen Holland
    
    
    Log,->
    
    ....
      Find  MCC_NODE4_circuit with NODE4 = NODE_HOLD
    [1073 records found]
    if CIRCUIT_ID_HOLD NE "ALL" THEN Find current with circuit_hold1 = CIRCUIT_ID_HO
    [1063 records found]
     Find   current   with time_STAMP between DATE1_HOLD and DATE2_HOLD
    [167 records found]
    define file for circuit_graph
    ready  circuit_graph write
    circuit_graph = current
    reduce current to circuit
    define file for circuit_id_temp
    ready  circuit_id_temp write
    circuit_id_temp = current
    EXIT
    $open/read/error=file_open_error infile
    circt_id_tmp.d232001012316230617
    $ read/end_of_file=normal_exit  infile circuit_id_rec
    $ count_hold = 0
    $ loop_read_process_circt_id:
    $ count_hold = count_hold + 1
    $ circuit = F$extract(0,15,circuit_id_rec)
    $ define hold$circuit SYN-0
    $ Define MCC$CIRCT_GRAPH_FILE circuit_id_d232001012316230617.grl
    $ datatrieve
    VAX DATATRIEVE V5.1
    Digital Query and Report System
    Type HELP for help
    
     :node4_circt_daily_graph
     exit
    $ graph/load/nointeracive/monochrome= CIRCUIT_id_d232001012316230617 CIRCUIT_id_d232001012316230617  mcc_reports_files:mcc_rpts_lgraph
    
    %GRAPH-W-DRA_ZERODATA, The data contains all zeros.  The default range|
    has been used.
    
    .......
T.RTitleUserPersonal
Name
DateLines
3952.1Try "show exporting"TOOK::SHMUYLOVICHMon Oct 26 1992 08:524
    
    A "show exporting" command can help you to understand the problem.
    
    	Sam
3952.2Don't see it??52221::MCCMon Oct 26 1992 09:4437
    Sam,
    
    I already tried that but I don't see it (DECmcc blindness?)
    
    The other entities export on the very same way and work fine
    except this one..
    
    Jelle
    
    MCC> show exporting node4 fdcrt1 circuit syn-0
    
    Node4 fdcrt1 Circuit syn-0
    AT 26-OCT-1992 15:41:57
    
    Exporting parameters are:
                     Exporting state = ACTIVE,
                         State since = 19-OCT-1992 15:29:24.47,
                       Export period = 0 00:30:00.00,
                          Begin time = 18-AUG-1992 14:15:00.00,
                            End time = 25-MAY-2012 00:00:00.00,
                       Export target = "WAN_USR_001:[MCC.EXPORT]MCC_EXPORT.RDB",
                        Request time = 18-AUG-1992 13:58:12.57,
                        Requested by = "SYSTEM",
        Time of last successful poll = "26-OCT-1992 15:33:04.96",
          Number of successful polls = 145, 
            Time of last failed poll = "25-OCT-1992 20:47:07.30",
            Last poll failure reason = "schedule time passed",
              Number of failed polls = 12,
                    Last export time = "26-OCT-1992 15:33:23.50",
         Time of last export failure = "NONE",
          Last export failure reason = "N/A",
           Number of export failures = 0,
                       Sequence name = "TEST",
             Initial sequence number = 0,
             Current sequence number = 2230
    
            
3952.3TOOK::SHMUYLOVICHTue Oct 27 1992 09:3122
    
            

>    I already tried that but I don't see it (DECmcc blindness?)
>    
>    The other entities export on the very same way and work fine
>    except this one..
    
	Firstly let's verify that an exporting request for this node
     exists. To do this, please, try "export" command again. If a result
     of "export" is something like "exporting already exists" it means
     that you have problem with node name (for example, node name contains
     mixed case letters).
        You can also try to use in "show exporting" command node address.
    
     You can post the results of the above commands (+ "show ...all ident")
     here or send me mail (TOOK::SHMUYLOVICH).

	Sam