Scheduling the vault import task
The vault import task first runs the BlueCielo Project Portal workspace export processor to create briefcases for remote collaborating sites. A parameter in the command line of the task specifies which transfers to process. We recommend that this task should be scheduled frequently, for example, once every hour.
The export processor command line should specify the following parameters:
- The name of the configuration file that contains the processing settings that you configured.
- The destination vault GCF share name that you configured as described in Creating and editing a share.
- True – Reserved parameter. Always set to True.
If the configuration file is located in the same folder as the BlueCielo Project Portal workspace export processor, the path can be omitted.
Following is an example of a scheduled export processor command line:
"C:\GCF\Project Portal\Processors\BC.GCFExportProc.exe" <Project PortalIniFile> <MeridianGCFShareName> True
The import task should
The task command line should have one argument that is the name of the configuration file that contains the processing settings that you configured as described in Configuring the GCF processors. If the configuration file is located in the same folder as the vault import processor, the path can be omitted.
Following is an example of an import task command line:
"C:\GCF\Meridian\Processors\GCFImportProc.exe" <MeridianIniFile>
Note Installing the processors as described in Installing the GCF components installs sample .cmd files for export and import with the correct configuration file names and share names that you can use to compose the command line.