EAS / MaxL Partitioning Bug

If you have a server name that begins with a numeric, it causes errors related to creating or displaying partitions. When you attempt to save a partition created via EAS, it goes into a seemingly endless loop. Then, you'll get network timeouts. Eventually, if you try to do anything in the Essbase Server window, the server crashes and causes an exception error. This error will also occur if A) you create the partition using MaxL or AppMgr and then try to view it via EAS. B) you try to do any "display partition" commands from within MaxL. After working for months with Hyperion, the developers finally found the root cause. The numeric value at the beginning of the name caused the MaxL scripts to think it was an ip address rather than a server name. After we removed the numeric values from the beginning of the server name, the problem was fixed.

Hi keg55,
I wont believe that I didnt check that - but I KNOW why I didnt check it, because DiskUtility told me that MacHD IS the start volume ! - well, so it is at least a display "bug"-  annoying enough though
Thanx, it solved it
All the Best
CV

Similar Messages

  • Export outline to xml_file ... from EAS- MaxL editor, where is the export file

    Hi
    version 11.1.2.3.x
    EAS is called from IE via the valid url and opens with no error.
    When I run an outline xml extract from EAS (MaxL editor) there are errors.
    e.g. as mentioned in the docu
    https://docs.oracle.com/cd/E17236_01/epm.1112/esb_tech_ref/frameset.htm?maxl_expotl.html
    ->export outline sample.basic all dimensions to xml_file "c:/temp/basic.xml";
    The error says unable to create objekt. However, the given path  c:/temp exists on my client box.
    When I run the same from a maxl shell it works like a charme... the otl-xml-export file is created on my box in the given directory.
    Only when I run the command in EAS WITHOUT any path like "basic.xml" it works without any error, however I cannot find the file on my box. Where could it be ? Why the error when  a valid path is given?
    I have no clue.
    Can someone explain wether I'm doing wrong something, or is there someone having faced the same issue?
    Thanks in advance!
    Andre

    Hello John,
    At first: thank you for your quick reply!
    Indeed it's created on the Application server.
    That's terrible! I was even able to write to c:/Windows/.
    I have never tried this before. And what I see makes my very concerned about this.
    Anyone who can run such an export can write anywhere on the Appliaction server!
    Give me some minutes to realize what this means regarding security concerns.
    Oracle! please explain what you have to say.
    Best regards!
    Andre

  • MaxL possible bug? (ignore my first 2 postings)

    I am running version 6.5 on Win2k.I heard a rumor that MaxL does not correctly interpret the Windows mappings of long names. For example, it has trouble mapping DOCUME~1 to "Documents and Settings".In particular, if I dynamically get the system variable TEMP through VB for the purpose of saving a file there, which might be buried under Docs and Settings ... and then create a MaxL script to import that file, on execution I get an error that the length of the essmsh statement is too long. The problem is that I get the error sporadically, meaning not always on the same import command - but always on one that is importing a file from TEMP.Has anyone heard of this?Harold

    Well, not sure if this is a bug... but I was able to circumvent the problem by holding the Alt key and resetting the panel.   Makes huge difference.

  • Mavericks disk (partition bug)

    I upgrated to Mavericks on one of my partition (Macintosh HD 2) and deleted the other one. BUT Mavericks won't let me "update" the size of my partition (Macintosh HD 2) even though i have free space (up to 200 Go) ! Help ? Thanks !

    I also have something wrong ,but it could be the fact I have to many Partitions !
    Every Partition I have is arranged differently depending on what Disk Utility I view on what Partition I am in.
    so I have one Recovery Disk that I can boot into and some Volumes are not mounted and Show error
    1.  Alert ' Live file system repair is not supported '
    2 .  In red, ' EFI Partition File system needs repair '
    3 Problems were foiund during Partiton repair
    Surely A 10.6 DVD is going to repair a partition Map !
    There is a difference in the DU in Applications in Installed OSX and the DU on the DVD ,and I use this to repair
    So should I use a Memory stick and use R  and DU externally ?

  • Maxl - .bat ERROR

    This maxl script works perfectly when run within EAS maxl editor (minus the login and spool), when we run it via a .bat file the calculation will run but nothing else.
    Any help please????? thanks!!!!!!!
    Here's the maxl script:
    login '*****' '******' on devhypeb01;
    /*spool on to '\sacfs1\data\Apps\Hyperion\DEV\Logs\Clear_Build_Load.log';*/
    /*Clear out Actual and Projection before loading new members and data*/
    execute calculation 'DEV_Ace'.'AceRptg'.'clrAnP';
    /*Load new members*/
    import database Dev_Ace.AceRptg dimensions
    connect as 'user1' identified by 'password' using server rules_file 'Both'
    on error append to 'C:\memberload.err';
    /*Load Data*/
    import database 'Dev_Ace'.'AceRptg' data
    connect as 'user1' identified by 'password' using server rules_file 'Both'
    on error append to 'C:\dataload.err';
    /*Load new member aliases*/
    import database 'Dev_Ace'.'AceRptg' dimensions
    connect as 'user1' identified by 'password' using server rules_file 'AliaBLD1'
    on error append to 'C:\Aliasload.err';
    spool off;
    logout;
    ERROR FILE:::::::::
    MAXL> execute calculation 'DEV_Ace'.'AceRptg'.'clrAnP';
    OK/INFO - 1012558 - Clearing all data blocks from [(ALL)] partition with fixed members [Scenario(Actual)].
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [3000].
    OK/INFO - 1017018 - Removed [0] data blocks.
    OK/INFO - 1012558 - Clearing all data blocks from [(ALL)] partition with fixed members [Scenario(Projection)].
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [3000].
    OK/INFO - 1017018 - Removed [0] data blocks.
    OK/INFO - 1012579 - Total Calc Elapsed Time for [clrAnP.csc] : [43.437] seconds.
    OK/INFO - 1013274 - Calculation executed.
    MAXL> import database 'Dev_Ace'.'AceRptg' dimensions
    2> connect as 'user1' identified by 'password'     using server rules_file 'Both'
    3> on error append to 'C:\Hyperion\products\Essbase\eas\client\memberload.err';
    ERROR - 1242021 - (2) Syntax error near ['"'].
    MAXL> import database 'Dev_Ace'.'AceRptg' data
    2> connect as 'user1' identified by 'password'     using server rules_file 'Both'
    3> on error append to 'C:\Hyperion\products\Essbase\eas\client\dataload.err';
    ERROR - 1242021 - (2) Syntax error near ['"'].
    MAXL> import database 'Dev_Ace'.'AceRptg' dimensions
    2> connect as 'user1' identified by 'password'     using server rules_file 'AliaBLD1'
    3> on error append to 'C:\Hyperion\products\Essbase\eas\client\Aliasload.err';
    ERROR - 1242021 - (2) Syntax error near ['"'].
    MAXL> logout;

    MaxL quotes are a stinker and trip people up constantly. It wouldn't surprise me in the least if EAS' MaxL editor worked differently than "the real world".
    I wrote a whole blog post on MaxL and quotes (who would have thought there was a subject there, but if you wade through the cutesy muck, there is value there):
    http://camerons-blog-for-essbase-hackers.blogspot.com/2009/10/escaping-maxl-quotes.html
    The two rules I follow are:
    1) Use double quotes
    2) Double escape backslashes
    FWIW, you can also use single forward slashes.
    The inconsistencies are confusing.
    Regards,
    Cameron Lackpour

  • Maxl "on error write to" doesn't work in scripts, kinda

    We have scripts that include the line:
    on error write to '\\\planfoundprod\Oracle\Errors\Error01.err';
    which work fine if there's an error.
    If there's no error and I'm running the code in EAS MaxL Script Editor it will generate a null (zero-byte) file but what I'd really like is to have a null file generated as part of a MaxL nightly batch processes. The underlying issue is I know the last time the MaxL unsuccessfully ran but I don't know if things are still running or not. Daily .err files would permit me to quickly determine that.
    Similar to what I'm hoping for are the outlineload.cmd scripts that /do/ generate the log file each and every time. I guess that's part of my thought process - while one is a log file while the other is an error file, error-free files are being generated in EAS so it seems this isn't just a pipe dream. TIA
    -Phil

    Many times it's best not to dwell on what essbase can't do, and put that energy towards what you can do to compensate for it.
    Obviously if you have it scripted, simply put a "touch" in the shell script to update a date/time stamp on a dummy file right after the dataload. (one example, for instance)
    Robert
    Edited by: RobertR3 on Dec 11, 2012 11:08 AM

  • Export file from MaxL security commands

    Hi all,
    I've simple maxl statements as,
    spool on to C:\samplefile.csv;
    display group all ;
    I get a file generated after running these commands in EAS MaxL editor. But the format of file is very tough to split into columns.
    What is the format of file for such kind of outputs? Is there any utility which can split the output into regular columns ?

    The problem with the output is that the columns are too narrow and a lot of stuff (usually) gets cut off.
    Try this command to set the column width a bit wider and then look at it in a real editor, e.g, Textpad, Ultraedit, Notepad++, whatever:
    set column_width 100 ;
    FWIW, I never use the EAS MaxL editor (mostly it just gives me a pain) and always use double backslashes and double quotes:
    spool on to "C:\\samplefile.csv" ;Regards,
    Cameron Lackpour
    Edited by: CL on May 21, 2012 10:53 AM

  • Partition problems

    I had partitioned my macbook a while back. I kept the original part (leopard)  for programs that wouldn't work with Snow Leopard. But my computer has been slow so I decided maybe I need to upgrade the OS and delete partitions. So I upgraded the snow leopard section which was the larger partition and the boot partition to maverick.  I was able to delete the 1st part of the partition but now I can't expand the main partition. I hope this makes sense. I'm at a loss what to do now.
    Any guidance will be appreciataed.

    I found this on another thread
    "  213JB
    Re: Mavericks disk (partition bug) 
    May 30, 2014 11:03 AM (in response to iMuseWTF)
    Shutdown the computer, wait 10 seconds.
    Boot up holding down Command and R.
    Open disk utility > Click the disk above Macintosh hd 1 (Parent disk)
    Goto restore tab > Click and drag Macintosh Hd 2 to the source section.
    Click and drag Macintosh HD 1 to desination.
    Then restore.
    This will make Macintosh hd 1 the exact same as Mac HD 2, Hold option upon the next boot up, choose Macintosh hd 1, and delete the second partition then reclaim the space."
    IT WORKED for me!!!

  • Partitioning hard drive(Shrink Local Disk C:\)

    my hard drive has a usable memory of 461 GB which had no partitions. during shrinking volume of C drive I could not shrink it below 250 gb nearly. I want to allocate 100 gb only to C drive. I am unable to do with Ease us partition manager too. Please
    suggest me a way

    Hello,
    The TechNet Wiki Forum is a place for the TechNet Wiki Community to engage, question, organize, debate, help, influence and foster the TechNet Wiki content, platform and Community.
    Please note that this forum exists to discuss TechNet Wiki as a technology/application.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Create Partitioning to non-partitioning Table

    Dear All,
    I have a table which is non partitioning and it has about 20G data... If I want to partition this table with column say DATE_M,
    Please can anyone suggest the best way to do this.
    Thanks

    So now in the partitioned table he creates one maxvalue partition and does exchange partition 
    That isn't the typical scenario. Typically you make the switch by using partitions for the NEW data and leave the existing data in the base range partition.
    1. Existing app uses an unpartitioned table
    2. New table is partitioned for NEW DATA
    Assume you want monthly partitions (daily works the same). This is already April so there is already some April data.
    So create the partitioned table so the base partition clause includes ALL of the data for April and before:
    create table ipart 
      (time_id date 
      ,cust_id number(4) 
      ,amount_sold number(5)) 
      partition by range(time_id) 
      interval(NUMTOYMINTERVAL(1,'month')) 
      (partition old_data values less than (to_date('01-may-2015','DD-MON-YYYY'))) 
    Now you do the exchange with the unpartitioned table and all the current data goes into that 'OLD_DATA' partition.
    New data for May and the future will have partitions created automatically.
    That approach lets you ease into partitioning without disrupting your current processes at all.
    As time goes by more and more of the data will be in the new monthly partitions. If you need to you can split that base partition
    insert into ipart (time_id) values (sysdate - 90);
    insert into ipart (time_id) values (sysdate - 60);
    insert into ipart (time_id) values (sysdate - 30);
    insert into ipart (time_id) values (sysdate);
    commit;
    alter table ipart split partition old_data
      at (to_date('01-jan-2015', 'DD-MON-YYYY')) into
      (partition old_data, partition JAN_FEB_MAR_APR);

  • Bug in Oracle9i??

    I have the following query written in Reports 2.5.5.2.5, it works fine when I connect to Oracle 7.3.2.3. However, when I connect to a Oracle 9i database, it returns ORA-00904: "ABC":invalid identifier.
    SELECT SV_TYPE|| SV_DESC ABC
    FROM SERVICE
    ORDER BY ABC;
    It works fine in O9i only when alias "ABC" not used in the ORDER BY clause.
    Is O9i does not allow column alias in Reports2.5 ?
    Thanks

    You're right. I remembered a couple of split partition bugs, but those seem to be centered around statistics. I verified that your test case still fails on a 9.2.0.2 HP-UX database.
    Has anyone appplied the 9.2.0.3 patchset to check if it's still present?
    Justin

  • Planning EPMA migration using LCM

    Hi Experts,
    Kindly advice how can we migrate EPMA Planning data?
    As per document:
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_lifecycle_management/frameset.htm?ch07s04s03.html
    >
    Planning data migration is not supported in Lifecycle Management.Does it different if we use Essbase Data migration using LCM under essbase Node?
    Ver: 11.1.2 (EPMA Plannning)
    Regards
    Kumar

    Hi Alp,
    Thanks for the help.
    It means I should fallow
    Step 1: Migrate security and all artifacts of EPMA Planning using LCM except Planning Data - OK
    Step 2: Export/Import Essbase data using EAS/Maxl Script – seems OK
    Q1: we have option of essbase data under essbase node while migrate essbase application/Database using LCM, Why can't we just migrate Planning data using LCM itself?
    Regards
    Kumar

  • Migration in 11.1.2 through LCM

    Hi Experts,
    How to migrate data also in Essbase 11.1.2 to 11.1.2 application? I did successfully migration on 11.1.2 through LCM utility.
    But I want to migrate data also.
    If it is possible in 11.1.2 then let me know How to do that?
    Thanks

    LCM should also be able to migrate essbase data in 11.1.2
    Other methods are to export the data via EAS, Maxl and then import into your target using the same method.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Add a database cluster from an earlier version

    Hi,
    I need to migrate outlines and data from Essbase 7 to Essbase 11.1.2.3 - anyone tell me how I connect to my Essbase 7 cluster to be able to utilise the wizards for this?
    thanks,
    Robert.

    You will need to export/import the data using EAS, Maxl.
    You can try using the EAS migration wizard to migrate the majority of the other stuff.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Backup and restore one application in planning 9.3.1

    i All,
    Could anybody help me in getting the Backup and restore ONE* Planning application (not all the applications) created in Hyperion Planning 9.3.1.
    Thanks in Advance.
    Regards,
    RT

    Hi,
    Back up the planning relational schema/database
    Export Data from the planning essbase database (either through EAS/Maxl)
    Backup essbase objects (calc script, rules, report scripts), can be just copied to backup location
    Export Business Rules through EAS or Backup the whole EAS relational schema database/schema
    Restore
    Stop Planning.
    Restore planning relational schema/database
    Start Planning
    Run a refresh.
    Copy essbase objects back.
    Import Data
    Import Bus Rules.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • "The application iChat quit unexpectedly"; "Library not loaded"?

    Whenever I try to launch iChat, I receive "the application iChat quit unexpectedly" error. Neither "Relaunch" nor "Reset and Relaunch" fix the issue, and when I click "Report" and view the "Report Details" it gives the output enclosed below. The gist

  • Uploading from CF card to Bridge 2.1.1.9 XP PRO & VISTA

    Hi, I often have problems when uploading from the CF card. Sometimes many or all will not display in Bridge CS3. I can only open in PSCS3/ACR but when I click done, just an icon shows, not the thumbnail. Most of the time another upload will work fine

  • Why do I get a message that says "no sim card detected"?

    I have been getting a message reading "no sim card detected" for the past 2 days.  It would only appear for like a split second then quickly disappear.  Can anyone help me on this situation?  It doesn't seem serious, but i paid a lot of money for the

  • How do I unsubscribe from unsolicited iTunes e-mail ads

    I bought a new Macbook Air with OS 10 7.4,  now I am flooded with ad mail from i Tunes, maybe I subscribed to mail while registering the computer or buying Pages from  ITunes. How do I unsubscribe?

  • User administration in SRM when using SUS

    Hello, i've some understanding-problems concerning the user-administration within the SUS-EBP-Szenario with activated business function supplier collaboration (SRM_SUCO_1) and customizing switch for SUS-Registration (SRM_701_SUCO_SUP_REG). A new pote