Skip to main content
When updating ABBYY FlexiCapture 12, all document processing needs to be stopped. After updating ABBYY FlexiCapture 12, all the projects on the server must also be updated. Updating all of the projects may take a significant amount of time. However, document processing can be resumed even before all of the projects have been updated – the system will ignore any processing jobs in projects that have not yet been updated. You can use the CheckProjectsVersion command to get information about the projects that have not yet been updated. Depending on the parameters you specify, running this command will display the following information:
  • The current version of the product – if no parameters are specified.
  • The number of projects on the server that need to be updated.
  • The projects that need to be updated.
  • The version of the product that was used to create a specific project.

Parameters

To get information about a project in a tenant, the tenant administrator credentials must be specified in the /U and /P parameters. The link to the project must be specified without the tenant name.

Example of use

  • CheckProjectsVersion – Displays the current product version.
  • CheckProjectsVersion /Server="https://FCSRV" /ListProjects – Displays the projects that have not been updated, together with their versions.
  • CheckProjectsVersion /Server="https://FCSRV" /Project="IdProject" – Displays the version of the product that was used to create the project.
  • CheckProjectsVersion /Project="https://FCSRV/idProject" /Tenant=tenant /U=admin /P=password – Displays the version of the product that was used to create the given project in the given tenant.