Hi we have an intermitent problem, it hapen abouth once a week and from different process.
When this happen we only have to reprocess the file again, it just anoying.
it look like the Digital Action in order to create the PDF it first create the PDF in a temporary folder then move it to the folder specified.
But Sometime it's like planetwatch try to move the file before the file is fully completed.
it is not a huge file : 89.5 KB (91,662 bytes) we have smaller and lagrer who process without any problem and has I said if I put the capture file into the capture folder it process without any problem.
here the logs
DEBUG: Starting plugin Digital Action - 11:40:32 DEBUG: Archive folder and filename: %{pdfpath}\20%{year}\%{custno}\%{custno}_return_%{line}_20%{year}_%{authno}.pdf DEBUG: Parsed archive folder and filename: \\SRV01\DFS\General\Annual Return\2011\1518\1518_return_2011_2357.pdf DEBUG: Archive Folder: \\SRV01\DFS\General\Annual Return\2011\1518\ DEBUG: Filename: 1518_return_2011_2357.pdf DEBUG: Generating an Optimized PostScript Stream job. DEBUG: Initializing state... DEBUG: Loading data file C:\Documents and Settings\All Users\Application Data\Objectif Lune\PlanetPress Suite 7\PlanetPress Watch\Spool\104.tmp\job00ZG0I45VTUYL3336007B6.dat... DEBUG: Initializing document RETURN_O.ptk... DEBUG: Setting global variables... DEBUG: Producing an Optimized PostScript document... INFO : Initializing PlanetPress Alambic INFO : Ripping file C:\Documents and Settings\All Users\Application Data\Objectif Lune\PlanetPress Suite 7\PlanetPress Watch\Spool\104.tmp\dig36007D5.ps to C:\Documents and Settings\All Users\Application Data\Objectif Lune\PlanetPress Suite 7\PlanetPress Watch\Spool\104.tmp\1518_return_2011_2357.pdf DEBUG: Ripping successful : C:\Documents and Settings\All Users\Application Data\Objectif Lune\PlanetPress Suite 7\PlanetPress Watch\Spool\104.tmp\1518_return_2011_2357.pdf ERROR: W3650 : Error moving file from the temporary folder: Error moving digital file.: Error code 32: The process cannot access the file because it is being used by another process. ERROR: Digital Action: W1603 : Plugin failed - 11:40:43
INFO : File sent to error bin process Error_return_crtpdf_VADO DEBUG: W1602 : Stopping execution of process WPROC: RETURN_1_VADO complete - 11:40:43
It could be difficult to troubleshoot if it's intermittent, but one thing you could try is maybe instead of using Digital Action, make a branch, and send to a PlanetPress Image output? Or, if you have Office or Production, try Create PDF instead, and see if that works better.
Have you had any luck with what Raphaël suggested?
I do have a few questions of my own.
What version of Planet Press are you using?
Do you use any self replicating processes? (7.2.x or higher)
And could you please give us a bit more details about the actual hardware of the Planet Press server.
I also ran into a very similar issue with a customer, it seems his anti-virus was locking up files for a fraction of a second just when PlanetPress was trying to move them.
Raphael I have a question about PlanetPress Image output
I remember having a problem once using something like Planetpress Image but im not sure it was This.
The problem was that the process who created the pdf was running like a stand alone process, in clear during the pdf creation the rest of the process was continuing.
So if we have a process who create a pdf and then move it somewhere else whe it was moving the PDF it was not completed.
This is why we decided to use the digital plugin because the process wait for the digital plugin action complete before continuing the process.
Indeed, the Digital Action will wait until it's finished before moving to the next action, whereas Image is an independant service, so that's why when using Image, the process was continuing it's run while the pdf files were being made.
Hi Raphael so If i understand If I use image the problem will be worst
Update : After deleting one process and recreated it I still have the same error : ERROR: W3650 : Error moving file from the temporary folder: Error moving digital file.: Error code 32: The process cannot access the file because it is being used by another process. ERROR: Digital Action: W1603 : Plugin failed - 13:40:45
What I find strange it the new process was recreated last week by copying a process that dont give error.
#37111 - 09/06/1102:18 PMRe: Error in creating PDF
[Re: Alain B]
Marc-André
Unregistered
Hi Alain,
Are you using the same form for multiple processes?
If so - It would be worth a try to save the form under a different name and using that new form on that process only and see if you have the same issue.
Could be because another process is trying to use the same form at the same time.