XStream - Deserializing with Properties

Hi All,
my problem is about the deserialization of XML-files with XStream. The standard XML-structure looks like that:
<Inhouse>
<Date>"12.12.2004"</Date>
<MadeBy>"SELF"</MadeBy>
</Inhouse>
Deserializing such files is no problem, but my converter only works with that format:
<Inhouse>
<Date value="12.12.2004"/>
<MadeBy value="SELF"/>
</Inhouse>
So I tried to register the PropertyConverter, but the equal is the same.
What have i done wrong? I think XStream CAN work with Properties in an XML-Tag, but I don't know how to tell it...
Please help me
thx, Holger

Hi jpsoul,
Thanks for your response! What I'm trying to do is
instantiate Child_Instance inside Main so that if I wanted to, I
could type:
b.test.visible = true;
inside of the Main.as file and that would make the test
movieClip visible upon compiling it. I'm just trying to access
properties and methods of classes I instantiate whose properties
reside on a different stage per say.
Hope that makes sense. =)
~e

Similar Messages

  • How to fix AppleEvent handler failed error with command "make new mailbox with properties"

    Below is the script I am running to create a hiearchy of new mailboxes inside "ON MY MAC" folder area.
    tell application "Mail"
      make new mailbox with properties {name:"ABar"}
      make new mailbox with properties {name:"ABar/Foo"}
      make new mailbox with properties {name:"ABar/Foo/Me"}
    end tell
    When I execute this the first mailbox is excuted fine but right afterwards I get the following error:
    error "Mail got an error: AppleEvent handler failed." number -10000
    I have tried adding delays but this does not work either. Code:
    tell application "Mail"
      make new mailbox with properties {name:"ABar"}
      delay 0.2
      make new mailbox with properties {name:"ABar/Foo"}
              delay 0.2
      make new mailbox with properties {name:"ABar/Foo/Me"}
    end tell
    However rerunning the script and skipping over the make command if the folder already exit, causes the next exuction time to create one more folder.
    Code:
    tell application "Mail"
              if (mailbox "ABar" exists) = false then
      make new mailbox with properties {name:"ABar"}
                        delay 0.2
              end if
              if (mailbox "ABar/Foo" exists) = false then
      make new mailbox with properties {name:"ABar/Foo"}
                        delay 0.2
              end if
              if (mailbox "ABar/Foo/Me" exists) = false then
      make new mailbox with properties {name:"ABar/Foo/Me"}
                        delay 0.2
              end if
    end tell
    ** Anyone know how to solve this or why this is happening? **
    It almost feels as if the hiearcgy is read into memory and this is not updated after the creation of the new mailbox.
    Thanks!

    Hi,
    The processors are different archiectures and you can not use binaries from one architecture to work on the other.
    Library name suffix differences is an example of the importance of this. Tuxedo 6.5 was separately built for each of those architectures and
    is available on the PeopleSoft distribution as distinct binaries. If your migration was purely from HPUX11.11 to HPUX11.23 you might have
    succeeded but the processor difference will not work for you and a core dump would not be unexpected.
    Bob Finan
    FYI:
    Tuxedo 6.5 is end-of-lifed and, since it's EOL has passed the stage for extended support possibility, no new patches will
    be created for it by engineering. You should look to migrate to a newer version of Tuxedo/Peoplesoft at the earliest
    possiblity.

  • Create graphs with properties values

    Hello!
    I want to create a Bar Graph or a normal graph with properties contained in ChannelGroup level. Is there any easy solution to this?, so far is seems that the only option is to create a channel with this values, but I don't want to duplicate the information since I have a considerable number of channels in each Channel Group.
    Thanks in advance for the support!

    hello!
    I know that you can get even the values or whathever property live values, name, etc. with the expresion form "@@ @@". However I want to plot, for example a bar graph that contains a numeric property of the group. Let's say that I have 3 Datasets all with a property "TotalFuel" and different values in each group, So what I will like to do is to plot this values in a 2DAxis object.  But it seems that all the plots or graphs are meant to be only channel oriented.
    Do you understand my issue? Please let me know if not to clarified better this.
    Thanks!

  • Need advise on a problem one of my customer have with properties going missing in Acrobat Reader

    Hi there.
    I need some advise on a major problem I got with acrobat reader on one of my customer's laptop.
    I might not have all the informations, but I can explain about everything that I could dig out of the problem.
    One of my customer asked me to find a solution to his problem as he just bought a Mac laptop and he has only been using a Windows PC before. He needed a way to be able to manipulate some texts and picture on a file (template) that he print a couple of times each week. I have built a 2 pages PDF form for him and it was a success on every computer we tried it on, except for his new Mac Laptop.
    Whenever we open the file on his laptop in acrobat reader, every single properties of any forms are not readed.
    Those "missing" properties include :
    - Everything in the "Text field property" which include size, choice of font (I specifically took a system font available on both PC and Mac and tested it on another Mac), alignment and apearances.
    - All forms, checks and buttons are resetted to a "default" appearance.
    The names and ID of the forms seems to be correct and forms with the same name seems to work. (if he fills in one part, it automaticly fills some parts on the 2nd pages instead of having him rewrite the whole stuff.)
    The sizes of the forms are correct too. It seems to only affect the form properties, but not the manually inserted javascript.
    I tried to open another form PDF I took from the Web (gouvernment forms) and it seems like the problem is not from my file as it happen with all PDF files with forms.
    I checked his Acrobat Reader version and it seems like it's up to date, as well as his java software.
    Since I couldn't do a full check-up and tried to reinstall Acrobat Reader and java as I only had about 20 minutes to check things, I'm asking around before taking that kind of option into account.
    If any got any idea or have already experienced that kind of strange thing, please tell me where could the problem be.
    Thanks!

    The file is opened manually with Adobe Reader directly on the customer's computer harddrive. (Right click on the file directly stored on the desktop. "Open with ..." and then select "Adobe Reader". The program showed on the top bar is Acrobat Reader and it's hard to mix it up as it's totally different from the "Preview" program on the Mac.)
    If I opened it with Preview (on the Mac), it was even LESS buggy. While some options  are not accessible in Preview (mainly those who use javascripts or adobe reader/acrobat only features), the visual that aren't working in Adobe Reader were working fine. Since some basic options aren't available in Preview, my customer needs to use it in Adobe Reader.
    I can garanty that the problem is related to Adobe Reader and/or maybe background process that Adobe Reader uses (for exemple : Java, C++, etc.)
    I asked around to know if someone have already experienced this issue and if they have found a way to repair it without doing a full reinstall of every kind of process that Adobe Reader uses.
    Also, if I'm doing a clean up for a restoration of Adobe Reader, is there any other program to reinstall then Adobe Reader and Java?

  • DB read only access role with properties view of a database

    Hi,
    We need to access database properties for SQL server 2000/2005/2008. I am pretty sure that 2005/2008 can be accessed with db_datareader role. Not sure whether same can be used with SQL 2000 instances. CAn anyone provide clarity on this?

    You can use db_datareader on SQL 2000, but as Satish says, you don't need it only to access database properties.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Problems with properties files and war files in weblogic 5.1

              I work with WebLogic 5.1 and I'm trying to deploy a web application which gets
              a properties file. If I deploy it as an expanded directory hierarchy (with the
              properties files into WEB-INF/classes) I have no problems. While deploying it
              by a .war file I get this message: "en_GB java.util.MissingResourceException:
              Can't find resource for base name Agent, locale en " (the getBundle() method is
              trying to get an english property file). What could I do? Is it really a weblogic
              5.1 bug?
              Thanks,
              David
              

    This issue comes up repeatably. It's a real bug.
              I believe this problem was fixed in a 5.1 service pack, but I'm trying to
              find out the exact disposition of the issue. Noone seems to be complaining
              about this under 6.x, so a fix seems to have been made, the only question is
              whether or not it got back-ported to a 5.1 service pack.
              Gary
              david <[email protected]> wrote in message
              news:3ac4a39a$[email protected]..
              >
              > I work with WebLogic 5.1 and I'm trying to deploy a web application which
              gets
              > a properties file. If I deploy it as an expanded directory hierarchy (with
              the
              > properties files into WEB-INF/classes) I have no problems. While deploying
              it
              > by a .war file I get this message: "en_GB
              java.util.MissingResourceException:
              > Can't find resource for base name Agent, locale en " (the getBundle()
              method is
              > trying to get an english property file). What could I do? Is it really a
              weblogic
              > 5.1 bug?
              > Thanks,
              > David
              

  • Classpath problem with properties file in jar

    Hi,
    I am seeing a classpath error for my setup, as follows...
    A defaultFieldIDs.properties exists with numerous entries:
    projectID=10630
    issueTypeID=80
    closedStatusID=6My Spring applicationContext.xml file contains the following:
    <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
              <property name="locations">
                   <list>
                         <value>classpath:sqlScripts.properties</value>
                         <value>classpath:defaultFieldIDs.properties</value>
                    </list>
              </property>
              <property name="ignoreUnresolvablePlaceholders" value="false"/>
         </bean>     
    <util:map id="defaultQueryParameters">
              <entry key="projectID" value="${projectID}"/>
              <entry key="issueTypeID" value="${issueTypeID}"/>
              <entry key="closedStatusID" value="${closedStatusID}"/>
              <entry key="statusFieldName" value="${statusFieldName}"/>
              <entry key="numberOfExpenseLinesFieldID" value="${numberOfExpenseLinesFieldID}"/>
         </util:map>My compiled jar contains the above properties directory in its root directory, and is placed in the lib directory of the application
    However, when I start my application I get the following error:
    Invalid bean definition with name 'defaultQueryParameters' defined in null: Could not resolve placeholder 'projectID'
    What is going wrong here?

    Then presumably that jar file isn't in the classpath for your application. Perhaps just dropping it into the lib directory isn't sufficient.
    You didn't say anything about what kind of application it is. For web applications, all jars in the WEB-INF/lib directory are in the classpath. But you didn't say this was a web application and you didn't say you put it in the WEB-INF/lib directory. So if you don't care to put sufficient information into your posts, I recommend you read up on the rules for whatever type of application you have, in particular the rules for how to set its classpath.

  • BO XI issues with properties from BPC

    Hi all,
    I post again my message (it was not in the good forum) and I complete with answers to Andrey.
    We created an universe on a BPC cube, after creation, we see all the properties of the dimension, but this is impossible to see the values of the properties, only their names.
    Andrey asked "What do you mean by "to see the values of the properties""
    What I mean is that if we make a request with WEBI on the universe, then we cannot see the values of the properties, ie I cannot see the value of the property "EVDESCRIPTION" in my request for example.
    My colleague is trying to make a request that displays some accounts in line with the description of the account for example, and we can only see the ID of the account, but the EVDESCRIPTION property is empty each time, and this is the same with all properties of all dimensions.
    Did someone already encounter this issue ?
    Thanks

    Post from thread: Re: BO reporting on top of BPC NW
    Problem during Query development:
    1. If we put unverse's dimension (in terms of BO) to Query and then execute query we can see the data from the dimension.
    2. BUT
    when we add an object "Measure" (for example YTD) to "Dimension" and run query - we have no data returned back. (even just Dimension data).
    I found this issue documented in SAP note 1495455
    It says:
    Symptom
    Business Objects Enterprise report has been created using the ODBO provider delivered with BPC 7.5 NW.
    Report works well with only dimensions retrieved.
    Same report using measures, gives error:
    " The 'No data to retrieve. Query 1'  "                         
    Environment
    BPC 7.5 NW.
    Cause
    This is because of the default behavior of ODBO provider. 
    If no restriction on any dimension, the ODBO provider takes the default member of a dimension to build the query.
    The default member is the first member along a hierarchy.
    The original ODBO comment is: 
      "We loop through our contexts and for each context, we create a
      fully-qualified tuple consisting of the member as specified in the 
      context followed by the default member(s) of the 
      hierarchy(s) on the slicer axis as derived above."
    Resolution
    So the cube does not have transaction data and the WebI reports the no data message.
    This is not a bug. 
    I took this to mean that you need to set a filter on each dimension (class in the Universe).  Once I did this, I was able to get data.

  • Need help with font and bug with properties inspector bug

    Hey guys,
         I recentely bought a account at dreamtemplate and i'm working on creating my first website, ive got the basic down but whenever i want to change the font of one character in a word( lets say the k in kind to a different font) it switched the entire word or sentence to that font. ive contacted dreamtemplate about it and this is the solution they gave me but i dont understand it:
    To change the font, you need to put the TrueType font files of edwardian and Kunstler in the font file of the template folder.
    You may change the font of one character in a word as below.
    For example:
    In the HTML file,
    <h2 class="title"><span class="newfont">l</span>atest </span> <span >projects</span></h2>
    In the CSS file,
    @font-face {
    font-family: 'Kunstler';
    src: url('/fonts/Kunstler/Kunstler Script.eot');
    src: url('/fonts/Kunstler/ds-digi-webfonteot?#iefix') format('embedded-opentype'), url('/fonts/Kunstler/Script.woff') format('woff'), url('/fonts/Kunstler/Kunstler Script.ttf') format('truetype'), url('/fonts/Kunstler/Kunstler Script.svg#ds-digi-webfont') format('svg');
    .newfont{font-family: 'Kunstler'!important;}
    Feel free to contact us if you need any further assistance.
    if anyone can shed some light and knowledge on how to apply it that would be amazing.
    Also another problem i've been experiencing is that whenever i edit something in an html file (index.html) and save it and view it none of the changes show up besides the change in words(ie. no font change, no size change) but pictures are fine.
    Now my last which has bothered me a lot latly is an issue with my propertie inspector box, It works fine with an html file but whenever i try to edit a .js file it either goes blank or is greyed out, i've searched for solutions and have made sure im not in live mode, but no luck, i even reinstalled DW, still no luck. I need to edit a menu bar that is a .js and i cant do it with this issue. if anyone needs further info let me know.
    thanks in advance

    Before you get any deeper with this, you really need to learn all you can about HTML code and it's relationship with CSS.  Otherwise you will be forever confused, frustrated and incapable of understanding the answers we give you.
    HTML, CSS  Tutorials -
    http://w3schools.com/
    http://www.csstutorial.net/
    http://phrogz.net/css/HowToDevelopWithCSS.html
    When you have a firm grasp of the fundamentals, spend a few hours doing this 5-part tutorial on how to use DW.  It's time well spent.
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    Incidentally, you cannot edit JavaScript with the HTML properties inspector.   To edit JavaScript, switch to Code View.
    Nancy O.

  • Question about synchronization the methods that work with Properties

    Hello everyone
    I have the following problem with the properties file and synchronization.
    I read properties after the programm was started. And If the properties exist the programm load the properties (java.util.Properties) from the properties file.
    Than I have make the possibility to change this properties in GUI and save it. That mean that the properties file will be used from two plases: the first at the beginning and the second in GUI.
    I wrote the wrapper for properties, say ApplicationProperties.
    I defined ApplicationProperties as the Singleton. At this file I defined
    setters/getters for my variables. This class has also two methods
    load properties or save properties. This two methods work with the propertiesFile the instance of java.io.File.
    The first reads the properties with FileInputStream and the second save it to this file with the FileOutpuStream.
    My question is, do I need to synchronize this two methods to make it thread save?
    private File propertiesFile;
    private void loadPropertiesFromFile() throws FileNotFoundException, IOException {
         FileInputStream input = null;
         try {
              input = new FileInputStream(this.propertiesFile);
              this.properties.load(input);
              updateSettingsFromProperties();
         } catch (FileNotFoundException fnfE) {
              throw new FileNotFoundException("Cannot find the properties file.");
         } catch (IOException ioE) {
              throw new IOException("Cannot read properties file.");
         } finally {
              if(input != null) {
                   input.close();
    private void savePropertiesToFile() throws IOException {
         FileOutputStream out = null;
         try {
              out = new FileOutputStream(this.propertiesFile);
              this.properties.save(out, PROPERTIES_DESCRIPTION);
         } catch (IOException io) {
              throw new IOException("Can't save properties.");     
         } finally {
              if(out != null) {
                   out.close();     
    }Thanks a lot for your advise!

    Will you ever be reading or writing the same file from multiple threads at once?
    Synchronisation can prevent this from happen, but does it ever happen at the moment?

  • Loading images with properties in Forms6

    Hello !
    I would like to use Mmix32.ocx with Forms6 to have properties and
    methods of loaded images !
    But I don't know how , cause I imported Ole library interfaces MMix control without results !
    I need an exemple !
    thanks !

    Me too !
    I would like to use Mmix32.ocx with Forms6 to have properties of images !
    I imported Ole library interfaces MMix control !
    I have an error:
    FRM-41344:ole object not defined for <item name> in current record !

  • [iPhone] UI Design pattern for table views with properties and children?

    Hello,
    I'm getting started with iPhone development and I have a question about the proper way to display a list that has both properties of the list itself as well as the ability to drill down into the members of the list. For example, my data is a Group (of people say). The Group itself can have properties - the name of the group, group email address, web page, etc. - and it obviously has members which also have properties - name, address, etc.
    In my table view, I want to show the Group members and have accessory/disclosure buttons on each row to show the details of a person, but I also want to be able to edit the properties of the group - Group name, etc. What's the UI pattern for editing the properties of the table itself?
    I thought about having a tabbar that toggles between the list and the properties of the list.
    I also thought about having a parent table that lists the groups (so I could have more than one) and then have accessory buttons on each group row. The UI would then have to be that the user taps the row to drill down to the group members and taps the accessory button to edit the properties of the group. Is that "proper" - tap the bar or tap the accessory icon in a table row?
    Thanks

    I don't think I'd use a tab bar.
    You could break the table up into 2 sections, section 0 being the properties, section 1 the list.
    Make section 0 just say 'Properties', then when you tap that row you drill down to a properties table, slap an edit button in the navigation bar to go into edit mode.

  • Working with Properties

    I have set up weblogic server5.1 and Personalization server3.1 on my machine. and the two samples runs fine. But I have problem to create properties when I followed Personalization Tour. Instead of getting Create Properties page after clicking on the exampleportal property set under the "User Property Sets" titlebar, I always get blank page with "<%@ page import="com.beasys.commerce.foundation.propert" on the top. I also tried other links to edit or create new property, I got the same error. Why, and how to fix that?

    Did you install Service Pack6 for Weblogic5.1 AppServer?. That might solve ur problem. Hope it helps. Just a guess.
    Sanjeev
    xiaochun wrote:
    I have set up weblogic server5.1 and Personalization server3.1 on my machine. and the two samples runs fine. But I have problem to create properties when I followed Personalization Tour. Instead of getting Create Properties page after clicking on the exampleportal property set under the "User Property Sets" titlebar, I always get blank page with "<%@ page import="com.beasys.commerce.foundation.propert" on the top. I also tried other links to edit or create new property, I got the same error. Why, and how to fix that?

  • Problem formating StringBuffer/Text with Properties

    Hi my Java good Freinds,
    I have the following toString BufferedString named buf which i got from reading my serialPort getInputStream:
    0111XXX01XXX0001XXX01XXXXXXX11XXX000XXXXXXX110XXX111XXX111XXX100
    and i have the following Properties file named "proptab":
    0111=J
    01=A
    0001=V
    11=I
    000=S
    110=G
    111=O
    100=D
    i used the following pseudo code to format/translate the buffered String in order to get the following:
    JAVA IS GOOD
    String str = buf.toString();
    StringBuffer result = new StringBuffer();
    int pos;
    int count=0;
    String output="";
    table = new Properties();
    try {
    FileInputStream morsehashinput;
    tabinput = new FileInputStream( "proptab" );
    table.load( tabinput );
    tabinput.close();
    catch( IOException ex ) {
    System.out.print("File not found");
    if((pos = tmp.indexOf("XXX")) != -1) {
    result.append( table.getProperty(str.substring(count,pos)) );
    count = += pos;
    if((pos = tmp.indexOf("XXXXXXX")) != -1) {
    result.append(" ");
    output = result.toString();
    JOptionPane.showMessageDialog( null, output,
    "Demonstrating String Class \"index\" Methods",
    JOptionPane.INFORMATION_MESSAGE );
    System.exit( 0 );
    when i run this code instead of getting JAVA IS GOOD, i only get J
    please i want to know what is wrong with the code or preferably another better way to retrieve and translate the data from the buffered String

    The reason you only get 1 character is that you only process one substring. You need a loop construct.
    Use StringTokeniser for these easy parsing operations.
        String s = "0111XXX01XXX0001XXX01XXXXXXX11XXX000XXXXXXX110XXX111XXX111XXX100";
        Map map = new HashMap();
        map.put("0111","J");
        map.put("01","A");
        map.put("0001","V");
        map.put("01","A");
        map.put("0111","I");
        map.put("000","S");
        map.put("110","G");
        map.put("111","O");
        map.put("100","D");
        StringTokenizer st = new StringTokenizer(s,"XXX");
        while (st.hasMoreTokens()) {
          String token = st.nextToken();
          if (map.containsKey(token))
            System.out.print(map.get(token));
          else
            System.out.print(" ");
        }BTW you've got some empty substrings in your source string, you may want to consider putting in expressions for blanks like "0" = " ".
    Dave

  • Help with Properties for Dimensions- Cells are all Invalid (orange)

    I am working on a new application created by a flat file in EPMA. However, all cells are orange regardless of the POV. I have checked my Account Dimension properties and the Custom 1,2,3 Top Members are all set to the top member of that specific custom dimension. I am not sure what we are doing wrong. Please help so we can move on with the project.
    !FILE_FORMAT = ADS
    !Version = 1.0
    !Section=Dimensions
    'Name;DimensionClass;DimensionAlias;AllowDuplicatesInDimension;CommentDuplicate;ConsolidationDuplicate;DataStorageDuplicate;DimDataStorage;DimensionHierarchyType;DimensionSolveOrder;DimValidForCapex;DimValidForPlan1;DimValidForPlan2;DimValidForPlan3;DimValidForWorkforce;EnumOrder1;EnumOrder2;EnumOrder3;EnumOrderCapex;EnumOrderWF;MemberFormulaDuplicate;MemberSolveOrderDuplicate;SkipValueDuplicate;TimeBalanceDuplicate;TwoPassCalcDuplicate;UDADuplicate;VarianceReportingDuplicate;CapexDensity;Plan1Density;Plan2Density;Plan3Density;WorkforceDensity;CapexPerfOrder;Plan1PerfOrder;Plan2PerfOrder;Plan3PerfOrder;WorkforcePerfOrder;MissingLabel;DimTwoPassCalc;AttributeDataType;AutoGenId;CurrencyNameDuplicate;ApplySecurity;customDimensionId;DisplayOrder;GridMissingLabelType;Increment;SmartListLabel;StartValue;UseForMapping;BSODimensionDataStorage;DimensionStorageType;ASODimensionDataStorage;MinAllowedPerApp;MaxAllowedPerApp;HierarchyTypeDuplicate;IsPOVDimension;POVDisplayOrder;BSODimensionFormula;ASODimensionFormula
    Account;Account;Account;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1;;;;;;;;;;;;;;;;
    Alias;Alias;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    Department;Generic;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1;;;;;;;;;;;;;;;;
    Total_Adjustments;Generic;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3;;;;;;;;;;;;;;;;
    Total_Operations;Generic;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2;;;;;;;;;;;;;;;;
    !Section = DimensionAssociations
    'BaseDimension;Property;TargetDimension
    !Hierarchies=Account
    'Parent;Child;Description;ConsolidationAccountType;Custom1TopMember;Custom2TopMember;Custom3TopMember;EnableCustom1Aggr;EnableCustom2Aggr;EnableCustom3Aggr;EnableDataAudit;ICPTopMember;IsCalculated;IsConsolidated;IsICP;NumDecimalPlaces;SubmissionGroup;UserDefined1
    #root;FINANCIAL_ACCOUNTS;FINANCIAL ACCOUNTS;GROUPLABEL;;;;;;;;;;;;2;;
    FINANCIAL_ACCOUNTS;BALANCE_SHEET;BALANCE SHEET;ASSET;Department;Total_Operations;Total_Adjustments;Y;Y;Y;N;;N;Y;N;2;;
    BALANCE_SHEET;TOT_ASSETS;TOTAL ASSETS;ASSET;Department;Total_Operations;Total_Adjustments;Y;Y;Y;N;;N;Y;N;2;;
    TOT_ASSETS;TOT_CURR_ASSETS;TOTAL CURRENTS ASSETS;ASSET;Department;Total_Operations;Total_Adjustments;Y;Y;Y;N;;N;Y;N;2;;
    TOT_CURR_ASSETS;CASH_CASH EQUIV;CASH AND CASH EQIVALENTS;ASSET;Department;Total_Operations;Total_Adjustments;Y;Y;Y;N;;N;Y;N;2;;
    CASH_CASH EQUIV;100101;CASH;ASSET;Department;Total_Operations;Total_Adjustments;Y;Y;Y;N;;N;Y;N;2;;

    This is not the best forum for this question. This forum focuses on FDM & DRM.
    Based on your file, it looks like you are using too many fields in your Dimensions section. Looks like you are specifying all of the available EPMA fields but you only need the HFM ones.
    Please flag this response as correct or helpful if you found it to be.

Maybe you are looking for

  • IPod stops when im half way through uploading my songs

    Please help i get through about 100 songs then it just stops i have a 4G 20 Giger. I have tryed everything my problem is like this Ben Vallack1, "iPod stalls when uploading songs, every time", 03:27pm Jul 19, 2005 CDT please help me .

  • Why does Apple support print those "Hello" booklets that came with my new iMac in super small fonts?

    Yesterday I purchased the latest available 27inch iMac from my local Apple only dealer.     ( It sure beats my very first Mac which was an LC520. ) The included in the box printed quick start guide named "Hello" was printed using a font size very clo

  • Decentralize warehouse management

    Dear Friends, This is the question related to warehouse management system. My requirement is that we are going to set decentralize management. Presently we are having CWM in our present system. At another place there is local ERP , we want to replace

  • How do I add copyrights and legal info in Robohelp 9?

    I am creating Context Sensitve help in Robohelp 9.  Is there a way to add copyrights and legal info?

  • Killed by fonts

    About every month I try to switch to Arch, and every month I give up after spending hours and hours trying to get firefox to display fonts properly.  The combinations of WM, LCD vs CRT, AUR, nVidia, font packages, results in a never ending  battle to