Hi all,
I have an Access program that export report to PDF for distribution using the below command and the job should finish within 10 mins.
I've setup this as batch job in another machine and will auto run every day.
Two months ago, this program started to run extremely slow, I see every PDF generation is around 3 mins, and my program take 3 hours to run.
As the batch job machine usually is locked, when I login to that machine and see what happened, I see the PDF now generate at normal speed and the job completed as usual.
I've tried to search this problem and seems it is a bug in recent update of MSAccess.
As I've no control on the version update, may I know if there is any workaround to resolve this problem? The only thing I can do now is to login that batch machine every day and let it run faster.
Thanks!
I have an Access program that export report to PDF for distribution using the below command and the job should finish within 10 mins.
Code:
DoCmd.OutputTo acOutputReport, "rpt_xxx_Report", acFormatPDF
I've setup this as batch job in another machine and will auto run every day.
Two months ago, this program started to run extremely slow, I see every PDF generation is around 3 mins, and my program take 3 hours to run.
As the batch job machine usually is locked, when I login to that machine and see what happened, I see the PDF now generate at normal speed and the job completed as usual.
I've tried to search this problem and seems it is a bug in recent update of MSAccess.
As I've no control on the version update, may I know if there is any workaround to resolve this problem? The only thing I can do now is to login that batch machine every day and let it run faster.
Thanks!