Can we display Cube update time and date

Hi All,
can we display Cube refresh time and date for user with out going into the Cube properties. Can we use any substitution variable for that?
Another doubt----
Will there be any systen defined default substitution variable in Essbase or anly user defined variables. IF there what are they and purpose of it?
Regards

After the successful cube building, you can capture the time stamp from the system into a variable and you can set the note on database.
suppose below is the maxl script updatetime.mxl
login $1 identified by $2 on $3 ;
spool on to $4 ;
alter database $5.$6 set note $7 ;
logout ;
spool off ;
exit ;
you can call the script like
essmsh updatetime.mxl <<userid>> <<pwd>> <<server>> <<spoolfile>> <<appname>> <<dbname>> <<updatetime>>

Similar Messages

  • Update time and date with server time..?

    Hi.. All
    every login ,flash get server time from php. how can i update  time and date in flash..?

    I'm going to only show the month example, the rest is fairly straightforward:
    <?php $month = date('n'); ?>
    var date:Date = new Date();
    trace(date);
    date.setMonth($month);
    trace(date);

  • Where can I find the current time and date of Time Capsule?

    I have a home network consisint of 2 x Time Capsules and 1 x Airport Express.  All is working fine.  I would like to set up access control for one machine connecting to the network and I can see I can do this under Access Control on the Airport Utility.  My question is where can I find the current time and date setting for these devices? 
    I can set them to use the time.apple.com server to set the time automatically, but I can't find where to see the current time and date of the device.  The only place I can see reference to the time and date is on the logs and statistics under the Advanced tab of the AirPort Untility.

    I don't think you can change the time and date on the TC itself, it just connects to a time server (and you set your own time zone).

  • Display application server time and date on GUI screen.

    Hi experts,
       My client's requirenment is to display the application server time and date on the on GUI screen
       pls give the step by step procedure.
    Thanks in advance.
    Abhishek

    Hi,
    For TIME purpose,
    Fixed Length  6
    Format  u2018HHMMSSu2019
    DATA  times  TYPE  T.
    times  =  sy-uzeit.
    WRITE  times.
    For DATE purpose
    Fixed Length  8
    Include Representation  u2018YYYYMMDDu2019
    DATA  today  TYPE  D.
    today  =  sy-datum.
    WRITE  today.
    today  =  u201819991231u2019.
    WRITE  today.
    Regards,
    Anki Reddy

  • Can't get past the time and date intial set up screen can anyone please help?

    We purchased Apple TV last night, hooked everything up according to the directions, until we get to the Setting Time and Date Screen, which Apple TV- for more than 12 hours now, has been trying to establish.  We've set the time zone both manually and automatically, I have emailed and tweeted Apple Support but no help so far, this is my last plea before I return it.
    Any help would be appreciated.
    Thanks

    Welcome to the Apple Community.
    Assuming this is not the first time you have used your Apple TV
    You might try restarting the Apple TV by removing ALL the cables for 30 seconds.
    Also try restarting the router. (Also try removing it’s power cord for at least 30 seconds)
    If the problem persists, try a restore, you may want to try the previous procedures several times before doing this.
    If restoring from the Apple TV doesn't help, try restoring from iTunes using a USB cable.
    If this is a new Apple TV, in addition to trying the above, it may also be that your network router is not allowing access to the timeserver, check that your router allows access over port 123.

  • I wanted to keep my locked screen display with the time and date from turning off is that possible

    So I enjoy my locked screen display with my chosen picture because it has the time displayed nice and big and its a cool nightlight but the locked screen display/wallpaper/time with date always goes black after 13ish seconds of locking it is there no way to let the locked screen stay on while charging? because it is awesome if it could stay on as a nightlight also so i dont have to press the lock button to see what time because the normal display is ugly am I just being super picky or am I not the only one who agrees or maybe it does exist im just stupid please respond when you can also thanks for reading much appreciated.

    wjosten wrote:
    Again, there is NO WAY to do what you asked: display the time constantly.
    I have a clock app that displays the time constantly on my iPad. I use it as a bedside clock. Many clock apps have the ability to disable autolock just within that app. Whether there is one that lets you pick your own background, I don't know but I wouldn't be surprised if there were, based on the number of clock apps out there. While what I'm suggestion is not precisely what the OP asked (display the system lock screen), it seems it might be a possible workaround.

  • How do I display BOTH the Time AND Date in the menu bar

    When I, System Preferences > Date and Time > Clock.
    I choose "show date and time in menu bar".
    But I only get the Time and Day of week, but NOT the date.
    I am trying to get the display to look something like this.
    *12-29-07 6:34 PM*
    I tried a program called 'MagiCal' that fixed this "bug" with OS 10.4, however with 10.5 'MagiCal' prevented my mail sounds from working properly (so it had to go).
    Any ideas on how I can display the date and the time with 10.5.1

    Try this:
    http://www.nateklaiber.com/2006/02/13/os-x-add-the-date-to-the-menu-bar/

  • Function module to display the time and date in the report-sy-udate And s

    Hi.
    wish to have a function module which can display the system time and date through function module.
    the format that this function module should display should be like this:
    if its today-date and time then:
    05-Jan-08 01.25.57 PM
    please note that i want them to be in one single row in the top-of page
    kinldy help on this.
    thanks!

    hi,
    check this.
    https://forums.sdn.sap.com/click.jspa?searchID=19175181&messageID=4628668
    Thanks

  • How to get the start time and date

    Hi everyone! I have a question ,who will be glad to help me! Thanks in advance!
    As we know ,when we finish the UUT test ,it generate report . The report format maybe like"SeqFileName_Report[Time][Date]_00001.xml"
    My question is"how can I get the [Time] and [Date] in the test sequence"

    See this post.
    How To Display Time Information in Report/Results?
    http://forums.ni.com/t5/NI-TestStand/During-a-test-how-can-I-find-the-start-time-and-date-of-that/td...
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • How to get FMS server time and date

    hi,
    i m working on a customer support chat application. There is
    neccssary for me to get the FMS server time and date, bcoz
    depending on the server time and date the client instances recive
    different messages.
    i looked at date() function on FMS server, but it returns
    user PC time ( not FMS server time).......
    so i there any way to get FMS server date and time??
    thanks in advance
    shrikant

    See this post.
    How To Display Time Information in Report/Results?
    http://forums.ni.com/t5/NI-TestStand/During-a-test-how-can-I-find-the-start-time-and-date-of-that/td...
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • How to show two different plots with current system time and date on waveform chart

    I am using  one waveform chart to display the more than one value continiously. The data  are comming properly but i am not getting my system (pc) time and date on x axis. It is showing default date and time (i.e.01/01/1904 5:30:45). Please  give me suggestions to display the real time and date on x axis of waveform chart. 

    How does your data look like? Do you graph waveform data types, dynamic data, or plain arrays/clustes? In the case of plain arrays, you need to set x0 to the absolute start time of your data, e.g. with a property node.
    I you would attach your code (or an image) we could offer more specific advice. There are too many possibilities.
    LabVIEW Champion . Do more with less code and in less time .

  • Time and DATE in Menu Bar

    How do you display BOTH the time and DATE in the menu bar?

    Greg
    Here is one way: Date and Time in the Menu Bar (10.3, 10.4).
    If you are not keen on the command line, you could try this from macosxhints: 10.4: Easily add the date to the menubar which I think some people have used successfully.

  • Seperating time and date from time stamp

    Hai,
          Can somebody tell me how time and date are seperated from a time stamp with format  like 12/01/2006 1:21:36
    I want 12/01/2006 in one object and 1:21:36 in another object.
    Also as BW takes only format YYYYMMDD, does having 12/01/2006 make any difference? If yes then how can I convert this?
    Thank you.

    Hi Visu,
    For converting date check these:
    Re: Date Conversion in Flat File
    Bye
    Dinesh

  • Can I display both time and date on iPhone 4s home screen?

    The time and date is diplayed when I 'slide to open' but can I have the day / date and time displayed when the screen shows all the apps? Currently it just shows the time at the very top and considering I'm this is my first iPhone, I've become used to having the date and time constnatly displayed. Any help would be greatly appreciated.

    A pity it can't be displayed elsewhere.
    Thanks for your prompt help.

  • HT4623 After updated to iOS 7.1.1, my iPad went wrong with time and date. How can I solve this?

    I have updated my iPad mini to iOS 7.1.1 recently. After updated, it went wrong with time and date even I tried to restart it or set manual time/date or set auto time/date. How can I solve this problem?

    Hello Phirum OL,
    Here is an article that will help you adjust the date and time settings on your iPad:
    iOS: Troubleshooting issues with date and time
    http://support.apple.com/kb/ts3920
    Learn the steps to take if your device has any of the following issues with the date and time.
    Incorrect date or time
    Wrong time zone being set automatically
    Issues related to automatically switching with daylight savings time
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

