Add Exists filter into Reporting Services MDX

Hi, I have a piece of auto generated MDX which I need to filter. This was a generated by Reporting Services when I added a parameter to a report reading from a cube.
WITH MEMBER [Measures].[ParameterCaption] AS [Dept].[DeptName].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Dept].[DeptName].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [Dept].[DeptName].CURRENTMEMBER.LEVEL.ORDINAL
SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Dept].[DeptName].ALLMEMBERS ON ROWS FROM 
( SELECT ( STRTOSET(@Yearly, CONSTRAINED) ) ON COLUMNS FROM [MyCube])
The parameter displays all [Dept].[DeptName] even though many are not in the report. How do I only show DeptName if it is in the report?

Hi Dark,
In SQL Server Reporting Services, the parameter will display all the Available Values for the user, and then the users select values from the drop-down list, and then filter the report data based on the selected values.
In your scenario, if you specify multiple available values from this parameter, then it will display all the DeptName on the report parameter pane. I have tested it on my local environment, the query works. Here is the sample query.
with member [Measures].[UniqueName]
AS
[Date].[Calendar].currentmember.uniquename
select [Measures].[UniqueName] on 0,
[Date].[Calendar].[Calendar Semester].members on 1
from(
select
( STRTOSET(@A, CONSTRAINED) )
ON COLUMNS FROM
[Adventure Works]
Reference
http://msdn.microsoft.com/en-IN/library/ms156303.aspx
http://www.oakwoodinsights.com/ssrs-mdx/
Regards,
Charlie Liao
TechNet Community Support

Similar Messages

  • 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

  • BI 11G : logging in into reporting services takes minutes before landing

    All,
    logging in into em/console works relatively fine....but when I want to log in into analytics...it takes minutes before I'm logged in.
    I have the same problem when I want to log in into Administrator or Catalog manager (online)
    Installation is on Linux (32bit) - client tools on windows.
    At this moment I have no clue what can cause this problem. Anyone already noticed the same issue or has some good tips?
    Txs!!
    A.
    Edited by: ADB on 19-okt-2010 5:34

    Hej Nico,
    it was a pretty stupid one...
    I migrated my rpd...and didn't change the connection pool settings correctly to point to my new db.
    That was already a problem of course ;-)
    And because I had some initialization blocks defined in the rpd, it took a while before they turned an error....
    and that was the reason why it took such a long time before I could log in into the reporting environment or a client tool.
    Once I had disabled the init blocks, it was no problem. And after I changed the connection pool correctly everything was solved.
    Hope things are more clear now.
    Txs,
    A

  • Configuring Reporting Service Add-in for sharepoint - HTTP status 401: Unauthorized.

    I have the following setup
    Machine 1
    WSS 3.0
    Installed Reporting Service Add-in
    Machine 2
    Reporting Service
    Sharepoint Object Model
    SQL Server
    Sharepoint and Report Server DB
    I have congigured Reporting Service for Sharepoint Integrated Mode adn Created new Reprot Server DB
    Sahre Point Integration is Green and verified link
    In Sharepoint Central Administration
    Manage Reporting Service Integratio i have selected the URL and "Trusted Account" as my web applications use "Windows Integration - NTLM".
    All services, DB access everything running under one domain user account.
    I am logged into sharepoint with same account. When clieck on set server defaults i get following error
    An unexpected error occurred while connecting to the report server. Verify that the report server is available and configured for SharePoint integrated mode. --> Server was unable to process request. ---> The request failed with HTTP status 401: Unauthorized.
    Same error when i try to add a report to a sharepoint webapplication
    The domain account is part of "Farm Administration", "site colletion administrato" and local administrator also on both servers.
    Can someone let me know how to fix this.

    jpmartop,
    were you able to get this to work?
    We have a 4 server topolgy.
    moss
    wfe
    sql
    ssrs
    and are using Kerberos.
    I've installed the wfe on the ssrs and am using a domain user for services, web and pools.
    I get all green dots in the ssrs config.
    in Central Admin, Grant access seems to work with the domain user, but set defaults gives me:
    HTTP status 401: Unauthorized.
    What should my web security on the default web site and reports and reports server look like? Integrated Security
    Should the SSRS WFE entry in MOSS have Web application service turned on?
    I've checked that my SPNs are good.I've installed sql server sp2 and a did windows update on all servers..
    Could it be the user I log into the Central Admin with.. it's got server administrator and Farm administrator?
    Thanks for any help or information.

  • Add a font to report builder?

    Is it possible to add a new font to report builder 3.0? I'm new to this and trying to create a report that uses the font Whitney Book (or one similar to it) but I can't figure out how to add it to the report builder.
    Thanks in advanced!

    Hi Unique DisplayNames,
    According to your description, you want to add a font for Reporting Services in Report Builder. Right?
    In Reporting Services, open type font is not supported which means we can't add font into Report Builder directly. Since we use standard Windows APIs for fonts, you may need to install the font into Windows (Go to Control Panel->Fonts or add the fonts
    into C:\WINDOWS\Fonts). Here has some available info in the following blog:
    https://blogs.claritycon.com/blog/2010/01/utilizing-custom-fonts-with-sql-reporting-services-ssrs-and-exporting-to-pdf/
    Reference:
    SSRS 2008 Font Type Support
    ADD NEW FONT in SSRS
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Unable to insert sql server reporting services report viewer webpart

    Hello,
    We are trying to add a SQL Server Reporting Services Report Viewer and when we click add we get the following error message
    The file you imported is not valid. Verify that the file is a Web Part description file (*.webpart or *.dwp) and that it contains well-formed XML.
    Does anyone know what the fix to this is?

    Hi,
    The Report Viewer Web Part is a custom Web Part that is installed by the Reporting Services Add-in for SharePoint Products and associated with report definition (.rdl) files that are processed by a Microsoft SQL Server Reporting Services report
    server.
    To install the Web Part, you must run Setup for the Reporting Services Add-in. You should not install or uninstall the Web Part independently. It is part of the add-in and can only be installed through the add-in setup package. The Report Viewer Web Part
    file name is ReportViewer.dwp. It is located in the Program Files\Common Files\Microsoft Shared\web server extensions\15\template\features\reportserver folder and should not be moved to other folders.
    To use the Web Part, you must have installed and configured the Reporting Services Add-in and configured the report server for SharePoint integration.
    For more information,you can have a look at the blog:
    http://msdn.microsoft.com/en-us/library/jj219068.aspx
    http://msdn.microsoft.com/en-us/library/aa905871.aspx
    http://msdn.microsoft.com/en-us/library/bb522800.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Remove Corrupted Sharepoint SQL Reporting Services

    Hi,
    I had my sharepoint 2013 foundation with sharepoint-SQL reporting services integrated removed from my server 2012. And I removed my sharepoint folders and regedit files for sharepoint manually to ensure complete uninstallation of sharepoint from my server.
    But now I did a reisntall of sharepoint and it works completely fine, but when I tried to install the reporting services again I cant as it says it is already installed but the service is not listed in my sharepoint Services list and when i tried removing
    the reporting service using the SQL installer from control panel it exits with an error
    Action required:
    Use the following information to resolve the error, and then, try to uninstall this feature again.
    Feature failure reason:
    An error occurred during the setup process of the feature.
    Error details:
    § Error installing SQL Server Reporting Services
    There was an error attempting to remove the configuration of the product which prevents any other action from occuring.  The current configuration of the product is being cancelled as a result.
    Error code: 25012
    Log file: C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150220_144131\sql_rsshp_Cpu64_1.log
    Visit http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=sql_rsshp.msi%40Sqlmsirc_NotifyFeatureStates_64%4025012 to get help on troubleshooting.
    § Error installing SQL Server Reporting Services
    Install-SPRSServiceProxy : The term 'Install-SPRSServiceProxy' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.At
    line:1 char:35+ & {$DebugPreference = 'Continue'; Install-SPRSServiceProxy -uninstall}+                                  
    ~~~~~~~~~~~~~~~~~~~~~~~~    + CategoryInfo          : ObjectNotFound: (Install-SPRSServiceProxy:String) [], CommandNotFoundException    + FullyQualifiedErrorId : CommandNotFoundException
    Error code: 0x80131500
    Visit http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0x6A1944E2%400xC68B78F0&EvtType=0x6A1944E2%400xC68B78F0 to get help on troubleshooting

    Install the sharepoint reporting services add-in to the exact same drive where you installed it before using the MSSQL installation file, now uninstall the add-in and the reporting service feature from the control panel. This will remove the corrupted
    files completely and now do a fresh installation

  • 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

  • Upgrade SharePoint 2007 SSRS integrated mode to SharePoint 2013 Reporting Service (SSRS-2014)

    Hi
    We are upgrading a SP-2007 site with SSRS integrated reports to SP-2013 and SSRS-2014. As there are many changes done in SP-2013, I would like to know if any of the existing SP-2007 reporting service database need to upgraded to SP-2013 or just upgrading
    the SP-2007 content database to SP-2013 and creating a new Reporting Service application will be working fine?
    Thanks,
    Pat

    You'll want to do a few things:
    Export the encryption key from the SSRS Configuration application in SharePoint 2007.
    Migrate the content database from SharePoint 2007 SP2+ to SharePoint 2010, to finally SharePoint 2013.
    Install SSRS 2012 SP1+ on SharePoint 2013.
    Migrate the SSRS databases to the SharePoint 2013 SQL Server.
    Create a new SSRS Service Application in SharePoint 2013 using the same named databases on the new SQL Server.
    Import the encryption key to the SSRS SA.
    http://msdn.microsoft.com/en-us/library/jj219068.aspx
    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.

  • Install Forms & Reports Services into existing home?

    I have a server with Oracle Database 10G R2 installed. I also installed the Web Server from the companion CD into its own home to use for APEX.
    Now, I want to install Forms and Reports services. Can I use the same "html" home that I used for the web server before?
    Or should I uninstall the previous web server, install Forms and Reports services and then redo the dad and image directory for APEX?
    Thanks,
    Chad

    Jacco,
    Thanks. I got everything up and running together. Though, I did have to add a port on the AS Control page for Apex, but other then that...no trouble.
    Thanks again,
    Chad

  • How to create user-friendly MDX parameters for MS Reporting Services?

    In SQL Server Reporting Service, when I connect to my cube to create a dataset, in Query Designer I create my query with a filter. It creates the following MDX for me:
    SELECT NON EMPTY
    KPIValue("KPI1"), KPIGoal("KPI1"), KPIStatus("KPI1")
    ON COLUMNS, NON EMPTY
    [Create Date].[Month Num].[Month Num].ALLMEMBERS * [Create Date].[Hierarchy].[Month].ALLMEMBERS
    DIMENSION PROPERTIES MEMBER_CAPTION,
    MEMBER_UNIQUE_NAME ON ROWS FROM
    ( SELECT
    ( STRTOSET(@CreateDateYear, CONSTRAINED) )
    ON COLUMNS FROM [ERP])
    WHERE
    ( IIF( STRTOSET(@CreateDateYear, CONSTRAINED).Count = 1,
    STRTOSET(@CreateDateYear, CONSTRAINED),
    [Create Date].[Year].currentmember ) )
    CELL PROPERTIES VALUE, BACK_COLOR,
    FORE_COLOR, FORMATTED_VALUE,
    FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS
    When I add this dataset, Reporting Services creates a parameter named CreateDateYear. When I pass a value like "2014" to this parameter I get nothing and I have to pass a value like
    [Create Date].[Year].&[2014].
    How can I change my report to change this parameter for passing the value like "2014" instead of ugly and not user-friendly string
    [Create Date].[Year].&[2014]?

    Hi ,
      Follow the below steps
      1. Create a dataset with MDX as below which would return the member caption (2005,2006 etc) and member uniquename ([Date].[Calendar Year].&[2005],[Date].[Calendar
    Year].&[2006] etc)
    WITH MEMBER [Measures].[ParameterCaption] AS [Date].[Calendar Year].CURRENTMEMBER.MEMBER_CAPTION
    MEMBER [Measures].[ParameterValue] AS [Date].[Calendar Year].CURRENTMEMBER.UNIQUENAME
    SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue]} ON COLUMNS
    , [Date].[Calendar Year].ALLMEMBERS ON ROWS
    FROM [Adventure Works]
    2. In the parameter's available values choose the above data set and set the options as 
    Value Field = ParameterValue
    ValueCaption = ParameterCaption
    In this way use will see only the years and based on the selection the respective values will be passed to the dataset as parameter.
    Best Regards Sorna

  • PowerView - Can't install reporting services add-in for sharepoint

    hey,
    i'm trying to install PowerView on our existing sharepoint server.
    i'm following the steps in the deployment document-->
    http://msdn.microsoft.com/en-us/library/hh231687%28v=sql.110%29.aspx
    i'm stuck now with the installtion of the " Reporting Services Add-in" nothing seenms to work, i've tried to follow the steps in this document -->
    http://msdn.microsoft.com/en-us/library/aa905871%28SQL.110%29.aspx
    and the error that i'm facing is -->
    SSRSCustomActionError: Could not load file or assembly 'Microsoft.ReportingServices.SharePoint.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
    i've checked in windows\assembly folder and the Microsoft.ReportingServices.SharePoint.Common version is 11.0.0.0
    so, i have a newer version then i need?
    what can i do?
    Dave

    Hello.
    After having the same issue like you in a recently installed SahrePoint 2013 SP1 farm, and using the information I found in http://msdn.microsoft.com/en-us/library/aa905871%28v=sql.110%29.aspx, I traced with the tool procmon the operation, and finally solved
    the problem after discovering a little bug.
    These were the steps I performed:
    1.- I installed "Microsoft SQL Server 2012 RS Add-in for SharePoint" with the command
    Msiexec.exe /i rsSharePoint.msi SKIPCA=1
    2.- I executed PROCMON ...creating a filter of include the Process Name "rsCustomAction.exe"
    3.- I executed a elevated Command Prompt, and going to %temp% folder (in my case C:\Users\%username%\AppData\Local\Temp), executed rsCustomAction.exe /i
    4.- After execute this command I obtained in the Command Prompt the error:
    C:\INSTALL\RS>rsCustomAction.exe /i
    2014-09-29 08:59:20: User: sharepoint-farm
    2014-09-29 08:59:20: Installing Report Server feature.
    2014-09-29 08:59:23: Calling copyappbincontents command.
    2014-09-29 08:59:23: Install error: The system cannot find the file specified
    2014-09-29 08:59:24: Error details: System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
       at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
       at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
       at RSCustomAction.BaseProcessLaunch.LaunchCommand(String fileName, String arguments, Boolean ignoreExitCode)
       at RSCustomAction.PsconfigCommands.CopyAppBinContents()
       at RSCustomAction.RSFeatureSetup.Install(Boolean repair, Int32 addRetries)
    2014-09-29 08:59:24: Uninstalling Report Server feature.
    2014-09-29 08:59:24: Stopping W3SVC service.
    2014-09-29 08:59:26: Removing Report Server web application files
    2014-09-29 08:59:26: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\80\App_GlobalResources\ReportServer.resx.
    2014-09-29 08:59:26: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\22816\App_GlobalResources\ReportServer.resx.
    2014-09-29 08:59:26: Removing Report Server web.config modifications
    2014-09-29 08:59:26: web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\80\web.config
    2014-09-29 08:59:26: web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\22816\web.config
    2014-09-29 08:59:26: Starting W3SVC service.
    2014-09-29 08:59:26: SSRSCustomActionError: The system cannot find the file specified
    5.- Tracing the results in PROCMON, I discovered an extrange issue: The installation was looking for the command PSCONFIG.exe but in a in a folder different than standard.
    The installation was look for PSCONFIG in
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\BIN
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN\BIN
    ...instead C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN or C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
    So... the solution which worked for me was to create C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\BIN and place here PSCONFIG.EXE and PSCONFIG.EXE.CONFIG obtained from C:\Program Files\Common Files\Microsoft Shared\Web Server
    Extensions\15\BIN
    After doing it, the "Microsoft SQL Server 2012 RS Add-in for SharePoint" was installed fine as you can see en the next Command Prompt capture:
    C:\INSTALL\RS>rsCustomAction.exe /i
    2014-09-29 09:09:16: User: sharepoint-farm
    2014-09-29 09:09:16: Installing Report Server feature.
    2014-09-29 09:09:19: Calling copyappbincontents command.
    2014-09-29 09:11:56: SharePoint Products Configuration Wizard version 15.0.4569.1503. Copyright (C) Microsoft Corporation 2012. All rights reserved.
    Performing configuration task 1 of 3
    Initializing SharePoint Products configuration...
    Successfully initialized the SharePoint Products configuration.
    Performing configuration task 2 of 3
    Installing the application content files...
    Installing the SharePoint Central Administration Web Application content files...
    Installing the SharePoint Web Application content files...
    Successfully installed the application content files.
    Performing configuration task 3 of 3
    Finalizing the SharePoint Products configuration...
    Successfully completed the SharePoint Products configuration.
    Total number of configuration settings run: 3
    Total number of successful configuration settings: 3
    Total number of unsuccessful configuration settings: 0
    Successfully stopped the configuration of SharePoint Products.
    Configuration of the SharePoint Products has succeeded.
    2014-09-29 09:11:56:
    2014-09-29 09:11:56: copyappbincontents command completed successfully.
    2014-09-29 09:12:17: Adding ReportServer feature to farm.
    2014-09-29 09:12:18: Installed ReportServer feature.
    2014-09-29 09:12:38: Adding ReportServerStapling feature to farm.
    2014-09-29 09:12:38: Installed ReportServerStapling feature.
    2014-09-29 09:12:58: Adding ReportServerItemSync feature to farm.
    2014-09-29 09:12:58: Installed ReportServerItemSync feature.
    2014-09-29 09:13:18: Adding ReportServerCentralAdmin feature to farm.
    2014-09-29 09:13:21: Installed ReportServerCentralAdmin feature.
    2014-09-29 09:13:21: Activating Report Server feature to root level site collections.
    2014-09-29 09:13:21: Activating feature in web app 'dev-apps.eg.local - 80'
    2014-09-29 09:13:31: Activating feature to root site collection: http://dev-apps.eg.local
    2014-09-29 09:13:31: Feature already activated in site collection http://dev-apps.eg.local
    2014-09-29 09:13:31: Activating Report Server feature in all admin site collections.
    2014-09-29 09:13:31: Activating feature in web app 'SharePoint Central Administration v4'
    2014-09-29 09:13:31: Activating feature to root site collection: http://egdevsps-ap1:10000
    2014-09-29 09:13:42: Activated feature for root site collection: http://egdevsps-ap1:10000
    2014-09-29 09:13:42: Activating feature to root site collection: http://egdevsps-ap1:10000/sites/Help
    2014-09-29 09:13:42: Activated feature for root site collection: http://egdevsps-ap1:10000/sites/Help
    2014-09-29 09:13:42: Activating Report Server Central Admin feature in root-level admin site collections.
    2014-09-29 09:13:42: Activating feature in web app 'SharePoint Central Administration v4'
    2014-09-29 09:13:42: Activating feature to root site collection: http://egdevsps-ap1:10000
    2014-09-29 09:13:42: Feature already activated in site collection http://egdevsps-ap1:10000
    2014-09-29 09:13:42: Calling InstallHelp command.
    2014-09-29 09:15:26: SharePoint Products Configuration Wizard version 15.0.4569.1503. Copyright (C) Microsoft Corporation 2012. All rights reserved.
    Performing configuration task 1 of 3
    Initializing SharePoint Products configuration...
    Successfully initialized the SharePoint Products configuration.
    Performing configuration task 2 of 3
    Installing help collections...
    Successfully installed help collections.
    Performing configuration task 3 of 3
    Finalizing the SharePoint Products configuration...
    Successfully completed the SharePoint Products configuration.
    Total number of configuration settings run: 3
    Total number of successful configuration settings: 3
    Total number of unsuccessful configuration settings: 0
    Successfully stopped the configuration of SharePoint Products.
    Configuration of the SharePoint Products has succeeded.
    2014-09-29 09:15:26:
    2014-09-29 09:15:26: InstallHelp command completed successfully.
    2014-09-29 09:15:26: Stopping W3SVC service.
    2014-09-29 09:15:29: Starting W3SVC service.
    The command completed successfully
    Maybe this is a bug, or maybe a result of failed installation of PowerPivot, but the true is: for me that was the solution
    Regards.

  • SQL Server Reporting Services Add-In for SharePoint not installing properly

    Environment: Windows Server 2008R2, SQL Server 2012, SharePoint 2013 Enterprise
    When I run the install for SQL Server 2012 Reporting Services Add-in for SharePoint it SHOULD install to c:\program files\common files\Microsoft Shared\Web Server Extensions\14 AND 15. Specifically it should drop a mess of ASPx pages for admin to the \templates\Admin\ReportServer
    folder. In this environment it only pushes them to the 14 folder and not the 15. Any ideas on why this would happen? I have not ever seen this before and it is hosing the install completely.

    Hi Gouranga,
    According to your description, when you install the SQL Server 2012 Reporting Services Add-in for SharePoint 2013, you find the files are installed into the folder for sharepoint 2010(..../14). Right?
    In Reporting Services, Not all features are supported in all combinations of report server, Reporting Services add-in for SharePoint, and SharePoint Products. Please see the linke below:
    Supported Combinations of SharePoint and Reporting Services Server and Add-in (SQL Server 2012)
    As you can see in the link, the SQL Server 2012 Reporting Services Add-in is only for Sharepoint 2010. This the reason why it's installed into the file for sharepoint 2010.
    Reference:
    Where to find the Reporting Services add-in for SharePoint Products (SharePoint 2010 and SharePoint 2013)
    Install or Uninstall the Reporting Services Add-in for SharePoint
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • PS2013 / SQL 2012 - A SQL Reporting Services Report with more than one filter connection looses connection in a site template

    Hi,
    I created in a sub site not linked to a project to become a site template. I inserted two SQL Reporting Services reports web part that require the same two dates for an interval and the name of the project in a page of the site and connected
    to three filters, two for date and one for text and I got the page below (only one of the reports shown).
    Look that all parameters needed by the report are linked to the filters above the report.
    Then I save the site as template with all contentes and assign it to the EPTs and create a new project or replace the site of existing project site. What I got is:
    Look that the filter connection of the dates are lost (in both reports) and the order of the filters changed.
    I deleted and retried to connect the filters in diferent order and language, but I did not get any success.
    The BI Central Data Connectivity resource is activated in the template site and in the site collection.
    Is there any solution for this?
    Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

    Hi,
    Correction: this happens only with "Date Filter" web part!
    Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

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

Maybe you are looking for

  • What intermediate steps to take (updating from 3.6.20 to 14.0.1) to keep add-ons?

    Just updated a Firefox installation from version 3.6.20 to version 14.0.1. (Yes, it's a big jump: this computer went several months without an Internet connection.) ''All but one'' of dozens of extensions and themes were absent from the list in 14: i

  • Reconciliation account in Vendor

    How do you allocate multiple reconciliation account to a particular vendor

  • Is there a way to create a pop-out forum or blog without redirecting pages?

    I already have a website developed with a lot of content on the mainpage. Now I want to create a forum or blog for it for people to ask questions and what not, but I do not want it to redirect them to another page. I don't have a lot of room to work

  • Problem downloading itunes 10 on windows vista.

    i keep getting the this message: An error occurred during the installation of assembly 'microsoft.vc80.CRT', Public Key Token="1fc8b3b9a1e18e3b", Type="Win32", Version="8.0.50727.762" HRESULT: 0x8007054F i've gone on basically every similar support b

  • Colors different in full screen view

    I could as well post this under "Mac OS X", but I think here in the Aperture forum it is more likely to get help. I have the following problem: when viewing images in full screen mode, their colors are different than in the normal windows mode. The d