Need to know last ran by and last ran time of a SSAS cube

Hi All,
I'm just wondering if there is a way so that I can see who ran the olap cube recently with the ran time? any help is appreciated.
Thanks.
- please mark correct answers

Here's the view definition I used to create my RefreshInfo table:
USE <database>
GO
IF OBJECT_ID ('dbo.vwRefreshInfo', 'V') IS NOT NULL
DROP VIEW dbo.vwRefreshInfo;
GO
-- Used to display refresh info in workbook
CREATE VIEW dbo.vwRefreshInfo AS
SELECT
CASE WHEN ( SELECT TOP 1 firstName + ' ' + lastName FROM <user table> WHERE userID = RIGHT(CURRENT_USER, LEN(CURRENT_USER) - CHARINDEX('\',CURRENT_USER) ) ) IS NOT NULL THEN
( SELECT TOP 1 firstName + ' ' + lastName FROM <user table> WHERE userID = RIGHT(CURRENT_USER, LEN(CURRENT_USER) - CHARINDEX('\',CURRENT_USER) ) )
ELSE CURRENT_USER
END
AS RefreshUser
,GETDATE() AS RefreshTime
,MAX( f.TxDateTime ) AS LastDate
FROM
<fact table> f
The user table did not have the domain prefix <domain>\, so that's what the string operations are dealing with in this definition.
As for how I implemented in Power Pivot, I just created a table that wasn't related to anything else, and it was fed by this view. Then I threw a pivot table on the first sheet of the workbook with these items on the rows.
It should be pretty trivial for you to implement something similar.

Similar Messages

  • I need to know the right tools and java technology

    Please help,I need to know the right tools and java technology to support what I need.
    I had background programming in Assembly,C++,Visual Basic,SAP/ABAP 4.
    All I can say, programming is about logic, now we are very helped building program using objects.
    I'm very interest to SAP tech, where all screens, programs, reports are resides on tables, this is the real dynamic!
    CUrrently I'm eager to do the same technic with java. I'm new to java....
    What I know the J2EE is the core for me to start is it right? I was very interest with the Client-Server Tech. How can I impelemet this with Java?
    I'm a bit confuse with so many java solutions. There is Java Applets, Swing, Java AWT, JavaBeans, etc...
    I don't know what is the best if I want my Presentation/Client Application will run within browser (not standard html, using like windows gui). What should I do to make business logic objects, how to invoke it within the gui. how to make installation package whenever clients connect to the http server.
    if you have a pointer to do it please let me know.... I'm very appreciate all your response...
    Best regards,
    Lucky Pangemanan

    I'd say - don't get carried away with the heavyweight frameworks. Don't use EJB if Hibernate and/or Tomcat will do the job. There's a danger of winding up using a bulldozer to crack a wallnut.
    What people mean by "J2EE" varies a fair bit.
    Start with Tomcat, which has the virtue of being free. Try some JSPs and servlets.
    Use Applets to do client side presentation only if you must; Applets create an installation overhead on end-users, and some of them can't cope, while others may not have the necessary installation permissions on their office machines. They are pretty rarely needed, IMNSHO, most client-side behaviour is better handled with html and JavaScript.

  • *Hi, I need to know Standard PM Reports and their Tcodes*

    I need to know Standard PM Reports and their Tcodes

    HI
    T.code          Description
    MCI1     PMIS: Object Class Analysis
    MCI2     PMIS: Manufacturer Analysis
    MCI3     PMIS: Location Analysis
    MCI4     PMIS: Planner Group Analysis
    MCI5     PMIS: Object Damage Analysis
    MCI6     PMIS: Obj.Statistic.Analysis
    MCI7     PMIS: Breakdown Analysis
    MCI8     PMIS: Cost Evaluation
    MCIZ     PMIS: Vehicle Consumption Analysis
    MCJB     MTTR/MTBR for Equipment
    MCJC     FunctLoc: Mean Time Between Repair

  • How to know last run time and who ran the query

    Hi
    I am doing the analysis for all the queries , their last run time and who ran the query
    Since there are almost 6000 queries , is there any way to find out last run time and who ran the query
    in one step or through any transaction else It would huge effort taking task to check the data in BW statistics
    table for each query
    Regards,
    Vivek

    Hi,
    Statistics should be switched ON for all the queries first. You can check this in RSDDSTAT.
    Statistics data is stored in BW for a specific period only. This setting can be maintained in table RSADMIN (Field : TCT_KEEP_OLAP_DM_DATA_N_DAYS). If the value for the field is 30, then 30 days old statistics will be available at any point.
    Not all the queries will be ran daily. Some are ran daily, monthly and yearly depending upon User requirement.
    1. You can check in RSDDSTAT_OLAP for the details you needed.
    2. You can install the BI Technical Content and run the respective query for the details you needed.
    Hope this helps.
    Regards,
    Sunil

  • Need to know the exact name and P/N of a spare part, cannot find it anywhere.

    Hello,
    I would like to know the exact name and P/N of the -Touch Panel Control Assembly- for the HP Pavilion dv3510nr?.  
    or is it -Touch Panel Kit-?
    or is it -Multimedia Touch Control Panel-?
    Recently, mine got physically damaged and none of the touch buttons work, I cannot even turn the WiFi on. So I need to replace it, but I cannot find this spare part anywhere.
    It does not appear on the list of spare parts for this laptop, with any of those names.
    Does anybody know where can I find this spare part?
    Thanks very much.
    Glendy

    In case it was not very clear, the spare part that I am referring to is the panel placed above the keyboard, that has touch sensitive buttons for multimedia functions and for enabling the wireless device.
    Buttons appear In this order:
    MediaSmart button
    Audio on/off button
    Volume control
    Skip backward button
    Play/Pause button
    Skip forward button
    Stop button
    WiFi enable/disable
    Glendy 

  • What does a BI Developer need to know about SAP tables and why?

    Hi,
    i.
    As a BI Developer, to what extent do you need to know about SAP tables?
    e.g. if you work mainly in the functional areas LO and FI
    ii.
    For example, I know that in Finance, GL relates to the tables BSEG and BKPF.
    And if it is important to know about them, then which other tables need to be known and for what reasons?
    e.g. do I need to know all these tables: http://www.erpgenie.com/sap/abap/tables_fi.htm
    iii.
    I thought as a BI Developer, knowing that a particular datasource, e.g. 0FI_GL_4 contains line items is enough and you replicate it to BW and work with it. Why is there the need to know the tables from which this datasource gets is data?
    iv. What is the main difference between the FI datasources and the LO datasource?
    Thanks.

    Hi,
    i.  As a BI Developer, to what extent do you need to know about SAP tables?
    e.g. if you work mainly in the functional areas LO and FI
    Not required, but today business demands so you required this Knowelgde.
    ii.
    For example, I know that in Finance, GL relates to the tables BSEG and BKPF.
    And if it is important to know about them, then which other tables need to be known and for what reasons?
    e.g. do I need to know all these tables: http://www.erpgenie.com/sap/abap/tables_fi.htm
    We can't say yes or No, so based on your requirement you need to sit with Functional COnsultanst and the understand the Business Requirements and develop the OBjetcs.
    iii.
    I thought as a BI Developer, knowing that a particular datasource, e.g. 0FI_GL_4 contains line items is enough and you replicate it to BW and work with it. Why is there the need to know the tables from which this datasource gets is data?
    If you want to know the data flow and reconsilization then you need to know it else not required
    iv. What is the main difference between the FI datasources and the LO datasource?
    Yes, one main difference is There is no setup table concept for FI DataSource*
    Note: If you want to become a good BW consulatnt you must know about Tables for normal BW consultant it is not required.
    Thanks
    Reddy

  • I lost my iphone and i need to know the serial number and i have not the ox?can i get it from my itunes?

    i lost the phone(stolen) and i need to know the serial number but i also dont have the box ( can i get it from the itunes i was using and i already have a back up on my laptop?

    From iTunes, follow the directions here:
    http://support.apple.com/kb/HT4061

  • Firefox stopped working after I ok'd some kind of update. Now i need to know how to uninstall and reinstall it . I am on Mac os 10.4.11

    The above statement explains my problem, but nothing on you website seems to help me.

    re "Apple should have the control panel report the proper IP address"
    On clicking Personal web sharing, you get information to the effect:
    View this computer’s website at http://10.1.1.4/ or your personal website at http://10.1.1.4/~user/
    This is wrong to a user. Others could not enter this URL and get access to the website using this information. This is what I meant by "wrong"--its NOT the IP address that the user should use to view/use the web site. The software already knows its using DHCP, etc., so it should know to present the modem's IP and from memory in the past it did. As a wrote earlier, I used to be able to just copy the IP address given.
    What Apple probably need are two statements:
    To view this computer’s website from the local network use ...
    To view this computer’s website from the internet use ...
    Even, then I'd question the use of 10.1.1.4.

  • Need to know how to calculate and allocate the server side bandwidth between two exchange sites for DAG replication

    Hi All,
    Please have a look in to the below mentioned environment.
    primary site :SITE 1
    server 1 
    server 2 
    secondary site :SITE 2
    server 3
    Note : All the above three servers are in single DAG .All the database are mounted on the server (server 1) which is located in the primary site (I.E SITE 1).
    On that 5 databases we are having 3500 users .Based on the user designation we have allocated the mailbox size.
    Query : Each and every day we are having the large no copy queue length for all the five databases to the server located in SITE 2.
    Please help me out on this and also tell me is there any tool available to exactly get the required bandwidth for the exchange servers located between the active directory sites.
    Thanks & Regards S.Nithyanandham

    I don't know of any tool that can calculate things for you but latency is the biggest thing you have to worry about. The other issues is looking at the network gear between the 2 sites. I have seen many times were switches get maxed out if they are set to
    1 GB or even ports getting maxed out and need to bonded for more throughput. Test your latency from the edge of each site then test it within to see if there is a difference. 
    Regardless of their geographic location relative to other DAG members, each member of the DAG must have round trip network latency no greater than 500 milliseconds between each other member.
    As the round trip latency between two Mailbox servers hosting copies of a database increases, the potential for replication not being up to date also increases. Regardless of the latency of the solution, customers should validate that the networks between
    all DAG members is capable of satisfying the data protection and availability goals of the deployment. Configurations with higher latency values may require special tuning of DAG, replication, and network parameters, such as increasing the number of databases
    or decreasing the number of mailboxes per database, to achieve the desired goals.
    Round trip latency requirements may not be the most stringent network bandwidth and latency requirement for a multi-datacenter configuration. You must evaluate the total network load, which
    includes client access, Active Directory, transport, continuous replication, and other application traffic, to determine the necessary network requirements for your environment.
    http://technet.microsoft.com/en-us/library/dd638104(v=exchg.150).aspx
    DJ Grijalva | MCITP: EMA 2007/2010 SPA 2010 | www.persistentcerebro.com

  • I need to know how to access and use the Blue Tooth device that comes with the Thinkpad W520

    Forgive me for being a techo illiterate. But I know that this thing supports Blue Tooth. And one "problem" with it is although it has a DVD and sound card, music and movies have very lousy audibility. Is there something I can do about that? I can barely hear anything on a movie unless I plug in head phones to the computer. But that leaves me stuck in my seat. I'd like to get cordless headsets. And I'm ready to purchase the Plantronics BackBeat 903+ Wireless Stereo Headphones - Mic, Rich Audio, Bass-boost, Voice Alerts, OpenMic, 3-way Earpiece. And have heard that it's compatable with a pc that has Bluetooth capabilities. but could someone get back to me with exactly how I access and use the Blue Tooth device?

    I was searching for how to setup the 903+ and my W520 and came to this thread.
    1. The OP was asking about audio and there are updated audio drivers / tweaks to get it louder / install different drivers.
    but if you are going to go BT headset....
    2.  What I did for the 903+
    Uninstalled the currently installed ThinkPad Bluetooth program. ( I forget the exact name, came stock and was out of date).
    Required reboot.
    Activated the Bluetooth with FN + F5 menu.
    Downloaded the updated Bluetooth driver from lenovo (search lenovo driver matrix).
    Ran the updated Bluetooth driver install.
    Rebooted for good measure.
    Double-clicked the Bluetooth Tray icon.
    Clicked Add A Device.
    Turned off my 903+ and continued to hold down the power to enable pairing mode.
    Showed up in devices and added it.
    Worked for audio. There are probably additional options for enabling the mic.
    Hope that helps whoever might find this thread.

  • Need to know alternative country Key and Vehicle country Key

    Hi Experts,
    I am defining new country codes in SAP ECC and GTS System. Can someone help me to find out Alternative country key and Vehicle country key for the below mentioned country Codes.
    AX
    Åland Islands
    GG
    Guernsey
    IM
    Isle Of Man
    JE
    Jersey
    PS
    Palestinian Territory, Occupied
    TL
    Timor-Leste
    Please assist me in this regard as this is very urgent.
    Thank you
    Vinod Kakarla

    Hi,
    Use Tcode - VI78 to find alternative country key
    T coe - OY01 for vehicle country key
    001 (European standard formatting), 002 (Italy), 011 (Switzerland) and 014 (Austria) use the vehicle country key of the relevant country. If no vehicle country key has been maintained in Customizing, the country key of table T005 is used instead. If, for the sender country, the indicator for printing the country name in foreign addresses is set in table T005 , the system does not use the country key, but generally prints the country name in the last address line. Check the sap Note: 1509425.
    Ashish

  • Upgrading HDX 16t GPU. Need to know which ones fit and work.

    I'm looking into upgrading the medium level graphics card HP pawned off on me when I ordered my HDX16. If I remember there was one other option when choosing my GPU when I ordered this, and I was wondering if maybe that would fit, or what fits at all, or if it can be upgraded at all. Any infomation would be greatly appreciated.

    OK, good news and bad news.  The bad news is that the GPU is soldered into the motherboard (I know because I just took this whole thing apart to upgrade the Processor).  This means that to replace the GPU (Video Card), you need to get the motherboard.   I don't know the part numbers, but HP will be able to give that stuff to you.
    The good news is that the video card may be upgrade-able.  The NVidia GT-130M with 1024MB dedicated memory is the best option that the HDX 16T comes with... I know because I specifically purchased it since I knew I would run into what you've run into. 
    Unfortunately, unlike desktops, the laptop video cards are either soldered like HP, or like Dell, they only have very specific cards that will work in them (has to do with the shape of the card, and the type of plug).  The more bad news is that a replacement motherboard will probably run you a good $300+... If you're resourceful you can put your old board on ebay and recoup some of that back.
    HDX 16T CTO-1200
    nVidia GT-130M
    Intel P9700 Core 2 Duo (2.80GHz) @ 28W
    8GB DDR2-800

  • Needed to know how many procedures and name of them in Schema.

    Hi All,
    I wanted to know the name of Procedures and package name in the schema .
    Can i know how many schema are there in the data base ..
    Thanks in advance
    Sachin

    SQL> column object_type format a30
    SQL> column object_name format a30
    SQL> column how_many format a15
    SQL> select object_type
      2       , object_name
      3       , to_char(row_number() over (partition by object_type order by object_name))
      4         || ' out of ' || to_char(count(*) over (partition by object_type)) how_many
      5    from user_objects
      6   where object_type in ('PACKAGE','PACKAGE BODY','PROCEDURE','FUNCTION')
      7   order by object_type, object_name
      8  /
    Can i know how many schema are there in the data base ..
    select count(*) from dba_usersRegards,
    Rob.

  • I need to know how to download and play big fish games on my notebook

    I need help downloading and playing big fish games on my notebook

    No idea why you should ask here, unless you're one of those people who mix up Adobe Reader and Adobe Flash Player. Even so, you might as well go to the mother fish: http://www.bigfishgames.com/community/

  • What do I need to know about field order and HDV?

    I keep seeing field order options in FCP and DVDSP and Compressor etc.
    Can anyone point me to any resources that will help me understand things a little better?
    I'm editing HDV in FCS.
    Thanks
    Miller.

    Field dominance (actually field order) is a function of how video is recorded.
    Each frame of interlaced video is made up of two fields. They are recorded in sequence. At NTSC std video (~30fps) the frames are recorded 1/60th of a second apart.
    We will call the first field recorded: #1 and the second field: #2.
    To play back correctly you need to play the fields in the order they were recorded
    if done correctly it would look like this
    1-2 1-2 1-2
    if the fields are reversed (by using the wrong field order setting) you would get
    2-1 2-1 2-1
    This yields a jerky, strobe like playback as the fields are being played not in the order they were recorded.
    HDV records the Upper field first in each frame and so is termed Upper Dominant
    DV record the Lower field first in each frame and is termed Lower Dominant
    Questions? There will be a quiz on Monday. And NO, it is not open book.
    Cheers,
    x

Maybe you are looking for