BPC 7.5: Hierarchy load fra BW. Missing "parent" nodes.

Hi,
i'm having problems uploading a 0profit_center hierarchy from  SAP BW to BPC.
My problem is that the load fails due to missing dimensions members on profit_center in BPC. The missing members is the hierarchy parents, which are not a part of the masterdata on the infoobject "0profit_center"
So for example I have a simple hierarchy:
Parent1:
-child1
-child2
-child3
Child1-Child3 are masterdata on (dimension members) on 0profit_center. Parent1 is NOT masterdata. So the load will fail due to the fact that parent1 is not a dimension memeber in  'BPC' profit_center.
Do I have to load the hierarchy table from BW to BPC (profit_center) in order to get the dimension members for the hierarchy ??
Thank You,
Joergen Dalby

Hi,
you need to use a formula to remove the spaces. Though not sure how to define it for hierarchy notes.....
The formula can be defined in the conversion file.
The formula is js:%external%.toString().replace(/s+/g,"")
And your conversion file should look like (transposed for reading purpose).:
EXTERNAL = *
INTERNAL = js:%external%.toString().replace(/s+/g,"")
FORMULA
You can read more here:
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c02d0b47-3e54-2d10-0eb7-d722b633b72e?quicklink=index&overridelayout=true
Under section 4.4.
Hope this helps,
jdalby

