SSRS Report Viewer Web Part - Saving it as a Project Site Template

Hi all,
I ended up creating a custom filter web part that was passing the PUID to SSRS report viewer web part in a project site.
Works perfectly fine until you save the site as a project site template. I attached the site template to an EPT and creating a new project. The project site created fine, but the connections between the custom filter web part and SSRS Report viewer web part
is broken!
Paul gave me this web part to start with, but this doesn't work in SharePoint Integrate Mode:
http://gallery.technet.microsoft.com/projectserver/Report-Viewer-webpart-439e0062
And SharePoint Integrated Mode is what we are pushing our clients towards.
Any help will be highly appreciated.
SJ

Looks like I forgot to respond to this...apologies for the delay.
For the client that I asked this question, I ended up writing it programmatically and it works.
But I would prefer using products now...rather than Band-Aid approach - I guess my role is shifting.
Luckily I was introduced to a SharePoint and Project Server developer here in London and he has been developing products for SharePoint and Project Server since version 2007! I spoke about my dilemma and he already had a product for this for SP
integrated mode! I have now started to add this product to all my the PS2010, PS2013 implementations. Great thing is it doesn't cost much at all and he provides support for it as part of subscription. I guess I twisted his arm a little bit  - not physically!
So far I have used the product at two sites and applied CUs over it - no issues at all. This is a proper packaged product and can't recommend it high enough. Yes, you will have to let the client know about this third party tool, but we manage the relationship
on behalf of the client - just like when we buy Nintex, IPMO or Fluentpro products.
If anyone is struggling with SSRS web part in Project Sites and doesn't have the time to write codes as they have multiple PS implementations on the go then you can contact
[email protected]
I must say his marketing isn't that great, but since he is a freelancer he only works and sells his products to people within his network, I think he maybe changing that soon! Hopefully :-)

