Trouble connecting Reporting Services to local database

I am experiencing issues trying to configure/connect the Reporting Services in order to change the database to a local database.

Hi Ralph,
According to your description, it seems that you are trying to connect to a local database when create a data source in a Reporting Services report.
If in this scenario, in the Connection Properties dialog box, we can type . or localhost or server_name in the Server name textbox. Then select the database, Windows Authentication or SQL Server Authentication to log on the server. For more details,
please see the following blog:
http://blogs.technet.com/b/microsoft_in_education/archive/2013/01/31/ssrs-101-creating-a-shared-data-source.aspx
If there are any misunderstanding, please elaborate the issue for further investigation.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • Run Reporting services 2005 with databases housed on SQL Server 2012?

    Hi, I have a RS 2005 install in which the ReportServer and ReportServerTempDB databases reside on a different SQL Server 2005 server. I am planning to upgrade DB server to 2012 and would like to keep SSRS as 2005.As a second phase I will upgrade SSRS2005
    to SSRS 2008. So I would be running something like this:
    Server A: SQL 2005 Reporting Services
    Server B: SQL 2012 database engine - housing ReportServer and ReportServerTempDB
    Is this configuration supported? 

    Hello,
    According to the
    BOL, Report Server service checks the database version at startup. If the report server is connected to a database that is an earlier version, the report server will update the database during startup.If you have a newer report server database, you
    cannot use it with an earlier version of a report server instances.
    In that case, the earlier versions of SQL Server Database Engine that can be used to host the SSRS report server databases. For example, In SQL Server 2005 Reporting Services, we can use either SQL Server 2000 or SQL Server 2005 to host the databases, for
    SSRS 2012, we can use SQL Server 2012,2008 R2,2008,2005.
    Based on my test, In the Reporting Services 2005 Configure Manager, we can create a new database on a remote SQL Server 2012 database engine and the Initialization is successful.
    In this way, the databases are created from the script file which installed with the Reporting Services instance, you can find the Catalog.sql and CatalogTempDB.sql  under folder C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer.
    However, when upgrade the existing ReportServer database and ReportServerTempDB database on the SQL Server 2012 by restore from a backup, we cannot use this existing database for Reporting Services 2005 and get the following message:
    The database version (162) does not match your reporting serivces installation.And the initialization failed.
    In your case, you can host the ReportServer database and ReportServerTempDB database of SSRS 2005 on SQL Server 2012 database enginer by create a new database from Reporting Services 2005 Configure Manager. But you cannot use the existing
    database which upgrade to SQL Server 2012.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Question on Installing Reporting Services and its Databases ReportServer and ReportServerTempDB

    Is it possible to have the Reporting Services installed on one server\machine and the databases ReportServer and ReportServerTempDB on a different server\machine?
    I have always installed both on the same machine but this architecture is being suggested.
    I know that you can install the services without the databases on an instance but how do you install just the databases without the services on an instance?
    lcerni

    Hi Icerni,
    Based on the current description, I understand that you want to install Reporting Services on one machine, and install Report Server and ReportServerTempDB databases on another machine.
    I think it’s not supported that installing only the databases related to Reporting Services on an instance without Reporting Services. From the document: Create a Report Server Database, we can need the Reporting Services Configuration Manager tool to create
    Report Server databases.
    In Reporting Services, there is scale-out deployment which refers to two or more report server instances that share a single report server database. They are used to increase scalability of report servers to handle more concurrent users and larger report execution
    loads. And it can also be used to dedicate specific servers to process interactive or scheduled reports.
    References:
    Scale-out Deployment (Native Mode Report Server)
    Configuring Reporting Services for Scale-Out Deployment
    Regards,
    Heidi Duan
    If you have any feedback on our support, please click
    here.
    Heidi Duan
    TechNet Community Support

  • How to connect SQL Dev to local database?

    Hi all,
    I have a local database on my laptop. I connect to the database using direct connect without passing the listener and tnsnames.ora, because I shut it down.
    How can I connect my SQL Developer to the database using direct connect?
    Thanks

    I don't think this is possible because even the basic connection type requires to give a hostname, port number and Oracle SID:
    http://download.oracle.com/docs/cd/E18464_01/doc.30/e17472/dialogs.htm#BACEDDJF

  • Connect LDAP service to local domain

    Is there anyone who can tell me if it's possible to connect form the LDAP service to a local domain?
    I have made a new local domain with some groups and users in the Domain management in LC ES admin module.
    Now I want to retrieve those users to my prcess in workbench with the LDAP service, but I can't get it to connect to the new domain (it works fine when I connect to our company AD).
    I have tried with Base DN: DC=NewDomain,DC=local and Search filter: cn=* but with no luck :-(
    Is it possible to connect to the local domaim from the LDAP service if it is, what should the "Base DN" look like and what are the atributes to use in the search filter?
    Thanks
    Søren

    I think you are getting a few things mixed up.
    When you create the users in a local domain, you're in fact creating them in the LiveCycle database. Not in a LDAP system. LiveCycle NEVER writes to an LDAP system. It only reads from it.
    When LC integrates with an LDAP system (like when you create an enterprise domain in adminui), it connects to an external LDAP system and sychronizes with it. I also adds a copy of the users in its database.
    The LDAP service does the same thing is the sense that it just connects to a external LDAP system to get a list of users.
    If you want to query the users from the livecycle database you can use the User Lookup service (under Foundation) instead.
    Jasmin

  • Trouble connecting report to Datasource

    I have a report in Central Management Console and when i try and view it I enter in the parameters and then it asks for my database username and password.  I have entered these repeatedly and I receive no error but the same screen keeps showing up.  I have verified the credentials from the server and have added an alias.  My database server is on port 3000 but my alias should allow it to connect.  Any help would be appreciated.

    I changed my Connection to use the SQLOLEDB provider instead of the SQLNCLI under the database type "OLE DB (ADO)" and that resolved my problem.

  • Form can not connect report service

    Dear all,
    My application using fileupload utility from demo files form90 and combine with report.
    If I not upload some file into IAS server using fileupload utility then I cannot execute command to print a report. It says 'Cannot connect to report server'.
    But if I don't run fileupload, it can print the report.
    Is it some conflict between fileupload utility and report server?
    the code is :
    DECLARE
         report_id Report_Object := find_report_object('TRANSFER');
         ReportServerJob VARCHAR2(100);
         vc_rep_status VARCHAR2(100); -- status of the Report job
         vjob_id VARCHAR2(100); -- job_id as number only string
    BEGIN
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,SYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,CACHE);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'iasrep');
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,'p_trfno='||:V_PB_REPORT.FTTRNO ||
              ' paramform=no');
         ReportServerJob:=run_report_object(report_id);
         vjob_id := substr(ReportServerJob,length('iasrep')+2,length(ReportServerJob));
         vc_rep_status := REPORT_OBJECT_STATUS(ReportServerJob);
         IF vc_rep_status='FINISHED' THEN
              WEB.SHOW_DOCUMENT ('/reports/rwservlet/getjobid'||vjob_id||'?server=iasrep','_blank');
         ELSE
              message ('Report failed with error message '||vc_rep_status);
         end if;
    END;
    pls help me.
    best regards
    Jansen Hutagalung

    Hi Jansen,
    The problem could be caused by incorrect PATH or CLASSPATH. Set the PATH and CLASSPATH not in Windows system environment but in default.env file like :
    ORACLE_HOME=d:\806_home
    PATH=d:\806_home\bin;D:\ias9i\Apache\jdk\jre\bin\classic
    CLASSPATH=d:\806_home\forms60\java;d:\806_home\forms60\java\UploadServer.jar
    The above ones are just example, edit to suit your environment.
    Next, ensure the uploadclient.jar.sig is in the FORMS_HOME\forms60\java and you have set the
    archive_jini parameter in the formsweb.cfg as follows:
    archive_jini=f60all_jinit.jar,uploadclient.jar.sig
    Please try and update the results.
    Thanks,
    Vinod.

  • Reporting services instance not able to connect from SSMS

    Hi All,,
    I have installed SQL SERVER 2012 on Windows 8.1. I configured report server in native mode.
      * Reporting services is in started state
      * SQl server service is in started state
      * Sql serevr agent is in started state
      * SQL browser is in started state
    When i tried to connect Report server instance using SSMS i got the below error.
    TITLE: Connect to Server
    Cannot connect to .
    ADDITIONAL INFORMATION:
    Unable to connect to the server at . The specified URL might not be valid or there might be a problem with the report server version or configuration. Specify a different URL, or contact your server administrator to verify that the report server runs SQL Server
    2008 or later. Additionally, if you are trying to connect to a SharePoint-integrated report server, verify that SharePoint is installed on the server and that the report server uses SharePoint integrated mode. (Microsoft.SqlServer.Management.UI.RSClient)
    BUTTONS:
    OK
    When i connect using http://localhost/reportserver I am getting below error
    The permissions granted to user '' are insufficient for performing this operation. 
    Though i am the administrator 
    And when i connect using below URL http://localhost/reports 
    I get Unable to connect to the remote server 
    Please suggest your input on the problem

    Hi Khushi N,
    According to your description, you are administrator, when you tried to connect reporting services from SSMS, the error message occurred. When you tried to access report manager with the URL: 
    http://localhost/reportserver, you were prompted that the permissions granted to user '' are insufficient for performing this operation.
    The Reporting Services error rsAccessedDenied occurs when a user does not have permission to perform an action. To troubleshooting this issue, please make sure that you have sufficient permission and the report server name is correct. You can use the reportserver
    URL, e.g. HTTP ://<servername>/ReportServer, to log on the reporting service in SSMS.
    In addition, by default, we could not access all of the report server properties available in SQL Server Management Studio unless we start Management Studio with administrative privileges. To configure Reporting Services role properties and role assignments
    so you do not need to start Management Studio with elevated permissions each time, please refer to the following document:
    From the Start menu, click All Programs, click SQL Server 2012, right-click Management Studio, and then click Run as administrator.
    Connect to your local Reporting Services server.
    In the Security node, click System Roles.
    Right-click System Administrator and then click Properties.
    In the System Role Properties page, select View report server properties. Select any other properties you want associated with members of the system administrators role.
    Click OK.
    Close Management Studio
    The issue may be caused by the UAC or Internet Explorer security setting, please try to follow this steps:
    1. Open the Internet options of the IE and add the report server URL into trusted site in the Security tab.
    2. Run the IE as administrator.
    For more information about Configuring a Native Mode Report Server for Local Administration, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/bb630430(v=sql.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • SQL SERVER 2000 - REPORTING SERVICES DATABASE ?

    Hi!
    A very basic question, how to know where reporting services points to the database and server ?
    miga

    For versions above than SQL 2000, you can refer to sql reporting services configuration tool.
    For SQL server 2000, reporting services view the database deatils as mentioned in below thread
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/e4263367-600d-4bb1-94e7-6b66e5df295d/how-do-i-find-configuration-details-on-sql-server-2000-ssrs?forum=sqlreportingservices
    To find the SQL Server name that host the report server database, please check the server name of the “ReportServerURL” in the RSWebApplication configuration file. The configuration file is located in the following folder:
    <drive>:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager
    By default, the report server database name is ReportServerDB, and the report server temporary database name is ReportServerTempDB. To check the report server database name the SSRS 2000 uses currently, we can try to join a report server
    instance to a Web farm by using different database. If the target database is not validated during the setup, it cannot be the report server database. Besides, we can also expand the tables of the databases; a report server database has different tables with
    common databases.
    For more information, please see:
    RSWebApplication Configuration File
    Installing a Report Server Web Farm
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • Reporting Services 2005; No Administator Access

    Hello forum
    I have recently started working for another company and I am in the middle of performing Audits (first time ever for this company).  I have come across a SQL Server RS 2005 installation that does have some Reports but it does not appear to have any
    Administrators; the BUILTIN\Administrators group is present when I look at the Users Table; however we have tried three separate accounts that should have Administrator rights and none of these do not have admin rights within Reporting Services.
    Does anyone have a script to hand which will identify individuals who are set up as Administrators?
    Is there a way to either add myself as an Administrator; without using the intranet interface; or is there a way to reset the permissions of BUILTIN|Administrators to make this group an Administrator within Reporting Services?
    Many thanks
    Please click "Mark As Answer" if my post helped. Tony C.

    Hi Tony,
    Per my understanding that you some permission issue in the report manager, the users in the default "BUILTIN|Administrators" group don't have the related admin rights, right?
    By default, Reporting Services has assigned both System Administrator roles (System-level) and the Content Manager role (Item-level) to the BUILTIN\Administrators group and the users that are in the local administrators group is in this group.
    Please check beloe details information to make sure you have done the proper setting of the user permission:
    Check the local Users and Groups to see if the user is in the Administrators group, the user should in this group:(If you want to add new user as the content manager you can add this user to the Administrator group)
    Click the connect under the "Object Explorer" (Microsoft SQL Server Management Studio) and select to connect "Report services", expand the role folder under the  Security
    folder and click the properties of "Content Manager" to make it have the permission as below:
    Details information about the role assignments for your reference:
    Grant User Access to a Report Server (Report Manager)
    If your problem still exists, please try to provide more details information about the permission the user currently have.
    Any other question, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • 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 ---;

  • Cannot delegate Reporting Services Web access to domain user / group, User does not have required permissions

    Hi
    I have an SCCM 2012 SP1 CU3 installation on a Server 2008 R2 + SQL 2008 R2.
    I'm having trouble delegating Reporting Services Web Access to a standard domain user.
    I have followed the instructions from these blogs:
    http://blog.coretech.dk/kea/creating-the-reporting-user-role-in-configmgr-2012/
    http://www.wolffhaven45.com/blog/sccm/assigning-users-to-configmgr-reportusers-group-in-sccm-2012/
    No matter how I try, I cannot get the reports to show for a standard domain user. In the console no reports are showing and in the web access I get
    "User domain\user does not have required permissions........"
    The only thing that is consistenly working when I test is to put the AD Group on the Security Role "Full Administrator".
    Then everything will show up.
    Any ideas on how to troubleshoot this?

    Thanks everyone for helping me with tips. I have now solved the problem. It was the permissions from SCCM that did not replicate to the Reporting Server.
    In srsrp.log I got these error messages:
    Could not retrieve the reporting service name for instance 'MSSQLSERVER'
    Invalid class
    Could not stop the reporting serviceAfter googling a litte I found these 2 sites with similiar problems:http://social.technet.microsoft.com/Forums/en-US/d4a7f93a-506f-4e3f-b5fc-bd2b087277da/ssrs-permissions-do-not-add?forum=configmanagergeneral
    http://www.microtom.net/microsoft-system-center/software-distribution/sccm-2012-reporting-services-do-not-install
    So I ran the command for SQL 2008 R2: mofcomp.exe C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof
    and BAAM, everything started to work =)
    /ALX

  • Connection to 8.0.4 database on same NT pc

    I have a problem that appears to be similar to one discussed
    earlier in these 'threads'. However as I read the earlier
    threads, the suggestions provided did not help my situation.
    I have a NT 4 laptop with 8.0.4 installed. I've installed
    the JDeveloper 2.0 (184) beta and I'm trying to establish
    a connection to my local database.
    Basically I've tried all the drivers and every combination
    but I can't get it to connect to the database. Most attempts
    result in:
    Connection Refused
    (description=(TMP=)(VSNNUM=134234112)(ERR=12505...
    I'm trying to use the thin driver (usually). In the host
    field I try IP addresses, blank, and/or the name of my PC.
    I've tried all the protocol options.
    At one point I got ahold of a sympathetic person at Oracle
    Support (JD 2.0 is not yet supported but ...) and he talked
    me through downloading JDBC drivers that appear to be specific
    for 8.0.4 (as opposed to 8.0.5 or 8.1.4). That did not help
    either.
    Does anyone have any further suggestions? I can get to my
    local Oracle database via SQL*Plus, Forms 5.0, Toad, etc.
    Just can't get to the database via JDeveloper.
    Regards, Brian P.
    null

    Brian,
    I stand corrected. Apparently, there is a bug in the 8.1.4 thin
    driver that it does not connect correctly to 8.0.4 databases, so
    you should use the 8.0.5 thin or OCI drivers (see my previous
    note for instructions on making sure 8.0.5 is set as the default
    in the IDE).
    In addition to setting the Project Properties to make sure you
    can run your apps in the IDE, you need to do the following to
    make sure JDeveloper can perform the connection (i.e. from the
    wizards, etc.):
    1. Close JDeveloper
    2. Open %Jdev_home%\bin\jdeveloper.ini with a text editor.
    3. Add the following path to the beginning of the IDE_CLASSPATH
    setting:
    ..\jdbc\lib\oci8\classes111.zip
    4. Save and close the jdeveloper.ini file
    5. Start JDeveloper.
    Note: This workaround should be fixed with the JDBC 8.1.5
    drivers that will be available with the production release. The
    8.1.5 drivers should be certified against all previous versions
    of Oracle databases.
    Sorry for the incompleteness of my previous message.
    -L
    Brian Pederson (guest) wrote:
    : Mark,
    : Thanks for your input. By PO do you mean Personal Oracle?
    : Actually I'm using the full Enterprise version. That seems
    : to set up a listener. I also have TCP/IP running (since I'm in
    : an office and using it to connect to an intranet). I have the
    : 8.0.4 specific JDBC driver files already. In fact I have
    : been able to connect to another person's PC on my LAN. I used
    : the thin driver. I just can't connect to my own local database.
    : Very frustrating. I'm trying to avoid 'upgrading' to 8.0.5 -
    : it seems like overkill in order to just get this Beta product
    : to work - but maybe that's in the cards.
    : Rgds, BP
    : mark tomlinson (guest) wrote:
    : : If it is PO 8.0.4 then you need to get the 8.0.4 version of
    the
    : : JDBC type 2 (OCI) driver in order to get this working. (JDev
    : 2.0
    : : ships with the 8.0.5 version). The type 4 driver will only
    work
    : : if you have a listener running (which PO does not have by
    : : default) and are using TCP/IP. You might want to simply
    upgrade
    : : the RDBMS on the laptop to 8.0.5. Something else to try --
    : : install the 7.3.x Required Support Files from the RDBMS CD
    (the
    : : 8.0 versions had the 7.3 client components on the CD as well
    as
    : : the 8.0) and then use the 7.3 OCI driver -- that should also
    : : work.
    null

  • Trouble connecting: Oracle Explorer

    I got the .NET Oracle Developer installed, and even downloaded the Oracle database on my computer.
    In VS 2003 .NET, I can use Server Explorer and connect from Oracle Server fine. But in the Oracle Explorer, everytime I tried to connect it gives me this error:
    An error occured while opening the connection: Connection must be opened for this operation
    I'm using:
    Data source name: (Local Database)
    Role: Default
    Connection name: hr.(Local Database)

    Hi identityless. You might as well try un-installing, and then re-installing using two separate Oracle Homes. I'm not positive that this will work, but...
    When you do the install, you want to make sure that the right version of the Oracle Data Provider for .NET is the default. Oracle 10g database includes version 10.1.0.2, but the Oracle Developer Tools for VS.NET include a newer version, 10.1.0.4.
    For this reason, it probably makes sense to install the database first and the client second.
    Good luck, and hope this works. Please let us know what happens.
    -- Matt

  • Reporting Services Server cannot connect to the DPM database. ( dpm 2010 )

    Reporting Services Server cannot connect to the DPM database.
    To repair the configuration, follow steps for repairing DPM from DPM Setup Help.
    ID: 3001
    i can not try the Recommended action from error codes catalog because i did not found Change reporting
    password

    Hi,
    We have had several customers report this after installing DPM 2012 R2.
    To get past the below error while scheduling reports to be mailed.
    Reporting Services Server cannot connect to the DPM database.
     To repair the configuration, follow steps for repairing DPM from DPM Setup Help.
     ID: 3001
    Perform the following steps as necessary:
    1. Created a new local group called "DPMDBReaders$<DPMServerName>"
    2. Created a new user called, "DPMR$<DPMServerName>" and added this user to DPMDBReader group that we created on step 1.
    3. Open SQL management studio and  add the DPMDBReaders$<DPMServerName  group to Logins under Security in SQL Management Studio.
    4. Modify the properties and under General – change the default database to the current DPMDB name.
    5. Under User Mapping – select the current DPMDB name and check the db_datareader checkbox.
    6. In SQL Management Studio, navigate to the Databases > DPMDB > Security > Users > and select the DPMDBReaders$<DPMServerName>" group.  
    Right-click the DPMDBReaders$<DPMServerName>" group and select properties. Under the
    Securables section, click on Search. On the add objects dialog, click OK. 
    On the Select Objects dialog, click the Objects type, then check the
    stored procedure checkbox. Browse and add the following two stored procedures
     “Prc_MOM_Heartbeat_Get” and “prc_MOM_ProductionServer_Get”.    Grant the Execute permission for both of the stored procedures added. 
    7. In SQL Reporting Services Configuration manager, under Report Manager URL - click on the link to open the portal (http://localhost/Reports)
          i. Click on the DPMReoprts_GUID to open the DPM reports.
          ii. Click on the DPMReporterDataSource
          iii. On the poperties page, enabled "Credentials stored securely in the report server" on DPMReporterDataSource configuration page and added “DPMR$<DPMServerName>” user account that we created in step 2. 
          iv.  tick "Use as Windows credentials when connecting to the data source." 
          v.   Click ‘Test connection’ on the same page to verify whether it can connect successfully.
    8.  In SQL Reporting configuration manager - change the Service Account to use build-in account: Network Service
    9. Reboot the DPM Server.
    10. You should then be able to schedule e-mailed reports.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT] This
    posting is provided "AS IS" with no warranties, and confers no rights.

Maybe you are looking for

  • Performance Discovere VS BI EE

    Hi all, we are currently use 10g Discoverer for our datawarehouse reporting. If we run the same reports in BI EE but I feel response time of the report is slow as compare to discoverer...any idea why ? and how I improve it ? Regards

  • Problem when dispalying Sales document header text.

    Hi All,          I am facing problem when displaying header text of Sales document. my problem is that when we got to VA02 -> give sales document number  press enter once afer going inside that sales document -> Goto Header text  . In text tab, on le

  • Passing Session State Variables to SQL query

    Hi, I am using 3 pages in my application build by APEX 3.1.2. Login Page, Report Page and Form Page. I am using LDAP authentication for Login Page and I want the user session information to be feeded to the filter query being used to display data on

  • Can I use my Upgrade in the Apple store instead?

    Wanted to know if I'm allowed to use my upgrade at the apple store since i was able to reserve one there?

  • Reading email in a monospaced font, is that possible?

    Hello all, I would like to be able to read formatted text, like small tables, on my iPhone... Of course I will need a monospaced font to do so... Is there a way to change the current font into Monaco or Courier? Kind regards, Adam