A family of Microsoft relational database management systems designed for ease of use.
Milestone achieved! Thanks a lot.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Create PDF in accdb is no problem.
Create PDF in accde crashes after 10 minutes.
Command: DoCmd.OutputTo acOutputReport, , acFormatPDF, strOutputFile, False, , , acExportQualityPrint
At first the DoCmd.OutputTo method runs fine.
But if you do 10 minutes nothing (only opened) and then you try to run DoCmd.OutputTo again, access crashes without error.
It seems like a timer-problem, but there is no timer.
Only by acFormatPDF and only with accde. In a accdb-file all is fine.
It is not a problem of the PDF-Software. I checked several PDF-Software-Products. Additional: Parameter Autostart is false.
So the PDF-Software should do no matter.
It is not a Problem of anti-virus-Software. I checked it also without any anti-virus-Software.
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Milestone achieved! Thanks a lot.
Hello,
I wanted to let you all know that we are taking a look at addressing this issue. Please see the request on our UserVoice site: https://access.uservoice.com/forums/319956-access-desktop-application/suggestions/11678409-docmd-outputto-acoutputreport-acformatpdf-c
Mike
Thanks a lot in advance.
May this issue soon be solved with a Access 2016 runtime update.
When i read about this 8 minute issue, i thought this is a joke.
but then i stopped time on my application. and gues what:
8 Minutes and it crashes.
1st: that is some of the more weird bugs (not the most weird) i have ever seen
2nd:
More than one year this is a known issue?
Seriously Microsoft, how can you waste so much time without solving this bug?
If the source would be public available, someone could fix it.
Thank you assembler_x64 for running the test that you did and posting your findings.
I agree, an 8 minute threshold makes it a "weird bug". But, it is weirder still in that, if you have the Office365 version of Access2016, the threshold is 80 minutes!
From my March 9th, 2017 post:
"Happens for Office365 version of Access2016 as well as MSI Volume License of Access2016. However, the "time limit" required for a crash to occur differs! 8 minutes for MSI, 80 minutes for Office365. Yes, the crash threshold differs by a factor of 10! "
I do hope Microsoft fixes this bug.
Alex_891