VSI-1181 NOTE: This ONLY affects R9 and R10. When the DBPDF.exe process is ran, the 'run' of documents is extracted by the X3 printserver and placed in the c:\temp folder on the apps server in the form of a single PDF. When found, this PDF is chopped up into it's component documents, dbpdf.def then distributes them accordingly and finally archives them. When chopped, the individual PDF / tag files are temporarily stored in the \v1\dbpdf folder as 0001.pdf / 0001.tag - 0002.pdf / 0002.tag - 0003.pdf / 0003.tag etc ... files. As they are overwritten each time a run takes place, this means if 2 users fire the AUTO report at exactly the same time, there is a risk the documents can be mixed up and distributed to the wrong receipients. To mitigate this, (and because a user is unlikely to log in to multiple X3 workstations), the chopped files need to be prepended to be USERNAME.0001.pdf / USERNAME.0001.tag etc... Meaning it is impossible to get mixed up documents as the 'run' will be unique for that user: Assumptions: - EDM is installed to the C:\V1 directory on the application server. 1. Navigate to C:\V1\DbPDF 2. Take a backup C:\V1\DbPDF\RunPDF.bat 3. Edit C:\V1\DbPDF\RunPDF.bat (preferably in a text editor such as Notepad++) 4. Find the line: -out c:\v1\dbpdf\##.pdf And change it to read: -out c:\v1\dbpdf\%2.##.pdf 5. Save C:\V1\DbPDF\RunPDF.bat