ARCSPLIT INI Options
In addition to the parameters, you can also set up INI options to use the ARCSPLIT utility. The utility looks in the INI file defined by the /INI parameter for these options. If you omit the /INI parameter, the utility looks in the FSIUSER.INI file.
These INI options are required. These options tell the ARCSPLIT utility where to find the source archive files you want to split.
< ArcRet >
AppIdx = arc\appidx.dbf
ArcPath = arc\
CARFile = archive
CARPath = arc\
Catalog = arc\catalog
The utility also looks for options that specify the names of the split archive files and provide other information. These options are located in the ArcSplit and ArcSplitConfig control groups:
< ArcSplit >
ArcSplitConfig =
DefConfig =
< ArcSplitConfig:TEST1 >
SplitDays =
RunDALScript =
DALScript =
RecordsToProcess =
RecordsToSkip =
SearchDateBy =
SplitAppIdx =
SplitCARFile =
SplitCatalog =
SplitFromDate =
SplitToDate =
PurgeRecords =
CARFileSize =
EnableCARFileSize =
AllowChanges =
LogFile =
Option |
Description |
ArcSplit |
|
ArcSplitConfig |
Lets you assign a name to your archive split settings. You can create as many ArcSplitConfig options as you need. Each group of settings represents a control group with individual options. Below is an example of a setting named TEST1. |
DefConfig |
For the ARCSPLIT utility, if you define the DefConfig option and omit the /SET parameter, the utility uses the DefConfig option to look for the ARCSPLIT configuration settings. If you set up multiple ArcSplitConfig options for Documaker Desktop, you can use this option to designate a default. |
ArcSplitConfig:TEST1 |
|
SplitDays |
(Optional) This option is not used by the ARCSPLIT utility, but is used by Documaker Desktop. Enter the number of days you want the utility to add to the start date to determine the end date. The utility then splits the archive between the start and end dates. |
RunDALScript |
(Optional) Enter Yes if you want the utility to run the DAL script you specified with the DALScript option. The /DAL parameter overrides this option. |
DALScript |
(Optional) Enter the name of the DAL script you want to run. Use the RunDALScript option to tell the utility if it should run the DAL script you specify with this option. The /DAL parameter overrides this option. |
RecordsToProcess |
(Optional) Enter the number of records to process. Use this option if you have a very large archive and you want to limit the number of records processed at one time. The /N parameter overrides this option. |
RecordsToSkip |
(Optional) Enter the number of the record the utility to process first. If you omit this option, the utility starts with the first record. The /R parameter overrides this option. |
SearchDateBy |
(Optional) Enter RunDate to search the records based on the RunDate. Enter ArchivedDate to search the records based on the date on which they were archived. The /SRCH parameter overrides this option. |
SplitAppIdx |
(Optional) Enter a name for the newly split IDX file, such as APPIDX1. The utility stores the data in the file you specify. If the file exists and you have set the /D parameter, the utility overwrites the file. If you have not set the /D parameter and the file exists, the utility stops. The /NSIF parameter overrides this option. |
SplitCARFile |
(Optional) Enter a name for the newly split CAR file, such as ARCHIVE1. The utility stores the data in the file you specify. If the file exists and you have set the /D parameter, the utility overwrites the file. If you have not set the /D parameter and the file exists, the utility stops. The /NSCF parameter overrides this option. |
SplitCatalog |
(Optional) Enter a name for the newly split catalog file, such as CATALOG1. The utility stores the data in the file you specify. If the file exists and you have set the /D parameter, the utility overwrites the file. If you have not set the /D parameter and the file exists, the utility stops. The /NCF parameter overrides this option. |
SplitFromDate |
(Optional) Enter the date on which you want the split to begin. The default is the current date. The format is MM/DD/YYYY. The /SD parameter overrides this option. |
SplitToDate |
(Optional) Enter the date on which you want the split to end. The default is the current date. The format is MM/DD/YYYY. The /ED parameter overrides this option. |
PurgeRecords |
(Optional) Enter Yes if you want the utility to purge from the master archive the records it split from the archive. The default is No, which tells the utility to copy but not delete those records. The utility stores the copied records in the files and directories you specified. The /P parameter overrides this option. |
CARFileSize |
Enter a number between one (1) to 14,000 to define the size for the CAR file. If you enter one (1), the utility interprets that as 100,000 bytes (100 KB). If you enter 14,000, the utility interprets that as 1,400,000,000 bytes (1,4000,000 KB). Omit this option if the EnableCARFileSize option is set to No. |
EnableCARFileSize |
(Optional) This option turns on and off the related radio button field on the ArcSplit window in Documaker Desktop and also tells both Documaker Desktop and the ARCSPLIT utility whether to use the CARFileSize option. The default is No. The /L parameter overrides this option. |
AllowChanges |
(Optional) Lets you change settings from a window. The default is No. |
LogFile |
(Optional) Enter the name of the file into which the utility should write any error messages. Here is an example: LogFile = c:\errlog.txt The /LOG parameter overrides this option. |
© Copyright 2020, Oracle and/or its affiliates. All rights reserved. Legal notices.