Reputation: 3912
While exporting crystal report to Excel or Word , getting the error
CRAXDRT Error Occured on Server. 70 : Permission denied
I'm using Crystal Report 8 and Windows Server 2003 and IIS 6.0 V. Please help me to resolve this, I'm in critical situation.
Thanks.
Upvotes: 2
Views: 2898
Reputation: 352
Yes "Marcos Brigante" answer did worked for me too.. However when I look at my machine I did not see any library component already configured as said in step 1. The machine configuration was exactly simlar to this and the error was identical too. So since there is no other way to go I went ahead starting form step 2.
Once you did all these, the report stop generating. The report panel start showing with all the buttons but report was blank. Then when I try to export the blank report it worked and didn't give the error we had before..
So seeing some light.. I did few more stuff..
Then you will get your reports to work.. so try this if you don't see anything on the COM + section
Upvotes: 0
Reputation: 1000
We had this problem here at my company for a long time. It is a COM+ configuration issue. We solved it using these steps:
1 - Find the COM+ package where the components 'CREmfgen.CREmfgen.1' and 'CrystalRuntime.Application.8' are installed; Check that the package is configured as 'Library'. Remove both components from the package.
2 - Create a new package, configured as 'Server';
3 - Uncheck 'enforce access checks for this application'.
4 - Add the components 'CREmfgen.CREmfgen.1' and 'CrystalRuntime.Application.8' to the package you've just created. The paths are (usually):
C:\Program Files\Seagate Software\Shared\Emfgen.dll
C:\Program Files\Seagate Software\Report Designer Component\craxdrt.dll
Hope this helps.
Upvotes: 2