Similar Messages

  • SSRS report viewer web part error only in IE not in Chrome & Safari

    SSRS is setup in SP integrated mode.
    I am getting this error when I click a report parameter drop down for the second time to display the list of avaliable values:
    Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response
    filters, HttpModules, or server trace is enabled. Details: Error parsing near '< !DOCTYPE html PUB'.
    I researched this issue and have added the following to my SP site's web.config:
    <appSettings>
       <add key="aspnet: MaxHttpCollectionKeys" value="5000" />
    </appSettings>
    Oddly enough, I only get this error in IE not in Chrome it works fine...  Any ideas on how to correct?
    fyi- Drop down has <25 items I would say.

    Hi,
    According to your post, my understanding is that you had some issues about the SSRS.
    As you had known, this issue is caused that Microsoft security update MS11-100 limits the maximum number of form keys, files, and JSON members to 1000 in an HTTP request.
    Because of this change, ASP.NET applications reject requests that have more than 1000 of these elements.
    HTTP clients that make these kinds of requests will be denied, and an error message will appear in the web browser.
    SSRS report filtering column were sending as HTTPCollectionKeys and that was reaching the maximum limit.
    The solution is adding the MaxHttpCollectionKeys as you had did, you can try add a larger number to check whether it works, such as 9999 as below.
    <appSettings>
    <!--
    This is a super high number to use as a starting point in TESTING your application.
    You should never have a number like this in your PRODUCTION web.confg.
    Instead, you should use this HTTP module (MS11-100-Helper.dll) to help you determine
    the appropriate number to use for your setting in PRODUCTION.
    -->
    <add key="aspnet:MaxHttpCollectionKeys" value="9999" />
    </appSettings>
    http://blogs.msdn.com/b/paulking/archive/2012/01/16/using-an-http-module-to-assist-in-adjusting-the-value-of-aspnet-maxhttpcollectionkeys-imposed-by-ms11-100.aspx
    As this issue is related to the SSRS, you can post the issue to the SSRS forum.
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    More experts will assist you, then you will get more information relation to SSRS.
    Thank you for your understanding and support.
    Thanks,
    Jason
    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]
    Jason Guo
    TechNet Community Support

  • Can i use Report viewer web part in SharePoint 2013 app to show SSRS reports?

    Can i use Report viewer web part in SharePoint 2013 app to show SSRS reports?

    SharePoint app you mean a simple sharePoint 2013 application like site, team site etc, or do you mean an App (the new feature like webPart).
    To add a SSRS Report viewver web part follow these steps
    1. Edit the page
    2. Choose insert a webpart
    3.Select SQL server Reporting -> SQL Server Reporting Services Report Viewer webpart
    4. Configure the webpart to show your .rdl files.
    (See the img below. Plz mark as answered if it helps).

  • Apply Button not working in Report viewer web part in SP 2013

    I have a SSRS report which gets values from SSAS cube, with more than 10 parameters defined in the report. All the parameters are multi-select parameters and the report is deployed in SharePoint 2013 integrated mode.
    I created a web page and integrated the SSRS report inside a report viewer web part. All the report parameters are from Performance Point filters. All the PPS filters are connected to SSRS report.
    The problem is each and every time the parameter is re-selected(changed) the whole page gets refreshed.
    So I added a Apply button, so that the report gets refreshed only after clicking the Apply button. Even after adding the apply button the report gets refreshed on each parameter change.
    Can you please let me know why the apply button is not working and possible solutions to overcome this.

    Hi,
    There's no much similar issues I have found.
    I suggest you consider opening a support case with us, provided the sample code for reproduce and version of SQL Servr. You may visit this link to see the various support options that are available to better meet your needs: 
    http://support.microsoft.com/default.aspx?id=fh;en-us;offerprophone.

  • Report Viewer Web Part - Override Parameters

    We have recently upgraded our SharePoint 2010 farm to SharePoint 2013. When using the report viewer web part, we are now unable to override parameters and have them persist. This functionality was previously working in SharePoint 2010.
    A report viewer web part is added to a page
    The parameters are loaded in the web part settings, and the option to override the default parameter is selected and populated with the desired value.
    After pressing OK, the report loads as expected.
    After pressing "Stop Editing" on the page, the report still appears as expected.
    If the page is reloaded, the parameters have been removed.
    I'm at a loss as to where to start troubleshooting this issue. Any advice is appreciated.
    Thanks
    PS There are similar issues noted on the forums about issues with SSRS parameters, which appear related to having debug="true" set in the web.config file. I've checked the web.config, and the debug setting is currently set to false.

    When you modify the page, do you have personalization enabled? In other words, are you modifying the shared version of the page?
    There won't be much harm from removing and reinstalling SSRS. Just make sure to delete your SSRS Service Application beforehand. Also, you will lose any stored credentials that were deployed into your environment.
    Dimitri Ayrapetov (MCSE: SharePoint)

  • How to refresh Report viewer web part programatically using C# in SharePoint?

    I have used Report viewer web part in SharePoint page, I want to refresh it programmatically. How can I achieve this? I have tried approach mentioned on
    http://nicholasfaiello.wordpress.com/2012/12/28/report-viewer-web-part-programmatically-refresh-a-report/ site, but it is not working.

    Hi,
    How about using JavaScript to perform page reloaded or just trigger the click event of the refresh button with the Report View Web Part? It could be seen as a kind of workaround
    for auto refreshing.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/b0b6d11d-07c8-4b4d-bd69-ec60e85e0678/sharepoint-report-viewer-web-part-parameter-issue-not-refreshing?forum=sharepointgeneralprevious
    http://richmintzbi.wordpress.com/2011/06/21/auto-refresh-ssrs-reports-part-ii/
    Best regards
    Patrick Liang
    TechNet Community Support

  • SQL Report Viewer Web Part Not displaying Report

    I have just completed updating an old report using report builder 3.0. I have added it to SharePoint Designer but have not replaced the old report file. 
    Any help is greatly appreciated!!
    All I did was export the old report from sharepoint designer to my desktop. Then opened it with Report Builder 3.0- made changes to the report and saved it with a different name (for safety in case i break things) and then upload it back to the same place where
    the old report was located using SP Designer. I then went back to the site in sharepoint that is displaying the old report, and changed the URL path in the SQL report viewer to the new report. 
    Now the SQL Report Viewer web part isn't showing anything (blank)

    Dear Form Moderator,
    This question is already asked in sharepoint forum so please don't move this sharepoint forum. Here is link of thread:
    https://social.technet.microsoft.com/Forums/en-US/3796da85-fbb4-4722-a5d0-724859f7d4ae/sql-report-viewer-web-part-not-displaying-report?forum=sharepointgeneralprevious
    Here is the one more duplicate thread link in same forum. So either you can merge both OR delete one.
    https://social.technet.microsoft.com/Forums/en-US/259d2586-ed4a-4f47-a808-877d4621d9f2/report-builder-30-sql-report-viewer-web-part-not-displaying-report-in-sharepoint?forum=sqlreportingservices
    [SharePoint Forum Moderator]
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • SharePoint Report Viewer Web Part Parameter Issue

    I'm using the SharePoint Report Viewer web part to display a SSRS report that I have created in a library.  Reporting Services is integrated into my SharePoint farm.  The report I am displaying has a single parameter that needs to be set. 
    When I select it and hit "Apply" the "Specify Parameter Values" text disappears, but it doesn't display the report.  If I edit the web part the data loads based on the parameter. 
    I don't know why the apply button is not causing the report to reload. 
    Any ideas?

    If I specify a default, it loads correctly.  When I select a new parameter and hit apply the report no longer works though. 
    I don't think this is a browser issue.  Even if it is my company uses IE, so if it doesn't work for this then it won't work period.
    I'm pretty positive it is an issue with the Reporting Services web part not posting anything when Apply is hit.  Every other case of using the report doesn't have any issues other than when it is in the web part.

  • Everything works except viewing a report *in* the Report Viewer web part

    Hello!
    I'm having an issue with the SharePoint 2007 PIK where the following works fine...
    1. Adding the Document List to the web page and clicking a report to view it in a new browser window
    2. Adding a Document View web part and pointing it to a Document on the BOE server repository views fine in the Doc View web part
    However, when I try to use the Crystal Report View web part, click Edit, and Browse to select a report to view, it selects it fine but does not display it. Instead I get this error:
    Report cannot be displayed because no report processing server is available. Please try again later or contact your BusinessObjects Enterprise administrator.
    It setting up a connection between the Document List and Crystal Report View also gives the same error when a report is selected by the end user.
    Any ideas what I can check? Do I have to install the BOEXIR2 web components on this SharePoint server too?
    Right now it just has the BOE .NET SDK and SharePoint PIK. The full BOE XI R2 server that I'm calling is on another computer.
    Thanks!
    Horus

    Ok, got this to work finally. The virtual directory steps were helpful but I still got broken links on my images.
    I tried right clicking the toolbar and report images in the browser and found the URL. Then I just entered that URL in the browser. This helped a bunch since at least I had a new error to research.
    Server Error in '/crystalreportviewers115' Application.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: Cannot use 'partitionResolver' unless the mode is 'StateServer' or 'SQLServer'.
    Googling this lead me to a tip to add a sessionState key in my X:\Program Files\Business Objects\common\3.5\crystalreportviewers115\web.config file as follows:
    <sessionState mode="SQLServer" timeout="60" allowCustomSqlDatabase="true" partitionResolverType="Microsoft.Office.Server.Administration.SqlSessionStateResolver, Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
    After this my buttons and images worked. I'm not sure if your config is different but as a beginner with this stuff myself hopefully this works for you.
    Horus

  • Report viewer web part, show different report everyday (rotate .rdl files)

    We have a report viewer web part on sharepoint site (intranet), which is working fine and showing the report (.rdl file).
    We want to show different report everyday by looping through a list of 4 or 5 important reports  (from sharepoint document library) that can be displayed on our intranet. We have limited space on the intranet to display the report (we have custom built
    reports that will fit in the allocated space).
    Our .net guy says he can do image rotations by custom web part but not sure how to use the .rdl files..
    Has anyone got any ideas on how to achieve this.

    We have a report viewer web part on sharepoint site (intranet), which is working fine and showing the report (.rdl file).
    We want to show different report everyday by looping through a list of 4 or 5 important reports  (from sharepoint document library) that can be displayed on our intranet. We have limited space on the intranet to display the report (we have custom built
    reports that will fit in the allocated space).
    Our .net guy says he can do image rotations by custom web part but not sure how to use the .rdl files..
    Has anyone got any ideas on how to achieve this.

  • Pass current url as report prarameter while using report viewer web part

    hello everybody
    is there a way to
    pass current url as report prarameter while using report viewer web part
    thanks in advance
    Sergey Vdovin

    Hi Evolex,
    Per my understanding that you want to get the current url and create an parameter to add this URL as its value, right?
    gernerally, we can use some code to get the current url but it almost impossible for us to get it automatically as value of the report parameter.
    In your senario, i suggest you to copy the url and specify values when creating parameters.
    Thanks for your understanding.
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • SharePoint 2013 SQL Server Reporting Services Report Viewer (Web Part) - IE Tab Title

    Hi,
    We are using a wiki Library to create page with SQL Server Reporting Services Report Viewer Web Part.
    Everything is working great except for the Internet Explorer tab, instead of giving me the name of the Report it is showing the name of the web application. All the other wiki pages is working fine.
    Regards,
    Social Technet Microsoft.

    Hi Brysk,
    Is there any difference between the problemaitc page containing the webpart and other working wiki pages for showing the title name in IE tab?
    The IE tab should show the information in tag<title> of the page, please check if it is correct for that page (using F12).
    Also check if it is related to IE browser compatibility issue.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Unable to include report viewer web part. Error is, assembly has a higher version than referenced assembly

    I am making a web part in VS 2010 for SharePoint 2010. The web part uses Report Viewer control. The files I have referenced in my project with "Copy Local = True" option are:
    Microsoft.ReportViewer.Common.dll  
    Microsoft.ReportViewer.WebForms.dll
    Both are version 10 files.
    When I build the project it works fine. But when I add this web part in a page it shows following error.
    Compiler Error Message: CS1705: Assembly 'MySolution, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8acc41a360fa228d' uses 'Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version
    than referenced assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
    I have already installed both Report Viewer 10 redistribute able and its SP1 but no luck. Also copied these DLLs to my SharePoint site bin folder. Did iisreset many times. .Net framework is 3.5 and OS is Windows Server 2008 R2.
    How to fix this issue?

    Fixed it by updating my web.config which was referencing version 9 instead of 10.

  • SSRS report viewer webpart issues in SharePoint 2013

    Even though SSRS Add in has been installed on both the frontends which are in the same SharePoint 2013 farm, SSRS report viewer web part does not render any reports from one of the servers and on that server it just asks to configure the webpart by giving
    an option to open the tool pane...
    I am really not sure why it is not picking up the report RDL configuration, which is working fine from the other server.
     Any help on this would be really appreciated. 
    Thanks in advance.

    Run the SharePoint Products and Technologies Wizard on this server.  If simply running it does not fix it, remove the server from the farm and then re-join it, using the wizard.
    Stacy Anothersharepointblog.blogspot.com

  • Cannot create mysites from powershell: Original XSLT List View Web Part not found

    I have a bizarre problem in my SharePoint 2013 farm. This does not occur in my test farm, only in the farm we were going to go live with.
    I'm on windows Server 2012, SQLServer 2012 SP1, SharePoint 2013 April CU. 1 appserver/centraladmin server, 2 web servers.
    When I log into our mysitehost and click newsfeed, it will create a mysite (even though first it displays "we are sorry there was a problem creating your site")
    But from powershell, whether I use $UserProfile.CreatePersonalSite() or New-SPSite, I get the following error:
    Original XSLT List View Web Part not found
    So far I've only found one other person with this:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/2503e42c-e114-4e89-8e00-89fe70f0b154/cannot-create-sharepoint-mysite-programmatically
    This is a brand new farm, created with the same scripts I created my test farm with, and same version of SharePoint. Only the service accounts are different. (Farm account has admin on the servers right now since I was setting up profile service).
    Some other errors from the same correlation ID that look related:
    It can't seem to find the listemplate 101
    And something looks wrong with the MySiteDocumentLibrary feature
    I have tried the following:
    1. run psconfig.exe on each server
    2. install-spfeature -AllExistingFeatures
    3. looped through the directory under Features and for each called Install-SPFeature $dirname -Force
    4. uninstalled and reinstalled MySiteDocumentLibrary feature
    5. blew away the whole farm (removed all servers from farm, deleted all databases) and recreated it.
    6. tried creating the UPA from the CentralAdmin gui.
    The only real difference I can think of between the working farm and non working farm is, I installed the working farm using RTM, then as they came out added the March PU and April CU. For this farm I installed RTM and March and April, and then ran my build
    farm script.
    I am at a loss. What do I need to do, re-install the binaries? That's all I can think of. What I love is that our test / POC system worked fine, and now 2 weeks before go-live I'm seeing errors on the production servers I've never seen before. Using the
    same scripts no less.
    Feature Activation: Feature 'Fields' (ID: 'ca7bd552-10b1-4563-85b9-5ed1d39c962a') was activated
    Feature Activation: Feature 'CTypes' (ID: '695b6570-a48b-4a8e-8ea5-26ea7fc1d162') was activated
    No document templates uploaded for list "$Resources:core,global_onet_solutiongallery_list;" -- none found for list template "100"
    Failed to find <ListTemplate> tag corresponding to ID "101", tried both onet.xml for site definition ID "0" language "1033" and global site definition. Operation failed.
    No document templates uploaded for list "$Resources:core,stylelibraryList;" -- none found for list template "121".
    System.Runtime.InteropServices.COMException: A user may not remove his or her own account from a site collection.<nativehr>0x81020051</nativehr><nativestack></nativestack>, StackTrace: at Microsoft.SharePoint.SPUserCollection.UpdateMembers
    Feature Activation: Feature 'MySitePersonalSite' (ID: 'f661430e-c155-438e-a7c6-c68648f1b119') was activated
    Feature Activation: Activating Feature 'MySiteDocumentLibrary'
    Calling 'FeatureActivated' method of SPFeatureReceiver for Feature 'MySiteDocumentLibrary'
    SharePoint Foundation Upgrade MySiteDocumentLibraryFeatureReceiveraj08n INFO Creating new My Documents library
    Unknown SPRequest error occurred. More information: 0x80070002
    SPRequest.GetMetadataForUrl: UserPrincipalName=, AppPrincipalName= ,bstrUrl=http://contoso/personal/cbuchholz/DOCUMENTS ,METADATAFLAGS=59
    System.IO.FileNotFoundException: <nativehr>0x80070002</nativehr><nativestack></nativestack>, StackTrace: at Microsoft.SharePoint.SPWeb.GetObjectForUrl at Microsoft.SharePoint.Portal.UserProfiles.MySiteDocumentLibraryUtil.GetSPObjectFromUrl ...
    <nativehr>0x80070002</nativehr><nativestack></nativestack>There is no Web named "/personal/cbuchholz/DOCUMENTS"
    Possible mismatch between the reported error with code = 0x81070504 and message: "There is no Web named "/personal/cbuchholz/DOCUMENTS"." and the returned error with code 0x80070002.
    Attemping to add webpart id 0F6072F2-E804-4CFD-837E-BB37332B9D1C to web http://contoso/personal/cbuchholz
    Adding XsltListViewWebPart calling SPRequest::CreateListViewPart. Web part id 0F6072F2-E804-4CFD-837E-BB37332B9D1C, web http://contoso/personal/cbuchholz
    Feature receiver assembly 'Microsoft.SharePoint.Portal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c', class 'Microsoft.SharePoint.Portal.UserProfiles.MySiteDocumentLibraryFeatureReceiver', method 'FeatureActivated' for feature 'e9c0ff81-d821-4771-8b4c-246aa7e5e9eb' threw an exception: System.InvalidOperationException: Original XSLT List View Web Part not found at Microsoft.SharePoint.Portal.UserProfiles.MySiteDocumentLibraryUtil.ReplaceListViewWebPart
    Feature Activation: Threw an exception, attempting to roll back. Feature 'MySiteDocumentLibrary'
    Exception in EnsureFeaturesActivatedAtSite: System.InvalidOperationException: Original XSLT List View Web Part not found
    Failed to activate site-collection-scoped features for template 'SPSPERS#2' in site collection 'http://contoso/personal/cbuchholz'
    Failed to apply template "SPSPERS#2" to web at URL "http://contoso/personal/cbuchholz
    I've had other problems in this farm: the bug where when you add Administrators to a Search Service via the Manage Service Applications page, it removes the SPSearchDBAdmin role from the search service process account. That one did not happen in the other farm.
    At least other people have that one and I could just use the farm admin instead (still troublng of course).

    Ok,
    Here is the problem:
    When creating a mysite from powershell or script, apparently you can ONLY do this from a wfe (or a server running Microsoft SharePoint Foundation Web Application in services on server).
    You CANNOT create mysites from script on your appserver if it is not also a Web Application Server. I confirmed the same is true in my test farm. I guess I was always running most of these scripts on the webserver.
    I searched all over and cannot find this documented anywhere.
    Who do I contact to have Microsoft document this?
    It's Thursday morning, I've been working non stop since Saturday morning so you don't have to :)

