How to collect and transport a hierrachy linked to an object ?

Hi guru,
I am working in BI 7.0  and  linked a Hierarchy to oan object.
When I transported the object to production, the hierarchy is missing in production.
How to collect and transport this hierachy  ?
In case of a user-defined hierarchy, is it possible to transport it or  have I to re-create in prod ?
Thanks for your support

hi ,
Yes we can create hierarchy in production .
But if you have some kind of infrastructure build for data laod , that needs to be separately migrated.
The Info-object with the Hierarchy check in maintaineance window of info-object should be migrated to production  in order to naually maintain the hierarchy in Production
Thanks
Mukesh

Similar Messages

  • Re-collecting and Transporting in ECC after system copy

    Dear Friends,
    I have a situation where i had enhanced a datasource with some Z fields in ECC DEV and had transported them to ECC QA a while ago . Now the basis did a system copy from ECC PRD to ECC QA recently and all my transports are no longer in the Q to re-import to ECC QA. Please let me know if there is a methodical approach in re-collecting these transports in ECC DEV to QA so that i dont miss anything. Any help will be appreciated.
    Thanks
    Raj

    Raj,
    Try to add required request to Quality Import Queue and reimport.
    STMS --> Import Overview --> Choose Quality --> Disaplay requests --> (From Menu) Extras --> Other requests --> Add --> add required requests no.
    Once request added it will reflects in import queue of Quality. Try to re-import.
    Srini

  • How to collect and move the deleted process chain to Prod.

    Hi,
    I have a process chain (BI 7)that is already in D,Q and P and now I want to delete a Process Chain under "Display Component" and my question is how to collect the deleted process chain to move all the way to Q and P.
    Waiting for your response
    Regards,
    Sunil

    Hi Srinivas,
    Thank You ,I was scared that i dont get any request to collect and my problem is resolved.
    Regards,
    Sunil

  • How to collect and split messages in BPM

    Hi,
    I have two scenarios.
    In one scenario I have to collect files and send as one file
    In second scenario
    I have single file and need to split it into several ones.
    Pls provide me simple example blogs
    Regards

    Hi Harry,
    <i>what is correlation and why do we need correlation
    for N:1 transformation (multiple messages to one message).</i>
    Correlation is used when you have multiple recieve steps in the BPM to differentiate each file. Consider your recive step is executed and the BPM is active waiting for the other file to comne in. Before the next file comes in , if another BPM is activated becuase your recived recive1 message. Now, when the next message comes in , how does XI know which BPM instance is to be used.
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/64373f7853494fe10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/6d/94364296f1b26be10000000a155106/content.htm
    This blog talks abt it.. i had already posted it
    /people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi
    <i>Can N:1 be achieved without correlation.</i>
    Correlation is used when you have multiple recieve steps in the BPM to differentiate each file.
    <i>[Reward if helpful]</i>
    Reagrds,
    Prateek

  • How service order and sales order are linked to Service notification

    Hi I want to link a specific service order type and a specific sales order type to a service notification how to do that. Please help me out

    The sales order to service order link is also there in table AUFK
    AUFK-KDAUF (sales order number)
      Sales order
    Also check document flow of the sales order for the item in question:
    If the item is a a service item then

  • How to setAction  and make a bookmark linked to a page number?

    I am writing a vbscript...
    set ADoc=CreateObject("AcroExch.AVDoc")
    ADoc.Open   "D:\aaa.pdf"
    set BMark = ADoc.GetPDDoc.GetJSObject.BookMarkRoot
    BMS= BMark.Children
    MsgBox     BMS(0).name
    Now i want to give BMS(0) a link to the page number 11.
    Is "setAction" can do this?
    How?

    click file/publish settings/html and use the quality settings dropdown.
    if that doesn't lead to satisfactory file size, you may need to check the properties of each bitmap in the library to see if it's set to over-ride the global settings.

  • How to create and transport my own globel check variant for Code Inspector

    Hi,
    I want to create my own global check variant with Code Inspector, so that I can transport the Variant in other systems, but I can not save my variant whitout registering a SSCR-Key.
    Can anybody help me?
    Best regards
    Marcus

    I have solved it myself and will post the solution here soon.

  • How to specify AND/OR relationships while linking nodes in uCMDB Java API

    Hi,
    I am trying to build a TQL via the uCMDB Java API. The structure that I am trying to build is of this type:
    |- Server
        |- Disk
        |- FileSystem
        |- NIC(Interface)
            |-IPAddress
    In the TQL I want to specify the relationship between server and  nic (interface) as composition or containment. So if either relationship matches, it should return me data.
    To build this, I used the following code:
    //server node
    QueryNode serverNode = queryDefinition.addNode("ServerNode").ofType("node");
    //nic (interface) node, uses containment link
    QueryNode nicNode = queryDefinition.addNode("NICNode").ofType("interface");
    //nic (interface) node, uses composition link
    QueryNode nicNode1 = queryDefinition.addNode("NICNode1").ofType("interface");
    // now add relationships
    serverNode.linkedTo(nicNode).withLinkOfType("containment").atLeast(0);
    serverNode.linkedTo(nicNode1).withLinkOfType("composition").atLeast(0);
    My guess is that when I am adding relationships using "withLinkOfType()", it directly ANDs the conditions. Is there a way I could OR conditions which says:
                        Give me NIC Interfaces which either have a composition or containment relation with my server.
    Thanks in advance!

    Hi,
    You need to create a ejb-jar.xml and jboss.xml files to deploy the application on the servers.
    Also, put these lines of codes after getting System Properties.
    prop.put(Context.PROVIDER_URL, "iiop://localhost:[port_no]");Thanks,
    Srikant

  • How to save and retrieve an excel file as an object into lob column?

    Hi ,
    I need to save and retrieve the whole excel file with 3 or more sheets as an object into the lob column of table.
    For example:
    t_docments
    (doc_id number,
    excel_data clob
    All excel files need to be saved to excel_data column.
    What should I do?
    Thanks

    Did you check the asktom thread posted by Jens?
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P1
    1_QUESTION_ID:232814159006
    There's example of varies file types.Yes, I did try some examples.
    Those work for .doc/.pdf/.jpg files, BUT NOT for excel file.
    The following error happened when retrieving excel file(retrieving .doc/.pdf are OK)
    ORA-29285: file write error
    ORA-06512: at "SYS.UTL_FILE", line 18
    ORA-06512: at "SYS.UTL_FILE", line 375
    ORA-06512: at "SYS.UTL_FILE", line 990

  • How to move and resize a whole layer with different objects and groups

    Ok, I am a bit confused here.Things are not working like I thought they would and the documentation has confused me more.
    currently in my code I have
    var embedLeftSleeve = new File(folderPath+"/LeftSleeve.ai");
    var leftSleevePlaced = doc.groupItems.createFromFile(embedLeftSleeve);
                            leftSleevePlaced.top = currentHeight;
                            leftSleevePlaced.left = 0;
    I am importing an AI file and trying to put it into its own layer. I want it (the imported ai file) into into it's own layer. And I would like the layer to be setup the exact way it was in the original. But, after the import it seems to group non-grouped items, some of the objects are not showing the same way they did (like a shape with a gradient fill in it).
    And finally, I want to scale all of the items in that layer as if I selected the layerer in illustrator and scaled it by hand (but scripting it to a set scale).
    Can someone please help me. I am digging deep into the documentations and looking all over online to find what I want with little luck.
    John

    Any chance of a sample of your art? I had a quick and my test art does NOT break up or look any different.
    I've been trying to build myself a set of library functions so my methods may appear a little odd.
    This was fine for me…
    #target illustrator
    var sleveArt = new File ('~/Desktop/Untitled-2.ai');
    var artName = sleveArt.name;
    var docRef = app.activeDocument;
    with (docRef) {
    pageOrigin = [0,0];
    rulerOrigin = [0,0];
    var docHeight = height;
    myLayer = layers.add();
    myLayer.name = artName;
    myGroup = myLayer.groupItems.createFromFile(sleveArt);
    myGroup.top = docHeight;
    myGroup.left = 0;
    resizeObject(myGroup, 140, 140, 100, 'BL');
    selection = null;
    function resizeObject(obj, sX, sY, clw, tr) {
    if (verifyObject(obj)) {
    var transAbt = getAnchor(tr);
    obj.resize(sX, sY, true, true, true, true, clw, transAbt);
    return true;
    function verifyObject(obj) {
    if (obj.typename == 'CompoundPathItem'||'GraphItem' || 'GroupItem' || 'PathItem' || 'PlacedItem' || 'PluginItem' || 'RasterItem' || 'SymbolItem' || 'TextFrame') return true;
    else return false;
    function getAnchor(x) {
    var thisTrans;
    switch(x) {
    case 'B' : thisTrans = Transformation.BOTTOM; break;
    case 'BL' : thisTrans = Transformation.BOTTOMLEFT; break;
    case 'BR' : thisTrans = Transformation.BOTTOMRIGHT; break;
    case 'C' : thisTrans = Transformation.CENTER; break;
    case 'DO' : thisTrans = Transformation.DOCUMENTORIGIN; break;
    case 'L' : thisTrans = Transformation.LEFT; break;
    case 'R' : thisTrans = Transformation.RIGHT; break;
    case 'T' : thisTrans = Transformation.TOP; break;
    case 'TL' : thisTrans = Transformation.TOPLEFT; break;
    case 'TR' : thisTrans = Transformation.TOPRIGHT; break;
    return thisTrans;

  • How to read and image file in a BLOB database filed

    I’m using Oracle Reprots 10g
    I have a database filed of type BLOB ( that can be BMP, GIF, JPG, PDF ..etc .. it can be any format/extension)
    From Oracle Reports how I can display this image file

    Hello,
    Extract of the Reports Builder Help :
    Selecting an image from the database
    Note: These steps, and the steps to link an image object to a file (for paper-based reports only), allow you to include images in a wide variety of formats supported by Oracle Reports, including JPEG (all types, such as Progressive JPEG and Exif JPEG), PNG, BMP, TIFF, GIF, and CGM.
    For paper-based reports, you can also use InsertImage to import an image from a file into the report layout for images in the following formats: TIFF, JFIF, BMP, TGA, PCX, PICT, GIF, CALS, RAS, OIF, PCD.
    To select an image from the database:
    Create a query that selects a column containing images or the filenames of image objects.
    In the Data Model view, double-click the image column to display the Property Inspector.
    If the column contains the filenames of image objects, rather than the images themselves:
    Under the Column node, set the Read from File property to Yes.
    In both cases (a column containing images or a column containing the filenames of image objects): under the Column node, set the File Format property to Image.
    Regards

  • How to collect sysdba opertaion record to av server alert ?

    OS: Linux as 4
    DB: 10g
    AV: 10.2.3
    I'v create an statement audit policy "table" and the alert to report "create table" opertaions , then loggon as sysdba to 'create user ...'. The 'create user..' operations were recorded to the /adump/*.aud ,but these recores can not be collect and report by av server console . At the same time ,other user's create table oprerations can be audited and alerted on av server console.
    how to collect and alert the operation records of SYSDBA that meet the policy and alert requirement ?
    thanks.

    thanks for your reply.
    the status as follow:
    1.the db parameter has been set :
    audit_sysoperatins= TRUE
    audit_trail= OS
    2. the sysdba operations audit record can be find in /adump/*.aud
    3. On av server, statement auidt policy 'table' and alert ' create table' are configured .
    the problem is : any user who 'creat table' can be audited ,and we can find one alert generated on av console except sysdba . In other words ,sysdba create a table, the opertion meet the audit policy and alert ,but can not find the alert on av console .

  • How to collect a tranformation and routines in it in a transport request

    how to collect a tranformation and routines in it in a  transport request.
    also if a tranfer rule and its routines to be collected in a transport request.

    goto RSA1-> Transport connections
    select object types in the left pane..drop down the transformation type and select the transformation that is to be captured.
    move it to the right pane. Right click on the transformation and select 'do not check any below' if you do not wanna transfer the source and the target info providers. Drill down through the transformation and select the routines that needs capturing.
    select 'package' and give the appropriate package name and save it. It will ask for the request number and give the requst number.
    The objects are collected.
    To check go to se01 and check under the requests if the objects are captured.
    -Srivatsan.S

  • How to collect the deleted query in a transport request.

    Hi Friends,
    I have created a query and transported it to the Quality, the data content is all ok, except that i have not used the Project Naming conventions. Now i have a defect against my name for this. I have to copy the same query with the correct Naming convention and transport it.
    My question is after copying the query with correct name i have to delete the old query (if not there would be 2 versions of the same query). How do i collect the deleted image of the query in a transport and send it to quality?.
    I tried deleting a test query from Bex Designer, but this does not ask me for a transport. should i use RSZDELETE?. Not sure if it asks for a transport request when i delete the query.
    Can someone pls tell me how to go about this?.
    Thanks in advance.
    BN

    Hi BN,
      I do agree that deleting directly in Quality and Prod is not good way and not recommeded.
    I have not tried and deleted.But if the system is configured in such a way  that if it doesnt ask for a request
    then i feel you have no option.
    If any object is deleted then you must have the deletion image collected into request at the same point when you are deleting.Because later when we go to transport connection we wont find the object itself.
    What i think from your point as you said you have done earlier  is you must have any open request regrding this query and when this query is deleted , the deletion image is also included in the same request.
    So go to se03 and give your deleted query name and check all the requests.
    Check in the requests when the deletion image is captured or not. we might be knowing that this is cpatured.
    Regards
    vamsi
    Edited by: vamsi talluri on Nov 9, 2010 9:14 PM

  • How to remove bullets and spacing for url links in the Related Links iview?

    I tried to look for a property that I can edit the look-n-feel of the url links in the Related Link iView using "Theme Editor".
    All I need is to remove the bullets and increase some vertical spacing between the links.
    Currently, it looks like this:
    URL iView A
    URL Iview B
    I go through the whole section of Related Links properties, none of them seems to do what I want.
    Here are the list of properties in Related Link section (of Navigation Panel):
    Link Color
    Text Decoration of Link
    Hover Color
    Text Decoration of Hovered Link
    Initially, I thought "Text Decoration of Link" should be the right property I should look at. But there are a drop-down with 5 options: None, Underline, Blinking, Overline and Line-Through, which really can't achieve what I want.
    Thanks for advice.
    Kent
    Post with Diagram Illustration:
    <a href="http://sapnetweaverforum.blogspot.com/2006/11/how-to-remove-bullets-and-spacing-for.html">How to remove bullets and spacing for url links in the Related Links iview?</a>
    Message was edited by: Kent C.

    Hi, Kai.
    I checked the Related iView properties (URL Template), I don't see what layoutset it is really using. I am not sure, is that a layout set apply to the Related Link Iview?
    For the regular KM iView, I will see what Layout Set I want to apply, then I can go and change the properties (of layout coontroller, collection renderer & resource renderer)you mentioned. But for this Related Link iView, I really don't know. I guess it may be in the code itself.
    If there is a layout set for Related Link iView (or the place to apply layout set to it), can you point to me which one is that? (I did a search through the layout set names, I only find the AppQuicklinkExplorer (I used this for Dynamic Nav. Link iView before), if I can aply this layout set to Related Link iView, my problem will be solved.)
    Thanks for help.
    Kent

Maybe you are looking for