[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

4053.0. "export target woes..." by JUNG::GALVIN (Mic, from chicaaaaaaago!) Sat Nov 07 1992 17:16

    	EXPORTER Problems using FCL
    
    Hi.  I'm trying to write a command procedure that will EXPORT entities
    for my configuration.  I have VMS 5.5-1, EMS V2.2, and I'm trying to do
    the following:
    
    ! from a command procedure
    
    MAN/ENT
    USE VERIFY
    EXPORT NODE4 'system_name',-
    EXPORT TARGET = MCC_REPORTS_FILES:'name.rdb',-
    BEGIN TIME = 09-NOV-1992 00:00:00,-
    END TIME = 23-NOV-1992 23:59:00,-
    EXPORT PERIOD = 12:00:00
    
    When I try this for one entity, interactively, FCL complains that it
    can't translate EXPORT TARGET...  I'm doing a backup of the server at
    the moment so I don't have the exact error message...  Is there an
    error with my syntax?  Is this doable?  I read the help files and it
    says that if it's current data I don't need, IN DOMAIN...  however, I'm
    not able to get past the EXPORT TARGET.
    
    BTW, I have the background jobs setup and they are pointing to the same
    RDB databases that I'm trying to export the data to.  Thanks for your
    help...
    
    /Mic
    
T.RTitleUserPersonal
Name
DateLines
4053.1extra comma in commandTOOK::SHMUYLOVICHMon Nov 09 1992 12:0216
	Mic,

	You have an extra comma in your command procedure.

>    MAN/ENT
>    USE VERIFY
>    EXPORT NODE4 'system_name',-  <----------------- remove "," 
>    EXPORT TARGET = MCC_REPORTS_FILES:'name.rdb',-
>    BEGIN TIME = 09-NOV-1992 00:00:00,-
>    END TIME = 23-NOV-1992 23:59:00,-
>    EXPORT PERIOD = 12:00:00
	

	Sam
    
4053.2exitJUNG::GALVINMic, from chicaaaaaaago!Mon Nov 09 1992 14:105
    Sam,
    	Bless you!
    
    /Mic