Crystal Report : Fail to Render Page

G

Guest

Hello All
We have application here. That utilizes the CrsytalReport.net. We have initial version installed on Production server where all report pages opening fine. Now we have added some changes apart from report and compiled soluion and put that code on production first page of report gives error 'Fail to render page.' Root cause i found out i.e. because of image on that page but other pages work fine as there are no images on that. But if we copy our old version with crystal report it do show the report i.e. first page. All theses new/old report work fine on development. Is there any reason why it is not working? I also verified the permission for ASP.net user on viewers directory....

Any body having clue most welcomed

Thanks in advanc

Regard
Pramod
 
A

AK

That is how solved the problem. I got this problem on Windows 2003.
I searched dynamic_image folder and found it under
c:\windows\system32\inetsrv\dynamic_images which is used by crystal
report engine to store chart images. I assigned Write provilages on
this folder for Network Service user (This user is used by ASP .net
worker process on windows 2003).
Also create CrystalReportWebFormViewer virtual folder under site root
and dynamic_images virtual_folder under this if these folders do not
already exists.
 
A

AK

That is how solved the problem. I got this problem on Windows 2003.
I searched dynamic_image folder and found it under
c:\windows\system32\inetsrv\dynamic_images which is used by crystal
report engine to store chart images. I assigned Write provilages on
this folder for Network Service user (This user is used by ASP .net
worker process on windows 2003).
Also create CrystalReportWebFormViewer virtual folder under site root
and dynamic_images virtual_folder under this if these folders do not
already exists.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top