Click to See Complete Forum and Search --> : Viewer Not Rendering Page


praveenvvn
September 9th, 2004, 08:19 AM
Hi,

The issue is on my client's computer and not on my development machine. There were a series of errors, but the last one that am stuck still is getting difficult to resolve.

1) Initially I had a wrong version of crystaldecisions on the machine, later using merge modules I deployed the correct version.

2) Then there was a access denied error to dynamic_images. even if i gave full permission to aspnet_wp & iusr_machine, it still showed that error. I was told to create a registry key, which i did. Following that i created the folder by name dynamic_images under viewers directory, it somehow did not appear to show that error anymore

3) Now i constantly get "failed to render page" error. crystaldecisions site says, if you have a image embedded in .rpt file then permissions issue will be the case. I have a logo in the .rpt file.

So i followed their steps by
a) changing username="system" from "machine" in machine.config
b) making the crystalreportviewer folder under inetpub/wwwroot as a virtual directory
c) giving full access to aspnet_wp to all the possible temp folders that i could locate in the client's c, d, e drives
d) I reset the IIS too

None of the above helped me solve the issue.

I also tried overriding web.config of the application by including the key <identity impersonate="false">. This too doesn't work.

One more point i heard was in case the resultset from the DB is nothing, then this error might occur. But there's no way to get to such a situation, because am quering the master records, which is populated by default. But i still have the "suppress print in case of blank records" enabled in the .rpt file.

Now i feel like am in the middle of nowhere.

Any guidance on this will be much appreciated.

TIA
Praveen