Where is the data that tells distribution that a file is up to date and does not need to be processe


 Product(s):ProjectWise Integration Server
 Version(s):08.11.11.111
 Area: ProjectWise Automation Service
 Subarea: MISC
 Original Author:Dana Guthrie, Bentley Technical Support Group

Problem

Where is the data that tells distribution that a file is up to date and does not need to be processed again?

User recreated the OF database and is now recreating all the distribution jobs.
When he runs the job it processes every file. He was hoping it would only process what needed updated. Where is the information for what needs to be updated stored? In the OF database or Datasource database.

Product: ProjectWise Server V8i
Version: 08.11.11.111
Area: Distribution Services, Problem ID#: 84894, GENERALINFORMATION

Solution

There is a job ID but all the info gets stored in the distributions workdir.
When a job runs, the file gets copied to the workdir\job ID folder, and information about the file is retained there, when you run the job again a checksum is run on the file to see if there is a change and if not, the file does not get processed.

Note: Doing a reset on the job will cause the job to run full no matter what the checksum is. And also clearing cache in disk usage in OF admin will cause the full run as well.

A newly created job will get a new ID, hence a new folder, first run will always process every file.