Quote Originally Posted by mdlc View Post
Hi,
We have a webapp (version: 19.1), it is working on another server and my local machiine.

But on one machine:
When I try to click on the button that creates a pdf on a folder, the following error is returned:
"Server returned HTTP error 500
"Error: 5122"

Also, the pdf file was not even created in the "reports/cache' folder...

the error occurs on this line: "Send ExportReport of hoReport C_drPDF sPath"
and i used bIsAllowedDownloadFolder to check if the path has been registered.


windows error log:
"Faulting application name: WebApp.exe, version: 0.0.0.0, time stamp: 0x5c62a30eFaulting module name: DATAFL~1.OCX, version: 5.0.1.9585, time stamp: 0x5768143f
Exception code: 0xc0000005
Fault offset: 0x000d77a6
Faulting process id: 0x1f84
Faulting application start time: 0x01d88f3eaac43706
Faulting application path: C:\FocusDrivers\Programs\WebApp.exe
Faulting module path: c:\FOFWHSE\Data\DATAFL~1.OCX <------------------- Active X control seems to be the problem, not sure what to do here
Report Id: 7b91a4a4-fb32-11ec-80e7-00155d00ca06
Faulting package full name:
Faulting package-relative application ID: "



I set everything to match the settings in the other servers/machines. but this one just return an error.

thanks for any help.
martin
anybody can help, please?