Automating essbase updates

<p>Hi there everyone,</p><p> </p><p>I'm new to essbase (only 5 weeks experience) and have built anew database cube for my workplace.  Currently over month endperiod we are updating the data 3 times a day and I am manuallyhaving to do this. I want to automate the process and have heardthat this can be done through maxl scripts (which i know nothingabout). Someone else has mentioned that maxl and essbase are nottime conscious and cannot run jobs at specified times etc...  Is there a way round this or is there a better way toautomate the jobs as coming in at 7.30 to update is killingme!!!</p><p> </p><p>Many thanks for your help!</p><p>Dreamscapeuk</p>

If you have a Windows server, then you can use the job scheduling on the server to run a job at standard times.<BR><BR>The best way to do it would be for the process to look for a pre-determined file to see whether it contained a specific flag (e.g. Y for Yes or N for No). If the flag was set to N then the process would terminate.<BR><BR>If flag is set to Y thenh it would sweep a pre-determined file area to look for files with a designated name or extension (e.g all files starting DL*.txt), and if found it would load them using an agreed load rule, outputting any errors to an error file.<BR><BR>Potential pit-falls:<BR><BR>Making sure that the code is 100% , and taht it will error and terminate correctly.<BR><BR>Making sure that it will find the data files<BR><BR>Making sure that it will move the data files once loaded - unless you want the to be continually re-loaded ?<BR><BR>If it isn't Windows, then I don't know.<BR><BR>Hope this os of some use to you. I would strongly suggest that you try this out on a development server first, and then try to think of all the possible scenrios to see if your code can cope with them.<BR>

