You are here: About configuring GCF/Project Portal > Scheduling the GCF processors > Configuring the vault scheduled export task

Configuring the vault scheduled export task

The scheduled export task first runs the Meridian Enterprise 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 process should be scheduled frequently, for example, once every hour.

The export processor command line should specify the following parameters:

If the configuration file is located in the same folder as the vault export processor, the path can be omitted.

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.

Following is an example of a scheduled Meridian Enterprise export processor command line:

"C:\GCF\Meridian\Processors\GCFExportProc.exe" <MeridianIniFile> <Project PortalGCFShareName> True

The task should then execute the Project Portal workspace import processor to import new briefcases into the Project Portal workspace.

The Project Portal import processor command line should have one argument that is the name of the configuration file that contains the processing settings that you configured. If the configuration file is located in the same folder as the Project Portal workspace import processor, the path can be omitted.

Following is an example of a scheduled Project Portal import task command line:

"C:\GCF\Project Portal\Processors\BC.GCFImportProc.exe" <Project PortalIniFile>

Related concepts

Scheduling the GCF processors

Related tasks

Configuring the vault scheduled import task