Similar Messages

  • Leading 0's in BW have been removed in BPC but how to convert internal to external for hierarchy load.

    When loading MD/Hierarchy into BPC from BW, I'm removing 0's appended to MD using js: parseInt(%external).
    BW --> 000000123456
    BPC -->123456
    But when loading Hierarchy later I need to have a conversion which allow me tell system that BPC members are without 0's
    BW-->000011111
    BPC-->11111
    I've tried the below different conversion mappings but didn't work.
    External               Internal
          *                    js:parseInt(%external)
    0000?????              ?????
    0000*                       * 
    Some how I need to tell system that 000011111 has been changed to 11111 in BPC.
    Can you guys please help me with the correct conversion??

    Hi Asif,
    js:parseInt(%external) is correct, make sure you are applying the conversion for all the IDs and NODEs.
    Andy

  • Master Data & Hierarchy loading into BPC from BW

    HI all,
    When i am getting master data and hierarchy from BW i need to replace a "-" to an "_".
    These members are parents in BW.
    I was able to do that using a conversion file for the master data. But when i run the hierarchy package it says parents dont exist because the nodes that were pulled before are not with a underscore and not a dash.
    Ex: XXXX-XX needs to be replaced as XXXX_XX.
    This member is a parent aswell. So i need to add conversion in the hierarchy load. I did that but its not taking it.
    Conversion file for hierarchy load looks like this:
    External                         Internal
    XXXX-XX                          XXXX_XX
    I am on BPC NW7.5 SP6.
    Thank You all.

    I think conversion file string manipulation for BW infoobject hierarchy imports has some issues.  I suggest reporting the problem to SAP support by creating a message on the Service Marketplace. Please be very clear in the message about your setup and how to recreate the problem and why you think it is a bug so that you don't receive back a reply about it being a consulting issue.  Expect some time to work through this with support and eventually development, with the goal of getting a correction note released to fix the issue.
    In the meantime, you might try to do the string manipulation in the transformation file *MAPPING section instead of the conversion file.
    NODENAME=NODENAME(1:4)*STR(-)NODENAME(5:6)
    or substitute NODENAME above for PARENT if that is appropriate level with the issue.
    Best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Customer Solutions Adoption (CSA) team

  • Hierarchy Data not saved after Hierarchy Load

    Hi Gurus,
    I am facing a problem with the hierarchy data load in SAP BPC NW 7.5 SP06. I have already used /CPMB/IMPORT_IOBJ_MASTER & /CPMB/IMPORT_IOBJ_HIER once to load the data from BI to BPC and it worked fine that time.
    Now I have made some changes in the Hierarchy at the BI side. When I run the package link list, the /CPMB/IMPORT_IOBJ_MASTER chain runs fine and the master data, description for Attribute and Hierarchies are loaded perfectly. But whn the /CPMB/IMPORT_IOBJ_HIER is run, the changes are not saved in the BPC Member sheet. I have manually make the changes in the member sheet and Process the Dimension.
    Can we process the Dimension explicitly after the Hierarchy load again?
    Does anyone have an idea about this?
    Any help is appreciated.
    Thanks,
    Abhishek

    Abhishek,
    Double check whether  /CPMB/IMPORT_IOBJ_MASTER is bringing all the ID's,Texts and Hierarchy Nodes. If required drop the data from dimesion member sheet and load it again.
    Double check the Hierarchy and level setup while running /CPMB/IMPORT_IOBJ_HIER.
    (when we are in SP05, it was not bringing the multiple Hierarchies, now we are in SP07 loading multiple hierarchies but not the TEXT fo the Id's some inconsistency)
    Thanks

  • Problem during hierarchy load from ECC 6.0 to BW

    Hello,
    I encountered a problem during hierarchy loads from ECC to BW:
    I get the following in BW:
    Error when updating Idocs in Source System
    Diagnosis
    Errors have been reported in Source System during IDoc update:
    Once I go into ERP and look at the IDocs I get the following message:
    Idoc Error 26:
    EDI: Syntax error in IDoc (segment cannot be identified)
    Message no. E0078
    Diagnosis
    The segment E1RSSH does not occur at the current level of the basic type (extension ).
    This error can have several reasons:
    The segment E1RSSH is assigned to a group whose header segment does not occur.
    The segment E1RSSH does not exist in the syntax description of the basic type  (extension ).
    The sequence of segments in the group in which the segment appears is incorrect.
    Previous errors ('mandatory' segment or group missing) may be due to this error.
    Procedure
    Please check the IDoc or the syntax description of the basic type  (extension ).
    Can anyone help?

    The most basic setting in a BW system is its connectivity with the R/3 system (which is a basis team activity, but BI consultant can always help).
    Issue: While creating source system, I am getting an error "Segment E1RSSH does not exist".
    Diagnosis
    Segment E1RSSH is in the syntax description, but it does not exist.
    The issue was that some of the entries in the table EDISEGMENT were missing.
    As this a standard table, it is recommended to restore the table from Backup or from another BI system. (Please ask your basis team to do it.)
    Now, the significance of the segments: We all know that we require 3 message types in total to communicate with R/3 system. RSRQST, RSSEND and RSINFO.
    Now each of the message types has some segments which help in communication.
    You can see this segment types in the t-code we30. Just enter the basic idoc type and click on display.
    This error is not a common error, but can be useful if at any stage of implementation or support, the table gets disturbed and you have issues with source system connectivity.
    Thanks
    SM

  • Error in WBS Element Hierarchy load after ECC 6.0 Upgrade

    Hi All,
    After ECC 6.0 Upgrade in R/3, we are doing test load in a Test server. While doing, we have encountered an issue with 0WBS_ELEMENT Hierarchy load. The message in the monitor is like below.
    "Node ID 00014240 has not been included in the hierarchy
    Message no. RH207"
    When I run the same hierarchy in another system which is not upgraded , it works fine.
    Anybody has faced similar kind of issues and can throw some light on this issue?
    Thanks,
    Mohan

    Try activating the Heirarchy in R/3 and re-trigger the load, error is very specific to structure of the hierarchy. there is a possibility that this Hierarcy could have got inconsistent after the upgrade.
    Thanks,
    Amit

  • 0ORGUNIT Hierarchy load failure in BW, Source system : CRM

    Hi Experts,
    From last 3 days 0ORGUNIT hierarchy load was failing.Iam getting below messages.
    Node 25047465 already exists
    Node 25034957 already exists
    Node ID 00006105,Char.Value 25081567,exists several times under node id 00003508
    Node ID 00005752, Char Value 25081567,exists several times under node id 00003150
    1. Assuming that node values were changed,in order to bring AS IS how hierarchy is there in source and fresh reload will correct the duplications, I have deleted existinsg Hierarchy,and tried to reload Hierarchy from CRM system. But now i am not able load  and getting same error and my old Hierarchy also deleted.
    2.Could you please help how we can check the 0ORGUNIT hierarchy in CRM system, I have checked through Tcode PPOSE, There i'm not getting any duplication of records i.e i have single value for the respctive Char Value.
    3.We cannot check Hierarchy data through RSA3 or in the PSA how can we check how we are getting data from source system
    Looking for your Help
    Sree.
    Edited by: Sree216 on Oct 3, 2011 3:50 PM

    Hi Sree,
    Seems like Hierarchy structure is not correct in CRM. I have seen this issue, but loading data from another client (Where structure is correct) usually resolved my issue.
    not sure about CRM, but in ECC there are different Tcodes to see hierarhcies ( depends upon the Area). E.G to see profit Center hierarchy you can use KCH3 in ECC.
    Regards
    Amandeep

  • Error loading 'ModelCom.dll': Missing export 'GetModuleHandleW' from 'KERNEL32

    Hallo zusammen,
    wir Arbeiten hier mit LV-RT (8.5) und ProveTech TA, von der Firma MBtech.
    Die Frima MBtech liefert dazu eine dll dür den Datenaustausch zwischen beiden Systemen.
    Seit dem Update der dll auf eine neuere Version bekommen wir immer folgende Fehlermeldung:
    Error loading 'ModelCom.dll': Missing export 'GetModuleHandleW' from 'KERNEL32.DLL'
    Meine Anfrage bei MBtech hat folgendes ergeben, vielleicht können sie mir diesbezüglich weiter helfen?
    Besten Dank schonmal im voraus!
    Anfrage:
    beim Update von ProveTech auf die Version 2009SE wurde auch eine neue ModelCom.DLL zur Verfügung gestellt. Diese verursacht jedoch immer einen Absturz des LabView-Realtime Betriebssystems.
    Fehlermeldung:
    Error loading 'ModelCom.dll': Missing export 'GetModuleHandleW' from 'KERNEL32.DLL'
    Wurden in der neuen ModelCom.DLL vielleicht neue Funktionen programmiert,
    die auf (von LabView-Realtime) nicht unterstützte Windows-API-Funktion zugreifen?
    MBTech:
    Die Untersuchung der Abhängigkeit zu GetModuleHandleW hat ergeben, dass
    diese Abhängigkeit seit der Verwendung des Visual C++ 2008 Compilers existiert (statt Visual C++ 2005).
    Zu welchen Visual C++ Compiler-Versionen ist LabVIEW-RT kompatibel?
    Bald kommt der Release von Visual C++ 2010.

    Hallo Manuel.W,
    bitte entschuldigen Sie, dass es etwas länger gedauert hat. 
    Grundsätzlich unterstützen wir LabVIEW und LabWindows/CVI als Entwicklungsplattform für unsere Real-Time-Systeme. 
    Für andere Entwicklungsumgebungen können wir aus verständlichen Gründen keinen Support leisten.
    Windows-DLLs, welche mit anderen Entwicklungsumgebungen (als die beiden oben genannten) erstellt wurden, können auf Pharlap-basierten Real-Time-Systemen lauffähig sein, müssen es allerdings nicht.
     Das folgende Utility liefert einen ersten Ansatzpunkt, indem es die Funktionsaufrufe (Calls) der DLL testet.
    How Can I Verify that My DLL is Executable in LabVIEW Real-Time? 
    http://digital.ni.com/public.nsf/allkb/0BF52E6FAC0BF9C286256EDB00015230
    Ansonsten können vielleicht noch folgende Hinweise helfen:
    Can LabVIEW Real-Time Interface With External Code?
    http://digital.ni.com/public.nsf/allkb/2EA49B05E67DDECF86256F9A006FB315?OpenDocument 
    Are there any tips or guidlines when creating DLLs for a Destop RT target (using Visual Studio C++)
    http://forums.ni.com/ni/board/message?board.id=170&message.id=423544&requireLogin=False
    Can I Use a Free Compiler with Simulation Interface Toolkit (SIT)?
    http://digital.ni.com/public.nsf/allkb/AAD15283A1F051A1862574F000744DBD?OpenDocument 
    CVI RT Missing Export Error when using a DLL from VS2008
    http://forums.ni.com/ni/board/message?board.id=180&message.id=41001&requireLogin=False 
    Dann hoffe ich, dass diese Informationen hilfreich waren.
    Mit freundlichen Grüßen
    i. A. Ralf N.
    Application Engineering,
    GERMANY 

  • Error loading 'ole32.dll': Missing export '_resetstkoflw' from 'MSVCRT.DLL'

    I'm getting the RT error:
    Error loading 'ole32.dll': Missing export '_resetstkoflw' from 'MSVCRT.DLL'
    LabVIEW RT 2011
    I've reinstalled RT several times but am still seeing the error.
    I only see it after closing my application.  
    I've attached a report of my RT system.
    Any ideas on what I might be missing?
    Robert C. Mortensen
    Certified LabVIEW Architect
    Certified LabVIEW Embedded Systems Developer
    Endigit
    Attachments:
    ni_support.zip ‏1110 KB

    Hello Robert,
    I wasn't able to find too much about this error on our end, but doing a wider search it seems errors involving MSVCRT.DLL usually take place when this Microsoft C Runtime Library file is replaced by a third-party file that lacks "_resetstkoflwfunction". It's odd that the error occurs only after closing the application. Here is a third-party website I was able to find which explains this in a bit more detail, and might be a fix to try if your are comfortable: How to Fix Common Msvcrt.dll Errors?
    Regards,
    Deborah Y.
    LabVIEW Real-Time Product Marketing Manager
    Certified LabVIEW Architect
    National Instruments

  • Hierarchy  loads taking a lot of time

    We have a issue of Hierarchy Loads  ruuning for a long time. One suggestion we got is that runtime can be reduced by "Increase the parallel processing during extraction"...
      How could this be an effective solution for this and any inputs for this are appreciated.
    Regards,
    Venkat.

    Hi Nilaksha,
    actually,its a QC form,where the end user is giving values for an item which has 10 sublots,he his passing the values for 10 sublots(no,sample,quantity,uom,date).
    The table is QC_SMPL_MST where he has taken the base table common for different data blocks.
    No i am not using any pre-commit statements,using the database information for retieving the item_no and sub_lots

  • 0CUST_SALES_LKDH_HIER Hierarchy load issue

    Hello,
    The Hierarchy load from the datasource 0CUST_SALES_LKDH_HIER to a time dependent InfoObject is failing with the below error:
    Node [000073, 000075]: Leaf  '006766765' already as child of node 000069.
    I have checked in the KNVH table in R/3 and I found two entries for 006766765 with 'valid from' and 'valid to' dates as below:
    Can some help me on this issue? Is this scenario valid?
    Thanks,
    Prateeksha Kalyani

    With your client permission try to delete extra entry from source table.
    About deletion you can check with ABAP Team with help of functional team.
    Like in bw selective deletion at cube level, please check with abap team is there any option to delete selected entry from table?
    if not then ask them(ABAP) to write a program to delete extra entry.
    Even you can at try to check ABAP forum as well. you may get more possible options.

  • Can Firefox 5 set to stop a connection and/or show a a progress bar rather than only ' loading'? I miss my version 3 after updating.

    Can Firefox 5 set to stop a connection and/or show a a progress bar rather than only ' loading'? I miss my version 3

    You can use this extension.
    *Status-4-Evar: https://addons.mozilla.org/en-US/firefox/addon/status-4-evar/

  • Problems with loading native library/missing methods: no ttJdbcCS1121

    Hi guys,
    Im getting this problem in glassfish 2.1, but in glassfish 3 or in tomcat, i dont get this problem. (Windows)
    Any thoughts?
    java.sql.SQLException: Problems with loading native library/missing methods: no ttJdbcCS1121 in java.library.path
    at com.timesten.jdbc.JdbcOdbcConnection.connect(JdbcOdbcConnection.java:1750)
    at com.timesten.jdbc.TimesTenDriver.connect(TimesTenDriver.java:305)
    at com.timesten.jdbc.TimesTenDriver.connect(TimesTenDriver.java:161)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:193)
    at com.summitinvt.mdaq.db.handler.DBConnector.getConnection(DBConnector.java:108)
    at com.summitinvt.mdaq.db.handler.DBConnector.initiateConnection(DBConnector.java:101)
    at com.summitinvt.mdaq.db.handler.DBConnector.<init>(DBConnector.java:34)
    at com.summitinvt.mdaq.db.handler.DBConnector.<init>(DBConnector.java:14)
    at com.summitinvt.mdaq.db.handler.DBConnector$DBConnectorUtil.<clinit>(DBConnector.java:24)
    at com.summitinvt.mdaq.db.handler.DBConnector.getInstance(DBConnector.java:28)
    at com.summitinvt.mdaq.rats.server.CommunicatorImpl.getPnLByCurrency(CommunicatorImpl.java:1074)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:562)
    at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:207)
    at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:243)
    at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:315)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:666)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:597)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:872)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
    at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:382)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264)
    at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    regards
    John

    A similar problem was reported before on this Forum - see
    Re: not able create connection to timesten
    checking the Release Notes I can see 11.2.1.8.0 has been tested against Glassfish 3 but I
    can't see any mention about Glassfish 2 in the v7 or v11 Release Notes (albeit only on a quick
    search).
    In my full install on XP, ttJdbcCS1121.dll is in C:\TimesTen\tt1121_32\bin

  • Problems with loading native library/missing methods:no ttJdbcCS in java.li

    Iam facing one problem while connecting the timesten client to the server The SQL Exception which Iam getting is pasted below:-
    Problems with loading native library/missing methods: no ttJdbcCS in java.library.path
    I am working with MAC OS X 10.7.2 and my timesten client version is 11.2.1.0
    I have also changed the Java Preferences from 64-bit to 32-bit but still whenever i tried to connect with the SQL Developer it gives me the above error.

    I just tried this out. My environment is OS X 10.7.4, Timesten (32-bit) client 11.2.1.9.0, SQL Developer 3.1.07, Oracle Java 1.7.0_04.
    The key things you need to be sure to do (in a terminal window) are:
    1. Be sure to . in the TimesTen environment script <tt_install_dir>/bin/ttenv.sh to set the full TT environment.
    2. Change directory to SQLDeveloper.app/Contents/Resources/sqldeveloper
    3. Run 'sh sqldeveloper.sh -J-d32'
    and all should be fine.
    Note that if you are using Java7 as I am then there is a step 1a. Change the CLASSPATH environment variable to specify ttjdbc6.jar not ttjdbc5.jar. For some reason running the app directly from Finder does not work even if you add -J-d32 into the sqldeveloper launch script. I'm still looking into that.
    Chris

  • Problems with loading native library missing methods ttJdbc1122.dll

    Problems with loading native library/missing methods: C:\TimesTen\tt1122_64\bin\ttJdbc1122.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
    Hi,
    I have installed TimesTen 11.2.2 64-bit version on 64-bit windows 7.
    I have TimesTen 7 64-bit as well installed on my machice
    When trying to connect to TimesTen (Direct connection) using jdbc from eclipse, I get the following error "Problems with loading native library/missing methods: C:\TimesTen\tt1122_64\bin\ttJdbc1122.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform".
    The JDK version is 1.6.25 - 64 bit version.
    Please help me resolving this error.
    Thanks in Advance,
    Balamurugan

    Are you using SQL Developer?
    There is or used to be a restriction of only being able to using 32 bit. A suggestion might be to try the 32 bit client.

Maybe you are looking for

  • HP wireless TV connect no longer working after Win 8.1 "upgrade"

    Help, my transmitter will not link to the box now that I have upgraded from Windows 8 to Windows8.1. When first plugged in, the Trans light blinks 5 times fast, then no lights.  The receiver continually blinks slower and when the trans button is held

  • HT4009 Can you buy in-app purchases with itunes giftcard money?

    I want to buy an in-app purchase and I have a $10 gift certificate in my account. If I buy an in-app purchase, will it be deducted from the gift card total?

  • Refining search for specific words in clips in Final Cut Pro X

    Heads-up - I'm not a newbie to video editing, but I am certainly not a pro.  Just an "advanced consumer" getting to know Final Cut Pro X,  who has a hobby of video-taping mountain bike races, then creating a video for a year-end banquet.  I have many

  • Issue using Runtime.exec() in Vista

    I've coded a simple method using Runtime.exec() to get the client MAC ID , and it worked alright on XP. Now my client want to switch to vista , and the method is not working. Here's my code import java.io.*; import java.util.regex.*; public class Get

  • External xml file

    i am calling a function in flash varXml.Load("\\server\folder\filename") its showing error doesn't understand UNC path. Thanks in advance