Salesforce

Error 44 when runing a batch job to build indexes

« Go Back

Information

 
TitleError 44 when runing a batch job to build indexes
URL Name000049474
Article Number000167734
EnvironmentProduct: Progress OpenEdge
Version: All supported versions
OS: All supported platforms
Question/Problem Description
Error 44 against a database when attempting to run a batch job to build indexes
Batch job running PROUTIL utilities fails to access the database with Error 44
 
Steps to Reproduce
Clarifying Information
Multiple versions of Progress / OpenEdge on this machine.
 
Error MessageDatabase has the wrong version number. (db: <value>, pro: <value>). (44)
Defect Number
Enhancement Number
Cause
The version of the PROUTIL executable must match the Database Major Minor and Hotfix version
Resolution
Modify the version of the PROUTIL executable in the batch file to use the same Major Minor and Hotfix version of the Database

For Example:
  • Database was created in 11.3.2.
  • ​Machine where database was created is running 11.3.2.
  • Client machine where the database was moved to is running 11.3.2.
  • The batch job is hard coding to use _proutil from the Progress 8.3E installation instead of the _proutil from the OpenEdge 11.3.2 installation.
  • Modify the idxbuild batch file to use the executables from the OpenEdge 11.3.2 installation instead of the 8.3E installation.
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:33 AM

Powered by