J'ai installé CRM 3.0 mais un souci avec les rapports. Au début lorsque je lançais CRM (donc par http://MonServeurCRM/) et que je cliquais sur Rapports dans le menu de gauche, j'avais une erreur qui me disait :
- Code: Tout sélectionner
Une erreur s'est produite. Veuillez contacter votre administrateur système.
Ensuite, on m'a répondu dans un forum de modifier le paramètre DevErrors à Off =>
- Code: Tout sélectionner
<add key="DevErrors" value="Off"/>
La page s'affiche maintenant mais je ne peux pas ajouter de rapport, si j'essaye d'en ajouter un, j'ai cette erreur :
- Code: Tout sélectionner
Une exception de type Microsoft.Crm.CrmException a été levée.
Trace de la pile :
- Code: Tout sélectionner
[CrmException: Une exception de type Microsoft.Crm.CrmException a été levée.]
Microsoft.Crm.Application.Platform.Report.InternalCreate(String xml) +722
Microsoft.Crm.Application.Platform.Entity.Create() +109
Microsoft.Crm.Application.Forms.AppForm.RaiseDataEvent(FormEventId
eventId) +405
Microsoft.Crm.Application.Forms.EndUserForm.Initialize(Entity entity) +56
Microsoft.Crm.Application.Forms.EndUserForm.Execute(Entity entity) +13
Microsoft.Crm.Web.Tools.ReportProperty.ReportPropertyPage.ConfigureForm()
+208
Microsoft.Crm.Application.Controls.AppPage.OnPreRender(EventArgs e) +30
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Page.ProcessRequestMain() +1499
Error Number : 0x80048298
Request URL : http://MonServeurCRM/CRMReports/reportproperty.aspx
Et si je tente d'afficher la page http://MonServeurCRM/repports, la page s'affiche mais j'ai cette erreur :
- Code: Tout sélectionner
Sur la page 1 :
Microsoft CRM Unhandled Error Details:
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String
requestType, String path, String pathTranslated, Boolean useAppConfig) at
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
Sur la page 2 :
Microsoft CRM Application Error Report:
Error Description:
C:\Inetpub\CRM\reports\Pages\Folder.aspx
Error Details:
Une exception de type System.Web.HttpException a été levée.
Error Number:
Source File:
Not available
Line Number:
Not available
Request URL:
https://MonServeurCRM/reports/Pages/Folder.aspx
Comment puis-je régler cela ?
Merci d'avance de votre aide.



