Essbase Data Export Default

Apologies if this has already been answered previously, have had a look through DBAG and the help through EAS and its not immediately clear whether this can be done.
Running 11.1.2.1
When using the 'right click on a DB and Export' method in EAS, is it possible to amend the default location that the file will drop into (otherwise having to specify the location that we want each and every time)?
If not, could this be done through a MAXL command? (im a beginner when it comes to this, but assume it wouldn't be too much of a chore to do....)
Thanks for any advice in advance.
JB

Thanks Vas & Glenn.
I am aware that you can specify the path when you run the export which I assume is what you were alluding to below above Glenn, but was wondering if there was a way to alter the default destination in a cfg file somewhere (or by some other means); this would save us having to type this in each time (or copying and pasting in)....
Its obviously not a massive issue and after some more digging it is looking like this would not be possible. Looks like MaxL is the best bet for this...
Thanks again, appreciate the input as always.
JB
Edited by: 889392 on 09-Jan-2012 06:42

Similar Messages

  • Essbase Data Export not Overwriting existing data file

    We have an ODI interface in our environment which is used to export the data from Essbase apps to text files using Data export calc scripts and then we load those text files in a relational database. Laetely we are seeing some issue where the Data Export calc script is not overwriting the file and is just appending the new data to the existing file.
    The OverWriteFile option is set to ON.
    SET DATAEXPORTOPTIONS {
         DataExportLevel "Level0";
         DataExportOverWriteFile ON;     
    DataExportDimHeader ON;
         DataExportColHeader "Period";
         DataExportDynamicCalc ON;
    The "Scenario" variable is a substitution variable which is set during the runtime. We are trying to extract "Budget" but the calc script is not clearing the "Actual" scenario from the text file which was the scenario that was extracted earlier. Its like after the execution of the calc script, the file contains both "Actual" and "Budget" data. We are not able to find the root cause as in why this might be happening and why OVERWRITEFILE command is not being taken into account by the data export calc script.
    We have also deleted the text data file to make sure there are no temporary files on the server or anything. But when we ran the data export directly from Essbase again, then again the file contained both "Actual" as well as "Budget" data which really strange. We have never encountered an issue like this before.
    Any suggestions regarding this issue?

    Did some more testing and pretty much zoomed on the issue. Our Scenario is actually something like this "Q1FCST-Budget", "Q2FCST-Budget" etc
    This is the reason why we need to use a member function because Calc Script reads "&ODI_SCENARIO" (which is set to Q2FCST-Budget) as a number and gives an error. To convert this value to a string we are using @member function. And, this seems the root cause of the issue. The ODI_Scenario variable is set to "Q2FCST-Budget", but when we run the script with this calculation function @member("&ODI_SCENARIO"), the data file brings back the values for "Q1FCST-Budget" out of nowhere in addition to "Q2FCST-Budget" data which we are trying to extract.
    Successful Test Case 1:
    1) Put Scenario "Q2FCST-Budget" in hard coded letters in Script and ran the script
    e.g "Q2FCST-Phased"
    2) Ran the Script
    3) Result Ok.Script overwrote the file with Q2FCST-Budget data
    Successful Case 2:
    1) Put scenario in @member function
    e.g. @member("Q2FCST-Budget")
    2) Results again ok
    Failed Case:
    1) Deleted the file
    2) Put scenario in a substitution variable and used the member function "@member("&ODI_Scenario") and Ran the script . *ODI_SCENARIO is set to Q@FCST-Budget in Essbase variables.
    e.g. @member("&ODI_SCENARIO")
    3) Result : Script contained both "Q1FCST-Budget" as well as "Q2FCST-Budget" data values in the text file.
    We are still not close to the root cause and why is this issue happening. Putting the sub var in the member function changes the complete picture and gives us inaccurate results.
    Any clues anyone?

  • Essbase Data Export

    Hi All,
    We want to export only Budget level "0" data monthly, we have 9 dimensions, I kept 6 dimensions in FIX statement and use DATAExport command, but I am getting some garbage values? I am getting total 16 columns of data as I have used FIX (Jan:Dec) there should be only 12 columns
    how dataexport command will work here, I didn't use 3 dimensions in the FIX statement, how it will fetch the data
    We are using Essbase 9.3.1 and I am using Calc Script.
    Thanks in Advance,

    I'm going to guess that your time dimension is one of your dense dimensions. Data Export will choose one of the dense dimensions as the columns and use iy. You can specify which Dense dimension to use in the Set statements.

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

  • Essbase & Planning Data Exports

    Hi,
    Wanted to know the different ways of exporting data out of Essbase & Planning Apps to load into other relational database systems.
    For pure Essbase apps, report scripts is one option. Please add any other methods you have used.
    By Planning app, I mean I need to export both Essbase numeric data as well as planning related data such as Supporting detail, Cell Texts, Textual information.
    Are there any advanced tools?
    Appreciate your thoughts.
    Thanks,
    - Ethan.

    Well, LCM comes to mind as it does all of the above.
    Star Analytics Server may do much of what you want (it certainly does Essbase data exports, I don't know about the rest).
    You could write SQL extracts for much of the dimensionality -- I have blogged almost all of these. The OutlineLoad.cmd tool in 11.1.2.2.300 form will export just about everything (not so sure about cell text, SD, etc.), and now it will do that to SQL. John Goodwin wrote about this a few months ago on his blog.
    If you are looking for a fast export of targetted BSO data, take a look at MDX. I recently wrote about an undocumented (for now) MDX keyword -- NONEMPTYBLOCKS -- that makes level zero suppress #Missing data extracts really, really, really fast:
    http://camerons-blog-for-essbase-hackers.blogspot.com/2013/01/the-fastest-way-to-export-targeted-data.html
    Regards,
    Cameron Lackpour
    P.S. I should note that MDX only writes to text files and it's kind of ugly when it does it. The speed of that command may override any sense of offended aesthetics.
    Edited by: CL on Jan 22, 2013 10:54 AM

  • Data Export to Oracle table from essbase issue

    Hello,
    i am using a data export calc script to load data from essbase into an oracle table. We have Essbase 11.1.2.1 on windows 2008 64 bit R2 server. I have an ODBC system DSN created for this job.
    However, when i launch this process i get a message in the log "Cannot read SQL driver name for [Backup Exec Catalogs] from [ODBC.INI]"
    i have checked the ODBC.ini file also in C:\Windows directory and that file contains the connection entries...
    Any thoughts as to why i am getting this error in one server whereas the same process on SIT server is working fine.
    thanks...

    please restart the application and try again . Check the application log if any details are there

  • Essbase data backup - 9.3.1

    Hi All,
    I have a question around Essbase data backups.
    We are on 9.3.1 and the Essbase data files (.ind and .pag) are under the default location (Hyperion\Essbase\App etc).
    One of our apps is 70gb and gets backed up nightly.
    Now is it necessary to take an export of the data for the backup to be complete? My main concern is that exporting 70GB of data will take hours.
    If for some reason we need to restore this app to another server, will copying all files under the Essbase\App\Appname folder also restore the data?
    Thanks for your help.
    Seb

    Provided the Essbase application & database is stopped when the backup occurs, backing up the ind and pag files, as well as the Database outline(*.otl), *.tct , *.db, *.dbb, *.esm files should allow you to recover from a backup. I have had successfull recoveries from standard file backup of these files without issue, and in pretty good time.
    I have not tried to restore to a different server. Usually when migrating, I copy the outline over, and export data from one database and import to the other.
    Imran
    Edited by: ImranS on Apr 7, 2009 9:51 AM

  • Unable to stop incorrect date exports

    How do we set up a form in Adobe Acrobat XI that allows dates to be formatted a certain way (mmm/dd/yyyy) and exported in the same way to Excel and always be recognized as a "proper" date in Excel?
    Currently the following does not work (Attempt #1):
    Set up a field; Set the format category as date; Set up a Custom format of "mmm/dd/yyyy"
    Create a distribution file
    When users fill out the form if they type in an incorrect date, eg., "August 27 2013", the form automagically shows the date on the PDF as "Aug/27/13" - Great!
    When the users submit the form and it's brought into the response file the dates are shown in a default date format of mm/dd/yyyy - Fine, once the form owners understand this
    When the form owners export the information the data exported is the same as the original users entered it, not as it was automagically formatted to. For instance, if submitters originally entered "August 27, 2013" then that's what goes across to Excel. And some of these formats Excel doesn't know how to convert. - Understandably frustrating for form owners
    Attempt #2: As a workaround we set up special formatting that has a mask of "AAA/99/9999". This at least provides forces the users to use the same formatting, but is confusing the submitters when they need to enter dates from 1-9 and we've also found that the conversion of this format to a date in Excel doesn't work, but at least it's consistent! Javascript was also added to force users to use specific month abbreviations.
    d = new Date(event.value.replace(/-/g, " "));
    if (!Date.parse(d)){app.alert("Please enter in a proper date.\n\nThe month abbreviations are: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec");}
    Attempt #3: The last attempt was to continue to use the set up as Attempt #1, but to also use the javascript from Attempt #2. The theory being that if a user entered in "August 27 2013" the javascript would complain. Alas, the javascript appears to run after Adobe automagically does its date format conversion.
    Does anyone know how to get around this or have any other ideas to either enforce a usable date format or have Adobe export the dates as they've been automatically formatted to? We've tried to find a way to turn off the automatic date conversion that Adobe's running, but haven't found a way yet. Another option seemed to be to allow a masking that allowed for optional characters (so that the "0" wouldn't be needed for the dates 1-9) but there doesn't seem to be one.
    Thanks in advance!

    Since there was no clear way to ensure that the date formatting was correct prior to exporting, we're going to get the respondants to use drop downs to ensure the formatting is correct. Not the most convenient for the users though as they're accustomed to being able to type in the values to select it (e.g., for the date of 23 they would expect to enter 2 then 3 for 23) based on other applications, but the Adobe pull downs don't "group" what's been entered (e.g., 2 then 3 will select 30, not 23) and so it will take them a bit to get used to it. I still can't believe that Adobe wouldn't simply export what it's been formatted to though... after all that's what we set the form up for.

  • Baseline date is taken as document date by default

    hi fnds
    IN MIRO document, my baseline date is taken as document date by default. pls tell me how to change this. even it is not picking the payment terms set in Vendor master and MIRO.
    pls answer this
    Thanks in advance

    Hi,
    You have to use 2 enhancement spots, create and explicit enhancement in
    1.    include LMR1MO0S -
    enhancement 31  /nfm/mm_saplmr1m.
    export the purchase order number (rm08m-ebeln) to memory coz the place where we want to pich the GR date does not have purchase order number.
    2.    include LFDCBFG0-
    enhancement 1  oia_saplfdcb
    select the latest GR date from PO history table
    where ebeln = import from memory (exported in previous enh)
             bewtp = 'E'  (GR)
             bwart  = '101'  (movement type).
        bseg-zfbdt = ekbe-budat.
        invfo-zfbdt = ekbe-zfbdt.
    IT WORKS!!!!!!!!!!!!!!! CHEERS
    reward porints
    --Ankush

  • Data Exportation

    I am stumped on a Data Exportation issue. I thought I would post the issue on the forum to see if anyone can help me. We are using Planning 11.1.1.3.
    In essbase we had a calc script written to export data to a txt file. When I ran the calc script recently I noticed a department (dept 101) was not being included in the export file. Here is what has me stumped:
    In the Department dimension, dept 101 sit in the middle of dept 100 and dept 102. The export file pulls in dept 100 and dept 102. I have to think that the CS is wrritten correctly. There is nothing in the CS that singles out dept 101. The CS is written very general.
    When I look at the departments in Planning I see nothing different in the set up for dept 101 when compared to the set up of departments 100 and 102.I realize its probably hard to diagnose the issue without viewing the dimensions, export file, CS, etc. However, any comments/suggestions would be greatly appreciated. Thx!

    When I look at the departments in Planning I see nothing different in the set up for dept 101 when compared to the set up of departments 100 and 102.
    ---- Did you check the storage properities and looked over the possiblity of implied sharing ......(Just an area to watch out for .....Sounds simliar to such case ..But ya Dont have the outline so cant really tell..Just a genrall point..)
    -VD

  • Endeca data export - Single catalog only

    With ATG 10.1.2, is there a way to configure the Endeca data export / Baseline Index process (as run from the ProductCatalogSimpleIndexingAdmin component in dyn admin) to generate data for products and categories in a particular catalog only, instead of for all catalogs?
    Thanks!
    -Jon
    Edited by: Jon Schneider on Apr 9, 2013 5:43 AM

    cmore, thank you, that's very helpful!
    I was looking into this question as a possible solution to an issue where when running the baseline import process as part of the ATG-Endeca integration to upload data from ATG to Endeca, catalog data was not being generated properly, and I was suspicious that part of the problem might be that my application has multiple catalogs.
    The problem turned out to be due to a missing default catalog configuration for my application's site, as described in my posts in this thread: Re: Baseline Index error (invoking from ProductCatalogSimpleIndexingAdmin)
    Since CategoryToDimensionOutputConfig doesn't have a value for the repositoryItemGroup property by default, and it looks like it would be a bit of work to get that set up properly and I no longer have a pressing need to do that, I'm setting this task aside for the time being. cmore, I appreciate your help regardless, though, since this information may be useful to myself or to others in the future. (I'll go ahead and mark your post as the solution.)
    Thanks,
    -Jon

  • Retrieving ESSBase data from Microsoft Access

    Hello
    Can anyone advise on how to pull data from Essbase directly into MS Access rather than via Excel?
    Thanks

    There are several ways...
    1. Report Script
    2. Date Export Calc
    I can't remember if the HAL adapter can pull from essbase and load right into access via an ODBC adapter. If so, that would be rather clean approach.
    hope this helps you get started.

  • Help needed on meta data export

    I need a meta data export dump of a source database of two schemas and import to a fresh new database.
    COuld you please help with the steps to be followed.

    Assuming you are using 10g and exp utility
    You can say rows=N
    exp help=yes
    Export: Release 10.2.0.1.0 - Production on Thu Jul 23 13:36:59 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    You can let Export prompt you for parameters by entering the EXP
    command followed by your username/password:
    Example: EXP SCOTT/TIGER
    Or, you can control how Export runs by entering the EXP command followed
    by various arguments. To specify parameters, you use keywords:
    Format: EXP KEYWORD=value or KEYWORD=(value1,value2,...,valueN)
    Example: EXP SCOTT/TIGER GRANTS=Y TABLES=(EMP,DEPT,MGR)
    or TABLES=(T1:P1,T1:P2), if T1 is partitioned table
    USERID must be the first parameter on the command line.
    Keyword Description (Default) Keyword Description (Default)
    USERID username/password FULL export entire file (N)
    BUFFER size of data buffer OWNER list of owner usernames
    FILE output files (EXPDAT.DMP) TABLES list of table names
    COMPRESS import into one extent (Y) RECORDLENGTH length of IO record
    GRANTS export grants (Y) INCTYPE incremental export type
    INDEXES export indexes (Y) RECORD track incr. export (Y)
    DIRECT direct path (N) TRIGGERS export triggers (Y)
    LOG log file of screen output STATISTICS analyze objects (ESTIMATE)
    {color:red}*ROWS export data rows (Y)* {color} PARFILE parameter filename
    CONSISTENT cross-table consistency(N) CONSTRAINTS export constraints (Y)
    OBJECT_CONSISTENT transaction set to read only during object export (N)
    FEEDBACK display progress every x rows (0)
    FILESIZE maximum size of each dump file
    FLASHBACK_SCN SCN used to set session snapshot back to
    FLASHBACK_TIME time used to get the SCN closest to the specified time
    QUERY select clause used to export a subset of a table
    RESUMABLE suspend when a space related error is encountered(N)
    RESUMABLE_NAME text string used to identify resumable statement
    RESUMABLE_TIMEOUT wait time for RESUMABLE
    TTS_FULL_CHECK perform full or partial dependency check for TTS
    TABLESPACES list of tablespaces to export
    TRANSPORT_TABLESPACE export transportable tablespace metadata (N)
    TEMPLATE template name which invokes iAS mode export
    Export terminated successfully without warnings.

  • Unable to execute data export calc script

    HI Experts,
    When I am trying to execute the data export calculation script I am getting the error like "Failed to establish the connection with SQL database".
    set dataexportoptions
    DataExportLevel "All";
    DataExport "DSN" "Test_DSN" "Test_table" "sa" "sa999";
    I have executed the calculation script by accessing the Essbase administration services through citix.
    Is there a way to export data from Essbase cube to sql database through citix

    First of all did you set the DSN up on the essbase server and not the EAS if it is different, if so did you test the DSN.
    Have you checked the essbase logs to see if they have more information.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Bulk data export

    Hi,
    Our users need export large data based on ambiguous attribute queries. For example, export emails of customers to send promotions. This kind of usage cannot build with dimensional model. I find Endeca is a good tools for our scenario. The only question is whether Endeca supports large data export.
    Thanks

    Cheney,
    EID Studio has components like the results table or results list that support record export. You can read more about this functionality in the StudioUsersGuide found here: http://docs.oracle.com/cd/E29805_01/StudioUsersGuide.pdf
    It is important to understand what specific volumes are expected for your "large data exports". Studio has safeguards which control maximum allowable export sizes, both in terms of endeca records (for results tables showing raw endeca records and analytic recoreds (for results tables employing EQL to aggregrate the endeca records to the grain of some other entity). These safeguard limits can be found in the "Framework Settings" section of the Studio control panel. Relaxing these defaults to allow for larger export sizes can put extreme memory and CPU load on both Studio and the Endeca Server, so it is important to understand the performance implications of this approach.
    Thanks,
    Dan

Maybe you are looking for

  • Bridge will not let me reject files using the quick key: option+delete

    Hi Guys, This is really starting to frustrate me. I'm trying to move quickly some large quantities of files however, for some reason all I get is a error tone when I attemp to reject a image with the quick key after selecting it, or in full screen pr

  • Can't expoert due to missing file.

    I have completed my sound track in Soundtrack 1.2. While working on the project, I deleted a file that was no longer useful and is not a part of the project. Now, when I try to export the mix it tells me that I must reconnect the non-existent file fi

  • What's the best DIVX file conversion solutions for Adobe Premiere Pro CS4, Windows XP OS.

    I am on a PC with CS4 Adobe Premiere Pro using XP OS. I have VIO POV 1 (helmet cam) footage that I need to edit within my CS4 project.  The Footage is DIVX MPEG4 AVI and Premiere doesn't recognize the video.  I need to figure out the best conversion

  • Is it possible to import "Favorites" from AOL?

    Can easily import favorites from IE, but no such luck with moving my AOL favorites to FireFox. Anyone know how? Thanks.

  • IDOC Failure Notification-email

    Hi, I have a inbound IDOC, I  need a way to send notifications (email’s) when ever errors occur (IDOC status is RED). Is there any standard procedure which serves my requirement or can any one please tell me the procedure that I should follow. Thank