Skip to main content
Updating ABBYY FlexiCapture 12 means stopping all document processing. Afterwards, every project on the server needs updating too, which can take a significant amount of time. You can resume document processing before every project is updated. The system ignores processing jobs in projects that are not yet 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, specify the tenant administrator credentials 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.