I deployed an asp.net web application to plesk control panel server. On there the crystal report files are throughing "Load report failed' error. But the application is working in the local machine iis and server 2003 machine.
Did you deploy all of the necessary Crystal Reports DLLs in your bin folder? Most ISPs will not have Crystal Reports within their GAC, so you will need to deploy your DLLs with your web application.
Christopher Reed, MCT, MCPD, MCTS, Microsoft Specialist, MTA
"The oxen are slow, but the earth is patient."
How did you host this crystal report? Did you have a full access to the server? If you do, please make sure you check the crystal report version installed on the server is the same with the one you use on your code.
Please keep me posted of any progress you made :-)
I solved the Issue.. In plesk control panel the application pool wiil default taken as "iwpd" user. so we need to give the permission to iwpd user or change the applicaton pool user to network services and give fuul permission
Thanks & Regards
Marked as answer by abdu001 on Sep 30, 2011 05:35 AM
abdu001
Member
38 Points
28 Posts
Crystal Reprt - Load Report Failed on plesk control panel
Sep 15, 2011 02:38 PM|LINK
Hi,
I deployed an asp.net web application to plesk control panel server. On there the crystal report files are throughing "Load report failed' error. But the application is working in the local machine iis and server 2003 machine.
Please reply
Careed
All-Star
18774 Points
3637 Posts
Re: Crystal Reprt - Load Report Failed on plesk control panel
Sep 15, 2011 02:42 PM|LINK
Did you deploy all of the necessary Crystal Reports DLLs in your bin folder? Most ISPs will not have Crystal Reports within their GAC, so you will need to deploy your DLLs with your web application.
"The oxen are slow, but the earth is patient."
necro_mancer
Star
8089 Points
1590 Posts
Re: Crystal Reprt - Load Report Failed on plesk control panel
Sep 16, 2011 11:36 AM|LINK
hi abdyu001,
How did you host this crystal report? Did you have a full access to the server? If you do, please make sure you check the crystal report version installed on the server is the same with the one you use on your code.
Please keep me posted of any progress you made :-)
Professional SQL 2008 R2 Service
abdu001
Member
38 Points
28 Posts
Re: Crystal Reprt - Load Report Failed on plesk control panel
Sep 30, 2011 05:35 AM|LINK
I solved the Issue.. In plesk control panel the application pool wiil default taken as "iwpd" user. so we need to give the permission to iwpd user or change the applicaton pool user to network services and give fuul permission
trademark394...
Member
4 Points
2 Posts
Re: Crystal Reprt - Load Report Failed on plesk control panel
Dec 21, 2012 12:43 PM|LINK
Can you please describe where you needed to give permissions for the iwpd? I prefer not to change the appliction pool if possible.
necro_mancer
Star
8089 Points
1590 Posts
Re: Crystal Reprt - Load Report Failed on plesk control panel
Dec 26, 2012 04:38 AM|LINK
on the Windows Explorer, navigate to your folder and right-click -> Properties.
Please look for the IWPD user and please give the full permission
Professional SQL 2008 R2 Service
trademark394...
Member
4 Points
2 Posts
Re: Crystal Reprt - Load Report Failed on plesk control panel
Dec 27, 2012 09:48 PM|LINK
Again, where? On the folder where the site is? or on the folder where the crystal files are stored?