Essbase export question

I have the strangest error.
I am trying to export Level 0 and import in our new enviornement.
Versions for target and source: 11.1.2.2
My method of export:*
Right click [database name] --> Export
Export to file [ name.txt]
Export option: Level0 data blocks
Export in column format
Expected output.
Header: Begbalance, jan -------> Dec, Period
This output
Header: "HSP_InputValue" "HSP_InputCurrency" "HSP_Rate_USD" "HSP_Rate_RMB" "HSP_Rate_CNY" "HSP_Rate_PLN" "HSP_Rate_EUR" "HSP_Rate_GBP" "HSP_Rate_MXP"
Now I have exported and imported other applications successfully and all of them include HSP_Rate dimension.
other info if you need:
These are EPMA history applications of from 11.1.1.3.
I am creating new BSO applications in our OOD 11.1.2.2 and importing the data (yes i am not migrating the planning app itself, just migrating the data into this bso)
please let me know what you think.
I have even tried restructuring the outline since HSP was the first dimension, i dont know why that was the first. But either way I relocated it in essbase. (did not do it in planning because it was deleted long before. Only essbase app is left. )
Edited by: 997328 on Jun 7, 2013 2:05 PM
Edited by: 997328 on Jun 7, 2013 2:24 PM

997328 wrote:
Thanks for pointing out the "error" in the subject i changed it.
Yes I have tried it.
The thing is, in the output file there is no way to determine which member of the HSP_Rate dimension belongs where in the data. That being said there is no way the load rule will validate either. Here see below.
HSP_InputValue     HSP_InputCurrency     HSP_Rate_USD     HSP_Rate_RMB     HSP_Rate_CNY     HSP_Rate_PLN     HSP_Rate_EUR     HSP_Rate_GBP     HSP_Rate_MXP     HSP_Rate_INR     HSP_Rate_THB     HSP_Rates
Jul     FY13     BA     Working     Local     Stat_Center     230     xxx - CC10     4210C     100           
Jul     FY13     BA     Working     Local     Stat_Center     230     xxx- CC10     4210M     1000          
Jul     FY13     BA     Working     Local     Stat_Center     230     xxx- CC10     4250M     -100     
Jul     FY13     BA     Working     Local     Stat_Center     230     xxx- CC10     4299M     -132          
Jul     FY13     BA     Working     Local     Stat_Center     230     xxx- CC10     4501M     0          
Thats just first few lines of the data. But how can it tell. You see what I mean??
Edited by: 997328 on Jun 7, 2013 2:23 PMActually there is a way to know what value is what member. The line
HSP_InputValue     HSP_InputCurrency     HSP_Rate_USD     HSP_Rate_RMB     HSP_Rate_CNY     HSP_Rate_PLN     HSP_Rate_EUR     HSP_Rate_GBP     HSP_Rate_MXP     HSP_Rate_INR     HSP_Rate_THB     HSP_RatesIs a listing of the data values in order. It would start with the first numeric column after the members. from the look of the sample data it looks like these are all hsp_inputvalue. scroll through the file or import it to excel and look at the columns to see if any of the other columns have numeric values.
To be on the safe side, create a dummy file that has the dimension names like
Period Years ???? Version Currency entity ????? ????? ?????? then all of the hsp values and use that to build your load rule, that way if there is a row 20000 rows down that has more than hsp_inputvalue, you won't get an error when trying to load the file