Maybe you are looking for

  • Can you buy a iPhone in America and then swap it to a Australia network?

    Hi, My mum wants to get my sister a iPhone 4 for her 15th birthday, but she thinks buying it in Australia is a little silly, because shes going to America next month and wants to get it there because its cheaper (even though the Aussie dollars higher

  • Removing the Search Helper Extension and Bing Bar

    The above question has been asked a number of times already, and some replies date back 8 months or more. Sadly, whilst the offers of help are much appreciated, they no longer seems to fix the problem, AFAICS. My setup details, if it assists: Dell In

  • General upgrading query of iMac G5 1.6ghz 17" OS 10.4.11

    hi ive just purchased my first iMac as above for my son as his 1st desktop. im in the process of upgrading the RAM to 2gb and looking into purchasing Leopard 10.5. could anyone advise whether there are any other 'home' upgrades i can carry out to max

  • What is the best way to turn emitter on/off very fast?

    What is the best way to turn emitter on/off very fast? Now we are using very slow shutdown. Why do we need this feature? Because it is important to solve the problem of interference, when two IR sensors are working at the same time and are grabbing t

  • APP-PAY-07900

    Hi All, I am new to Oracle HRMS. Can you please help me t find the answer for this error message. The erroe message id APP-PAY-07900: This position is not valid for the duration of the assignement. This actully coming while assigning the position for