SSIS job to check if SSAS cubes are working

Hi all,
I am having some management problems and need to prove that the cubes are available for browsing.
I have had a look at SSIS to see if there is a task but I suspect I need to script something out.
Can anyone give me any pointers ?
Many thanks.

I found it easiest to set up a linked server between sql server and analysis services then wrote some sql to pull out a status update query for all the cubes in the database 
SELECT 
CAST(CUBE_Name AS VARCHAR(150)) AS Cube_Name
The below code is used to convert UTC time code to local time
,CAST(DATEADD (hour, DATEDIFF(hour, GETUTCDATE(), GETDATE()), LAST_DATA_UPDATE) AS DATE)
AS Day_Last_Updated
,CAST(CAST(CONVERT(VARCHAR,CAST(DATEADD (hour, DATEDIFF(hour, GETUTCDATE(), GETDATE()), LAST_DATA_UPDATE) AS TIME) , 109) AS TIME(0)) AS CHAR(8))
+ ' ' + 
RIGHT(CONVERT(VARCHAR,CAST(DATEADD (hour, DATEDIFF(hour, GETUTCDATE(), GETDATE()), LAST_DATA_UPDATE) AS TIME) , 109),2)
AS Time_Last_Updated
FROM 
OPENQUERY(SSAS_FINSQL, 'SELECT * FROM $SYSTEM.MDSCHEMA_CUBES') cbs
WHERE 
CUBE_SOURCE = 1
ORDER BY 1

