Acrobat DC Pro stopped working with BPDX files (again)
The BPDX feature of Acrobat Pro has stopped working (again?). This is the same issue reported a year ago in https://community.adobe.com/t5/acrobat-discussions/adobe-bpdx-not-working-after-latest-updates/m-p/11836396#M298388.
I'm running Windows 10 Pro 21H2 OS Build 19044.2130 and Acrobat Pro Continuous Release Version 2022.003.20263.
I have a Powershell script started by Windows Scheduler every weekday morning at 1am. The last action is to dete the PDF index log file and index folder (leaving the .pdx file), then run Acrobat with a BPDX file to rebuild the search index. This has worked perfectly for a year or more. The last successful run was Tuesday 18 October. Since then the log file shows the process hangs at the step of running Acrobat with the BPDX file.
I've checked and confirmed that all required files and folders are present and correct.
If I manually build the index by selecting Index from the Tools pane, click Full Text Index with Catalog, open the existing index definition file and click Build, the index is built with no errors.
As an experiment, if I open a Command Prompt and enter:
"C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\Acrobat.exe" C:\Flare Tools\PDFIndex.bpdx
the Acrobat starts and displays an Information message "There was an error opening this document. This file cannot be found." followed by a Critical message "C:\Flare Tools\Tools\PDFIndex.bpdx could not be opened for reading". So Acrobat has munged the path to the BPDX file (it is C:\Flare Tools\PDFIndex.bpdx), presumably because it contains spaces.
If I then run Acrobat with the proper quoting:
"C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\Acrobat.exe" "C:\Flare Tools\PDFIndex.bpdx"
Acrobat starts, there is no error message, but nothing happens. The index folder and log file do not appear in the folder where they should be.
If I then try to manually build the index (as described above), Catalog runs but displays the error "Could not open document: <document-name>" for every file that it should be indexing.
If I then double-click on one of the PDF files in Windows Explorer, Acrobat opens the PDF file without error.
If I then try to manually build the index (as described above), everything works as it should.
