ARCINS
ARCINS is a command line tool that inserts dataset(s) into an OPUS pipeline.
It is used to archive troubled data that cannot complete routine pipeline
processing. The dataset files are copied to the pipeline directory associated
with the specified Archive Class, and an OSF is created. The default OSF
status values are a 'C'omplete in the IN column and a 'W'ait in the RQ column.
The user can however alter columns used by adding the path mnemonics
ARCINS.INSERT and ARCINS.REQUEST to their path file.
WARNING: If there are multiple versions of a given file in the user's
default directory, only the highest version will be inserted.
Format: arcins -f dataset -a archive_class -p path -c "comment" [-d yes_or_no]
More_details
Context
Inputs
Outputs
Copy files into the opus pipeline directories and create an OSF with for
Archive Request generation marked 'W'aiting.
Constraints
The path file which this command uses must have OK_TO_UPDATE_DATABASE
set to TRUE. ARCINS will not check datasets inserted via
this command for completeness or correctness. If there are multiple
versions of a given file in the user's default directory, only the
highest version will be inserted.
Parameters
-f dataset
The name of the file(s) and/or dataset to be transferred to DADS. This
name may contain wildcards. If a wildcard is used on an UNIX platform
the dataset must be escaped (see Examples).
-a archive_class
All valid archive classes of data can be inserted into the pipeline.
-p path
Name of the path into which to insert the data.
-c comment
-d yes_or_no
Optional parameter. The -d parameter causes the dataset
to be deleted from the user's default directory after successfull
insertion into the pipeline. The default is no delete.
Qualifiers
Examples