Data slice inconsistency problem with hierarchy nodes

Hi Experts,
We want to lock planning tables from function. We create the appropriate data slices but there are problems with (material group) hierarchy nodes.
If I give the node as input variable to the function it causes inconsistency in the data slice. If I choose and add this node to the lock in modeler, the problem is the same.
We are using the following variables to create a data slice:
0VERSION
0VTYTYPE
0COMP_CODE
ZGRMAT (developed material group)
Z_YEARCR (developed yera created)
The problem also exist if I set an another type of node e.g. destination country (0RECIPCNTRY) instead of material group.
For me, the problem seems to be generic.
Do you have any idea?
Many thanks in advance
Peter

There is a note related to this proble:
Note 1070608 - Lowflag field is not valid
The implementation of this note resolves the problem.
Peter

Similar Messages

  • Data format inconsistency problem on Discoverer 4i plus and Desktop 4.1

    I encountered 'data format inconsistency' problem when using
    Discoverer 4i plus web version vs Desktop version 4.1 to run the
    same report :-
    The result returned by Desktop version is as following:-
    Employee Count Percent Employee Count
    Mgt 202 18%
    Occ 891 81%
    Other 1 0%
    Percent 1094 100%
    The result returned by 4i web version is like the following:-
    Employee Count Percent Employee Count
    Mgt 202 18%
    Occ 891 81%
    Other 1 0%
    Percent 109400% 100%
    Pls note that the Employee count column is 1094 in Desktop
    version whereas in web version it's 109400%
    After I export the data to Ms Excel, I obtained below result :-
    Employee Count Percent Employee Count
    Mgt 202 0.184644
    Occ 891 0.814442
    Other 1 0.000914
    Percent 1094 1
    I would like to know if this is Oracle Discoverer bug or it's a
    known issues ?
    Pls advise.
    Thanks in advance.

    Hi Discoverer Technical Team,
    Could u pls response to that issue ?
    Thanks and regards.

  • Problem with filling nodes of a context with data

    hi,
    i've got the following problem with filling a controller context:
    the context of the controller looks like:
    Context
    |-Node1             0..n singleton
      |-Subnode1        0..n singleton
      | |-SubVal1.1
      | |-SubVal1.2
      |-Subnode2        0..n singleton
      | |-Subval2.1
      | |-Subval2.2
      |-Val1.1
      |-Val1.2
    that means every Element of Node1 should have its own Subnode-Elements & Val1-Values
    in wdDoInit() of the controller I fill the context like this:
    Collection Node1, SubNode1, SubNode2
    for (Iterator iter = Node1.iterator(); iter.hasNext;) {
       newNode1NodeElement = wdContext.createNode1Element();
       newNode1NodeElement.set... //setting the values
       wdContext.nodeNode1().addElement(newNode1NodeElement);
       for (Iterator iter2=Subnode1.iterator(); iter2.hasNext;) {
          newSubnode1NodeElement = wdContext.createSubnode1Element();
          newSubNode1NodeElement.set... // setting the SubVal1.x
          wdContext.nodeSubnode1.addElement(newSubnode1NodeElement);
       for (Iterator iter3=SubNode2.iterator(); iter3.hasNext;) {
          newSubnode2NodeElement = wdContext.createSubnode2Element();
          newSubNode2NodeElement.set... // setting the SubVal2.x
          wdContext.nodeSubnode2.addElement(newSubnode2NodeElement);
    i've got the impression, that <b>all</b> my SubNodes are filled in the <b>first</b> Node1-Element. is there an error in the code above? because in the first place, i see every values in the first Element of Node1-views and if i navigate to the next Element of Node1, every views are empty.
    for every Node (Node1, Subnode1, Subnode2) i've got an own view, that maps its context to the corresponding Node of the controller context, e.g for the SubNode1-View:
    Context                  Context
    |                        ....
    |- ViewNode      --->    ..|- Subnode1
      |- SubVal1.1   --->    ..   |-SubVal1.1
      |- SubVal1.2   --->    ..   |-SubVal1.2
    in these views, i navigate through the nodes via
    wdContext.nodeViewNode().move...()
    in the SubNode1-View i see the SubVal1.1, SubVal1.2 (that's what i want) <b>and</b> additional SubVal2.1, SubVal2.2 (that's what I don't want...)
    kind regards, achim
    ps: i've studied the Master/Detail-Tutorial and i think the choice for cardinality 0..n and type singleton is correct in my case.

    hmm, let's look at the code:
    for (Iteration Node1) {
      newNode1NodeElement = wdContext.createNode1Element();
      wdContext.nodeNode1().addElement(newNode1NodeElement);
      for (Iteration SubNode1) {
         newSubNode1NodeElement = wdContext.createSubNodeXElement();
         newNode1NodeElement.nodeSubNode1().addElement(newSubNode1NodeElement);
         for (Iteration SubNode1.1) {
            newSubNode1.1NodeElement = <b>wdContext</b>.createSubNode1.1Element();
            newSubNode1NodeElement.nodeSubNode1.1.addElement(newSubNode1.1NodeElement);
       for (Iteration SubNode2) {
          newSubNode2NodeElement = wdContext.createSubNode2Element();
          newNode1NodeElement.nodeSubNode2.addElement(newSubNode2NodeElement);
    is there an error in creating the SubNode1.1-Node (bold line)?
    if the code is correct, perhaps it's only a viewing problem:
    i use views that point on every node and display the values in that node. if i move in the view for Node1 to another node, the values for SubNode1 point to the correct values too, but the values for SubNode1.1 still stay on the old values. is the move of a grandfather node not correctly propagated to his first child?
    kr, achim

  • Issue with hierarchy node variable and multiple SAP hierarchies

    Hello experts,
    We are currently facing an issue when using two SAP hierarchies in Web Intelligence and one of them is restricted with a hierarchy node variable.
    The systems we use are a SAP BI 7.01 (SPS 05) and a Business Objects Enterprise XI R3.1 SP2 (fix pack 2.3). I want also to point out that the fix pack 2.3 has been applied to all BOE related components: the SAP integration Kit, client tools, and enterprise (server and client).
    The universe used in our scenario is based on a BEX Query with two hierarchies (non-time dependent hierarchies, intervals allowed) loaded on their corresponding characteristics. One of these characteristics is restricted with a hierarchy node variable (manual input, optional, ready for input, multiple single values allowed). 
    Prerequisites for replicating the problem:
    1)     When building the web intelligence query select several levels from both hierarchies (they have seven levels each) and    the   only amount of the InfoCube that the BEX query (that was used to create our universe) relies on.
    2)     In the hierarchy node variable prompt select a hierarchy node entry (not an actual InfoObject value that exists as transactional data in the InfoCube )
    By executing the query built above, all characteristics are returned null (no value) and the key figure with value u201C0u201D. No error messages, no partial results warnings.  Now if we go back to u201CEdit queryu201D and select levels of only one of any of the two hierarchies the query runs normally (by selecting the exact same value for the hierarchy node variable prompt).
    Any ideas on the matter?
    Regards,
    Giorgos

    Hi,
    Have you ever got a solution for this problem?
    I have a similar one.
    Thanks,
    regards, Heike

  • Query problem with hierarchy filter

    Hello everybody,
    i have a problem with a BEx Query 3.5 on a BW 7.01-System. This query includes the cha cost category as free characteristic which is filtered on a node. When we execute this query everythin works correktly. When I now select a filter value in BEx fpr this char the formula value in the row does not change. When I drilldown on this char the correct data was shown. This problem occurs only with this hierarchy node. With other selected nodes this problem does not occur.
    We have regenerated this query in rsrt but that don't fix this issue.
    Has anybody an answer?

    hello,
    the problem is known. You may check whether implementing the following note solves the issue:
        1434532
    best regards,
    Jerome

  • Master Data load does not extract Hierarchy nodes in BPC Dimension ACCOUNT

    Hi Experts,
    I am performing master data load through standard DM package with Filter selection as:
    1. Chart of Accounts
    2. Hieararchy selection has 4 hierarchy names
    3. Selected Import Text nodes
    4. Selected Set Filters by Attribute OR Hierarchies
    I have run this DM package for a set of data and selections a week ago and it worked fine.
    However when i run it now, it is giving issues,
    It extracts any new GL maintained in the BI system however it does not extract any hierarchy nodes at all! (Have tested this by deleting the hierarchy nodes and tried to run the master data load)
    I am running the DM package in Update and have selection as External.
    Any sugestions for checks / has anyone encountered this issue earlier?
    Regards,
    Shweta Salpe

    Hi Guyz,
    Thanks.
    I found that the issue was with the transformation file where i was maintaining the RATETYPE.
    When i removed the mapping of RATETYPE this works fine. (Pulls the nodes of hierarchies)
    however now i do not have Ratetype populated in the system.
    my rate type mapping is:
    RATETYPE=*IF(ID(1:1)=*STR(C) then *STR(TOSKIP);ID(1:1)=*STR(H) then *STR(TOSKIP);ID)
    and in conversion file i have TOSKIP     *skip
    I have to skip the ratetypes for the hierarchy nodes and my hierarchy nodes start with C and H.
    So now that i have removed the mapping for RATETYPE can anyone suggest me a correct way to achieve this? (Note the above mapping formula was skipping all of the hierarchy nodes starting with C and H)
    Regards,
    Shweta Salpe

  • Problem with hierarchy variable while displaying query in Portal

    Hi,
    I came up with an problem with a query in the portal.  The problem is :
    I have one query which is displayed in the portal. The Query has hierarchial selection criteria. I am executing the same query using analyzer. Its taking the variable from the selection and displaying it on the analyzer. I have used the option to " display the query on web " from the BEX query designer. From there its opening and displaying the results with the given selection criteria.
    Where as when i open the query seperately in portal, its not displaying the results.
    I came to know from one of my colleague that the porblem is with the Web item and the hierarchial variable declared in WAD  was different from the variable declared in the BEX Query designer.
    I never Worked with WAD. I tried finding out the variable definition. But i was unable to find out where the Hierarchial variable was defined.
    Please help me out regarding the same.

    The problem is sovled.
    Poornima.

  • "Data Execution Prevention Problems" with Adobe 9.3 (Win)

    Dear All:
    I have recently submitted some applications with an Australian university, and this university has difficulties
    opening my MAC-generated PDF Portfolio. They keep insisting that there may be a virus, and I keep pointing
    out that maybe some of the bundled PDF files that seek a full-screen mode might cause this alarm in the
    Windblows context.
    The screen-shots they have sent me say this:
    1) Data Execution Prevention - Microsoft Windows
    To help protect your computer, Windows has closed this program
    Name: Adobe Reader 9.3
    Data Execution Prevention helps protect against damage from viruses and other security threats. What should
    I do?
    2) Adobe Reader 9.3 has encountered a problem and needs to close. We are sorry for the inconvenience.
    If you were in the middle of something, the information you were working on might be lost.
    For more information about this error, click here
    Now the only solution is for me to go somewhere and print out these PDF files, and then snail-mail them to HR;
    the "paperless office" idea has never worked very successfully, and now I have confirmation.
    Any help would be much appreciated. I never recall generating a virus on my MAC ....

    I am having the same problem with Acrobat Reader X.
    I am using Adobe Reader X and am constantly getting a Windows "data execution prevention" error every time I open and close a pdf file. What can I do to resolve this as Windows says it can not shut off "data execution prevention" for Adobe reader?

  • Problems with hierarchy in WEB Ex

    Hi All,
    I am having a problem with Web based queries. When we want to select hierarchy only the description of hierarchy is visible.
    Is it possible to view technical name as well.
    which can be selected to view a perticular hierarchy.
    I promise to award the points if my problem is sorted.
    Thanks,
    Kirk

    hi kirk,
    The following SAP help docs shud solve ur issue:
    <b>for defining new queries:</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a5625e09411d2acb90000e829fbfe/content.htm
    <b>for restricting characteristics:</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a563fe09411d2acb90000e829fbfe/content.htm
    <b>for restricting characteristics in hierarchies:</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/83/096d399bd2046fe10000000a114084/content.htm
    <b>for selecting hierarchies:</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/a7/3f7139d1f89a0ce10000000a114084/content.htm
    <b>for defining the selections:</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a564ce09411d2acb90000e829fbfe/content.htm
    hope it helps, lemme know
    shameem

  • Time, date and settings problems with boot camp

    I have recently installed Windows XP using boot camp on my macbook, and everything seemed to be working fine for a while. However, after a couple of weeks, i am now getting date and time errors every time i shut down Windows and boot back into Mac OS. Upon restart the date always resets it self to December 2000, and this causes multiple programs to stop working. Also, airport forgets my wireless settings and no longer connects to my base station until i re-enter the passwords, so the date wont correct itself using the internet. The only way i have been able to set the correct time and date is to either set it manually, or to use the ethernet cable as it requires no passwords, which is inconvenient as my base station is in a awkward place.
    After resetting the time, date and internet settings, my macbook works perfectly again until the next time i use boot camp. I have also had exactly the same problem with another macbook i have, and cannot figure out how to stop this from happening.

    FAT32 will accessible from both Windows and OS X
    If you don't want to reformat your ext drive you need something like http://www.paragon-software.com/home/hfs-windows/ or http://www.mediafour.com/products/macdrive/

  • Problems with discover Nodes

    I have problems with autom. discover of nodes.The services Man.server and agent are started, but i get
    the errormsg:Discovery failed:VNI-4009: Cannot contact agent on the node.
    Can someone help me.
    Thanks.

    what os are you running?
    on my linux box, what i did was to delete *.q and services.ora from $ORACLE_HOME/network/agent then manually put in my instance in tnsnames.ora using the example used in http://www.mike-devlin.com/oracle/tnsnames_ora.htm. i made sure that the instance was up then ran lsnrctl start and agentctl start. OMS was able to discover my database automatically after that.
    i do have a feeling that you are using Win2k/XP, but the files i mentioned can be located in the same directory. instead of lsnrctl start and agentctl start, you can go to Administrative Tools>Sevices and start OracleOra92TNSListener and OracleOra92Agent
    i would recommend, however, trying to use netca when recreating the tnsnames.ora. it just didn't work with mine so i had to do it manually.

  • How do I disable future iOS updates till later date to prevent problems with non iOS compliant Apps?

    Hello first time post here so excuse me if my posting etiquette is off and this seems lengthy.
    I am a beginning tech (4 months) in a school district that has started the 1 to 1 initiative with iPads (iPad 2).
    There is a huge learning curve I am facing as I don't know hardly anything about the new piece of software - apple Configurator. (A side note I was issued my very first iPad in the same time working for the district. BTW liking the iPad a lot).
    I am looking for friendly beginning user info on how to operate the Apple Configurator - suggestions? At this time I have only served in an observer capacity as it assigned to someone else in the district to do. However I know this person would appreciate another mind to help out  around the problem so I need to get up to speed.
    This a story of bumps and scrapes and bruises on the 1-1 initiative in the district and its 4 major hiccups have occurred (that I observed).
    I am hoping others have discovered these problems and figured out a way to handle them or avoid them and would be willing to share what you did.
    Here goes...
    The district started the 1-1 initiative roughly 3 years ago. They had a person in the middle school (way before me) in charge of the iPads. They used the IPhone Configurator device to manage the iPads. My understanding was this was very slow. That person was finally able to retire and took their knowledge they had of the iPhone Configurator utility that they used with them.The district chose to start using the Apple Configurator software this year for iPad management.
    We have a brand new person that has been put in charge of this. The person did not know the software either (nor did anyone else in the district).This person has made great strides to learn the software. However there has been some issues along the way:
            1. The school where the iPad 1-1 initiative is a middle school. The students are assigned the same iPad for all three years. As 6th graders come in they are issued an iPad. As the 8th grade finishes up, they head on to high school and the iPads gets recycled to the next 6th graders walking in the door. Each grade level has there own set of apps, so the (finished) 8th graders iPads get reset for the next 6th graders walking in.
    The issue is (my understanding) is that the volume purchase apps did not always revert back to the Apple Configurator/App store spread sheets before the iPads were reset. It took an act of congress with Apple to refund these apps because they were lost. Mind you we have 400 iPads in just this school alone so you can see why it was important to get these Volume Purchase Apps refunded to put on the new 6th graders iPads. $$$
             2. When the iPads were given to the students, the Apps would not work and all they would do is shake for a second. The iPads were recollected and redone. Time away from the students and classes.
            3. The iPads were refinished (with all the apps reinstalled) and given to the students. Then the students were given instructions in class how to manually setup their exchange email accounts on their iPads. Turns out the restrictions on the iPads (from the apple Configurator) were set up so the email info they put in could not verify with the exchange server. They wouldn't send or receive. So the iPads were all recalled back (time away from students and their classes again) and redone with the restrictions/ apps reinstalled.
            4. Most recent problem... iOS6 came out and all of a sudden we find out that two of our biggest 3rd party Apps were having problems with it. So it made the Apps at that point worthless. (These are paid for - expensive, most used by the school Apps).  Well there was no way to prevent the students from updating to IOS6 on their own (mind you they can't get to the App Store) but they can do the iOS6 update whenever they want. Before the problem was discovered, students were prompted by their iPads and they started doing the iOS6 update. I discovered this and immediately had the secretary send out emails to everyone do not download this thing because it was making problems for existing installed Apps. Of course there are were a few more students that were like "this don't apply to me right?" and they downloaded it anyways.
    So after 3 weeks of these apps not working, App update/releases were finally given and they are working again. So far we have only fixed some of iOS6 kids that are in need of those two broken apps.
    Now we are at a crossroad with the other 95 installed apps to consider ... if we let the students update to iOS6 to fix the two broken apps will it interfere with the other 93 apps that are working under iOS5.1...
    This iOS update thing would be better considered in the summer time for us (for future iOS updates).
    So I need to know is there away to prevent this in the future? Is there away to hold off the iOS updates till summer? I've seen people say control it by blocking it through the network but it doesn't prevent them from doing this at home. Where in the apple Configurator can we control this?
    Thanks for reading.

    You will not be able to block IOS 6.  You can try blocking it with a webfilter or firewall but if the students take these home or connect to another network or iTunes they can get it that way.   You will find that the vast majority of all apps will work with 6 or have been updated to work with it by now.

  • SCCM 2012 Update Group inconsistency Problem with Red marked Updates

    Hi everybody,
    we have a big Problem with our SCCM 2012 R2 CU3 Enviroment, regarding of Update Groups which got out of sync.
    we have a SCCM Site Infastructure with one CAS and 4 Primary Sites and on every Site is the SUP Role installed.
    I don't know when this failure occours but i think it was after the CU3 Installation. The Installation itself went smooth without any Errors or Warnings.
    The Problem is as following. We have some updates in Update Groups (all of them are Core XML Updates) which are out of sync and marked red as an invalid Update on 2 Primary Sites. On the CAS Site and the 2 other Primary SItes they are marked as green (downloaded
    yes and deployed yes)
    We have no Replication issues regarding the Replication Status (everything is synchronized to 100%) and the Replication Link Analyzer does also show no Problems at all.
    I now deleted the Deployments and the SW Update Group waited until the replication was fine and created a new one and downloaded these patches on one of the Primary Sites which had shown this Failure.
    The Result was not good. It looks like before. On the CAS and 2 Primary Sites the Deplyment is shown as downloaded but on the other 2 Sites the Status is again Downloaded=no.
    Does anybody have any idea what to do now ? I checked objmgr.log and rcmctr. log but found nothing what shows me the way in the right direction.
    Thx for your time, and it would be fine if anybody can share knowledge about this failure and how to fix it.
    All other Ideas are also welcome.
    Thx a lot in advance and have a nice bug free day :-)
    Bastian

    Hi,
    Please try to manually synchronize software updates from the CAS and monitor the WSUSCtrl.log, WCM.log and wsyncmgr.log on the CAS and Primary sites.
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Problem with the nodes in Oracle Portal using JPDK Portlets

    Here in Production environment we have 2 different Portal Servers
    Even if logged in with the node 'b' then also the images path showing path from node 'a' only.
    Note:
    The thing is both the Portal servers are sharing the common portal repository.
    We are using JPDK Portlets with Oracle Appserver

    Does anyone know how to modify an existing report with sub labels within the main report? I am trying to resize one of the labels.
    O'Neil

  • Problem with childs nodes and automatic key mapping in a Data Object

    Hi experts!
    I'm doing the service order tutorial from the mobile help at [this link|http://help.sap.com/saphelp_nwmobile71/helpdata/en/21/9b5b924c3b434fba4767731794b029/frameset.htm] and I have a problem...
    In the topic "Modeling the Equipment Data Object", says you have to mark the "Automatic Key Mapping" checkbox. So when I had to create a third child node ( the location node ) the system raised an exception with the message "Deselect automatic key mapping flag for more than two-level nodes". I'm trying deselecting the flag and creating the location node, but when I want mark again the automatic key mapping flag, this is disabled.
    What can I do to solve this and create the three child nodes with the flag marked? It's a configuration thing?
    Any help it's very welcome. Thanks in advance.
    Best regards,
    Simon.

    The thing is: Its not allowed to use automatic keymapping if you have more than two levels. This is why the message showed up, and this is why its been disabled.
    What automatic keymapping does: Figures out automatically which child node belongs to which parent (by guessing from the field name and type, which fields in the child correspond to which key fields of the parent).
    On three levels, this becomes more complicated => Its disabled.
    How to do keymapping yourself instead of having the DOE do it automatically: Do 'Explicit keymapping' from each child to its parent. Explicit keymapping is done by clicking on the corresponding menu button in the child node. Here you need to associate child node fields (they need not be key fields of the child, but they are allowed to be that as well) to each of its parent nodes key fields (so that each child can be associated to its parent).
    Cheers

Maybe you are looking for

  • Data mising in few fields while activating DSO

    Folks, Here is a situation. I am loading GL line Items into a DSO. In the transformation, I have written a End routine to read into another DSO and fill some custom fields. After DTP, I see these new fields populated in the New Data table for the GL

  • ILife won't Print to Epson PictureMate

    I just love iPhoto, but I can't get it to print to my Epson PictureMate. The PictureMate prints from memoery cards and will print a nozzle check from the iMac, but it goes through the motions of printing then indicates that it is 'Stopped'. The primt

  • How do I unlock all files in site at once

    Have a site that someone else worked built. Most of my sites are GoLive, so easy to figure. All pages and files are locked. I am only one working on the site now. Sort of figured out how to unlock a file, but still confused by the page unlock process

  • BC4J Passivation error

    Hi all, Apologies if this is the second time round; first time didn't appear to post. I'm trying to get a BC4J app working. I'm using a brand-spankin' new 9.0.2.822 JDeveloper connecting to a less-than-new 8.1.7 database. To test, I'm just trying to

  • Too many javas?

    Hi, Lately I've been having some minor problems with websites. I was told that the problems are Java related. I checked in Add\Remove Programs and there's 4 listings: 1) J2SE Runtime Environment 5.0 update 2 ? 125MB 2) J2SE Runtime Environment 5.0 up