Welcome to MSDN Blogs Sign in | Join | Help

A Freaky Microsoft Dynamics CRM Blog

Live and direct from California!

News

  • This posting is provided "AS IS" with no warranties, and confers no rights. The opinions expressed within are my own and should not be attributed to Microsoft.
Error: 0x80048298

I have seen some weird error codes when installing or configuring Microsoft Dynamics CRM 3.0, but there is always room for a new one. Krzysiek recently left a comment on http://blogs.msdn.com/mscrmfreak/archive/2006/04/07/570638.aspx and said he is encountering an error when he creates his reports in VisualStudio 2005 Business Intelligence Projects and uploads them to an existing Microsoft Dynamics CRM server.

Error number: 0x80048298

information:
[CrmException: Zgłoszono wyjątek typu Microsoft.Crm.CrmException.]Microsoft.Crm.Application.Platform.Report.InternalCreate(String xml) +721 Microsoft.Crm.Application.Platform.Report.InternalCreateAndRetrieve(String xml, String columnSet) +9 Microsoft.Crm.Application.Platform.Entity.CreateAndRetrieve(String columnSet) +131 Microsoft.Crm.Application.Forms.AppForm.RaiseDataEvent(FormEventId eventId) +286 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() +202 Microsoft.Crm.Application.Controls.AppPage.OnPreRender(EventArgs e) +30 System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Page.ProcessRequestMain() +1499

Error 0x80048298 occurs typically when the CRMApplicationPool's identity does not have enough privileges on the SQL Reporting Server's manager web site. In short; the solution would be to grant the proper privileges.

  1. Navigate to the IIS management console and identify the CRMApplicationPool's identity. By default the identity is set as Network Service.
  2. Open the SRS web site:http://servername/reports
  3. Select the link for the Microsoft CRM Organization name ->> click Properties ->> click Security ->> click New Role Assignment ->> NT AUTHORITY\NETWORK SERVICE or the identity identified in step 1 ->> add the Role 'Publisher for Microsoft CRM'.

Comments

mike said:

Thanks for you reply..

I tried to execute your steps but i am not able to browse the SRS web site:http://192.168.10.202/reports

I am able to browse the http://192.168.10.202/reportserver

Please help

# September 7, 2007 7:17 AM

mennotk said:

Mike, I am guessing your SRS server is not set up correctly. What I would advise you is to open up the SQL Reporting Services configurator on your server and make sure everything is configured and running. Also make sure you check all the accounts and permissions used on the machine to start services....

# September 7, 2007 2:24 PM

Maria said:

Hi Mennotk,

I get a similar exception, but not quite. The stacktrace is

[CrmException: Exception of type Microsoft.Crm.CrmException was thrown.]

Microsoft.Crm.Application.Platform.Report.InternalCreate(String xml) +722

  Microsoft.Crm.Application.Platform.Entity.Create() +109

Microsoft.Crm.Application.Forms.AppForm.RaiseDataEvent(FormEventId eventId) +408

Microsoft.Crm.Application.Forms.EndUserForm.Initialize(Entity entity) +57

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

Unfortunately the solution you provided isn't relevant here as it's already set up correctly. I was able to upload other reports without problems, but this one causes problems. Do you have any advice I might try?

Thanks!

# September 27, 2007 5:26 AM
Anonymous comments are disabled
Page view tracker