Similar Messages

  • Using FORMAT_STRING from SSAS cube - not working consistently

    Here's the deal.  
    I've got an SSAS cube and I am scoping the format of the measures based on dimension members. 
    Like this.
    scope(( [Account].[Level 5].&[I000900000] )); 
    format_string(This) = "(#,0,);#,0,";   
    end scope; 
    I'm then calling this format in the SSRS report using typical SSRS trickery and hacks.  
    Well. When I run the report for one date (this is a GL financial cube), this works perfectly.  When I run the report for a different date, it all of a sudden doesn't work.  When I view the data in excel through a pivot table, everything is fine.
    It's driving me crazy.  Has anyone else experienced something like this.

    Hi Baracus,
    Thank you for your question. 
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    Thank you for your understanding and support.
    Regards,
    Charlie Liao
    TechNet Community Support

  • SSIS job fails on connection to target db - works in debug

    the ongoing saga...
    I have a web application developed through VS 2012 which has a button on a form that when operated starts a SQL Server agent job on the server that runs an SSIS package.  The website and the instance of SQL Server with the agent and SSIS package are
    on the same windows 2008 r2 server.  When the button is operated no exceptions are raised but the SSIS package did not execute.  The SQL Server Agent job owner is sa ...that seemed to resolve some issues as originally I had the owner being another
    admin on the same box.  Now the job seems to be failing on connect to the target database on an IBM iSeries DB2 server.  The job runs fine in debug connecting to the db and doing its task successfully. 
    The log indicates that the user specified in the connection manager is using an invalid password or is otherwise unable to connect, although it works fine in debug mode and save password is specified.  I use BIDS remote desktoped to the server
    when developing and debuging.
    Can anyone show me whats wrong now?  Thanks much in advance for any help, Roscoe                                           
    The log shows as follows...
    The job failed.  The Job was invoked by User DOMAINNAME\myuserid.  The last step to run was step 1 (Step1).,00:00:00,0,0,,,,0
    06/12/2014 13:34:50,runWebDevSmall,Error,1,NTSVR59,runWebDevSmall,Step1,,Executed as user: WINDOWSSERVRNAME\SYSTEM. Microsoft (R) SQL Server Execute Package Utility  Version 10.0.5500.0 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights
    reserved.    Started:  1:34:50 PM  Error: 2014-06-12 13:34:50.31     Code: 0xC0016016     Source:       Description: Failed to decrypt protected XML node "DTS:Password"
    with error 0x8009000B "Key not valid for use in specified state.". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available.  End Error  Error:
    2014-06-12 13:34:50.84     Code: 0xC0202009     Source: vbTestsmall Connection manager "iSeriesname.DBNAME.iSeriesuserid"     Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE
    DB error has occurred. Error code: 0x80004005.  An OLE DB record is available.  Source: "IBMDA400 Session"  Hresult: 0x80004005  Description: "CWBSY0002 - Password for user iSeriesuser on system iSeriesname is not
    correct ".  End Error  Error: 2014-06-12 13:34:50.86     Code: 0xC00291EC     Source: clear iSeriesname libraryname tablename Execute SQL Task     Description: Failed
    to acquire connection "iSeriesname.DBNAME.iSeriesuserid". Connection may not be configured correctly or you may not have the right permissions on this connection.  End Error  DTExec: The package execution returned DTSER_FAILURE (1). 
    Started:  1:34:50 PM  Finished: 1:34:50 PM  Elapsed:  0.703 seconds.  The package execution failed.  The step failed.,00:00:00,0,0,,,

    Hi Arthur, Thanks for the reply,
    BIDS would not let me save the package with ProtectionLevel of ServerStorage giving error...
    Failed to apply package protection with error 0xC0014061 "The protection level, ServerStorage, cannot be used when saving to this destination. The system could not verify that the destination supports secure storage capability.". This error occurs when saving
    to Xml.
     (vbTestsmall)
    ...but it would let me change the ProtectionLevel to EncryptSensitiveWithPassword so I did that and provided the jobstep in the agent with the password and the agent was able to run successfully.
    Thanks for all the help...I will follow your blog, Roscoe

  • Way to check if both fans are working?

    I know one fan works, as I can hear it on the left side. But the other... I don't think I've ever heard it come on. Is there any way to check?
    Thanks.

    I'm not sure where everyone gets the idea that the left fan is always on. I've operated my MBP with the keyboard propped up, and observe that the left fan is not always on, and that when the fans do turn on, they turn (and off) together. It's likely the hard drive that you're hearing on the left, it's much louder than the fans spinning at low rpm.
    So, if you just run the Apple Hardware Test on the DVD disk 1 that comes with the MBP, it'll test the fans and you can hear them turn on.

  • Ssis job fails on scheduled time. But works fine when executed manually in BIDS.

    Message
    Executed as user: Answers\Administrator. Microsoft (R) SQL Server Execute Package Utility  Version 9.00.5000.00 for 64-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    Started:  5:00:01 AM  Error: 2014-03-04
    05:00:05.77     Code: 0x00000002     Source: SCT create SSRS Skus Not Agreement Report      Description: The script threw an exception: Object reference not set to an instance of an object. 
    End Error  Error: 2014-03-04 05:01:39.40     Code: 0x00000003     Source: SCR Collect Info      Description: Precompiled script failed to load. The computer that is running the Script Task
    does not have a compiler capable of recompiling the script. To recompile the script, see the Microsoft Knowledge Base article, KB931846  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  5:00:01 AM  Finished:
    5:01:39 AM  Elapsed:  97.782 seconds.  The package execution failed.  The step failed.
    Any input on this would be appreciated.
    Thanks !!!

    Hi Vinay,
    Generally, the error occurs because we deploy the package that contains Script Task/Component across platforms, e.g. from a 32-bit develop environment to a 64-bit production environment, and vice-versa. To avoid this issue, we need to open the package in
    BIDS on the destination server, recompile the Script Task/Component, and redeploy the package. If you have not recompiled the Script Task/Component on the destination server, maybe you deployed the package from a different 64-bit platform.
    Regards,
    Mike Yin
    TechNet Community Support

  • How to find out all Tcode are working poperly  new System?

    Hello All,
    I had installed new SAP system, I want to check all the transaction codes are working poperly  with out any problem.
    Please provide me is there  any FM are Program to check all the tcode are working.
    Regards,
    Swaroop

    Hi,
    you just check below links,
    Re: tcodes for ALE
    Re: Regarding Business Flow of PP,PM,PS,QS Modules
    BDC
    https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=functionModuletoalltheTcodes&adv=false&sortby=cm_rnd_rankvalue
    Regards,
    Anki Reddy

  • SSRS Parameter Drop downs are greyed out after changes to SSAS cube

    Hi
    I am facing a weird problem. I have 3 SSRS reports that are based on an SSAS cube. Few days back I deployed some changes to cube and everything works ok on dev environment. When I deployed the same changes to production, SSRS reports don't work. I don’t
    get any error or anything when I click open the report but all the parameter boxes are greyed out. If I restore SSAS database from dev to production then SSRS reports work fine and I can select parameter drop downs. What could possibly wrong here. I have no
    idea to what to troubleshoot here.
    Thanks
    Nik

    Hi Nik,
    Are you using render the report from a report snapshot? In contrast with reports that run on demand, it is not possible to specify a different parameter value for a report snapshot when the report is open. So the parameter textbox is grayed out. If the users
    want to view the report with different parameter, we can select “Always run this report with the most recent data” option in “Processing Options properties” page.
    Besides, if the issue is not in this scenario, we can try to edit the report with Report Builder to check whether the report is ok. Such as delete the parameters, then recreate them to check again.
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Connecting to an external SSAS cube in SSDT 2012 on Windows Server 2008 R2 Core

    Good Evening,
    We are experiencing issues when executing an SSIS package from a SQL Server job. However, when we execute the package locally, it is
    successful. The package connects to an external SSAS cube using MDX. I have attached the error message below. The connection manager is OLE DB Provider for Analysis Services 11.0. We can successfully ping the external site where the cube is located from the
    server with the job.
    We are using Windows Server 2008 R2 Core. We are trying to access an external cube through HTTPS by sending a username/password in the connection string. This is sent through an OLE DB connection in SSIS. I found an article which says that "Because
    there is no Web browser, you cannot activate a Server Core installation or access the Internet through a firewall that requires users to log on." Does anyone have any additional details on this...is this a futile effort?
    Thanks - Brett

    Hi Brett,
    According to your description, you are experiencing the error when you connect to SQL Server Analysis Services database on a SSIS package, right?
    In your scenario, you said that the package can be executed successfully on your local environment, the issue only occurs on the SSAS server. So please ensure that the provider was installed on the server. Besides, here is a blog which describe how
    to configure the Analysis Services Processing Task in SQL Server 2012 Integration Services, please refer to the link below to see the details.
    http://www.mssqltips.com/sqlservertip/2994/configuring-the-analysis-services-processing-task-in-sql-server-2012-integration-services/
    Regards,
    Charlie Liao
    TechNet Community Support

  • How to allow users to pick up a specific week for a report based on SSAS Cube

    hi Folks: 
       I have created a report which is pretty simple: for a specific week, I want to know the total values.   This specific week comes from a Fiscal Calendar hierarchy ( Year - Quarter - Month - Week) .
     Now, I want to create a parameter called @specificWeek to this cube based report so that users could pick any week they want ( no multiple values allowed).   I understand that I need to create a parameter @specificWeek and created a dataset to
    populate .
    After that, find a way to embed this paramenter into the main MDX query .
     Can someone show me how to do this?  
    Below is the sample from cube Adventure Works, I want to make the Hierarchy Date.FisCal Weeks as the parameter,
    how to implement? thanks
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    hi Ayad:
      I've done the following steps
    1. In shared datasets, drag all fields I need in and drag the data hierarchy into the filter and check it as a parameter. 
    2. On the reportData pane, when I right click the datasets, I did not see any option says show hidden dataset. 
    3. WHen I run the report, it did not pop up the dropdown list for the week selection.
    Any ideas? thanks
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

  • Cache and performance issue in browsing SSAS cube using Excel for first time

    Hello Group Members,
    I am facing a cache and performance issue for the first time, when I try to open a SSAS cube connection using Excel (using Data tab  -> From Other Sources --> From Analysis Services) after daily cube refresh. In end users
    system (8 GB RAM), for the first time, it takes 10 minutes to open the cube. From next run onwards, its open up quickly within 10 secs.
    We have daily ETL process running in high end servers. The configuration of dedicated SSAS cube server is 8 core, 64GB RAM. In total we have 4 cubes - out of which for 3 is full cube refresh and 1 is incremental refresh. We have seen after
    daily cube refresh, it takes 10 odd minutes to open the cube in end users system. From next time onwards, it opens up really fast with 10 secs. After cube refresh, in server systems (16 GB RAM), it takes 2 odd minutes to open the cube.
    Is there, any way we could reduce the time taken for first attempt ?
    Best Regards, Arka Mitra.

    Thanks Richard and Charlie,
    We have implemented the solution/suggestions in our DEV environment and we have seen a definite improvement. We are waiting this to be deployed in UAT environment to note down the actual performance and time improvement while browsing the cube for the
    first time after daily cube refresh.
    Guys,
    This is what we have done:
    We have 4 cube databases and each cube db has 1-8 cubes.
    1. We are doing daily cube refresh using SQL jobs as follows:
    <Batch xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
    <Parallel>
    <Process xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200">
    <Object>
    <DatabaseID>FINANCE CUBES</DatabaseID>
    </Object>
    <Type>ProcessFull</Type>
    <WriteBackTableCreation>UseExisting</WriteBackTableCreation>
    </Process>
    </Parallel>
    </Batch>
    2. Next we are creating a separate SQL job (Cache Warming - Profitability Analysis) for cube cache warming for each single cube in each cube db like:
    CREATE CACHE FOR [Profit Analysis] AS
    {[Measures].members}
    *[TIME].[FINANCIAL QUARTER].[FINANCIAL QUARTER]
    3. Finally after each cube refresh step, we are creating a new step of type T-SQL where we are calling these individual steps:
    EXEC dbo.sp_start_job N'Cache Warming - Profit Analysis';
    GO
    I will update the post after I receive the actual im[provement from UAT/ Production environment.
    Best Regards, Arka Mitra.

  • SSIS Job creating error message.

    Hi All,
    I have a ssis job which is already running in production and our client has created a same job in the new server for our testing purposes. which is pointing to the correct config file in the new server and file paths are mentioned in the table for picking
    the files, till now I don't have any issue it is performing as expected. but when you go to the job history and see it is saying the message similar to the below. but the path which I am getting in the below message is not in the config or the table defined
    for the respective table to pick, but I observed on this thing that path is it is in the package at one of the tasks but that path is  replaced while the package is running(I kept break points in the package for debug purpose and checked). but still
    I am getting this message.... any thoughts guys
    Message
    Executed as user: URBANLSB\svc_TSsisProxy. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.4000.0 for 64-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  10:43:59 AM  Error:
    2014-10-02 10:44:03.23     Code: 0xC001401E     Source: FedexFeed Connection manager "FedexFeedExceptionFile"     Description: The file name "\\Database Uploads\Test\FedexFeed\FedexFeedException\\FedexFeedErrorRecords_10022014_104400.txt"
    specified in the connection was not valid.  End Error  Error: 2014-10-02 10:44:03.24     Code: 0xC001401E     Source: FedexFeed Connection manager "FedexFeedExceptionFile"    
    Description: The file name "\\Database Uploads\Test\FedexFeed\FedexFeedException\\FedexFeedErrorRecords_10022014_104400.txt" specified in the connection was not valid.  End Error  Error: 2014-10-02
    10:44:03.25     Code: 0xC001401E     Source: FedexFeed Connection manager "FedexFeedExceptionFile"     Description: The file name "\\Database
    Uploads\Test\FedexFeed\FedexFeedException\\FedexFeedErrorRecords_10022014_104400.txt" specified in the connection was not valid.  End Error  DTExec: The package execution returned DTSER_SUCCESS (0).  Started:  10:43:59 AM  Finished:
    10:44:38 AM  Elapsed:  39.109 seconds.  The package executed successfully.  The step succeeded.

    \\Database Uploads\Test\FedexFeed\FedexFeedException\\FedexFeedErrorRecords_10022014_104400.txt
    since the '\\Database Uploads' part has a space it breaks the package
    Adding double quotes around fixes the issue.
    Arthur
    MyBlog
    Twitter

  • SSAS Cube Connection with SAP BO IDT

    Hi Guyz,
    I have one requirement where i have to connect the SSAS cube with SAP BO along with cube security.I was able to connect the SSAS cube with the help of IDT using cube's Dll file , but i couldnot able to implement cube security in my SAP BO environment. The security incides the specific roles which are there in cube. My connection is not implementing the security which is there in cube.
    Kindly , provide any insights if anyone have on these.
    Thanks in Advance.
    Shweta

    Dear, Roberto,
    Our user has Full Access to all BPC tasks and it is administrator in BI system.
    Also we can successfully connect with the same user using Connection type "Local".
    We had done some investigation and in the BPC SQL Server trace log we can catch the following message when an error occurs:
    ==============[System Error Tracing]==============
    [System  Name] : BPCXMLAService [Message Type] : ErrorMessage [Job Name]    : ValidateUser [DateTime]    : 04/23/2014 10:58:06 [UserId]      : [Exception]    DetailMsg  : {System.Exception: Invalid user    at SAP.BPC.Services.Webservice.XMLAService.XMLAService.ValidateUser()} ==============[System Error Tracing  End ]==============
    It is very interesting that after the EPM workbook is launched via BI Launch Pad till an error occurs we are NOT provided with possibility to enter any username and password. So the EPM add-in should use the same user which was logged into BI Launch Pad - in our case the user with administrative rights both in BI Launch Pad and BPC systems. Am I missing anything?
    Looking forward your feedback.
    Thank you in advance.
    Best regards,
    Donatas

  • SSRS Date parameter - current month from SSAS cube

    I have a SSAS cube with a date dimension called Posting Period and now I would like to have my report parameter using this date dimension to show the current month.
    So far I have worked out the following expression which are working(Fiscal year calendar going from May to May) for the year component - but I can't figure out how to get it to work on Quarter date part (and the month) so as you can see
    the Quarter and month is hardcoded in the below expression:
    ="[PostingPeriod].[Posting Period].[Year].&[" + CStr(Year(Today())-1) + "].&[Q4].&[10]”
    Any help would be appriciated.
    Tx

    Hi HCMJ,
    In your scenario, you use the expression
    ="[PostingPeriod].[Posting Period].[Year].&[" + CStr(Year(Today())-1) + "].&[Q4].&[10]”
    to set the default value of the parameter and then use it in the MDX query, right?
    If in this case, you can use the expression below
    ="[PostingPeriod].[Posting Period].[Year].&[2013].&[Q" & DatePart(DateInterval.Quarter,today()) & "].&[10]”
    to set the value on Quarter date part.
    And it returns:
    If I have anything misunderstood, please point it out and elaborate the meaning of "but I can't figure out how to get it to work on Quarter date part (and the month) so as you can see the Quarter and month is hardcoded
    ", so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Error trying to create a Power View report against a Multi Dimensional SSAS cube

    Hi all,
    We have installed the Power View For Multidimensional Models CTP, released last November 27 on our Analysis Server instances.  I am now trying to create a Power View report in SharePoint that is connected to a Multi-Dimensional cube.
    I have followed the instructions diligently:
    1. Install the CTP
    2. Created a data connection of type "Microsoft BI Semantic Model for Power View" (see attachment #1)
    3. Tested that the connection was valid (all is good here!)
    I then select the "Create Power View Report" option from the data connection that I created above.
    The Power View GUI appears, and then throws an error:
    Error text:
    "An error occurred while loading the model for the item or data source 'http://server/site/SalesVarianceAnalysis_MDX.rsds'. Verify that the connection information is correct and that you have permissions to access the data source."
    The details of the error are:
    <detail><ErrorCode xmlns="rsCannotRetrieveModel</ErrorCode><HttpStatus">http://www.microsoft.com/sql/reportingservices">rsCannotRetrieveModel</ErrorCode><HttpStatus
    xmlns="400</HttpStatus><Message">http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message xmlns="An">http://www.microsoft.com/sql/reportingservices">An
    error occurred while loading the model for the item or data source 'http://hubtest/sites/broadcasting/thewowzone/Data Connections/SalesVarianceAnalysis_MDX.rsds'. Verify that the connection information is correct and that you have permissions to access the
    data source.</Message><HelpLink xmlns="http://go.microsoft.com/fwlink/?LinkId=20476&EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&EvtID=rsCannotRetrieveModel&ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&ProdVer=11.0.3000.0</HelpLink><ProductName">http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3000.0</HelpLink><ProductName
    xmlns="Microsoft">http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="11.0.3000.0</ProductVersion><ProductLocaleId">http://www.microsoft.com/sql/reportingservices">11.0.3000.0</ProductVersion><ProductLocaleId
    xmlns="127</ProductLocaleId><OperatingSystem">http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="OsIndependent</OperatingSystem><CountryLocaleId">http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId
    xmlns="1033</CountryLocaleId><MoreInformation">http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation xmlns="<Source>ReportingServicesLibrary</Source><Message">http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message
    msrs:ErrorCode="rsCannotRetrieveModel" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3000.0"
    xmlns:msrs="An">http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source '<omitted for security purposes>.
    Verify that the connection information is correct and that you have permissions to access the data source.</Message><MoreInformation><Source></Source><Message>For more information about this error navigate to the report server
    on the local server machine, or enable remote errors</Message></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices" /></detail>
    So, I can connect with the connection, but I get an error when connecting with Power View. 
    Any suggestions are appreciated.
    Thanks...
    /Peter
    Peter

    Hi Peter - are you specifying the cube name in the connection string?
    Data Source=[server];Initial Catalog=AdventureWorksDW-MD;Cube='Adventure Works'
    Check out
    http://blogs.msdn.com/b/analysisservices/archive/2012/12/09/power-view-for-multidimensional-models-feature-drill-down.aspx

  • SSAS cubes - fragments

    Hi,
    Hoping someone can help. I have defined a logical model over the top of a set of SSAS cubes in a single SSAS database. This consists of a summary cube and detailed cubes that relate to individual products. I would like to have a "Product" dimension that will allow the user to drill between the products and for dimensions at lower levels of granularity (i.e. that are only relevant to one product) data should be sourced from the relevant detailed cubes. Unfortunately although the summary cube has a product dimension the detailed cubes don't - when I try to map the detailed cube to the product dimension using an expression I get the following error message: "Target data source does not support the Complex Expression operation."
    e.g.
    Product Dimension has 3 products in it: Bikes, Cars and Boats. There is a summary cube that contains all 3 products and has the Product dimension defined.
    There are 3 detailed cubes for Bikes, Cars and Boats that don't have a product dimension. In my mappings for the Product Name attribute of the Product dimension I have the following:
    Logical Table Source..... Mapped As
    SummaryCube..... Product.Product
    BikeCube... 'Bikes'
    CarCube... 'Cars'
    BoatCube.. 'Boats'
    Hope this explains it. I get the error message whenever I'm trying to get data from the detailed level cube.
    Thanks,
    Rob

    Hi Platt,
    By default, the default account for AS services 'NT Service\MSSQLServerOLAPService' has only public permission to few databases. If you haven't change the AS services account, or haven't grant the permission for this account, then you cannot deploy
    the AS project to server.
    So in your scenario, ensure the service "SQL Server Analysis Services" is running with a proper Log On As user. This user should have administrator permission on Analysis Services and the proper permissions on the database engine. To avoid this
    issue, you can grant the SELECT permission for the default account for AS services to data source DB. Or you can change the services account to this domain user who has the corresponding to the data source DB.
    http://jetreportskb.host4kb.com/article/AA-00238
    http://msdn.microsoft.com/en-in/library/ms175371.aspx
    Regards,
    Charlie Liao
    TechNet Community Support

Maybe you are looking for

  • Lack of Push Notifications since OTA

    Ever since I took the OTA Firmware update last week, I have had issues with a lack of push notifications on my Incredible 2.  Gmail, work email, Facebook, InstaGram, Twitter and more all require a manual "refresh" for me to get my emails and more. I

  • MS Exchange server 2010 messages will be placed in the poison queue and the transport service will crash

    Can any1 please help. We have Exchange server 2010, we just upgraded it with SP3 and then the issue occers that we were unable to send n receive mail outside of our LAN...i mean from gmail or hotmail.. we have then updated with CU4 which is the lates

  • [b]Real Application Clusters[/b]

    I'm doing a complex installation of Oracle9i RAC and I'm wondering if there are any books that cover Oracle9i Real Application Clusters?

  • Illustrator and Lightroom probs

    I have bought cloud, installed and Indesign & photoshop work, but Illustrator loads, almost opens, menus come up, then crashes and gives heaps of code in crash report - Lightroom does the same - WTF? I haven't tried other programs yet but 4 tried, 2

  • Adobe Shockwave Player crashes at literally any use of it in any browser

    Ok, so this started happening two days ago, and I've been trying to fix this for a total of six hours to no avail.  I tried to watch a YouTube video, but the page stops loading halfway, and I get a drop down message saying Shockwave has crashed. The