Similar Messages

  • ES11X-G4-H essbase export adapter issue

    Hello,
    i have this problem with essbase export adapter for FDM:
    When i perform export step everything seems to be fine but /APPS/myFdmApp/myFile.dat doesn't contain records that i can find with both on web interface and with a query on oracle fdm's system views "VDATAFACT" or "VDATA" (on repository database).
    No errors or reject records infos are shown nor in fdm neither in essbase (system and app) log.
    This happens with very large input file (300mb). Anyone has some ideas on what's happening?
    Thank you in advance,
    Daniele
    FDM: v11.1.2.1
    EsbAdapter: ES11X-G4-H
    S.O.: Win2008 SE R2 (x64)
    RDBMS: Oracle 11.2.0.1.0 (on linux)

    I've opened a service request. Here it is the last message i got from them. Please note that this SR had lasted over 2 month.
    What they say basically is: it doesen't work but FDM is not designed for big amount of data, so we are not going to fix it.
    Which is the max filesize handled by FDM is unknown....
    Daniele
    Hi Daniele,
    Good Morning!
    I tried to Reach you on the Number Mentioned in the SR.We Discussed This Issue With the Product Specialist and They have Suggested Not to Use 200Mb File, because it is too Big for FDM to Handle it, Please Try to Split the File and Load it, FDM is not a ETL tool to Handle Such big File.Please let me know if you want anything Else on This.
    With Regards,
    xxxxx.
    Hello xxxxx,
    could you please provide me the max file size handled by fdm? I'd like to have some docs on that also.
    regards,
    Daniele
    Hi Daniele,
    There is No Limitation as such FDM is not designed to load Millions of records. It's a End user fiinancial tool, not designed to be used as an ETL tool, so there is not a restriction per say, but it's not designed to be used in that manner.
    With Regards,
    xxxxx

  • Error in Export "EXP-00091: Exporting questionable statistics  "

    when i execute export on server having RAC DB R10g R2 on Linux 4 it return error , nobody has changed it's characterset .
    how to fix this error, CAN THIS ERROR CAUSE BIG DESASTER TO DB IN FUTURE
    C:\>exp hst/hst file='/home/oracle/expdat.dmp
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user NRI
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user NRI
    About to export NRI's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export NRI's tables via Conventional Path ...
    . . exporting table TABLEA 0 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table TABLEB 0 rows exported
    EXP-00091: Exporting questionable statistics.
    Kindly Help be ho can i fix this error
    Thanks in advance

    Hello,
    You wrote:
    CAN THIS ERROR CAUSE BIG DESASTER TO DB IN FUTUREThe error message EXP-00091: Exporting questionable statistics just warns you that the statistics
    were exported but these statistics may be not useable.
    So, if you have to import these Tables, you may have to collect again the statistics of these Tables.
    It's not relative to this problem but why don't you use DataPump (expdp/impdp) ?
    Please find enclosed a link about DataPump, it's much more powerful than the classical export/import:
    [http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_overview.htm#i1009203]
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Feb 6, 2010 12:56 PM

  • EXP-00091: Exporting questionable statistics

    Dear Friend,
    I am using Linux Database and Windows database, the problem now I am facing while exporting data from Linux which is imported from windows oracle database dump file.
    when I am exporting I am getting this error
    EXP-00091: Exporting questionable statistics
    and shows
    Export terminated successfully with warnings
    Now exported file I am importing from Linux to windows and getting this error
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Import file: EXPDAT.DMP > c:/aa.dmp
    Enter insert buffer size (minimum is 8192) 30720>
    IMP-00010: not a valid export file, header failed verification
    IMP-00000: Import terminated unsuccessfully
    Regards,
    Oracle User

    Hi,
    >>because I exported dump from oracle10G
    Then you use the exp 10g version, right ? To move data DOWN a version(s), you need to export using that lower versions EXP tool and using IMP that lower version tool.
    Take a look at this below?
    Exporting Data From Release 10.2 and Importing Into Earlier Releases
    Export From      Import To      Use Export Utility For      Use Import Utility For
    Release 10.2      Release 10.2      Release 10.2           Release 10.2
    Release 10.2      Release 10.1      Release 10.1           Release 10.1
    Release 10.2      Release 9.2      Release 9.2           Release 9.2
    Release 10.2      Release 9.0.1      Release 9.0.1           Release 9.0.1
    Release 10.2      Release 8.1.7      Release 8.1.7           Release 8.1.7
    Release 10.2      Release 8.0.6      Release 8.0.6           Release 8.0.6
    >>EXP-00091 is still remain.. you said I have to chang ethe NLS but I am new to linux
    I think that there is no problem ... but you can use also as I said before the statistics=none clause, but remember that you need to use the exp 9i version ...
    Cheers

  • Essbase Export with CRLF

    I need to convert an Essbase export file to contain CRLF so a VB program can read it. The VB program runs in an automated batch process, so I need this to happen automatically. Does anyone know of a tool that can do this?

    Hi,
    If you're looking for the ability to append different strings, then you should probably be looking to an external process.
    If you're looking to append the same string, I can think of one way. Make your report script fixed-width (that way you always know which character in the line you're changing) and then utilize the MASK command. (you can find it in the Tech Ref under Report Commands)
    Robert

  • Essbase export with a "string" appended with all account dimension members

    Hi Everyone ,
    can any one please suggest , how i can do my essbase export with a string appended with all account dimension members.
    i have tried more options but it doesn't looks working. i tried it by report scripts using RENAME function , but it works for 1 member at a time..
    please suggest !
    thanks
    Edited by: Vivek on Jun 19, 2012 6:55 PM

    Hi,
    If you're looking for the ability to append different strings, then you should probably be looking to an external process.
    If you're looking to append the same string, I can think of one way. Make your report script fixed-width (that way you always know which character in the line you're changing) and then utilize the MASK command. (you can find it in the Tech Ref under Report Commands)
    Robert

  • Basic Exporting Question

    My main question is a very basic exporting question, but here is a super-condensed explanation of my big-picture goal for context:
    Large (~450 MB) aiff on CD --> trim w/ Quicktime --> small (~16 MB) MP3 in iTunes
    I would like to take an audio file (aiff) that is approximately 450 MB and export it from Quicktime and in doing so, reduce the file size and convert it to MP3. When I simply try to export it, it doesn't ask me about what size I want, nor does it give the option of MP3 formatting.
    I have figured out how to reach my goal, but it's a mess. After I make my trims in QT, I have to:
    1. select "share" instead of "export".
    2. It asks me what size I want and I select small.
    3. The file is then exported as a Quicktime movie into Mail and the size is reduced from 450 MB to about 20 MB.
    4. I then have to "right-click" on the attachment in the email that is created,
    5. save the attachment,
    6. discard the email,
    7. import the file into iTunes, and
    8. create an MP3 in iTunes to finally arrive at my goal.
    This seems like a ridiculously convoluted process to change a large aiff to a small MP3 and put it in iTunes. Any suggestions?

    Thanks. I guess the basic answer to my question is that it can't be done in one or two fell swoops. The problem is that it starts on a burned disc, and I need to make edits to it before it ends up in iTunes (to be eventually used in iWeb). I was hoping to avoid juggling back and forth between iTunes and QT. I either would have to send it back to QT to do the edits after -->iTunes-->mp3, or import the large file from the CD to QT, make the edits, save changes, import large file to iTunes, convert to mp3.

  • Exporting question #53427

    I read through exporting questions for over the last year, but I came away more confused than ever. Here is my problem (which others had, but I'm looking for the quickest solution):
    I made a 3 hour video on iMovie 8 only to read about its limitations afterward. I used information I found on some post to download iMovie 6 and then export my iMovie 8 project to it for its finalization.
    I tried to export the movie LARGE size and it took 6 hours only to end up with the message error -2125.
    I then tried to export to Quicktime, but it was scheduled to take 30+ hours.
    Is there an easier way to get the iMovie 8 project into iMovie 6 in order to complete it?
    (As a side note, I have a 2003 copy of Final Cut Pro which I have not installed. Would this be worth installing on my MacBook to transfer the project to that?)
    Thanks as always.

    Pete Abred wrote:
    .. I was wondering if you know how how I can divide my 3 hour movie into 3 dvd's when I burn the project. ..
    iDVD accepts projects of up to 120min.. so 2 DVD would be enough, allthough ≤60min allow the best quality in iDVD ..
    iM mastermind Dan Slagle answers your question on his site:
    http://www.danslagle.com/mac/iMovie/usage/5003.shtml

  • File Export question and ID3 Tags

    First question, have tried using Apple's recommended method of using QT Pro to export movies as "iPod" but when attempting to sync to an iPod get an incompatible file format. What is the "right" export option?
    Secondly, on one file I've imported it into iTunes then set all the ID3 fields to my liking, then uploaded into iTunes U but the fields are incorrect. I've tried deleting the file from iTunes U several times and re-imported the file into iTunes and set the ID3 fields and still nothing. Any suggestions on how to get my file up and hold the ID3 fields info?
    thanks
    Jerry

    http://www.oit.duke.edu/dms/resources/fileformats.html
    http://www.oit.duke.edu/dms/itunesu/itunes_tagging.html
    If you've been having ID3 issues with MP3s, that was recently corrected (well, just the album art thing, everything else worked as far as I know). I've had bad luck with third party ID3 tag editors, so we are recommending people do it through iTunes.app
    Since you are already doing that, I'd be worried that my site was set to overwrite the tags (this is an option). If you're the admin, you can check it, otherwise you can ask them.

  • Standard Midi File Import/Export Questions

    Hi,
    I'm having some trouble with Standard MIDI files, in that, after exporting them, and importing them back into another Logic project to test them, some of them will split/demix. That is, instead of one MIDI region appearing, it imports as two MIDI regions, with the notes of the part split between the two regions (the notes seem to split according to velocity, not note value).
    Here is my question related to this:
    Is it possible to export a Standard MIDI File for each "part" in a project, rather than one SMF for all the MIDI files in a project? (i.e., create one SMF for each software instrument track)? This is what I'm trying to do. The reason is that I'm trying to prepare and save some MIDI files to include with the audio files in a remix pack, and, since it's likely that the various remixers will be using different DAWs such as Cubase, I'm assuming that a SMF that includes all the various parts might not import into their program correctly. Is my assumption wrong? I.E., will most DAWs, like Cubase, etc., correctly import a SMF that includes all parts, and upon import split those parts correctly?
    I'm following all the instructions for "Saving Standard MIDI Files" from the Logic Pro manual, except that I am not merging all the different instruments' MIDI regions together; I'm only merging each individual parts' MIDI regions.
    Thanks!
    Message was edited by: trobert225 - I accidentally posted before I finished the question.

    Well I think the problem is solved. There was a conflict between Logic and iLife 06. I bought a new computer this week and had to load everything into it. I decided not to put in iLife 06 yet including Garageband and all the jam packs. I loaded all the new .caf files off the Logic DVD
    I opened a midi file and all tracks loaded with Logic instruments. the problem was that a lot of the instruments had been erased somehow or over written by Logic studio. Now I believe they are all there and things are working as they should

  • How to export question

    Quick question, I recently upgraded from FCE 2 to FCE 3.5HD. Before, when I was done with a project I would just export the sequence to Compressor and it would launch Compressor and have the sequence loaded in Compressor. Now with FCE 3.5, when I export my sequence, it launches Compressor, but it is blank. I do not know how to get me finished sequence in there....any help would be appreciated....

    Export your movie as QT-movie, non-self contained or self contained (bigger file).
    Open compressor and import the file.
    Frank

  • Essbase Export outline issue in 11.1.2

    Hi Essbase folks,
    I'm working in Essbase 11.1.2.1 and am trying to export outline using maxl command.
    When I execute Maxl,I see statment executed successfully for all the statements. But I do not see output either in server or in my local machine in the specified path.
    here is my code:
    login user pwd on server;
    alter system load application 'Demo';
    alter application 'Demo' load database 'Demo_DB';
    export outline Demo.Demo_DB all dimensions to xml_file "D:\Demoexport.xml";
    logout;
    I've also tried to export one dimension, but that also did not give any output (ran successfully though)
    export outline Demo.Demo_DB list dimensions {"Scenario"} tree to xml_file "D:\Demoexport.xml";
    Can you please let me know if there is something that I'm missing in the code

    These work for me
    export outline sample.basic all dimensions to xml_file "D:\sample.xml";
    export outline sample.basic list dimensions {"Measures"} tree to xml_file "D:\SampleMeasures.xml";
    Ran from a client machine and it creates both the files on the local client machine.
    Have you tried running on the server, are you using a different version of Maxl from the server?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Quick export question (i hope) for Reader

    I'm using the following button created in livecycle:
    form1.Submit::click - (JavaScript, client)
    xfa.host.exportData("",0);
    In Acrobat Pro, I get a prompt to save the file as .xml (desired behavior)
    I have enabled the form with "extend features in adobe reader" using Pro and have the 'save as' menu item available in Reader, so I know that is working.
    However, when the export button is clicked in Reader, it flickers and does nothing.
    Any ideas on this one?
    Thanks!

    Thank you very much for your answer.  I'm not sure I understand, or maybe my question wasn't clear.. I'm developing a form in LiveCycle but I've used the extensions in Acrobat Pro to enable it for Reader.
    If these are available to turn on in LiveCycle, can you point me to some documentation on how to turn it on, or describe where these features are located?  I've combed through much of the documentation / help and haven't seen anything on this.
    Thanks for your help..

  • IMovie export question

    I am using Roxio video converter to take my old 8mm tapes into iMovie (10.0.6) and then into iDVD.  I have two questions.  I have read that you should change the video format to AIC for older versions of iMovie, is this still the best practice with the newer version?  All of my videos are SD, so when I share the file from iMovie, what quality should I select (high, medium....)?
    TIA

    Is this movie comprised of video or still images?
    Matt
    The movie is entirely video clips from our digital camera. Granted, they are not camcorder quality to begin with, but they do look great when played back in fullscreen mode in iMovie. Shouldn't I be able to get that same quality after I export the movie? Shouldn't it be simple to do?
    A friend who works at Pixar saw the movie on DVD, and confirmed that he saw lots of "artifacts" from compression. He didn't have a solution, not being familiar with the software, but it seems to me there should be a way to export the movie uncompressed. I shouldn't be restricted to playing it only in iMovie on a Mac to see it the way it is meant to be seen, right?
    (I guess my gripe with Apple is that this program is designed for amateurs making home videos, like me, but they seem to expect that we'd be satisfied with poor quality exports, rather than wanting our movies to look professional.)
    Thanks for all your help.

  • Image Export Question

    I need to export images from A3 to give to a client. The client purchased rights to a hi Res (300 dpi) and a web (72 dpi) image. Here is my question based on how I have my library set up. I have been setting everything up as a separate project. SO for this one, it is team name, with a folder inside with numebr and name, then an album, then the images....
    RCBasketball>02 Thacker> 02 Thacker Album / image versions
    I have 15 players (replace 02 Thanker with 03 Poindexter, etc...)
    How do I set the export options to do this into a folder called RCBBALL/HIRES/PLAYERNAME (02 Thacker)/ IMAGEname (58BY2001.jpg)

    Howard Lucas1 wrote:
    I need to export images from A3 to give to a client. The client purchased rights to a hi Res (300 dpi) and a web (72 dpi) image. Here is my question based on how I have my library set up. I have been setting everything up as a separate project. SO for this one, it is team name, with a folder inside with numebr and name, then an album, then the images....
    RCBasketball>02 Thacker> 02 Thacker Album / image versions
    I have 15 players (replace 02 Thanker with 03 Poindexter, etc...)
    How do I set the export options to do this into a folder called RCBBALL/HIRES/PLAYERNAME (02 Thacker)/ IMAGEname (58BY2001.jpg)
    It's a little difficult to make out exactly what you're going for here but in general when you export an image the *Folder Nameing* preset popup will appear. You can then design the folder structure you want to use for the export.
    Also you can go to *Aperture->Presets->Folder Naming...* and create the preset these before you do any exporting. You can also save the preset you make so you can use it at a later date.

Maybe you are looking for