Access to SCCM Reporting service without Console access.

Hi,
Is there any way to give a AD Group or a user rights to run reports without giving access to open the sccm console?
Regards,
B

It seems like this guides is not valid because the user can run the reports but not able to see any data. This is discussed in posts also. We need to remove the Access to the console, run reports and also see data.
Exactly what rights did you give you security role?
Garth Jones | My blogs: Enhansoft and
Old Blog site | Twitter:
@GarthMJ

Similar Messages

  • Reporting Services 2008 - Anonymous Access

    Hello,
    In SSRS 2005 I was able to grant anonymous access to my reports by changing the authentication mode for the Reporting Services virtual directory in IIS to Anonymous and then adding the 'account used for anonymous access' to the permissions on the appropriate Reporting Services directories (in report manager).
    Now with SSRS 2008 there are no virtual directories in IIS.
    I tried to follow the instructions given:
    http://technet.microsoft.com/en-us/library/cc281310.aspx (Authentication Types in Reporting Services)
    Which instructed me to use the custom AuthenticationType, and following the instructions here:
    http://technet.microsoft.com/en-us/library/cc281383.aspx (How to: Configure Custom or Forms Authentication in Reporting Services)
    which just got me an error:
    The Authentication Extension threw an unexpected exception or returned a value that is not valid: . (rsAuthenticationExtensionError) Get Online Help
    For more information about this error navigate to the report server on the local server machine, or enable remote errors
    Any ideas on how to set up anonymous access to SSRS2008?
    Thanks for any time and help!
    -Tim

    JC,
    I check the solution on net and get following:
    First create a class called ReportServerCredentials that implements the IReportServerCredentials interface.  You will need to import System.Net and Microsoft.Reporting.WebForms to this class.  Overload the New and GetFormsCredentials methods and the NetworkCredentials and ImpersonationUser properties.  Here's a class that I use:
    Imports Microsoft.VisualBasic
    Imports Microsoft.Reporting.WebForms
    Imports System.Net
    Public Class ReportServerCredentials
        Implements IReportServerCredentials
        Private _userName As String
        Private _password As String
        Private _domain As String
        Public Sub New(ByVal userName As String, ByVal password As String, ByVal domain As String)
            _userName = userName
            _password = password
            _domain = domain
        End Sub
        Public ReadOnly Property ImpersonationUser() As System.Security.Principal.WindowsIdentity Implements Microsoft.Reporting.WebForms.IReportServerCredentials.ImpersonationUser
            Get
                Return Nothing
            End Get
        End Property
        Public ReadOnly Property NetworkCredentials() As ICredentials Implements Microsoft.Reporting.WebForms.IReportServerCredentials.NetworkCredentials
            Get
                Return New NetworkCredential(_userName, _password, _domain)
            End Get
        End Property
        Public Function GetFormsCredentials(ByRef authCookie As System.Net.Cookie, ByRef userName As String, ByRef password As String, ByRef authority As String) As Boolean Implements Microsoft.Reporting.WebForms.IReportServerCredentials.GetFormsCredentials
            userName = _userName
            password = _password
            authority = _domain
            Return Nothing
        End Function
    End Class
    Next, in the OnLoad of your page with the ReportViewer control, create a new instance of your ReportServerCredentials (I use values stored in AppSettings).  Then assign your object to the ReportViewer control's ServerReport.ReportServerCredentials property. 
    Dim cred As New ReportServerCredentials(ConfigurationManager.AppSettings("MyStoredUser"),_
        ConfigurationManager.AppSettings("MyStoredPassword"), _
        ConfigurationManager.AppSettings("MyStoredDomain"))
        MyReportViewerControl.ServerReport.ReportServerCredentials = cred
    I try it but get following error
    Compiler Error Message: BC30002: Type 'IReportServerCredentials' is not defined.
    Do you think it is a possible way for Reporting Service 2008? if yes, what lead to the error? thanks in advance.

  • Reporting Services Indicators Problem Accessing Reportitems

    Hi I have indicator arrows which work fine inside Visual Studio but when I deploy them and view them in a browser they always sit on "Yellow". The arrows use ReportItems!textbox...value as the value. I am using the textbox because I am calculating
    the difference between months and storing this in a textbox. The data is from analysis services so alternative would be MDX to add a field to my dataset (my MDX is very limited).

    Hi darkdusky,
    Based on my understanding, you use ReportItems in indicator value expression to design indicator arrows in BIDS. The indicator arrows work fine in BIDS, however, after you deploy the report to Report Manager, all indicator arrows show as “Yellow” indicator
    arrows.
    In Reporting Service, ReportItems is supported to get values in indicator value expression. Generally, we suppose get same results both in BIDS and Report Manager environment. As we tested in our environment, we use ReportItems to create indicator arrows. 
    Both in BIDS and Report Manager environment, indicator arrows show the same results.  Please refer to screenshots below:
    For yourself troubleshooting, you can create a new column next to the indicator column, fill in indicator value expression in this column. Then check if correct indicator arrows are displayed based on the output value of this column. Please also check if
    the indicator expression and indicator states are correct in Indicator Properties. If possible, please provide some screenshots, such as report presenting results both in BIDS and Report Manager environment, indicator value expression and report design. It
    may help us find out the root cause of your issue. Thank you.
    Best regards,
    Qiuyun Yu

  • Data Source security settings are revert back after correct it !! (SCCM Reporting Services Point)

    I have a strange situation here: SCCM 2012 SP1 and all components are OK and running smoothly BUT all reports report the error:
    An error has occurred during report processing. (rsProcessingAborted)
    Cannot impersonate user for data source 'DataSource2'. (rsErrorImpersonatingUser)
    Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
    Object reference not set to an instance of an object.
    I correct the password and click test connection and it is successful ...few seconds the setting revert back and if I change the settings totally it reverts back to as if something prevent it from change !!
    the strange thing that I tried to remove the reporting services point from the site server and the reports worked well and the setting not change
    what make the settings of the data source created by sccm 2012 reporting services point revert back preventing the report from running
    by the way all authentication and permissions are given to the account that running reports and connects to the database
    help me finding solutions and thanks for all great experts here
    Hossam Wael Elmosallamy (IT Support Engineer-ECC Solutions) MCSE - CCNA [email protected] Mobile:(011)-49464671 www.eccsolutions.net "Experience Reliability"

    I am also experiencing this issue.  I have tried modifying the Data Source credentials directly from the data source configuration on our SSRS web site.  I have also tried changing it from the CM12 Console under the Reporting services
    point, specifically the Reporting Services Point Account.  No matter how many times I change it, it will revert back to an account we don't want it conifigured for any longer.
    Mucking around in the registry, I found the following keys that seem to reference the configuration:
    HKLM\Software\Microsoft\SMS\SRSRP
    HKLM\Software\Microsoft\SMS\SRSRP\Datasource
    It appears as though the Datasource key contains the configuration under two String Values:
    Reserved 1 = User name
    Reserved 2 = guessing encrypted hash of password
    Doesn't seem like it is even an option to change the configuration here, but at least this is some more info.
    Any help on this would be great... until then, I will keep digging.

  • Accessing blobs in private container without Shared Access Secret key

    Is there any way to access blobs in private blob container without Shared Access Secret key ? i mean any User / Role based security or domain level security i.e only our domain should be able to access blobs in private container etc.
    Actually i don't want to append SAS key after each blob url to access it, i want my container to be private and also i want to access each blob in that container without SAS key
    any way currently available or planned in future release ?

    Hi Yazeem,
    > That main page loads sucessfully but the js, css, xml files which this page accesses are unable to load because SAS key is not appended to their URL automatically.
    If the main page is served by a http handler and the js, css, xml files are linked using relative address, these files will also be served by the http handler too. For example, if the http handler serves a page in address
    http://xxx.cloudapp.net/blobproxy/index.html and the page links to a script file using tag
    <script src="myscript.js"></script>, actually the browser will use address
    http://xxx.cloudapp.net/blobproxy/myscript.js to access the script file. So the solution is to create a http handler to serve all requests to address
    http://xxx.cloudapp.netb/blobproxy/*.
    For test purpose, I made this sample. Please add a class file BlobProxy.cs to your web role project:
    using System;
    using System.Web;
    using Microsoft.WindowsAzure.StorageClient;
    using Microsoft.WindowsAzure;
    namespace WebApplication2
    public class BlobProxy : IHttpHandler
    // Please replace this with your blob container name.
    const string blobContainerName = "files";
    public bool IsReusable
    get { return false; }
    public void ProcessRequest(HttpContext context)
    // Get the file name.
    string fileName = context.Request.Path.Replace("/blobproxy/", string.Empty);
    // Get the blob from blob storage.
    var storageAccount = CloudStorageAccount.DevelopmentStorageAccount;
    var blobStorage = storageAccount.CreateCloudBlobClient();
    string blobAddress = blobContainerName + "/" + fileName;
    CloudBlob blob = blobStorage.GetBlobReference(blobAddress);
    // Read blob content to response.
    context.Response.Clear();
    try
    blob.FetchAttributes();
    context.Response.ContentType = blob.Properties.ContentType;
    blob.DownloadToStream(context.Response.OutputStream);
    catch (Exception ex)
    context.Response.Write(ex.ToString());
    context.Response.End();
    Then please add this http handler to web.config file:
    <configuration>
    <system.webServer>
    <handlers>
    <add name="BlobProxy" verb="*" path="/blobproxy/*" type="WebApplication2.BlobProxy"/>
    </handlers>
    </system.webServer>
    </configuration>
    Before running the project, please replace blobContainerName with your own blob container that contains both html and related files. Then start debugging the Azure service project and then you can use the following address to access the page:
    http://127.0.0.1:[port number]/blobproxy/[page name]
    I above sample does not work for you, please let me know.
    Thanks.
    Wengchao Zeng
    Please mark the replies as answers if they help or unmark if not.
    If you have any feedback about my replies, please contact
    [email protected].
    Microsoft One Code Framework

  • SCCM Report Services Instance missing

    Hi,
    Been trying to troubleshoot this for a day and had already done the following:
    1.
    http://myitforum.com/myitforumwp/2012/10/10/reporting-services-site-role-setup-instance-blankempty/
    2. Reinstalled reporting services on SQL Database Server
    3.
    https://social.technet.microsoft.com/Forums/en-US/4479e73e-8a19-4c7e-9418-b36770656b9b/action?threadDisplayName=sccm-2012-reporting-point-server-instance-blank
    I'm not sure what I am missing but regardless after restarting countless times and troubleshooting, I still can't get the reporting services setup on our SCCM 2012 server. The database is SQL 2012 SP1. Both are on a different VM instance. I'm getting a blank
    value on the Reporting point server instance.
    The good part is I can get the website working but getting the reports via web by opening it on the reports services manager on the SQL server. Other than that, I am stuck between a rock and a hard place.
    Any suggestion?

    Here is another part of the log:
    configmanager!DefaultDomain!119c!11/19/2014-13:46:05:: i INFO: Using report server internal url
    http://localhost:80/ReportServer_SCCM.
    configmanager!DefaultDomain!119c!11/19/2014-13:46:05:: i INFO: Using report server external url
    http://SPQES3489:80/ReportServer_SCCM.
    configmanager!DefaultDomain!119c!11/19/2014-13:46:05:: i INFO: Using url root
    http://SPQES3489:80/ReportServer_SCCM.
    rshost!rshost!119c!11/19/2014-13:46:05:: i INFO: Configuring maxPhysicalCpu=4, minLogicalCpu=0
    rshost!rshost!119c!11/19/2014-13:46:05:: i INFO: Logical processor per physical processor 4
    rshost!rshost!119c!11/19/2014-13:46:05:: i INFO: Logical processor per core 1
    rshost!rshost!119c!11/19/2014-13:46:05:: i INFO: Maximum logical CPU is 4
    configmanager!DefaultDomain!119c!11/19/2014-13:46:05:: i INFO: Using report server internal url
    http://localhost:80/ReportServer_SCCM.
    configmanager!DefaultDomain!119c!11/19/2014-13:46:05:: i INFO: Using report server external url
    http://SPQES3489:80/ReportServer_SCCM.
    configmanager!DefaultDomain!119c!11/19/2014-13:46:05:: i INFO: Using url root
    http://SPQES3489:80/ReportServer_SCCM.
    library!DefaultDomain!119c!11/19/2014-13:46:05:: i INFO: SQLDump flags: ReferencedMemory, AllThreads, SendToWatson
    library!DefaultDomain!119c!11/19/2014-13:46:05:: i INFO: MiniDump flags: DataSegs, UnloadedModules, ProcessThreadData
    library!DefaultDomain!119c!11/19/2014-13:46:05:: i INFO: Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
    library!DefaultDomain!119c!11/19/2014-13:46:05:: i INFO: Do not dump on: System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException
    library!DefaultDomain!119c!11/19/2014-13:46:05:: i INFO: Minidump location: C:\Program Files\Microsoft SQL Server\MSRS11.SCCMINT\Reporting Services\Logfiles
    appdomainmanager!DefaultDomain!119c!11/19/2014-13:46:06:: i INFO: Appdomain:2 WindowsService_0 started.
    library!WindowsService_0!119c!11/19/2014-13:46:07:: i INFO: SQLDump flags: ReferencedMemory, AllThreads, SendToWatson
    library!WindowsService_0!119c!11/19/2014-13:46:07:: i INFO: MiniDump flags: DataSegs, UnloadedModules, ProcessThreadData
    library!WindowsService_0!119c!11/19/2014-13:46:07:: i INFO: Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
    library!WindowsService_0!119c!11/19/2014-13:46:07:: i INFO: Do not dump on: System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException
    library!WindowsService_0!119c!11/19/2014-13:46:07:: i INFO: Minidump location: C:\Program Files\Microsoft SQL Server\MSRS11.SCCMINT\Reporting Services\Logfiles
    resourceutilities!WindowsService_0!119c!11/19/2014-13:46:07:: i INFO: Reporting Services starting SKU: Standard
    library!WindowsService_0!1084!11/19/2014-13:46:07:: i INFO: Catalog SQL Server Edition = Standard
    crypto!WindowsService_0!1084!11/19/2014-13:46:07:: i INFO: Initializing crypto as user: NT SERVICE\ReportServer$SCCMINT
    crypto!WindowsService_0!1084!11/19/2014-13:46:07:: i INFO: Exporting public key
    crypto!WindowsService_0!1084!11/19/2014-13:46:07:: i INFO: Performing sku validation
    crypto!WindowsService_0!1084!11/19/2014-13:46:07:: i INFO: Importing existing encryption key
    dbpolling!WindowsService_0!1084!11/19/2014-13:46:07:: i INFO: EventPolling polling service started
    dbpolling!WindowsService_0!1084!11/19/2014-13:46:07:: i INFO: NotificationPolling polling service started
    dbpolling!WindowsService_0!1084!11/19/2014-13:46:07:: i INFO: SchedulePolling polling service started
    dbpolling!WindowsService_0!1084!11/19/2014-13:46:07:: i INFO: UpgradePolling polling service started
    dbpolling!WindowsService_0!1094!11/19/2014-13:46:07:: i INFO: PollingMaintenance: Polling started
    resourceutilities!WindowsService_0!1094!11/19/2014-13:46:07:: i INFO: Maximum memory limit is 65536Mb
    rpcserver!DefaultDomain!1084!11/19/2014-13:46:08:: i INFO: RPC Server started.
    servicecontroller!DefaultDomain!1084!11/19/2014-13:46:08:: i INFO: RPC Server started. Endpoint name ='ReportingServices$MSRS11.SCCMINT'
    appdomainmanager!WindowsService_0!1084!11/19/2014-13:46:08:: i INFO: Appdomain:2 WindowsService_0 initialized.
    rshost!rshost!1084!11/19/2014-13:46:09:: i INFO: Registered url=http://+:80/ReportServer_SCCM/, vdir=/ReportServer_SCCM, pdir=C:\Program Files\Microsoft SQL Server\MSRS11.SCCMINT\Reporting Services\ReportServer.
    rshost!rshost!1084!11/19/2014-13:46:09:: i INFO: Currently registered url
    http://+:80/ReportServer_SCCM/ on endpoint 2
    rshost!rshost!1084!11/19/2014-13:46:09:: e ERROR: Failed to register url=http://+:80/ReportServer_SCCM/ for endpoint 3, error=b7.
    rshost!rshost!1084!11/19/2014-13:46:09:: w WARN: Endpoint 3 is enabled but no url is registered for vdir=/ReportServer_SCCM, pdir=C:\Program Files\Microsoft SQL Server\MSRS11.SCCMINT\Reporting Services\ReportManager.
    servicecontroller!DefaultDomain!119c!11/19/2014-13:46:09:: e ERROR: Error creating HTTP endpoint. System.Runtime.InteropServices.COMException (0x800700B7): Cannot create a file when that file already exists. (Exception from HRESULT: 0x800700B7)
       at Microsoft.ReportingServices.HostingInterfaces.IRsUnmanagedCallback.CreateHttpEndpoint(RsAppDomainType application, String[] urlPrefixes, Int32 cPrefixes, String[] hosts, Int32 cHosts, Boolean wildCardPresent, String virtualDirectory, String
    filePath, Int32 authType, Int32 logonMethod, String authDomain, String authRealm, Boolean authPersist, Int32 extendedProtectionLevel, Int32 extendedProtectionScenario, Boolean enabled)
       at Microsoft.ReportingServices.Library.ServiceAppDomainController.SetWebConfiguration(RunningApplication rsApplication, Boolean enabled, String folder)
    rshost!rshost!1084!11/19/2014-13:46:09:: i INFO: Endpoint 4 is disabled and no url is registered vdir=/ReportServer_SCCM/ReportBuilder, pdir=C:\Program Files\Microsoft SQL Server\MSRS11.SCCMINT\Reporting Services\ReportServer\ReportBuilder.
    resourceutilities!DefaultDomain!119c!11/19/2014-13:46:09:: i INFO: Maximum memory limit is 65536Mb
    rshost!rshost!119c!11/19/2014-13:46:09:: i INFO: Derived memory configuration based on physical memory as 33553912 KB
    servicecontroller!DefaultDomain!bb8!11/19/2014-13:46:09:: i INFO: Total Physical memory: 34359205888
    rpcserver!DefaultDomain!1084!11/19/2014-13:46:09:: i INFO: Process monitoring started.
    library!WindowsService_0!1094!11/19/2014-13:46:58:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: , An error occurred within the report server database.  This may be due to a connection failure, timeout
    or low disk condition within the database.;
    dbpolling!WindowsService_0!1094!11/19/2014-13:46:58:: e ERROR: PollingFunction: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database.  This may be due to a connection failure,
    timeout or low disk condition within the database. ---> System.Data.SqlClient.SqlException: A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the
    remote host.).
    library!WindowsService_0!1094!11/19/2014-13:47:12:: i INFO: PollingMaintenance: Polling cycle completed.
    appdomainmanager!DefaultDomain!620!11/19/2014-13:47:55:: i INFO: Appdomain:3 ReportServer_SCCMINT_0-1-130608496751271532 started.
    appdomainmanager!ReportServer_0-1!620!11/19/2014-13:47:57:: i INFO: RS authentication mode is 4; effective ASP.NET authentication mode is Windows. vdir=/ReportServer_SCCM.
    appdomainmanager!DefaultDomain!620!11/19/2014-13:47:57:: i INFO: Appdomain:3 ReportServer_SCCMINT_0-1-130608496751271532 initialized (#1).
    webserver!ReportServer_0-1!620!11/19/2014-13:48:07:: i INFO: Reporting Web Server started
    library!ReportServer_0-1!620!11/19/2014-13:48:07:: i INFO: SQLDump flags: ReferencedMemory, AllThreads, SendToWatson
    library!ReportServer_0-1!620!11/19/2014-13:48:07:: i INFO: MiniDump flags: DataSegs, UnloadedModules, ProcessThreadData
    library!ReportServer_0-1!620!11/19/2014-13:48:07:: i INFO: Dump on: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException
    library!ReportServer_0-1!620!11/19/2014-13:48:07:: i INFO: Do not dump on: System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException
    library!ReportServer_0-1!620!11/19/2014-13:48:07:: i INFO: Minidump location: C:\Program Files\Microsoft SQL Server\MSRS11.SCCMINT\Reporting Services\Logfiles
    resourceutilities!ReportServer_0-1!620!11/19/2014-13:48:07:: i INFO: Reporting Services starting SKU: Standard
    ui!ReportServer_0-1!620!11/19/2014-13:48:07:: i INFO: Registering with Software Usage Metrics Product:SQL Server 2012, Role:Microsoft SQL Server Reporting Services, RoleGuid:8cc0ac85-40f7-4886-9dab-021519800418
    resourceutilities!ReportServer_0-1!620!11/19/2014-13:48:07:: i INFO: Maximum memory limit is 65536Mb
    library!ReportServer_0-1!620!11/19/2014-13:48:07:: i INFO: Call to GetItemTypeAction(/).
    library!ReportServer_0-1!620!11/19/2014-13:48:08:: i INFO: Catalog SQL Server Edition = Standard
    crypto!ReportServer_0-1!620!11/19/2014-13:48:08:: i INFO: Initializing crypto as user: NT SERVICE\ReportServer$SCCMINT
    crypto!ReportServer_0-1!620!11/19/2014-13:48:08:: i INFO: Exporting public key
    crypto!ReportServer_0-1!620!11/19/2014-13:48:08:: i INFO: Performing sku validation
    crypto!ReportServer_0-1!620!11/19/2014-13:48:08:: i INFO: Importing existing encryption key
    library!ReportServer_0-1!620!11/19/2014-13:48:08:: i INFO: Call to ListParentsAction(/).
    library!ReportServer_0-1!620!11/19/2014-13:48:08:: i INFO: Call to ListChildrenAction(/, False).
    webserver!ReportServer_0-1!620!11/19/2014-13:48:08:: i INFO: Processed folder '/'
    library!DefaultDomain!120c!11/19/2014-13:50:39:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: SELECT SERVERPROPERTY failed to execute., Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
    The report server has encountered a configuration error.  ---> System.Data.SqlClient.SqlException: A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly
    closed by the remote host.)
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParserStateObject.WriteSni()
       at System.Data.SqlClient.TdsParserStateObject.ExecuteFlush()
       at System.Data.SqlClient.TdsParser.TdsExecuteSQLBatch(String text, Int32 timeout, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteScalar()
       at Microsoft.ReportingServices.Diagnostics.SkuUtil.GetSqlSku(SqlConnection sqlConn)
       at Microsoft.ReportingServices.Diagnostics.Sku.EnsureCorrectEdition(SqlConnection sqlConn, String connectionString, Boolean checkRestrictedSkus)
       --- End of inner exception stack trace ---;

  • SCCM 2012 R2 Cu1: Can I reinstall the Reporting Services Point role without delete or change the SSRS-DB?

    Hi, I have some issue with the reports,
    Can I reinstall the SCCM Reporting Services Point role without delete or change the SSRS-DB (just reset the SCCM SSRS function)?
    I have saved/backup the custom made reports.
    /SaiTech

    Yes you can remove and reinstall the Role.  I had to do this recently on our SCCM 2012 R2 due to an issue with the reports not loading.   Found out that the problem with reports was from the upgrade to R2 from 2012 SP1 and was able to run
    a command to re-register the reports with WMI.  I actually removed the role, uninstalled reporting services feature from SQL, deleted the report databases, reinstalled the SQL feature, configured the reporting databases again, added the role back, and
    ran the following command.
    mofcomp "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"
    This allowed all my reports to register as they should have and run without errors.  If you are having similar problems, you may be able to just run that command to get reports running without all the extra work I did.  For us we were getting an
    invalid Class error in the srsrp.log.
    Brian

  • Sql server 2005 reporting service access in java

    Hello Friends,
    I want to access Sql Server Reporting service in Java.If anybody knows than please help.
    Thanking You

    Hi
    1.if you use web templates you can post the URL in share
      point very easily.
      any web developer will do that for you in 2 min.
    2.this is a more chalanging issue.
      the main issue is exacly as you defined it - the ETL.
      the main advantage of BW over most BI tools is its
      connectivity to SAP R3 and CRM.
      But still there are many way's to extract data out 
      of any SAP sys and in R3 the data model makes it quite
      easy.
      In CRM its much more complicated because of the much
      more complex Data Model.
      Here are a few way's to extract data from SAP:
    - olap bapi
    http://help.sap.com/saphelp_bw33/helpdata/en/64/9b8f3c855f0454e10000000a11405a/frameset.htm
    - odbo - vb/.net/c sharp
    'connecting to sap bw using vb and ado md'
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ee19e9c7-0301-0010-8f84-97e3f6d7b5a6
    'connecting to sap bw with excel and odbo'
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a06a51f3-0201-0010-8591-b742cfafd267
    'odbo'
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7f88b390-0201-0010-ae94-fdfd42b13407
    'sap .net connector' (seems old version)
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/fb4dc990-0201-0010-429a-bf43852a6895
    .net connector
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5a04426d-0601-0010-5e99-aeea1cd4aa81
    'Access SAP BW ODS BAPI Using C-Sharp and SAP .NET Connector 2.0' doc can be download here
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/12f6d390-0201-0010-e18d-cdb4554a9e75
    Reg's
    Edan

  • SCCM 2012 - Migrating SQL components to cluster including Reporting Services

     
    Current SCCM 2012 environment:
     - CAS with database on remote SQL (non-cluster) server in a named instance - SQLSRV\CASINST 
     - SQL Reporting Services in also installed in the SQLSRV\CASINST instance 
     - The SCCM Reporting Services Point role is installed on the SQLSRV\CASINST instance 
     - Primary server with database on the same remote SQL (non-cluster) server in a different named instance - SQLSRV\PRIINST 
    Now I would like to move all of the database stuff to an existing SQL 2008 R2 cluster (SQLCLUSTER) and decommission the SQLSRV server.  SQLCLUSTER already exists and the default instance is already in use (for other applications) for both database engine
    services and reporting services.
    From my understanding:
     - SQL 2008 R2 Reporting Services cannot be clustered
     - Best practise is to install Reporting Services Point on a remote site server rather than a CAS server
     - SSRS can be installed on nodes in SQL cluster as standalone installs - with the caviat that they don't use instance names already in use
    So I plan to:
     - Move CAS database to new named instance on cluster eg SQLCLUSTER\CASINST 
     - Move primary database to new named instance on cluster eg SQLCLUSTER\PRIINST 
     -  Install SQL Reporting Services on one of the cluster nodes (unclustered) using a named SSRS instance eg SQLCLUSTERNODE1\SCCMREPORTING
    -  This article points out some interesting results of not have a default instance -  http://magalhaesv.wordpress.com/2012/05/24/system-center-configuration-manager-x-sql-server-reporting-services-x-wmi-english-version/
     - Move Reporting Services Point from SQLSRV\CASINST to the cluster node eg SQLCLUSTERNODE1\SCCMREPORTING
    I have read on some forums (eg
    http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/40ad0cb4-a464-4576-b824-957ed6e1b2e2) things like '' If you have an app like SCCM that requires a default instance of SSRS, you are out of luck if your cluster already has a default
    instance of the database engine.", but I cannot find this anywhere in Microsoft documentation.  From the MS documentation (http://technet.microsoft.com/en-us/library/7fd0d4f5-14e0-4ec7-b2e6-3b67487df555#BKMK_InstallReportingServicesPoint)
    I understand that as long the current user has read access to WMI on the remote site server where SQL Reporting Services is installed, you should be able to use a named instance for SQL Reporting Services and successfully install the Reporting Services Point
    on it.
    So a 2 part question:
     - Anybody see any obvious flaws in my high level plan?
     - Anybody care to comment on the SCCM requiring a default instance of SSRS?
    My Microsoft Core Infrastructure & Systems Management blog -
    blog.danovich.com.au

    Yes, I know this is an old post, I’m trying to clean them up, Did you figure this out, if so how?
    http://www.enhansoft.com/
    Hi Garth,
    Yes we moved the DBs and RS as outlined above. As expected, we needed to have a default instance of RS because otherwise the SCCM console doesn't see the Reporting Services instance when you try to deploy the Reporting Services site role.
    So the above plan worked.
    My Microsoft Core Infrastructure & Systems Management blog -
    blog.danovich.com.au

  • When t-bird is on on my ipad, i cannot access my mail on desktop without turning it off on my ipad.

    when t-bird is on on my ipad, i cannot access my mail on desktop without turning access off on my ipad.

    hello, i don't think i understand your question correctly - thunderbird is a mail client that isn't available on iOS devices at all...

  • Configuring Report Services in 9iAS

    Enabling Report Services in 9iAS:
    We have installed Oracle 9iAS on Win2000 Server. We have edited the rwservlet.properties file to give our own report server name like �rep9iserevr� by adding a line SERVER = rep9iserver.
    Then we made a copy of the rwserver.template file and renamed this file as �rep9iserver�. Our Registry variables are like this:
    REPORTS_PATH F:\FORMS
    REPORTS_TMP C:\TEMP
    FORMS90_PATH F:\FORMS
    We are able to work with Forms 9i. But when we use Web.Show_Document for calling reports from Forms 9i using the following command in Internet Explorer
    http://hostname:7778/reports/rwservlet?server=rep9iserver&report=9itestrep.rdf&destype=cache&desformat=html&userid=scott/tiger@mydb
    Rep-51002 � Binding to the report server rep9iserver failed.
    But, if we are accessing the report services without the report file name, etc like
    http://10.192.20.14:7778/reports/rwservlet then the browser displays the default page of the report services. Does it mean the report service has already started?
    If I call the URL http://10.192.20.14:7778/reports/rwservlet/getserverinfo it displays the following error message:
    <?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
    - <serverInfo name="rep9iserver">
    <error code="51002" component="REP" message="Bind to Reports Server rep9iserver failed" />
    </serverInfo>
    If I call the URL http://10.192.20.14:7778/reports/rwservlet/getserverinfo?server=rep_<hostname> then
    we get the following error:
    <?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
    - <serverInfo name="REP_CHEFP06">
    <error code="51019" component="REP" message="Need system user authentication" />
    </serverInfo>
    Does it mean, the clients are not having access to the server? Please note that the client machines are having full write access to the FORMS_PATH (F:\FORMS).
    Moreover, Oracle Enterprise Manager shows that �Report Services� Status as Down. Similarly, we are not able to select the �Single Sign On Enabling for Forms Services� in the OEM.
    If the status is �Down�, then how are we able to access the report services through the URL (though we are unable to run the report).
    So, please give us some ideas to make the reports services available from Forms.
    Thanks in adv.
    Jagadish Babu.

    Hi all , I have a query hope can be answered from here ,
    I have installed 9IAS appllication server and 9i Database on a windows 2000 server , which was working fine until now, two days back i had shut down the services of both IAs and Infra in the sequence and shut down the machine.
    After restarting the machine the Reports services of IAS are not starting i tried to start manually but still its the same problem. I have checked the log which is pasted here
    *** 2005/1/6 10:39:17 -- Reports Server is starting up
    *** 2005/1/6 10:39:21 -- Reports Server started up engine rwURLEng-0
    *** 2005/1/6 10:39:23 -- Reports Server started up engine rwEng-0
    *** 2005/1/6 10:39:28 -- Shutting down engine rwEng-0
    *** 2005/1/6 10:39:28 -- Shutting down engine rwURLEng-0
    *** 2005/1/6 10:39:28 -- Server is shuting down
    by which im not able to work for Reports and
    please reply as soon as possible

  • Report Service Install

    I'm running Application Server 9.0.2 and would like to install the Report Service. Is there a way of installing the Reporting Service without installing Portal?
    My Server doesn't have an unlimited amount of disk space.

    Hello Roger,
    If you have installed iAS 9.0.2 BI_FORMS on your server, Reports Services is already installed with it. Reports can optionally use Portal for access control, but it is not mandatory running reports. But you would need the iAS Infrastructure installation to be available, and the BI_FORMS to be associated with this installation, in order to run the Reports Services.
    Please refer to the chapter on 'Starting and Stopping Reports Services' in the Publishing Reports document on OTN at http://otn.oracle.com/products/reports/htdocs/getstart/docs/A92102_01/pbr_strt.htm#1005563 for details on managing the Reports Services on your server.
    Thanks,
    The Oracle Reports Team.

  • Reporting Services on Windows7

    My Report Manager Home page is "almost" blank!!!
    All I see is: SQL Server Reporting Services,Home,Home, My Subscriptions, Help
    Anyone any ideas on how I get the rest of the page back?  I'm running SS2005 on Windows 7. The solution below can't be done for there is no check box to uncheck in Directory Security.
    Old Solution: 1. Goto IIS Manager (inetmgr) then uncheck the 'Allow annonymous access' in the Directory security of my Report virtual directory.2. Open IE and load up the Report webpage, it should be okay by now3. Goto Properties tab of the Report webpage,
    give access permission to NT AUTHORITY\IUSR and re-enable anonymous access from inetmgr

    Hi MyCharles32,
    According to your description, when you access report manger, the page display almost blank.
    In Reporting Services 2005, when accessing the report manager, we should create a role assignment for the user, so that the user can get full permission to access the report manager. In your scenario, please check if you have create a role assignment for
    the user to access report manager. If issue persists, you can disable Enable anonymous access feature in IIS manager and only check Integrated Windows Authentication. Then please add report manager site to the Trusted Sites zone in the IE browser and run the
    IE as administrator.
    Reference:
    SQL Reporting Services 2005 not Showing Contents or Properties
    Reporting Services – blank Report Manager screen
    report manager blank page
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Reporting services allow anonymous users to download reports

    Hello.
    I'm implementing some reports in a Virtual machine in Azure  and I would like to share these reports with some users through an URL like this:
    http://myreports.cloudapp.net/ReportServer?/SalesReportl&rs:Command=Render&rs:Format=PDF&Cod=GR0030&Year=2014
    Does anyone knows how to do it?
    Best regards.

    Hello,
    Currently there is no option to Set Anonymous access SQL Azure Reporting services.You need specified User name and password and then preview the report.
    You can one of the following authentication subsystems supported by SSRS: Windows authentication or Forms-based authentication.
    Reference:http://msdn.microsoft.com/en-us/library/gg430130.aspx
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • SQL Reporting Services report hyperlink error

    I have an issue were experiencing with SQL SCCM Reporting Services
    When we run reports in SQL RS and the reports have are able to be drilled into detail by selecting the eg. computer name we find that we get the following issue.
    "The item '/ConfigMgr_CEN/Hardware - General/Computer information for a specific computer' cannot be found. (rsItemNotFound) " by default all of the other reports are fine its just some of the reports that have the option to drill into detail by selcting an item on the report I get the mentioned error.
    Many thanksMomo

    Hi,
    Please follow Kent's instructions below. Basically we host reports under a root folder and then group them under specific categories. For instance in the above case, the report "Computer Information for a specific computer" should be located under /ConfigMgr_CEN/Hardware - General/ - basically if you open http://servername/reports then you should see a root folder called ConfigMgr_CEN. Click on that folder and you should find a folder called Hardware - General and if you click on that folder you should see the report. The parent report expects this precise path as the location for the drilldown report. So if you have somehow moved/copied the SQL RS report to a different folder the drilldown from the parent report will not work.
    Also can you tell me from which report is the drilldown not working for you? I will take a look at it on my end as well just to  be doubly sure.
    Thanks,
    bhaskar

Maybe you are looking for