Giter VIP home page Giter VIP logo

Comments (11)

svillama avatar svillama commented on May 27, 2024

Hi - I got this error.
Microsoft.Reporting.WinForms.ReportServerException
An error has occurred during report processing. (rsProcessingAborted)

Stack Trace:
at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)


Microsoft.Reporting.WinForms.ReportServerException
Query execution failed for dataset 'SQLProductInfo'. (rsErrorExecutingCommand)

Stack Trace:
at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)


Microsoft.Reporting.WinForms.ReportServerException
For more information about this error navigate to the report server on the local server machine, or enable remote errors

Stack Trace:
at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)


from sccm-zone.com.

Ioan-Popovici avatar Ioan-Popovici commented on May 27, 2024

@svillama please use the newest version of the report v2.6.5. The extension and definitions for version v2.6.4 were not tested and were incorrect.
I’ve updated the definitions, extensions and report today.

from sccm-zone.com.

Ioan-Popovici avatar Ioan-Popovici commented on May 27, 2024

@ramg1967 What version of SCCM are you using? The "dbo.fn_rbac_GetAdminIDsfromUserSIDs" is an essential function and it's available from SCCM 2012 R2

from sccm-zone.com.

ramg1967 avatar ramg1967 commented on May 27, 2024

@Ioan-Popovici - CB1910

from sccm-zone.com.

Ioan-Popovici avatar Ioan-Popovici commented on May 27, 2024

@ramg1967
Modify the code below at 'YOUR_SITE_CODE' with your site code, run it in SSMS (SQL Server Management Studio) and post the results here.

USE CM_YOUR_SITE_CODE
SELECT *
	FROM    dbo.sysobjects
	WHERE   id = OBJECT_ID(N'[dbo].[fn_rbac_GetAdminIDsfromUserSIDs]')

from sccm-zone.com.

ramg1967 avatar ramg1967 commented on May 27, 2024

Query completed successfully.
fn_rbac_GetAdminIDsfromUserSIDs 709681676 FN 1 0 0 0 0 0 2019-01-06 16:25:24.457 0 0 0 FN 0 0 0 2019-01-06 16:25:24.457 0 0 0 0 0 0 0

from sccm-zone.com.

Ioan-Popovici avatar Ioan-Popovici commented on May 27, 2024

Are any of the pre-installed reports working? All of them use this function in this exact form.

from sccm-zone.com.

ramg1967 avatar ramg1967 commented on May 27, 2024

from sccm-zone.com.

Ioan-Popovici avatar Ioan-Popovici commented on May 27, 2024

I can't see the image but I presume it's working.

Is the CM_DB SQL server different from the SSRS DB Server?

from sccm-zone.com.

Ioan-Popovici avatar Ioan-Popovici commented on May 27, 2024

Please join this discord server it's easier to communicate
https://discord.gg/PWwVMe

from sccm-zone.com.

Ioan-Popovici avatar Ioan-Popovici commented on May 27, 2024

Closing due inactivity, please reopen if you have more info

from sccm-zone.com.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.