Similar Messages

  • VS 2012 Professional with SSDT to accomplish automated Schema updates to QA Server?

    I am looking for a HOW TO article that covers the following:
    1. A Visual Studio 2012 or 2013 Professional .NET Database Project  (SSDT)
    2. A Visual Studio Online TFS Service Server that is linked to a On-Site Build Agent on a QA Box
    3. A BUILD Definition that will execute when a developer checks in schema changes to the code repository
    4. The build will execute and if it succeeds will then do a schema update to an existing database.
    Now I found a tool by REDGATE called RedGate SQL CI TFS Build Plugin that rocks this process, but it has an associated cost (400+ per developer) and I would like to avoid this extra cost if possible.  We use Build Definitions to deploy our web projects
    to our QA servers and I keep reading that it can be used for Database projects also, but I have not found an article that has been helpful for a schema update process...
    Anyone know of a step by step guide out there for this... 
    NOTE:  I found this, https://msdn.microsoft.com/en-us/library/ff805001.aspx#createtemplate -- but it is for an older version of VS and we are using VS 2012 + and SQL Server 2008 R2  
    Warren

    Jamie's article should be a great starting point for you. In addition we have a presentation and whitepaper available on the SSDT blog. These cover setting up CI and also doing automated database unit test runs on checkin to validate that changes are correct:
    Presentation
    Whitepaper covering multiple scenarios
    The summary of all this is that CI is supported with the built in tools and is worth looking into.
    Kevin

  • Automating Essbase version 11.1.1.3 Client Installs Question?

    Sorry if this is not the place to post this question, but does anyone know if there is any other way to install Essbase client components individually for Essbase add-in and Essbase administration services (EAS) without using the Oracle install tool? I have a client that needs to automate the installation for 600 users and because they have no standard image the program they use needs to push the software to the desktops prior to starting the install.
    Using the installation tool required that approximately 4 GB of software be pushed to the client workstations prior to installing the software and they would like a smaller foot print. I know that SmartView has a thin installation program, but does anyone know of another option other than using the install tool provided by Oracle for the Essbase add-in and EAS?

    Hi,
    Have a read of this post for details on another option for installing the excel addin :- EssBase excel add-in automated install
    For EAS you can always use the web client so you wouldn't need to install anything on the client machine.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Batch Automating Design update on 1000 InDesign files- Any ideas?

    I have just been brought in to a new company that issues one page (and separately saved) biographies using inDesign. The biographies use a standard style, with a great deal of reoccurant information (company details, logo etc) and then some personal info that makes up the biography.
    The company recently underwent a re-brand which now means some 1000 of these biographies are displaying incorrect logos, colour schemes, font, watermark, contact information and company details.
    I want to amend this, upgrading them to the new style guidelines. And for my personal sanity would like to automate the process as much as possible. Any ideas on how best to tackle this would be greatly appreciated!
    My thoughts are as follows:
    Partial Automation: - Perhaps I can export swatches, colour profiles and font settings from the updated templates and retrospectivly apply them to all the old ones. This would get me a good deal of the way there... but would still leave an issue on changing all new company details. If I could apply this in bulk I could flag the files for a small amount of editing next time they're needed.
    Partial Automation: - Perhaps with a better understanding of the master pages tools I could create a default collection of swatches and space layout and import data into certain fields manually?
    Full Automation: - I would love it if some combination of the above and InDesign scripts were possible to use to achieve this... but I am not optimistic. Perhaps the better idea is to use the exportallstories.js script to scrape all the relivant data from my old files. From there I would need to write a python file to identify the relivant fields (namely: Name, Title, biography). I could then migrate these details to a spreadsheet and save it as a .csv file. From here I might finally be able to re-import it back into my new template style using the <<Automated Data merge>> functions! It's a bit hieth robinson and would require some careful thinking on python expressions to get everything into .csv correctly.... but I think it's crazy enough to work. Any assistance on ideas here... or ideas about how I automate this to batch export to RTF (without 1000 tiedious "ok" dialog box clicks) would be greatly appreciated.
    Any help, advice or pointers to relavant literature would be greatly appreciated.
    Other Info:
    I am on CS5
    Windows 8 (i know... i know...)
    I can get a python IDE up and running pretty quickly
    Am happy to migrate this to my native linux for some parts of this process if there are tools/i can use the command line to get things done quicker!
    Thanks
    aBoL

    Thanks all for the replies, it's given me a great deal to think on.
    I have discoved some of this information is helpfully stowed on their website. Am going to contact the IT guy... if i could scrape right off it or better yet get access to their mySQL or whatever perhaps that'd be the fastest way to make my magic .csv and then batch import all.
    As for plans b-z:
    Eugene Tyson I looked into what you suggested about using books. I've still got a problem with importing all to one file if anyone knows a handy script that'd be much appreciated. I still obviously need to read up on master pages, when i've been dragging the style it seems to sandwich both the new style and old style together... so perhaps the data in isn't clean enough anyway (cleaning +1000 files would probably take longer than ctrl+c ctrl+v on all of em)
    Peter, you're exactly right. Dirty in dirty out on data right? I've found that given that these files were all made with the same workflow, there is a great deal of consistancy. If its 100% i cannot yet tell, but if i export using the story export .js it seems to me i could either scalp off the bottom most five files (which seem to inevitably contain the valued data) or ponder clever if statements that will detect if it's got something that might be a name or just our latin placeholder text. But yes... i figure whatever a good deal of checking will be invovled.
    Ariel, Your help would be greatly appreciated and I will pm you and anyone else who would be willing to get stuck into this challenge!! The main one for me right now would be the automated importing of files in bulk into a single story... perhaps the automated use of the other story export script... or if you were feeling extremely talented, doing all the work in indesign itself, opening files in sequence in a folder, stripping out the contents according to rules (that we could base on the regularity of it's content) or placement (they're generally in the same area) and saving that out to a txt file or even better a .csv!!
    anyway I'm teetering between this being a fun challenge and a utter nightmare, but the looming idea of manual data entry is enough to propel me on. Any help / discussion or further thoughts would still be vastly appreciated!
    thanks all and have a great weekend.

  • Automating Essbase clustering using Hyperion Provider Services

    Hi
    I am testing Essbase clustering using Hyperion Provider Services for high availability of cubes. I have created an Essbase cluster and added cubes to it using EAS. Since cubes get update during interday, I want to add/remove cubes from the cluster. I could do this process manually in EAS but prefer if I can automate this process. I was told that I could use either JAVA APIs (prefer) or XMLA to automate adding & removing cubes to/from the Essbase cluster. Unfortunately, I cannot find any documentation that mentions the names of the JAVA APIs that I should call to succeed this process. Could anybody help me please?
    Regards
    Chandra

    Hi,
    Assuming you are on V11 then if you have a look in \Hyperion\products\Essbase\aps\samples\japi and there is java example of creating clusters :- CreateCluster.java
    Java API docs available in \Hyperion\products\Essbase\aps\docs\japistart.htm
    If you are on an earlier version then the directory structure will be a little different.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Essbase Update from 11.1.2.0.0 to 11.1.2.1.0

    Hello Everybody,
    we are going to update Essbase from version 11.1.2.0.0 to 11.1.2.1.0. Before we starting that, I would like to know some issues which we should consider.
    Should we deinstall the old version or just update it?
    How simple/difficult is the update?
    Have been any bugs during the installation/update?
    What is the best possibility to backup the applications (archive or just copy app directory)?
    Can I update the EAS first to 11.1.2.1.0 and work with the old Essbase?
    Our OS is Windows Server 2008 R2 Enterprise, 64Bit.
    Thank you very much
    Ole

    Hi John,
    we made a maintenance release and got unfortunately some problems.
    Everything was ok and green in diagnostic except essbase server. It could not started because (as we
    discovered) three dlls from the bin directory of Essbase.exe were not updated. We updated them
    manually from “\Middleware\EPMSystem11R1\common\EssbaseRTC-64\11.1.2.0\bin” and successfully started
    instance through opmnctl.
    After reboot or re-logon, the Essbase Server (Agent) was down again. Attempts to start it failed
    because of this error:
    Fatal Error: Unexpected Condition detected at Shared Services, please check Essbase.log
    [Fri Nov 18 20:41:02 2011]Local/ESSBASE0///4380/Error(1051518)
    Global Essbase is not registered in Shared Services
    This error points at some SEC Problems as far as I know from other posts.
    Then I tried to restore ESSBASE.SEC from before update (ESSBASE.BAK_startup, before launching the
    new version). It started through opmnctl (Essbase Server ok, everything green in diagnostic tool)
    and it has modified Essbase.sec. But after next stop (reboot or stop services) the essbase could not
    start again. Each time the SEC file is overwritten, the server cannot start again.
    I try to get on Monday the essbase.sec from the backup before maintenance release.
    Would appreciate any suggestions.
    Thanks
    Ole

  • Help with automating "System Update"

    edit:
    please help - who do I contact in Lenovo / IBM to get real help with this ?
    this is a corporate project and I need to resolve this as soon as possible.
    does anyone from Lenovo actually read this forum?
    I've opend a support call in Lenovo's helpdesk (via email) but no reply except an automated one for... like a week.
    help! help! help! we don't mind paying for it, we NEED to resolve this.
    any help at all would be greatly appretiacted. please point me at the right direction?
    sorry for this venting but really, I just need to get a move on this already... :-0
    can anyone at all help ?
    any idea where I can find more information / expert assistance ?
    thanks for any help...
    -Shay
    Hi,
    I've been able to fully automate System Update distribution using Group Policy. this works perfectly.
    I am now trying to achive the same functionality using scritps.
    the problem: I get quite a few prompts for "License Agreement" - not the "master" initial one, only a few for the different installs.
    here's my setup:
    1. a local server is the repository.
    2. I import a .reg file before installing "System Update" using an automated install.
    3. after a restart, a command runs on the local machine.
    here are the details:
    registry settings:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Lenovo\System Update]
    "LanguageOverride"="EN"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Lenovo\System Update\UserSettings\General]
    "IgnoreLocalLicense"="YES"
    "DisplayLicenseNotice"="NO"
    "DisplayLicenseNoticeSU"="NO"
    "ExtrasTab"="NO"
    "RepositoryLocation1"="***my internal server here ****"
    "RepositoryLocation2"=""
    "RepositoryLocation3"=""
    "NotifyInterval"="36000"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Lenovo\System Update\UserSettings\Scheduler]
    "SchedulerAbility"="YES"
    "SchedulerLock"="LOCK"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Lenovo\MND\TVSUAPPLICATION]
    *** network drive mapping here, this part works ***
    also, I use this command to run the updates:
    call "C:\Program Files\Lenovo\System Update\tvsu.exe" /CM -search A -action INSTALL -IncludeRebootPackages 1,3,4 -noicon
    I am just about desperate... I would REALLY REALLY appreciate any help, hint etc :-)
    Thanks for ...even trying... lol
    regards,
    Shay
    Message Edited by catman2u on 03-18-2008 05:04 AM
    Message Edited by catman2u on 03-25-2008 02:41 AM

    catman2u wrote:
    does anyone from Lenovo actually read this forum?
    From the Communiy Rules in the Welcome section....
     Objectives of Lenovo Discussion Forums
    These communities have been created to provide a high quality atmosphere in which users of Lenovo products and services may share experiences and expertise. While members from Lenovo may participate at intervals to engage in the discussions and offer advice and suggestions, this forum is not designed as a dedicated and staffed support channel. This is an informal and public forum, and Lenovo does not guarantee the accuracy of information and advice posted here -- see important Warranty information below.
    No amount of ranting is going to get you anything more than you will achieve with a clear exposition of your issue... so you might want to try doing that instead of ranting and assuming that everyone already knows what you know etc etc.
    Cheers,
    Bill
    I don't work for Lenovo

  • Automating Software Updates

    Is there a way to automate Software Updates?
    I've finally switched my immediate relatives to Macs. But every time I visit, the operating system and other applications require several updates. Training them to manually run Software Updates is not an option.
    KB HT1338 states that "Mac OS X 10.5 and later allows you set Software Update to download important updates automatically. You will be notified when the updates are ready to be installed." I have this option checked on their iMac ("Download important updates automatically -- you will be notified when the updates are ready to be installed"), but have never seen any type of notification when I'm visiting their homes.
    The only time their iMacs get updated is during my occasional visits. Because I set up their primary user accounts to not log in as administrator, I am prompted several times to enter the administrator username and password. I cannot simply start Software Updates and leave. By the time I'm doing this for them, it often takes an hour to download and install all of the updates.
    Whatever the numerous flaws of Windows, the automatic updates feature is not one of them. It is intuitive and easy to configure (at least for me), and has worked on every Windows PC I have set up.
    Thanks.
    PS - re KB HT1338, I have never received any notification about downloads being ready to install on my MacBook, either. Looking at it now, Software Updates --> Scheduled Check says that the last check was on August 25, 2008 -- over two months ago. This may be because I often apply updates when I read about them, and don't wait to be notified by Software Updates.
    Message was edited by: Robert Racansky

    nerowolfe wrote:
    One simple solution, but not the one you are asking about directly, is to update their computers remotely using desktop sharing or if you are all subscribed to MobileMe, through Back to My Mac.
    None of us are subscribed to MobileMe.
    I've considered Remote Desktop, but can't really justify spending several hundred dollars
    nerowolfe wrote:
    Automatic software updates will install in a non-admin account, but it requires the user to enter the admin name and password.
    That's exactly what I'm trying to avoid. I can't depend on the end users to do this.
    What I want is something that I have to configure once, and then doesn't require any user (or administrator) intervention after that.

  • Automating the Update Management Controller action from the SCCM console

    After successfully provisioning over 2,000 PCs for SCCM OOB management through the in-band approach, we now have a requirement to change the current settings which can be initiated against specific computer objects from the SCCM console.
    Is there anyway to automate this process? and to get some form of confirmation that the update has been applied apart from keeping eyes glued to the AMT provisioning logs. I suspect the requirement to update the settings will occur again in
    the future.
    Thanks,  Alan 

    Since no one has answer this post, I recommend opening  a support case with CSS as they can work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Ideas for automating layout updates?

    I have about 40 newsletters that need updating to a modified layout. The changes are consistent, for example a vertical, one-column sidebar on the bottom right is becoming a centered, 2-column header.
    Any ideas for moving the process along? I thought of saving the reformatted elements as library items, then manually copying and pasting the text from the old layout into the copied library item.
    Anything else I should try?

    If the stuff (text frames and graphic frames) is based on master page items, this can probably totally automate the process: http://forums.adobe.com/thread/444744?tstart=0
    Otherwise, scripts might help.

  • Automating essbase data export

    Ideally, I would like to give the opportunity to the "Hyperion Planning" users to launch a data extractions from Essbase which result in a simple "csv" file (the users haven't any access to the Excell Add-In or Smartview).
    These files would then be published in the workspace if possible.
    My first question is, is there a way or what's the best approach to give the users the opportunity to launch "on demand" the extraction process through the Workspace or Planning (launching a "Calc script" ?) ?
    Secondly, regarding the extraction, Hyperion and Essbase are so "rich" that I'm asking me what is the best way to do that :
    - a "reportscript";
    - a "calcscript" (DATAEXPORT);
    - a vba module in Excell;
    Thank you for your advises.
    Regards to all of you.

    Yes there is a way to give users to launch data extract scripts from Planning and Smart View. It has to be a calc script.
    However it may be difficult to access those (extract) files by users. Usually they are placed on Arborpath.
    As far as posting this file to different location where users have access to, have a cron/batch job looking for new file and move it over to desired location. Security measures need to be taken to avoid unauthorized users accessing the file. If possible, have file email to user thru cron job.

  • Want Automator to update my address book

    Here is what I want: For each address in my address book, I want Automator to compose an E-mail containing the current contact information for that person. I tried to get contact info and put it into a mail message, but it puts ALL the contact info into one e-mail? Is there a way to set up a loop so that it repeats the same step to each contact in my book?

    Johnathan,
    You might want to look at Plaxo for what you are trying to do. You probably found something to do this by now, but since I'm waiting on an automator answer and had lots of views and no suggestions, I thought I'd throw some help to you...

  • Automation of updates of dimension properties/NEWID  using Admin_MAKEDIM

    We are trying to automate the changes to the properties to the dimension members and NEWID's to existing ID's. We have a SSIS that updates the mbrdimension table correctly but when we run the Admin_MAKEDIM from datamanager it is not applying the updates to the dimension members. But if there are new members they are updating ok.
    Does Admin_Makedim process/apply changes to the dimension member properties and ID's ?
    Any help is greatly appreciated.
    Thanks,

    Hi there,
    Were you able to get this to work?
    The properties and new members need to exist in your temporary table.
    The contents of the temporary table are then copied to the mbr table and then the dimension is processed.
    Please note that the Excel member sheet is not update so you either need to manually export the dimension member sheet (there is an option to do this in the BPC Admin module) or you can create a process in SSIS to extract the contents of the Mbr table to the member sheet in the ADMINAPP folder.
    Thanks
    John

  • Automating Essbase 7.1 menu in the toolbar

    Greetings guys!
    Ok, we have packaged the installation for Essbase 7.1 which seems to work very good. However, I would like to add a tweak to our installation. As it stands now, the Essbase menu will be added to Excel's toolbar if and only if Excel was initially started at least once on the machine (thus, having completed it's first and initial healing process). What this causes as a problem is the following: if we install a fresh machine, say with Office 2003 and Essbase 7.1 only, and we have a user that logs in, Excel when first started will auto complete it's installation, thus NOT having Essbase's menu in the Toolbar. So, to solve this, I need to click on Tools, Add-In, and browse to C:\Program Files\Hyperion\essbase\bin, choose essexcln.xll and repeat for essxleqd.xla.
    Does anyone know how I can automate this process? I've tried a snapshot methode before/after the change, but nothing significant pops up.
    Any clues and/or ideas?
    Thanks guys,
    Stephane

    You could distribute a workbook with the following VBA code in it, and when they open it the add-in would be added for them:
    Private Sub Auto_Open()
    Dim strAddIn As String
    Dim oAddIn As AddIn
        strAddIn = Environ$("ArborPath") & "\Bin\essexcln.xll"
        For Each oAddIn In Application.AddIns
            If oAddIn.Name = "essexcln.xll" Then Exit Sub
        Next
        If Len(Dir$(strAddIn)) > 0 Then
            Set oAddIn = Application.AddIns.Add(strAddIn, False)
            If Not oAddIn Is Nothing Then oAddIn.Installed = True
        End If
    End SubI haven't checked this code over for bugs, but it should get you where you need to be. I would name the workbook "Init_Essbase" or some such, so it's function is relatively clear.

  • Automated installations/updates and CSA

    Hello !
    I'm getting a little bit tired of tunning my CSA rules everytime some new processes or actions are discovered. Let me explain: we're using MS SMS server for deploying software and windows updates, then we have McAfee AV server who is updating agents on PCs and then here is ScriptLogic with its funcionality of pushing various settings to different users. My problem (hope I'm not the only one) is that processes from this servers which need higher privileges to install what they have to are changing and is dificult to follow it. Has anyone any suggestion how to cope with it ? Is it possible to have some group of servers that you allow them to have no restrictions (for example by IP address) ?
    Thanks in advance

    I am told that CSA 4.5 will have this feature. I eagerly await it.
    I created a group called Admin servers that are IP addresses trusted by every host. I also installed CSA on the servers to keep them honest. It works to limit all but global events.
    Is that what you're after?

Maybe you are looking for

  • Financial Reporting 11.1.2.507 - pages from a report

    Hello, I was designing a report on Financial Reporting Studio, but dimensions from pages are shown separates by commas in only one combo box. What I need is to have one combo box per each dimension. Please, We will appreciate your valuable response.

  • Can't open Sharepoint Online site in Sharepoint Designer 2013

    Hello! I am trying to open a Sharepoint Online secure site in Sharepoint Designer 2013 (v15). When I try to open the site in Sharepoint Designer i get an error stating:  "Server error: The version of Microsoft SharePoint Foundation running on the ser

  • Mapping Network drive?

    I am attempting to map a network drive and I am not having any luck. I am typing //machine name/share name into the field and I am not having any success. am I missing something. I am using a WRT350N and Seagate Free Agent 320gb ext hard drive. I had

  • Cant get the smart cover to click on to the ipad 2 anymore

    The smart cover doesnt come to place the right way on my ipad2 anymore. It stopped working. The magnets are there but its like they have been pushed to the side inside the ipad.

  • I'm fed up of Itunes

    ITunes deleting my music and refusing to copy my voice files I noticed it's easy to transfare  photo's why not voice messages??? I need something different.. everytime my IPhone plugs into ITunes it never works and loses all it albums