Maybe you are looking for

  • How do I move my default final cut file location from the hard disk to an external thunderbolt drive?

    I have FCPX and just bought a MUCH faster TB external drive and don't want to work off the internal hard drive anymore due to speed and space.  When I first open FC it shows my external (Lacie) drive but then goes away and only shows the internal Mac

  • Dispatcher stopped due to shared memory realm does not exist in Oracle 10g

    Hi Gurus, Suddenly my Message server stopped, i have checked R3trans -d its givign following message D:\>R3trans -d This is R3trans version 6.14 (release 700 - 12.12.08 - 14:04:00). unicode enabled version 2EETW169 no connect possible: "DBMS = ORACLE

  • Easy DMS and original content versions

    Hi, Does anyone know if it's possible to view and activate original content versions in Easy DMS? This is the same standard functionality as in SAP DMS. We are using eDMS 6.0 SP10 (Unicode) Thanks Tommy

  • Script paralell tasks

    Hey there, i am currently writing a script to auomate an admt migration. On two stages, ich have to wait for availability of targets after reboot. Today i loop with test-connection through my input file, but this is seriell, so if one target fails al

  • ATO Model - Selling Price

    Question on Calculating the Price of an ATO model -  When we configure an ATO model, the * item so created will have a zero price for the Top model, the client's requirement is to price the Top model by rolling up the price of each component of the B