cancel
Showing results for 
Search instead for 
Did you mean: 

Crystalreport viewer toolbar images are missing so as export & print func

Former Member
0 Kudos

I used Crystal report 10.5(VS 2008 base crystal report -- CRRedist2008_x86.msi), I build the solution and deployed it using Share Point 2007.I created a web part for the crystal reports. when i open the web part page on browser the images are missing so as export and print functions.

I went to view source to figure out, from where crystal report viewer takes reference for all this.

I found that it takes reference from virtual directory /aspnet_client/system_web/2_0_50727/...

I tried to download the image using this path http://domain/aspnet_client/system_web/2_0_50727/CrystalReportWebFormViewer4/images/toolbar/first.gi... it gives me forbidden error message but if use http://domain/pages/aspnet_client/system_web/2_0_50727/CrystalReportWebFormViewer4/images/toolbar/fi... i am able to download the image.

Crystal report viewer page navigation is also not working after second page.I can't bind the crystal report on Page_Init event as i have to pass some parameter to it.

I don't know this is because we are running our application using share point or something else.

PS:

1.it's a web application.

2.OS is windows server 2008,

3.IIS7.

4.Share Point 2007

Any help in resolving this issue would be greatly appreciated.

Regards

Muthuraj

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

see if [this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50aa68c0-82dd-2b10-42bf-e5502b45cd3a] article will help.

Ludek

Follow us on Twitter http://twitter.com/SAPCRNetSup

Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Former Member
0 Kudos

Hi Ludek,

I tried everything but still no success. The crystal report viewer is working fine if run this as a separate web site. Problem is with when we integrate this with SP.

Crystal Report Problem in my .NET Web site.

No I am facing navigation problem in crystal report viewer.

former_member183750
Active Contributor
0 Kudos

Perhaps an http sniffing utility like [Charles|http://www.charlesproxy.com/] or [Fiddler|http://www.fiddlertool.com/fiddler/] will tell you fing out what is happening with the image requests.

- Ludek

Former Member
0 Kudos

Now everything is working fine except when i click export or print it gives the below error message "Access to report file denied. Another program may be using it."

Please help me to solve this problem. I am using separate folder to store rpt file as it was giving load report failed error if i use windows temp folder. It was working fine in a stand alone Web Site.

Regards,

Muthuraj C.

former_member183750
Active Contributor
0 Kudos

I'd take the error at face value; Access denied.

Make sure the worker process has read \ write permissions to the temp folder where the temporary copies of the report are being written to. Use Process Monitor to find out what folder this is.

- Ludek

Answers (0)