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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
4053.1 | extra comma in command | TOOK::SHMUYLOVICH | Mon Nov 09 1992 12:02 | 16 | |
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.2 | exit | JUNG::GALVIN | Mic, from chicaaaaaaago! | Mon Nov 09 1992 14:10 | 5 |
Sam, Bless you! /Mic |