Skip to main content
In an enterprise setting, changes made to a project are first implemented in a test environment. After testing, they need to be transferred to the deployment environments. The UpdateProject command replaces an existing project with its new version in the deployment environment.

Before you run UpdateProject

  • FCAdminTools renames the processing stages in any project whose language differs from the language of FCAdminTools. To prevent this, set the matching language in the Windows registry. For more information, see FCAdminTools.
  • UpdateProject updates the entire project, including its Document Definitions and import profiles. To update only the Document Definitions, use the CopyDocumentDefinition command.

Parameters

Example of use

  • UpdateProject /Source="https://FCStage/1/Banking_eng" /Target="https://FCProd/1/Banking_eng" – Replaces the Banking_eng project on the FCProd server with the version from the FCStage server