Error in Essbase Dim Build

Hi,
I am getting error "\\Invalid Rules File, which was created using a newer version" in the error file while trying to load dimensions into my outline .

Well that sounds pretty self explanatory.
Are you using a Rules file which was created with a newer version of Essbase?
Edited by: Sean V on Dec 12, 2011 7:37 AM

Similar Messages

  • 'Invalid Dim' error during dynamic dim building

    Hi Folks,
    I am trying to update an outline using my own dim rules file and data .txt file, but i get an error in the dimbuild log file saying "\\Column 7 - Invalid Dimension" What could be the reason for this? The outline already contains 5 standard dims (i.e. Customer, Period, Account, Scenario and Year) and 2 more attribute dims. My goal is to add some new members to the existing Account dim. My data file looks like this:
    Account,Metrics,,O,~
    Metrics, Avg_Wolverines_Juggled, Average Wolverines Juggled, S,~
    Metrics, Avg_Dropped_Wolverines, Average Dropped Wolverines, S,~
    Metrics,Headcount,,S,~
    In the data-prep editor I have created a .rul file that has 6 columns (fields). The first field I created by mistake, so I have set it to 'ignore field..' under 'dim build properties'. The next 5 fields map correctly to the way I have arranged my data file, i.e Parent0, Account Child0, Account Alias0, Account Property0, Account Property0, Account
    This .rul file validates correctly, but when I try to update the outline, I get the "\\Column 7 - Invalid Dimension" error log message. The log msg says that the data file contains an error, but may have partially loaded data. However, I don't see a SINGLE new member added to the outline..
    In terms of settings, everything under 'Dim Build Properties' seems fine. i.e. for each field the correct dim type (e.g. Parent, Child, Alias, or Property) and dim name (i.e. Account) is selected. However, under 'Dim Build Settings', when i try to choose 'Account' as the dim name, it reverts back to the name of the first dim in the outline (i.e. Customer) whenever I close/reopen 'Dim Build Settings' This happens even though I do a double-click and make sure 'Account' is shown in Blue before closing out of 'Dim Build Settings' Could this have something to do with the error I am getting? I have also made sure that the 'Build Method' is correct (i.e. Parent/Child references) for the two main dim fields. As per my understanding, for alias and properties fields, the Build Method doesn't matter.
    I apologize for the long question, but would really appreciate some help.
    thanks,
    Akshay

    Ah good old wolvering Juggling. The problem is they will bite you if you are not careful. (It's a nice metaphor for essbase). learning from Edwards book I see.
    your file looks like it only has five columns and you say you created a sixth column that you set to ignore. The message indicates there is a 7th column. Open your load rule and your data file and see if in fact there is a trailing column. Also, make sure you set the dimension build properties for the account dimension to be parent/child

  • EIS - Essbase Dim build

    We are using EIS to build and load a cube from some duzey Oracle tables. Anyway - the specification (from "Consultants R Us") is that within the Accounts Dimension GL Codes will role up into report lines by aggregation - EXCEPT for some Departments which will role up by subtraction. eg. GL123 is added to RepLin01 for Dept1, Dept2 & Dept3. However GL123 is subtracted from RepLin01 for Dept4.Is there anyway (attributes, aliases, anything) that would allow the correct calculation to be done IN THE OUTLINE and not in a script?There's a beer riding on this one!!

    This problem can be solved if we use recurrsive structure of dim table with columns as ( Line Item, Parent code, Unary Code) then essbase will roll up according to the unary code specified in the dim. table.Let me know if this makes sense

  • ASO dim build

    Every month I build a dimension that may have a few new members added. I am getting a lot of these error messages,<BR><BR>\\Record #760 - Property [Location] changes for member [BBDX] not allowed (3315)<BR><BR>The new members are getting added and the error messages are from members that already exist.<BR><BR>What is it from and how can I get rid of this error message?<BR><BR>(The dim build file will contain the complete dim hierarchy every month, I can't just load a file w/ new members)<BR><BR><BR>Jim

    Jim:<BR><BR>In your load rule you must be setting a property - like a consolidation operator, storage setting, or attribute - on your members. When you run the rule the next time and Essbase sees the property already set on the member and a non-blank field in your data source for the member's property, it treats that as a "property change", even though there is nothing changed.<BR><BR>Example:<BR><BR>The first time you run a dimbuild, you set member ABC with the consolidation operator '+'; it sets it as it should - life is good. Next time, when Essbase gets to the same member, it says to itself "hmmm...I'm being told to set the property on 'ABC' as a '+', but it's already set. I don't see the 'Allow Property Changes' checkbox being set, so I'll not set the property again, throw an error and move on."<BR><BR>Essbase, in all its wisdom, is unable to tell that changing a '+' to a '+' isn't a change - it simply sees a non-blank proprety field in the source data and throws the error.<BR><BR>Make the problem go away by checking the 'Allow Property Changes' box in the Dimension Build Settings dialog.<BR><BR>That's it!

  • Dim Build Warning

    Anyone know what this means?
    Data file cache size ==> [0] Kbytes, [0] data file pages
    Allocated TRIGMAXMEMSIZE: [4096] Bytes.
    Loading New Outline for Database [CP_Ace] Succeeded
    Missing Database Config File [D:\Hyperion\products\Essbase\EssbaseServer\APP\CP_Ace\CP_Ace\CP_Ace.cfg], Query logging disabled
    Total Restructure Elapsed Time : [2.484] seconds
    Object [CP_Ace] unlocked by user [MikeHa]
    Database import completed ['CP_Ace'.'CP_Ace']
    Output columns prepared: [0]
    The rule works, the dim builds, but this warning appears - just wondering what it means. Why might one have a missing Config file?
    Thanks for any insight, Mike

    I'll guess from the message this is a BSO cube. It just means that query logging is not turned on. It is no big deal. If you want to learn more about Query logginga nd BSO databases, check out the section on it in the tech reference. http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_techref/frameset.htm?launch.htm

  • Essbase Cube Build is hung once in a while

    Hello All -
    We've nightly essbase cube build (BSO/ASO both) on Essbase 11.1.1.3 installed on Unix HP-UX B.11.31. There are total 30 cubes and 7-8 cubes run in parallel most of the times. There is separate MaxL script for each cube and they are called in proper order through a scheduler. We've seen once in a while that one cube build (Maxl script) goes in hung state does nothing. This happens once in a month or so and it's not to a specific cube. It happens to any of the cubes. We went through the log files and didn't find anything.
    We've noticed below instances while one cube build is in hung state when other 6-7 cubes are running fine in parallel.
    1. Connecting to the server
    2. Import dimension/data
    Do we need to check some setup in Unix or config files? If any of you had faced this situation before, please let me know. That would really help!
    Thanks in advance!

    I have seen a similar issue with our Essbase cube. Although we only have one cube. It does the night update routine just fine and users are logged in and working when all of sudden the cube freezes up. I can login to EAS, but when I select my server it just hangs. I can login into Workspace/Planning or Excel Add-In but when I select an Application, it just hangs.
    We are also on a Unix box. We've checked all the logs and there is no error message indicating what might be wrong. The second time it occured we logged a ticket with Oracle and had them online. They checked our logs and found nothing. We uploaded all our log files to them for their team to take a look. They suspect our Essbase Agent wasn't running...not sure what the Agent is. That was a week ago and haven't heard back from Oracle.
    To solve the problem we stopped and started the Essbase services only and the application came back. No data was lost or corrupted.
    I've never seen this before. I've worked for two other employers with Essbase and both were on Window's boxes and never experienced this issue. First time I've worked with the software on a Unix box...

  • Error while exporting release build.

    I'm getting this error while exporting release build targeting iOS, running Flash Builder 4.7 and Apache Flex 4.10.0, any help would be greatly appreciated.
    Error occurred while packaging the application:
    # A fatal error has been detected by the Java Runtime Environment:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180386950, pid=3328, tid=2472
    # JRE version: 6.0_31-b05
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # C  [llvm.dll+0x386950]
    # An error report file with more information is saved as:
    # C:\wamp\www\Flex\ROMCorp\bin-release-temp\AOT\hs_err_pid3328.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Compilation failed while executing : ADT

    My application contains too much private data, I can't attach it. Just several notes about my problem:
    1. It's not reproducible in the Flash Builder 4.6 on OSX 10.6.8
    2. It's reproducible with ant build script
    3. Error is gone when I removed all <icon></icon> elements from descriptor file.

  • Permission denied error while CBS is building DCs

    Hi,
    from time to time we get an permission denied error when activating changes. The CBS server tries to check out files into the temporary build folders at the server and cannot do that for one file (see following error message).
    As already said this happens only sometimes and only for single files.
    Does anyone have the same experience and/or a suggestion how to solve this problem?
    When deleting the folder and activating again the error has gone.
    Build number assigned: 5843
    Change request state from QUEUED to PROCESSING
    ACTIVATION request in Build Space "CMS_EBYASZ_D" at Node ID: 9.611.151
         [id: 2.568; parentID: 0; type: 4]
         [options: NO OPTIONS]
    REQUEST PROCESSING started at 2005-09-30 12:53:00.074 GMT
    ===== Pre-Processing =====
    List of activities to be activated:
         1 activity in compartment "eon.com_EON_EBY_ASZ_R_1"
              Recherche Splitting Nachtrag 7 (30.09.05, 14:51)
                   [seq. no 23][created by H15430J at 2005-09-30 12:52:46.0][ID 4e1a116731af11daa5b00003ba1edce1]
    Analyse activities... started at 2005-09-30 12:53:00.172 GMT
         Synchronizing component "eon.com/eby/asz/recherch/util" from repository... finished at 2005-09-30 12:53:01.414 GMT and took 824 ms
              Component "eon.com/eby/asz/recherch/util" is to be CHANGED by this activation.
         1 component to be build in compartment "eon.com_EON_EBY_ASZ_R_1"
    Analyse activities... finished at 2005-09-30 12:53:01.574 GMT and took 1 s 402 ms
    Calculate all combinations of components and variants to be built...
         "eon.com/eby/asz/recherch/util" variant "default"
    Prepare build environment in the file system... started at 2005-09-30 12:53:02.173 GMT
         Synchronize development configuration... finished at 2005-09-30 12:53:02.176 GMT and took 2 ms
         Synchronize component definitions... finished at 2005-09-30 12:53:02.274 GMT and took 97 ms
         Synchronize sources...
    12:53:06.831  SYNC  (FAILED: Failed to create/open file:
    /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.CACHE/228/DCs/eon.com/eby/asz/recherch/util/_comp/src/packages/de/isenergy/eby/zaehlerwesen/recherche/util/UtilComp.wdcontroller
    (<b><u>Permission denied</u></b>))  UtilComp.wdcontroller   (/usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.CACHE/228/DCs/eon.com/eby/asz/recherch/util/_comp/src/packages/de/isenergy/eby/zaehlerwesen/recherche/util/UtilComp.wdcontroller)
    Prepare build environment in the file system... finished at 2005-09-30 12:53:08.555 GMT and took 6 s 382 ms
    ===== Pre-Processing =====  finished at 2005-09-30 12:53:08.560 GMT and took 8 s 411 ms
    Change request state from PROCESSING to FAILED
    ERROR! The following problem(s) occurred  during request processing:
    ERROR! The following error occurred  during request processing:Failed to synchronize
    /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.CACHE/228/DCs/eon.com/eby/asz/recherch/util/_comp/src/packages
    REQUEST PROCESSING finished at 2005-09-30 12:53:08.563 GMT and took 8 s 489 ms
    Thanks for any hint
    Helmut

    Hi Sidharth,
    good to hear that we are not the only company with this problem.
    We also do have this problem since months, from SP9 to SP11.
    First we thought that it would have been a CBS configuration or an OS problem but this cannot be the reason because as you already mentioned it works after serveral attempts. We also analysed the temporary CBS folders and noticed that only one file (the one that causes the error) does have other attributes than the others.
    That sounds very strange and I hope that someone from SAP will read this task.
    At the moment we are collecting all the problems and errors that appear with the JDI and the Netweaver Developeer Studio to present SAP this list in bulk. We cannot write an OSS note for every error we discover as suggested by SAP.
    Stability mainly of the NWDS plugins is the biggest problem we have at the moment. Did you make the same experience?
    Regards
    Helmut

  • Premiere Pro has encountered an error. [/Volumes/BuildDisk/builds/MightySilt/shared/adobe/MediaCore/

    Premiere Pro has encountered an error.
    [/Volumes/BuildDisk/builds/MightySilt/shared/adobe/MediaCore/AudioRenderer/Make/Mac/../../ Src/AudioRender/AudioPrefetch.cpp-99]
    I always get this message.. any idea why???

    This might help.
    http://forums.adobe.com/message/5169479#5169479

  • How to use substitution variable in case of dim build

    Hi all,
    Lets say I have 3 sub vars - Prevmonth, prevmonth-1, prevmonth-2. These will change every quarter.
    I want to build a cube which will have which will have only the above 3 months in the Fiscal dimension. This will be used once at the end of quarter.
    How do I refer substitution variables in case of dim build rule files? I want automate the process. We have SQL dim build for other dims, only this dim can be built from flat file also.
    Or is there any other way to achieve this apart from using sub vars? I can try store the 3 variables in a table and then use them to build the cube, but want to see if we can avoid creating one more interface.
    Thanks.

    Actually using the values of subvars to build a dimension (which I believe is what you want) is a fun problem.  Here's an (Oracle) example that would do that, without requiring any additional table or flat file:
        SELECT 'FiscalPeriod' AS Parent,
               CASE Level
                  WHEN 1 THEN '&CurrMonth'
                  WHEN 2 THEN '&PrevMonth'
                  WHEN 3 THEN '&PrevMonthMinusOne'
               END AS Child
          FROM Dual
    CONNECT BY Level <= 3
    Here's how it looks in the load rule SQL dialog, and the data prep editor:
    It's fun because I've never thought about it before, but I don't actually recommend this - if you have other ETL going on in SQL I'd generate the values in a table / view there, and have a script that both updates the subvars and builds the dimension direct from that.

  • Server error[1012]:Essbase error[1260052]

    Dear All,
    We created a report in Hyperion Interactive reporting using Hyperion Essbase as database connection file .
    We have a substitution variables in Essbase.We want to use the Substitution variables ("CMonth","CYTD") in IR report Substitution variables were already created in Essbase.
    In Query when i select Period dimension i saw an option called Substitution variables i selected the variables("CMonth","CYTD").When i hit process button i am getting the following error Message
    "server error[1012]:Essbase error[1260052]:Syntax error in input MDX query on line 2 at token 'OctYTD'
    Please let me is there a better way to bring the variables in Query.
    Any suggestions to resolve issue will be really helpful.
    Thanks in advance
    Regards
    Vamsi

    Hello Pros,
    I am new to ASO and would like to know this simple formula where i am making a mistake.
    IIF(Withattr([Date],"<",[Date_01-01-2013],1,0)
    over here Date is attribute dimension which is associated with Entity dimension. I am trying to apply the formula on account saying in which Entity the date is less that 01-01-2013 put 1 else but 0. but i am getting syntax error and not able to figure out. any help will be great.

  • F-03....FI_TAX_GET_MWSKZ_EXISTENCE error code 12 function builder TAX2

    Transaction: F-03
    Error: System erro in routine FI_TAX_GET_MWSKZ_EXISTENCE error code 12 function builder TAX2
    please let me know .how to fix this error
    Regards
    Sujan

    Hi Vinay
    I applied SAP note for that problem. I now am in new project donu2019t remember  exact  note number .....but  pls check the below  note
    1162241
    Regards
    Sujan

  • Getting Error in Demantra BM Build Model procedure

    Hello,
    I am getting following Error in Demantra BM Build Model procedure
    "ORA-00907: missing right parenthesis problem with procedure :time_buck"

    Hi,
    Please provide additional details like –
    1.Did you change the time bucket in data Model prior to running the Build Model?
    2.Do you have data available in SALES_DATA table when you tried to build the model?
    3.Are you getting this issue everytime?
    4.Confirm that youa re using the “Upgrade Model” only.
    Thanks, Kunal

  • ERROR - 1051417 - Essbase Application Existence Check Fails against..

    Hi
    Our backup routine copies our Essbase databases to a seperate application. First, it drops the target app before rebuilding it.
    But in our Test environment (11.1.1.3) this step fails with the following error:
    +ERROR - 1051417 - Essbase Application Existence Check Fails agaainst the Shared Services Server with Error [Local ID is required.]+
    Any ideas what that is about ?
    Cheers

    From the log
    Error establishing socket to host and port: chandan:1433. Reason: Connection refused: connect
    The SQL server itself is not running or TCP/IP is disabled. That can be confirmed by runing netstat and see it is listed there.
    Then run telnet chandan 1433 and see it can connect
    To enable the TCP refer to this link
    Re: error establishing socket to host and port: EPM11:1433

  • Error when trying to Build ESS application after changes

    Hi Guys,
    I am trying to build DC after changes to the Applciaiton. But the build is failing with the following error. I will able to build and check-in yesterday. Today i am facing this typical issue. Any suggestions please.
    Jan 30, 2007 11:48:05 AM /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: ess/us/pdata: Build failed for sap.com/ess/us/pdata(sap.com_SAP_ESS_1) in variant "default": The Build terminated with errors
    com.sap.tc.buildtool.PluginInstantiateException: Failed to create plugin instance for class com.sap.tc.buildplugin.DefaultPlugin due to a ClassNotFoundException
         at com.sap.tc.buildtool.PluginHandlerImpl.getBuildPluginInstance(PluginHandlerImpl.java:314)
         at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:339)
         at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Caused by: java.lang.ClassNotFoundException: com.sap.tc.buildplugin.DefaultPlugin
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:866)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at com.sap.tc.buildtool.PluginClassLoader.loadClass(PluginClassLoader.java:241)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at com.sap.tc.buildtool.JarHandler.loadClass(JarHandler.java:143)
         at com.sap.tc.buildtool.PluginHandlerImpl.getBuildPluginInstance(PluginHandlerImpl.java:294)
         ... 8 more
    Build log -
    Development Component Build (2007-01-30 11:48:05)
      Component name: ess/us/pdata
      Component vendor: sap.com
      SC compartment: sap.com_SAP_ESS_1
      Configuration: DJI_EMXSSTR_D
      Location: DJI_EMXSSTR_D
      Source code location: http://nwd2sm1.corp.analog.com:50300/dtr/ws/EMXSSTR/sap.com_SAP_ESS/dev/inactive/DCs/sap.com/ess/us/pdata/_comp/
      DC root folder: C:\Documents and Settings\rjogam\.dtc\4\DCs\sap.com\ess\us\pdata\_comp\
      DC type: Web Dynpro
      Host: RJOGAM-L01
    DC Model check:
              [dcmake] All used DCs are available locally
              [dcmake] validating dependency to build plugin "sap.com/tc/bi/bp/webDynpro"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/col/api"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/cmi"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/ddicruntime"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/metamodel/content"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/wd/webdynpro"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/logging"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/wdp/metamodel/content"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.aii.proxy.framework"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.aii.util.misc"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.exception"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.mw.jco"
              [dcmake] validating dependency to used DC "sap.com/pcui_gp/xssfpm"
              [dcmake] validating dependency to used DC "sap.com/pcui_gp/xssutils"
              [dcmake] validating dependency to used DC "sap.com/ess/per"
              [dcmake] DC model check OK
    Start build plugin:
              [dcmake] using build plugin: sap.com/tc/bi/bp/webDynpro
              [dcmake] starting build plugin from : C:\Documents and Settings\rjogam\.dtc\4\DCs\sap.com\tc\bi\bp\webDynpro\_comp\gen\default\public\webDynpro\
    Build started 2007-01-30 11:48:05 EST
    Failed to create plugin instance for class com.sap.tc.buildplugin.DefaultPlugin due to a ClassNotFoundException
    Build Stopped
    regards
    Sam

    I forgot how I got this issue resolved. Probably we re-started the portal and the NWDI J2EE Engine. But I am sure that we did not do much in fixing this.

Maybe you are looking for

  • Admin account no longer recognized as admin

    My normal administrative account is no longer recognized as an admin account by the OS when it needs permission to unlock a system pref setting or to install a program. Instead, I must enter the root account info to perform these tasks. Yet the Accou

  • FCP Program Won't Open

    I am running FCP 5.1.4 and whenever I click on the dock icon it bounces once and that's it. I have navigated to the Applications folder and tried to open it using that icon with same results. I have ran FCP Rescue, repaired permissions, zapped PRAM,

  • Subcontracting Purchase order with Sales order Reference

    Hi friends, I am facing a problem during GR of Purchase order with Acc. Assignment E and Item Cat L i.e. purchase order is MTO and of Subcontracting. During GR, system is purposing movement type 543 E instead of 543 O for BOM components. Please sugge

  • Genius in iPod classic 80GB ? Is it working?

    Hi everyone I am new here with my first 'issue' of my ipod. I always thought I can use geniuas with my ipod classic until I actually started to using it. I cannot see any option called genius in my ipod classic 80GB. Is something wrong with my ipod o

  • Enumeration never reaches nextElement(), goes into infinite loop

    String key = ""; while (request.getSession().getAttributeNames().hasMoreElements()) {   key = (String) request.getSession().getAttributeNames().nextElement();   out.println("key = " + key + " and its value = " + (String) request.getSession().getAttri