Sharepoint/Project Enterprise 2010 Integrated Reporting Services SQL 2008 R2

We have integrated Reporting Services in to SharePoint 2010 configured in Trusted.
Problem:
on a BI site we have a report that runs just fine when you click on it.  however when you click the dropdown arrow and edit in reportbuilder. It will open report builder 3.0, but not the report you wanted to edit.  when you go to Open the report
from the site we get the error
Unable to connect to the server that is specified in the URL. "myspsite url" Make sure that the server is running, the URL is correct, and you have permission to use the server.

Hi
Damon ,
Thank you for your posting!
For your issue, please format the URL used to connect Report Server as “http://server/reportserver/”
(with '/' in the end).
Reference:
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/2a5e9945-e3ac-41e7-a50d-772b3cc68f93/report-builder-30-unable-to-connect-to-server?forum=sqlreportingservices
Thank you for your understanding and support.
Best Regards,
Eric
Eric Tao
TechNet Community Support

Similar Messages

  • Upgrade Sharepoint 2010 SQL Reporting Services from 2008 R2 to 2014

    I'm about to do the upgrade of SharePoint 2010 Reporting Services from 2008 R2 to 2014.  The instructions say it can be done "in-place" with no downtime.  I've seen this article:
    http://whitepages.unlimitedviz.com/2012/03/upgrading-sql-server-reporting-services-to-2012-in-sharepoint-integrated-mode/
    It covers 2012 so I assume the same holds true for 2014.
    I'd like to get the low down from anyone who has actually performed the upgrade of SSRS from 2008 R2 to 2014.  Anyone done this upgrade?  Any issues?
    David Jenkins

    So far I would have to say that the upgrade can be done "in-place" but there is a "DOWNTIME".
    This article has helped a lot:
    http://blogs.catapultsystems.com/tlingenfelder/archive/2012/07/10/upgrading-sql-server-reporting-services-2008-r2-to-sql-server-reporting-services-2012-in-sharepoint.aspx
    In the article it tells you about a bug in the SQL Upgrade process where
    the Domain account you use will not work. When you type in the password it fails. On top of that it will lock the Domain account because of a bad password!  There is probably something wrong with the authentication process and it garbles the password. 
    Anyway, you end up having to change the account to the "Network Service" account before you can do the upgrade.  This means the services get restarted which means???
    DOWN TIME!  He goes over other errors.  I haven't reviewed these issues yet.
    The other thing I learned is that everything needs to be SQL Server 2008 R2 SP2 in order to upgrade.  You don't find this out until almost the last step in the installation process.
    Now I have to wait until next week to actually do the upgrade because I have to schedule an SP2 install.  :(
    David Jenkins

  • Farm Recovery Planning: How to restore existing SharePoint Integrated Reporting Services Databases?

    Sorry in advance for cross posting, but the Forum Admin for "SharePoint 2010 - Setup, Upgrade..." recommended I post this here as well.
    Running "SharePoint 2010 SP1" and "SQL Server 2012" Integrated Reporting Services.
    Assuming a total Farm failure requiring a new farm to be built, does anyone have any experience with restoring the 3 SharePoint Integrated SSRS databases to a the new farm from SQL Server level backups?  Assuming of course the SSRS encryption key had
    been exported.  Many of the Service Applications can be provisioned with "pre-existing" restored service application databases (like the User Profile Service and Metadata Service databases).  Just wondering if this can also be done with
    the SharePoint Integrated SSRS databases.
    The following Microsoft Document on setting up a SP DR site implies it's possible since the 3 databases are synced to a separate DR farm.
    https://view.officeapps.live.com/op/view.aspx?src=http%3A%2F%2Fdownload.microsoft.com%2Fdownload%2FD%2F2%2F0%2FD20E1C5F-72EA-4505-9F26-FEF9550EFD44%2FPlanning%2520Disaster%2520Recovery%2520for%2520Reporting%2520Services%2520in%2520SharePoint%2520mode%2520.docx
    Is this possible?  Does any one have any actual experience with this, and what the steps would be?
    Thanks!

    Hi mikea730,
    It supposed to be possible. Please refer to the blog below:
    http://blogs.technet.com/b/ptsblog/archive/2014/01/28/sla-and-disaster-recovery-planning-for-microsoft-busincess-intelligence.aspx
    Best Regards,
    Black

  • Can I use RS.exe to create the folders in Sharepoint-Integrated Reporting service?

    Hello All,
    Recently, I am using rs.exe and .rss files to publish my reports to SharePoint-Integrated Reporting Service.
    The outstanding issue is, it cannot create non-existing folders for me automatically. I have to created the folder manually.
    Thinking BIDS "Deploy" function can make folder creating happen, why the RS.exe doesn't support so?
    Does anyone know how to change .rss and rs files to make folders creating automatically. 
    E.g. If I pass in "ParentFolder" and it doesn't exist on SharePoint, then RS.exe can create the folder first then deploy the RDL files under that folder.  
    Derek

    Hi Derek,
    In SSRS, we can use .rss files to publish our reports to a new folder. Please refer to the following script:
    Dim definition As [Byte]() = Nothing
    Dim warnings As Warning() = Nothing
    Dim destinationFolder As String = "DemoReports"
    Dim reportsTargetPath As String = "/" + destinationFolder
    Dim reportsSourcePath As String = "C:\Demo"
    Dim datasourceName As String = "DataSource1"
    ‘Create the destination Folder
    Try
    rs.CreateFolder(destinationFolder,”/”, Nothing)
    Console.WriteLine("Parent folder {0} created successfully", destinationFolder)
    CreateReportDataSource(datasourceName, "SQL", "Data Source=.;Initial Catalog= AdventureWorksDW2012")
    Catch e As Exception
    Console.WriteLine("Tasks completed successfully.”)
    End Try
    You can refer to the script in the following blog.
    http://sqlserverselect.blogspot.in/2010/10/rsexe-and-rss-scripts-for-automation-of.html
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Sharepoint 2013 SSRS 2012 Integrated Report Level Security

    With SSRS we are able to assign security down to the object level, but I am looking to move to the Sharepoint Integrated Reporting Services and find that you can only do to a library level.  Is this correct or am I missing something.  I have tried
    to find documentation regarding, but nothing is clear as to the abilities.

    Hi sdffgccfg,
    Based on my research, we can still set permissions for report server items on a SharePoint site (Reporting Services in SharePoint Integrated Mode). We can set permissions on report definition (.rdl), model (.smdl), and shared data source (.rsds) files. But
    we cannot combine inherited and managed permissions on the same item.
    To set permissions on a report server item, please refer to the following steps:
    Point to the report, report model, or shared data source file.
    Click the “…”, “…”, and then select the Shared With option on the menu list that appears.
    On the Shared With window, select the corresponding permission.
    The following blog is for your reference:
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2013/02/01/how-to-manage-permissions-for-a-list-item-or-document-in-sharepoint-2013.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Date parameter does not work in SharePoint 2010 report using SQL 2008 Server Reporting Service

    Here is the settings:
    SharePoint 2010 with SQL server 2008 reporting services configured
    When create a report for a SP list using SQL server report builder (3.0) the date parameter does not work.
    The data parameter is set as "date and time" type and field name equals the col name in the SP list
    When run the report, the whatever dates I select, the result is always the same, so the parameters do not take any effect.
    Is any step missing?
    Thanks for any advice !

    Hi ,
    How did you configure you "date and time" type parameter and field name equals the col name in the SP list?
    Have you tested if other type parameter worked?
    Have you tried typing the date format as 20140722 in your date parameter filed before run the report?
    http://whitepages.unlimitedviz.com/2012/02/using-sharepoint-filters-with-reporting-services-parameters-for-personalized-reports/
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Daniel Yang
    TechNet Community Support

  • Urgent Please: Cannot publish Reports to the Sharepoint Integrated - Reporting Services Login

    Hi,
    Sharepoint 2010 / SQL Server 2008 R2
    The user I am using in BIDS to deploy the reports has Admin permission to the site collection and databases.
    Reporting Services Login prompt all times and I can´t go ahead to publish the reports.
    I ve reviewed my deployment properties -
    http://msdn.microsoft.com/en-us/library/bb283155(SQL.90).aspx
    The same test works to my dedicated server (Sharepoint and SQL Server in the same machine) but not to the enviorement bellow:
    Server 1 - SSED, SSAS, SSRS, Sharepoint Web Front (minimal installation)
    Server 2 - Sharepoint Server 2010 (SSRS Sharepoint Integration Mode)
    I´ve read all the discussions and articles I couldn´t find anything conclusive.
    Please, any clues?!
    Thanks in advance,
    Alex Berenguer

    Hi Syed, thank you so much for your help. I have already spent many hours in order to solve this issue but nothing so far.
    The Web Application I created to test it has a Business Intellicente Center as Site Collection. The Report Services features is running on it. I checked it. Thanks.
    Follow more details I ´ve discovered:
    Here's the scenario:
    I have a Web Front End (WFE) server, and an Application Server (AS) in a Sharepoint 2010 Farm.  The configuration database, content database, etc.. are located on a clustered SQL 2008 R2 instance on another set of machines.  I have installed SQL
    2008 R2 Reporting Services w SP1 on the AS.  I have installed the SQL 2008 Reporting Services Add-In for Sharepoint 2010 on the WFE.  I have gone through all the configuraiton settings, set the SPNs for the service accounts, etc... The Excel Services
    with external data, for example, is working fine.
    When the reporting services integration is set to "Trusted Account", I can deploy reports to the server with no problem, EXCEPT that I can't deploy data sources that use "Windows Authentication" as their credentials, which is desirable for our implementation.
    When I switch the reporting services instance to "Windows Authentication", I can no longer deploy projects to the report server.  When I go to deploy the reports, I continually get a "Reporting Services Login" prompt, showing the server it is being deployed
    to, and requesting a username and password.  No combination of username and password works.
    Here's a fun little bit for you too, if I continue to try to login to the server, I will eventually (after hitting the GPO threshold) lock out my account from Active Directory.  This I found out after nearly creating a set of tracks down my scalp all
    day today trying to figure out what was happening to my sharepoint sites while I was debugging this....
    So it seems that it is trying to authenticate my login credentials through BIDS, but is unable to do so.
    Also, when I attempt to "Manage Datasource" directly through the Sharepoint interface I am getting 401 errors.
    I appreciate any assistance.
    Thanks a lot.
    Alex Berenguer

  • Migration Report from SQL 2008 R2 SharePoint Integration to SQL 2012 SharePoint Integration - Url Parameters (ReportViewer)

    Dear All,
    I have issues in Url Parameters in SharePoint Integrated Mode (Reporting in SQL Server 2012).
    Test Server - Working fine
    with URL Parameter
    1. SharePoint 2010 + SQL Server 2008 R2 Reporting - SharePoint Integration Mode
    2. I have 1 PageView Web Part to call a Reports. Eg:-
    http://myserver_Test/ReportServer/Pages/ReportViewer.aspx?http://myserver_Test/SSRS%20Reports/Report_1.rdl
    Production Server - Failed
    with URL Parameter
    1. SharePoint 2010 + SQL Server 2012 Reporting - SharePoint Integration Mode
    2. Same a Test Server, I have a PageView Web Part to call a Reports but failed with page not found. Eg:-
    http://myserver_Production/ReportServer/Pages/ReportViewer.aspx?http://myserver_Production/SSRS%20Reports/Report_1.rdl
    I have check the Reporting folder (C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\WebServices\Reporting) and can't found any web page as
    ReportViewer.aspx.
    Thanks

    Dear All,
    Did anyone know, how can I Use the HTML Viewer in SharePoint Integrated Mode for SQL Server 2012 Reporting.
    I'm able to user the HTML Viewer in SharePoint Integrated Mode with the Reporting is SQL Server 2008 R2.
    http://techpunch.wordpress.com/2008/09/17/sql-server-reporting-services-url-parameters-in-sharepoint-integrated-mode/
    I know there is possible to call a report with RSViewerPage, but my users are
    not happen with the UI of default SharePoint reports display (RSViewerPage).
    http://msdn.microsoft.com/en-us/library/a58b4ca6-129d-45e9-95c7-e9169fe5bba4(v=sql.110)
    Appreaciate you help.
    Thanks

  • SharePoint 2010 and Reporting Services add-in - multiple versions supported?

    Hello,
    I would like to try out Reporting Services with SharePoint 2010.  I already have the Reporting Services add-in installed on the WFE for SQL Server 2008 R2, but not configured. 
    At this point I thinking it's best to move forward with SQL Server 2012.
    Can both the 2008 R2 version and 2012 version of the Reporting Services add-in exist on the same WFE in separate instances? Or do I need to uninstall the 2008 R2 version first?    
    Thank you in advance,

    Just upgrade to the 2012 version, you don't have to uninstall first.
    Also, see the supported combinations of SSRS version and Addin version:
    http://msdn.microsoft.com/en-us/library/gg492257.aspx
    Use the highest version of the addin possible, as newer addins have offered performance improvements.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Integrating Reports from SQL Server Reporting Services

    Dear Experts,
    I am given the URL to a report from SQL Server Reporting Services. The URL looks like
    [http://<report_server_host>/ReportServer/Pages/ReportViewer.aspx?/<category>/<report>&<list_of_parameter_value_pairs>]
    When this URL is executed, the user will be prompted for user name and password.
    And I am given the following requirements:
    - Integrate the report into SAP NetWeaver Portal
    - The report has to be passed parameters with values generated at runtime and which must be hidden (because it is sensitive data)
    Initially, I have been working on two options:
    1. using Application Integrator (portal application: com.sap.portal.appintegrator.sap, portal component: Generic)
    2. using URL iView
    With the Application Integrator, however, I got the following error:
    The operation you are attempting on item "/" is not allowed for this item type. (rsWrongItemType)
    I cannot find the solution to this. It looks like the URL which contain "/" after "?" is not appropriate for the Application Integrator.
    So I turn my focus away from the Application Integrator, but to using the URL iView instead. And in order to hide the parameters passed, I make the following settings in the URL iView:
    Request Method = POST
    Fetch Mode = Server-Side
    But then I got the following error:
    Failed to fetch the content. The response status was 401.
    Message:
    (I have defined an HTTP system and used it in the URL iView.)
    Does anyone know how to fix the errors (either with the Application Integrator or the URL iView)?
    Your answers will be much appreciated!
    Regards
    Sakprasat Sum

    Hi
    Was a solution for this found?
    I am trying to achieve the same thing, create an iView that links to an existing SQL Reporting Services report.
    Cheers,
    Andrew

  • How to get the project name in a Reporting Services Report in a Project Site?

    Hi,
    I developed a report using Reporting Services where I need to choose a project to see the report. I want to include it in a Project Site template using a SSRS Web part. As the report will be in a project web site, I would like the report appears automatically
    showing the project of the site without the need of choose of the project.
    Can it be done without developing a complex code?
    PS: Project Server 2013 and SQL Reporting Services 2012.
    Thank you.
    Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

    Unfortunately there are a number of ways to navigate to a project site. (From Project Center is another) - Covering them all is not an option.
    Like I said before there are two options, using a server-side web part - or using client-side code like the following: (just put this in a content editor on the page of your report and it will ensure there is a ProjUid on the query string)
    <script
    type="text/javascript">
    //(c) 2014 James Boman - IPMO.
    //License granted under creative commons CC BY-SA
    //http://creativecommons.org/licenses/by-sa/3.0/au/
    var PDP;
    var web;
    var ProjectUID;
    var PWAURL;
    ExecuteOrDelayUntilScriptLoaded(CheckProjectUid, "sp.js");
    function CheckProjectUid() {
    if (!urlHasProjectUid()) {
    getAppWeb(function () {
    getWebProperties(function () {
    NavigateMe()
    function urlHasProjectUid() {
    strDest = document.URL
    if (strDest.split('?').length
    > 1) {
    return (getQueryStringParameter('ProjUid')
    != null);
    } else {
    return
    false;
    function NavigateMe() {
    var strDest = document.URL;
    if (strDest.split('?').length
    > 1) {
    strDest += '&';
    } else {
    strDest += '?'
    strDest += 'ProjUid=' + ProjectUID;
    window.location = strDest;
    function getAppWeb(functionToExecuteOnReady) {
    var context = SP.ClientContext.get_current();
    web = context.get_web();
    context.load(web);
    context.executeQueryAsync(functionToExecuteOnReady, onFailure);
    function getWebProperties(functionToExecuteOnReady) {
    webProperties = web.get_allProperties();
    var context = SP.ClientContext.get_current();
    context.load(webProperties);
    context.executeQueryAsync(function () {
    var allProperties = webProperties.get_fieldValues();
    PWAURL = allProperties['PWAURL'];
           ProjectUID = allProperties['MSPWAPROJUID'];
    functionToExecuteOnReady();
    , onFailure);
    function onFailure(sender, args) {
    alert('CSOM Error: ' + args.get_message());
    function getQueryStringParameter(urlParameterKey) {
    var params = document.URL.split('?')[1].split('&');
    for (var
    i = 0; i < params.length; i = i + 1) {
    var singleParam = params[i].split('=');
         if (singleParam[0] == urlParameterKey)
    return decodeURIComponent(singleParam[1]);
    </script>
    James Boman - http://www.boman.biz Software Consultant for IPMO - http://www.ipmo.com.au

  • Reporting Services SQL Server Express 2008 R2

    Hello,
    Currently we are running:
    10.50.1617.0 RTM
    Standard Edition
    Microsoft SQL Server 2008 R2 (RTM) - 10.50.1617.0 (Intel X86)   Apr 22 2011 11:57:00   Copyright (c) Microsoft Corporation  Standard Edition on Windows NT 5.2 <X86> (Build 3790: Service Pack 2) (Hypervisor) 
    What is required to be able use the Reporting Services?  Is there a cost associated?  What are our choices?
    Looking forward to your reply,
    Linda

    Hello Linda,
    You have a Standard Edition (not Express, as in subject) and here are SSRS = Reporting Service as well as SSIS =Integration Services and SSAS Analysis Services included, see Feature Compare:
    http://msdn.microsoft.com/en-us/library/cc645993(v=sql.105).ASPX
    Just add SSRS as a new feature to your existing installation, if it not already exists and setup configuration, then you can immediately use it.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Reporting Services SQL Instance blank

    I have looked at all the links and tried the suggestions and I am still having the problem: 
    SCCM 2012 R2                         SQL 2012 SP1 SSRS installed and configured (separate boxes)
    When I try to add the reporting services role, it finds the SCCM database and verifies connectivity to it, the SSRS instance drop down is blank.
    Using a domain service accout with local admin rights on both machines and sa rights in SQL.
    There is a firewall between the Primary Server and the SQL Server and ports 80, 135, 443, 445, 1433 and the high RPC range.
    Does anyone know how it is determining the instance?  I have read it is via WMI but I am not sure if it is a query or executing a method.  I have verified the svc acct has the correct DCOM privs.

    Duplicate post of
    http://social.technet.microsoft.com/Forums/en-US/5da8e51c-578e-42a8-9419-4a9c02be65e0/reporting-services-install-on-sql-2012-sp1-instance-blank?forum=configmanagergeneral
    http://www.enhansoft.com/

  • FEP 2010 with Reporting Services in Clsster

    1) It¡s not supported reporting services clustering (2 nodes), but i can install reporting in both nodes sharing report database. This ReportDatabase is installed in a instance (Instance1) onto the same cluster 
    2) I've create teow SCCM Reportin services point (SRS1 y SRS2)
    3) When I launch FEP installation (basic), i can select
    http://SRS1/reportServer or http://SRS2/reportServer.
    4) But...is supported input URL manual to  http://Instance1/ReportServer
    Thanks

    This is old post and there have been several changes in FEP, now the successor of FEP is System Center Endpoint Protection (SCEP) and several things been improved. Try reproduce your issue in SCEP and if problem persist, please post it as a new question.

  • Update SharePoint list programatically twice a day with SQL 2008 r2

    How complicate is to sustain the update  SharePoint list programatically twice a day by using SQL job?
    the data need  to be update twice a day and it is going o be use to feed a share point form...where the user(S) will be choosing by lookup in infopath form.
    BTW..I do not have control of the SharePoint farm, I have MS SQL 2008 R2 and SharePoint version is 2010. 
    Or Also I am considering to use  MS access 2010 and SharePoint version is 2010.
    CRISTINA&amp MICROSOFT Forum

    >DRAFT IDEA<
    Is this will corrupt SharePoint if I try this?
    The two data list that I want to update twice a day come from other database sources
    One is from Human Resources roster list. (The result of the query) –amount of records >> 600
    UNREAL
    example
    Unique ID
    domain name
    Region
    Badge
    Full Name
    email address
    Manager
    Director
    EUROPE
    EMEA
    123456
    Bear, Charles
    [email protected]
    Hanc, Juilan
    Cano, Oscar
    AMERICAS
    ABU
    223456
    Ros, Adrian
    [email protected]
    Knight, Dexter
    Brown, Dexter
    ASIA-PACIFIC
    APJ
    323456
    Chen, Andy
    [email protected]
    Ducann, Scott
    Ginger, Jeff
    (JOIN) From the roster list connect with the User Information List "user
    credential"(/_vti_bin/UserProfileService.asmx) to allow me Create dependent drop-down by using these articles:
    https://claytoncobb.wordpress.com/2009/06/21/userprofileservice-extended/
    http://sharepoint911.com/blogs/laura/Lists/Posts/Post.aspx?ID=172
    http://blogs.msdn.com/b/infopath/archive/2004/03/24/95529.aspx
    http://www.dotnetcurry.com/showarticle.aspx?ID=794
    http://www.codeproject.com/Articles/155829/SQL-Server-Integration-Services-SSIS-Part-Basics
    The second one comes from Account list. (The result of the query) –amount of records >> 22,000
    FAKE
    example
    Unique ID
    email_address
    account_id
    account_lk_id
    account_name
    subdivision_region_name
    subdivision
    support_model
    [email protected]
    22650
    22649
    NANA Web Skills
    AP
    Martial Law
    PunkingSPlus
    [email protected]
    16624
    16624
    ELECTRIC FOOD
    AMER
    Short Circuit Blue
    PunkingSPlus
    [email protected]
    12538
    12538
    100 Got drunk
    EMEA
    100 Got drunk
    PunkingSPlus
    [email protected]
    22206
    22205
    911 Hospital Ghost
    AP
     Hospital AP
    PunkingSPlus
    [email protected]
    6886
    6886
    Administration for UFO LAND
    AP
    Xiamen
    PunkingSPlus
    [email protected]
    22242
    22241
    ACT  Recording
    EMEA
    ACT  Recording  Orange
    PunkingSPlus
    (JOIN) In this list I will need to do the same connect with the User Information List "user
    credential"(/_vti_bin/UserProfileService.asmx)
    To narrow these lists to what they are only responsible to work..
    These two tables are going to be part of InfoPath form ...
    with these draft idea , Do I need to be considering to be using what you suggest ? >>>"PowerShell
    availabe in SQL and the CSOM to interact with SharePoint "
    Could be possible that you can also provide an article?? relate to ....
    "Firstly you must not update SharePoint content databases directly from SQL. Doing so may
    corrupt your farm and will render it unsupported by Microsoft."
    Thanks in advance
    CRISTINA 

Maybe you are looking for