Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When users attempt to move a document to a different archive or to an inbox, they get the message “Documents pending PDF conversion or workflow action are not available for this operation.”

Image Removed

Image AddedCause

This can happen when the Content Search service is not running as the Application Pool user. You should always be running Content Search as your App Pool user to prevent this from happening. However, even after switching to the App Pool user, stuck documents will remain stuck in PDF Pending until manually removed. Follow the directions below to remedy this.

...

In SQL, there will be a large number of records in the PdfPending table under the customer’s GlobalSearch database:


 


To determine if these documents are actually waiting to be processed or not, check the message queue for ss_fulltext in computer or server management. If you see messages queued in Message Queuing\Private Queues\ss_fulltext\Queue messages, make sure the ssContentSearch service is running before proceeding:

 


If no queued messages are found and if the ssContentSearch service is running, proceed to the next step.

...

Note: always perform a FULL backup.

...


After the backup has been created, run the following command – be sure that the customer’s GlobalSearch database is selected:

...