Consultor Eletrônico



Kbase P186046: Getting error 301 attempting to enable AI Archiver online with online backup.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/15/2011
Status: Unverified

SYMPTOM(s):

Getting error 301 attempting to enable AI Archiver online with online backup.

** Could not recognize argument: <string>. (301)


** Could not recognize argument: enableaiarchiver. (301)


Command line used to perform the online backup and enabling of AI Archiver $DLC/bin/probkup online $DB1 $BKDIR/${DBNAME}bk.1 -com -vs 250000 enableaiarchiver -aiarcdir /aisave -aistall < $BKFILES

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1B
OpenEdge 10.1C
OpenEdge 10.2x

CAUSE:

The AI Archiver options should be earlier in the command.

FIX:

Change the position of the AI Archiver options to be immediately after the backup file / device in the probkup command.

Example:
$DLC/bin/probkup online $DB1 $BKDIR/${DBNAME}bk.1 enableaiarchiver -aiarcdir /aisave -com -vs 250000 -aistall < $BKFILES