Different result different node

THrer are two weblogic nodes.both are giving different results for same jsp change after restarting both
let me know how to solve through weblogic console admin

Hi
Can you tell more details like what is difference in the jsp. Do you mean the contents in the JSP like some data that comes from backend. Or the JSP itself like the ui elements not refreshed etc.
If so, there may be some caching stuff involved for your issue. Stop all the servers in all the nodes. Go to each server and delete folders named cache, tmp. Restart the servers and redeploy the code.
Unfortunately this is the only clean and gaurantee way to clear any cache, tmp files. You can do them from admin console or when servers are up and running.
Thanks
Ravi Jegga

Similar Messages

  • Counter function value to multiple elements as same value in different node

    I need your help!
    I have a counter function and value of that needs to be passed to two elements of Node A and Sub Node B..
    Ex: Mapping
    Map Counter function to NodeA.Element1 and also to NodeB(subnode).Element2
    Expected Result:
    NodA.Element1 = 1
    NodeB.Element2 =1
    but I am getting the result as
    NodA.Element1 = 1
    NodeB.Element2 =2
    I understand the reason.. since the counter function is called each time..
    so my questions is how do I the expected result as mentioned--
    NodA.Element1 = 1
    NodeB.Element2 =1
    remember the XML is multiple occurence(1.. unbounded for both the nodes)
    Thanks-Gopal

    I think  I did not explain phrase it correctly..Technicallyh NodeA.Element1 value should be copied to NodeB.Element2..As long as I can generate counter to NodeA.Element1 and hold the value somewhere to copy to NodeB.Element2, that would be fine..
    the above suggestion you guys made would not work as it will create two different set of sequences.. however Index suggestion might work differently but still I might go out of sequence if I have multiple detail record for each master record..
    Here the expected output (concise)
    Record 1 - NodeA.Element1 = 1
    Record 2 -NodeB.Element2=1
    Record3- NodeA.Element1 =2
    Record4 - NodeB.Element2=2  -->two detail records
    Record5 - NodeB.Element2=2  --> two detail records
    please help

  • How to add data in a table UI from  two different NODE

    Hello Experts,
    We have a requirement to show data in a table which is coming from different node.
    Suppose the table has 10 column ( among them 5 are coming from node A and others are coming from node B)
    I tried to add node A as a source of the table, and then add individual context to corresponding column element from node A and node B .
    Like:
    Table Source-->Node A
    Table Column1 element value --> NodeA.context
    Table Column1 element value--> NodeB.context.
    But in this case the problem is, whenever i am trying to add a new row in the table it is copying previous value to the new cell.
    I have also tried to add context of B node to A node and then tried to copy data from B node to Anode, but it is saying that Node A is already binded; add or bind element is not possible.
    Can any one please help me on this scenario.
    Regards,
    Sambaran Chakraborty

    Hi,
    Yes you can do it. In that case you need to add moveTo() function for both nodeA as well as nodeB inside the for loop. Then only both the node's pointer will move with the value of i.
    You can use something lik this:
    Create a node C and then do the following: (Considering that name,age,desc,empid are the attributes which we are trying to copy to node C )
    for(int i = 0; i < wdContext.nodeNodeA().size(); i++){
    //Moving the pointer of node A and node B based upon value of i.
    wdContext.nodeNodeA().moveTo(i);
    wdContext.nodeNodeB().moveTo(i);
    //Creating an element for node C.
    IPrivateTestApp9View.INodeCElement element1 = wdContext.nodeNodeC().createNodeCElement();
    //Copying the attributes values of node C from node A .
    element1.setName(wdContext.currentNodeAElement().getName());
    element1.setAge(wdContext.currentNodeAElement().getAge());
    //Copyingthe attributes values of node C from B.
    element1.setDesc(wdContext.currentNodeBElement().getDesc());
    element1.setEmpid(wdContext.currentNodeBElement().getEmpid());
    //Finally adding that element on to the node C.
    wdContext.nodeNodeC().addElement(element1);
    Regards,
    Jithin
    Edited by: jithus on Nov 9, 2011 12:44 PM

  • Restore to a different node with RMAN and EMC Networker

    Please, really need help :)
    I took hotbackup using RMAN catalog which went to tape. Here is the script for that:
    connect target sys/****@PROD;*
    connect rcvcat rman/***@catalog;*
    *run {*
    allocate channel t1 type 'SBT_TAPE';
    send 'NSR_ENV=(NSR_SERVER="**",NSR_DATA_VOLUME_POOL=Oracle)';*
    *backup database plus archivelog;*
    *release channel t1;*
    My settings include control file autobackup as follows:
    *RMAN&gt; show all;*
    *RMAN configuration parameters are:*
    *CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 10 DAYS;*
    *CONFIGURE BACKUP OPTIMIZATION OFF; # default*
    *CONFIGURE DEFAULT DEVICE TYPE TO DISK;*
    *CONFIGURE CONTROLFILE AUTOBACKUP ON;*
    *CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '/NMO_%F/';*
    *CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default*
    *CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default*
    *CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default*
    *CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default*
    *CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/data/backups/PROD/ora_df%t_s%s_s%p';*
    *CONFIGURE MAXSETSIZE TO UNLIMITED; # default*
    *CONFIGURE ENCRYPTION FOR DATABASE OFF; # default*
    *CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default*
    *CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default*
    *CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/data/backups/PROD/hotbkp/snapcf_PROD.f';*
    I am trying to restore this backup that is on tape (EMC Networker) to a different node. I can do this outside of Networker without any problems. However, when I try to get the backup from tape I have this issue:
    1. initPROD.ora is created and modified accordingly on a new server
    2. Export sid, startup nomount on new server
    export ORACLE_SID=PROD (on this new server)
    *rman target /*
    *startup nomount*
    3. I then run the following and get this error:
    *RMAN&gt; run {*
    *2&gt; allocate channel t1 type 'SBT_TAPE'*
    *3&gt; send 'NSR_ENV=(NSR_SERVER="***",NSR_CLIENT="********")';*
    *4&gt; restore controlfile from autobackup;*
    *5&gt; sql 'alter database mount';*
    *6&gt; sql 'alter database rename file "/data/dbf/PROD/redo01.log" to "/data/scratch/dbf/PROD/redo01.log"';*
    *7&gt; sql 'alter database rename file "/data/dbf/PROD/redo02.log to "/data/scratch/dbf/PROD/redo02.log"';*
    *8&gt; sql 'alter database rename file "/data/dbf/PROD/redo03.log to "/data/scratch/dbf/PROD/redo03.log"';*
    *9&gt; set until sequence 22; (I get this from archive logs)*
    *10&gt; set newname for datafile 1 to '/data/scratch/dbf/PROD/system01.dbf';*
    *11&gt; set newname for datafile 2 to '/data/scratch/dbf/PROD/undotbs01.dbf';*
    *12&gt; set newname for datafile 3 to '/data/scratch/dbf/PROD/sysaux01.dbf';*
    *13&gt; set newname for datafile 4 to '/data/scratch/dbf/PROD/users01.dbf';*
    *14&gt; restore database;*
    *15&gt; switch datafile all;*
    *16&gt; recover database;*
    *17&gt; alter database open resetlogs;*
    *18&gt; }*
    *allocated channel: t1*
    *channel t1: sid=149 devtype=SBT_TAPE*
    *channel t1: NMO v4.5.0.0*
    *Starting restore at 27-FEB-09*
    *released channel: t1*
    *RMAN-00571: ===========================================================*
    *RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============*
    *RMAN-00571: ===========================================================*
    *RMAN-03002: failure of restore command at 02/27/2009 22:10:43*
    *RMAN-06495: must explicitly specify DBID with SET DBID command*
    I cannot seem to pass this error. This error indicates that the db has to be either mounted or DBID set before the restore of teh controlfile. Mounting db before the restore of the controlfile does not work. Setting db id 1) does not make sense because if the primary db is down then I cannot get it, right? My primary is up now, so I was able to get db id, but setting it made the restore hang with the following:
    *RMAN&gt; run {*
    *connect target*
    *set dbid=466048808*
    *2&gt; allocate channel t1 type 'SBT_TAPE'*
    *3&gt; send 'NSR_ENV=(NSR_SERVER="***",NSR_CLIENT="********")';*
    *4&gt; restore controlfile from autobackup;*
    *5&gt; sql 'alter database mount';*
    *6&gt; sql 'alter database rename file "/data/dbf/PROD/redo01.log" to "/data/scratch/dbf/PROD/redo01.log"';*
    *7&gt; sql 'alter database rename file "/data/dbf/PROD/redo02.log to "/data/scratch/dbf/PROD/redo02.log"';*
    *8&gt; sql 'alter database rename file "/data/dbf/PROD/redo03.log to "/data/scratch/dbf/PROD/redo03.log"';*
    *9&gt; set until sequence 22; (I get this from archive logs)*
    *10&gt; set newname for datafile 1 to '/data/scratch/dbf/PROD/system01.dbf';*
    *11&gt; set newname for datafile 2 to '/data/scratch/dbf/PROD/undotbs01.dbf';*
    *12&gt; set newname for datafile 3 to '/data/scratch/dbf/PROD/sysaux01.dbf';*
    *13&gt; set newname for datafile 4 to '/data/scratch/dbf/PROD/users01.dbf';*
    *14&gt; restore database;*
    *15&gt; switch datafile all;*
    *16&gt; recover database;*
    *17&gt; alter database open resetlogs;*
    *18&gt; }*
    *connected to target database: PROD (not mounted)*
    *executing command: SET DBID*
    *using target database control file instead of recovery catalog*
    *allocated channel: t1*
    *channel t1: sid=152 devtype=SBT_TAPE*
    *channel t1: NMO v4.5.0.0*
    *Starting restore at 27-FEB-09*
    *channel t1: looking for autobackup on day: 20090227*
    *channel t1: looking for autobackup on day: 20090226*
    *channel t1: looking for autobackup on day: 20090225*
    It looks like it cannot find the autbackup of controlfile? But when I list backup while connected to the target db and rman catalog, I see that autobackup is included in every hot backup that we do:
    *BS Key Type LV Size Device Type Elapsed Time Completion Time*
    *4639 Full 7.00M SBT_TAPE 00:00:04 27-FEB-09*
    *BP Key: 4641 Status: AVAILABLE Compressed: NO Tag: TAG20090227T150141*
    *Handle: /NMO_c-466048808-20090227-01/ Media:*
    *Control File Included: Ckp SCN: 23352682865 Ckp time: 27-FEB-09*
    *SPFILE Included: Modification time: 26-FEB-09*
    I am stuck What I am doing wrong? Thank you!
    Edited by: rysalka on Feb 28, 2009 8:35 AM

    Do a list command to see if the controlfile backup is on tape.
    RMAN> list backup of controlfile;
    I suggest you to read the manual of EMC Networker or call EMC on how to restore the database to another node. I am using Veritas Netbackup, it may be similar to EMC Networke for your reference. There are a few things that need to be followed when you restore database to another node:
    1) set DB_ID, which you have done
    2) set NB_CLIENT (in your case NSR_CLIENT) to the primary node from where backup was taken
    3) configure the backup server to allow redirect restore between the two nodes.
    Hope this helps.

  • Different nodes/ format in DMEE tree

    Hi,
    i have to create a new DMEE format tree.
    the example is:
    DOMESTIC PAYMENTS ***********
    HEADER
    :01:F110000006
    :02:7.00
    :03:3
    :04:INGBBGSF
    :05:OUR ABC Company
    :07:FileName.txt
    :20:B2290306
    :23B:CRED
    :32A:060329BGN5.00
    :50K:/BG93INGB91451050232010
    OUR ABC Company
    Address
    City
    :52D:
    INGB9145
    ING BANK SOFIA
    :57D:
    BFTB7624
    TB BULBANK-PLOWDIV
    :59:/BG13BFTB76241002787514
    TBC-INKOM-OOD
    :70:INVOICE NO 123
    :71A:SHA
    :72:/DTYPE/PORD/RINGS
    :20:/B2290307
    :23B:CRED
    :32A:060329BGN1,00
    :50K:/BG93INGB91451050232010
    OUR ABC Company
    :52D:
    INGB9145
    ING BANK SOFIA
    :57D:
    BFTB7625
    TB Bulbank Zlatni Piasaci
    :59:/BG95BFTB76251001348013
    Microsystem LTD
    Address
    City
    :70:Invoice NO 897
    Invoice NO 898
    :71A:SHA
    :72:/DTYPE/PORD
    :20:/B2290307
    :23B:CRED
    :32A:060329BGN1,00
    :50K:/BG93INGB91451050232010
    OUR ABC Company
    :52D:
    INGB9145
    ING BANK SOFIA
    :57D:
    BFTB7625
    TB Bulbank
    :59:/BG95BFTB76251001348013
    Micro Ltd
    Address
    City
    :70:Invoice NO 897
    Invoice NO 898
    :71A:SHA
    :72:/DTYPE/PORD
    the bank has given the documents also.
    as you can see there are 3 items for one header.
    and some data like :57D:, :59: are different in items.
    so how to create node for them ?
    and  i have to create for FOREIGN PAYMENTS also.
    which is :
    :01:F110000006
    :02:33230.74
    :03:2
    :04:INGBBGSF
    :05:OUR ABC Company
    :07:FileName.txt
    :20:F110000007
    :32A:060403EUR1480.74
    :50:OUR ABC Company
    :52A:/D/BG64INGB91450000000000
    INGBBGSF
    :57D:THEIR BANK
    THEIR BANK 2 LINE
    THEIR BANK ADDRESS
    THEIR BANK CITY
    :59:/BG64INGB91450000000000
    XYZ COMPANY
    Address
    City
    :70:INVOICE NO 123
    :71A:SHA
    you can see :50: and 52A: are not present in earlier DOMESTIC PAYMENTS.
    how the same DMEE file format contains different nodes ?
    please share your thoughts, and if anyone created new DMEE file format, please share how to start create it.
    your answers are highly needed, appreciated.
    Thanks,
    Vidya

    Hi Vidya
    the DMEE file which you are refering to is MT940 format (guess)
    basically dmee file is divided in header, transaction and footer format.
    what you see 20: , 57:, are called as tags.  which are created within nodes. these tags are created across header, transaction and footer information.
    hope this is of some help to you
    regards
    sanjeev

  • How to display different icon, for different node of jtree

    Hi All,
    How to display different icon, for different node of jtree

    you haven't responded to my last post here: [http://forums.sun.com/thread.jspa?threadID=5323190&messageID=10382676#10382676|http://forums.sun.com/thread.jspa?threadID=5323190&messageID=10382676#10382676]

  • How to transfer data between different nodes of the same context.

    Hi experts,
       I am working on an application in ABAP webdynpro in which i want to copy data from one node to another node in the same context of a view and both the nodes are mapped with different nodes of context of component controller. How to code this. Please help.
    Thanks and Regards.
    Vaibhav Tiwari.

    Hi Vaibhav,
    you are in the wrong forum.
    BTW: Copying value of nodes is done automaticcally if you connect the nodes.
    Regards Mario

  • Drag and Drop different nodes within a JTree

    I have a JTree that represents a hierarchical object. Within the tree are different nodes representing different objects, each within a container,
    For Example:
    A
    -B container
    -- B NodeObject
    -- B NodeObject
    -C Container
    -- C NodeObject
    -- C NodeObject
    I have got the drag and drop working but as the gesture listener is on the actual JTree object it allows me to drag any object to any other place.
    What i want to be able to do is to force the drag and drop to allow only objects of type C to be put in the C container, etc and to reject any moves
    over other containers.
    As TreeNodes are not Components how do i force this behaviour?
    If i have to i can force the behaviour after the mouse has been released but I would prefer it if Swing would show the correct mouse over icons
    when I put an object over the wrong container.
    Thanks
    Dan Alford

    When you drag get the [x,y] mouse position and use the JTree method:
    getRowForLocation(x, y) for node you at the also for the parent node location of the child node.
    Once the childY is less than childParentY, you stop the drag.
    Hope that helps?

  • JTree - Highlighting a different node dynamically

    Hello All,
    I am using a JTree to display a tree hierarchy. I have a situation, in which, the Tree window should update in the sense, point to a different node ( A different node has to be selected) based on user input.
    Say the tree has root and then 3 children
    root
    - A
    - - B
    - - C
    - D
    - E
    Each hyphen indicates a level, now when the user types B in the text box I need to update the currently selected node as B, and when he types E it should update to E Automatically. I googled online in general, and also saw that the action listeners are based on some action performed on the tree... but is there any function that can be trigged externally to update the tree selected data?
    Also It will be great if there is a way in which my TreeSelectionListener event is not triggered during this change.
    Regards,
    Sirish

    you can add key listener to your text field. Then invoke the method valueForPathChanged() of tree model. For example see small piece of code
    final JTree tree = new JTree();
    textField.addKeyListener(new KeyAdapter(){
                public void keyReleased(KeyEvent e) {
                    TreePath path = tree.getSelectionPath();
                    if(path == null) return;
                    tree.getModel().valueForPathChanged(path, textField.getText());
            });

  • More than one deliveries in single tpsdls idoc as different nodes

    hi,
    can anyone help me out. i have to send multiple deliveries in single TPSDLS idoc as different nodes. is it possible? if yes then can anyone tell me how to do this?
    thanx.
    from
    lalit atit

    Dear Anup,
    Please try below steps
    1)Goto VL02N to change the delivery, you already created.
    Or you can do the following steps while you are creating a delivery also.
    2)Go to "pack" icon.
    3)In the upper section, enter the "packing material"
    4)In the lower section, change the "partial quantity" to 10 for material A.
    5)Select both the lines of upper section and lower section and click the green ok. It generates a shipping unit/handling unit number.
    6)Now, select both lines of upper & lower section & click the button "per part. qty" (New HU per part qty of material)
    Check: click "General Overview" icon to see whether it packed 10 pieces of material in 5 cartons.
    You can repeat the same process for Material A, B, C, D  and E.
    Hope this helps
    Thanks
    Murtuza

  • How to Create BO in BOPF as to hold 3 different Nodes as Transient and Data sharing between the 3 Nodes ?

    Hi All,
    My requirement :
    I have to create a FBI OVP Application, Displaying Search UIBB in the first Section .(Fetches Data from Standard Table)
    Below this search UIBB I have to create a List UIBB (Name it as LIST_1) in the Second Section to display Search Result.(This List UIBB has to Tool Bar Actions like 'Delete' & 'MOVE'  . user select a record from the list and click on delete action, Delete action has to remove the Record from the list ).
    Below this List UIBB we have another List UIBB (Name it as LIST_2) which Holds the Records Moved from the LIST_1.(User selects a record in LIST_1 and Clicks on action 'MOVE'  the selected record in the LIST_1 has to be Removed and it should be place in the LIST_2 ).
    My Development Plan :
    Step 1 : Creating a BO of type Controller Object.
    Step 2 : Make ROOT Node as Transient Node-->Propose Names for Data structure, combined structure, combined Table type. Provide fields in the data type and Generate Dictionary Objects.
    Create LIST_1 and LIST_2 as transient nodes ---> Propose Names for Data structure, combined structure, combined Table type. Provide fields in the data type and Generate Dictionary Objects.
    For LIST_1 Create Actions 'DELETE' & 'MOVE'
    Question 1) How to code to delete a Record from the LIST_1 in DELETE Action?
    Question 2) How to Code to move a Record from the LIST_1 to LIST_2 based on user selection in the LIST_1 in MOVE Action ?
    Question 3) Is this Possible to Handle all the 3 nodes in my requirement in a single BO or I Should Create 3 different BO as in my requirement the 3 nodes are independent and in the BO it uses KEY and Parent_Key relation with the SUB Node, Is this possible to handle all the 3 independent nodes in single BO ?
    Question 4) If i Create # different BO How can i achieve this Functionality ?
    Please Guide me with Your valuable Suggestions.
    Thanks in Adv.
    Thanks,
    Kranthi Kumar.

    Hello Kranti,
    As I understand , you have all the required data in non BO existing standard tables. You now want to represent this data as a business object. What you need is a BO wrapper on this existing data , and a controller object would be one way to achieve this ( in theory ). Or you can create a Business Process Object/Master Data Object  that acts as a BO wrapper ( with its own buffer implementation ) on top of existing data/APIs , see the standard  Business Process Object BO /BOFU/BASIS_APPLICATION_LOG as an example. The Master Data Object /BOFU/BUSINESSPARTNER is another example.
    Question 1) How to code to delete a Record from LIST_1 in DELETE Action ?
    There is nothing to be done here. The underlying data source for the list is a BO node and the standard Delete action that you get as part of regular CRUD for a BO node will do the job. However note that this delete just deletes the record from the buffer, if this now needs to be translated to an actual delete in the standard table then you need to handle that.
    There are two ways to handle the actual update to the table based on how you consume the data from the table. You can do the update within a determination set to Before Save (Before writing data). Or , you can create your own buffer implementation and handle your data manipulation there.
    Question 2) How to Code to move a Record from the LIST_1 to LIST_2 based on user selection in the LIST_1 in MOVE Action ?
    Add the record to the underlying node for List_2 and remove the record from the underlying node of List_1.Again , this is just buffer data manipulation , the standard tables are not touched , you will need to handle that.
    Question 3) Is this Possible to Handle all the 3 nodes in my requirement in a single BO or I Should Create 3 different BO as in my requirement the 3 nodes are independent and in the BO it uses KEY and Parent_Key relation with the SUB Node, Is this possible to handle all the 3 independent nodes in single BO ?
    Your BO design depends upon your requirements/use case/functionalities. Is the data related and can be defined as constituent of a single business entity ? If yes , then it should ideally be a single business object. In short , let your functionality decide the scope of your business object. Technical considerations should be secondary.
    In addition , remember that too many Business Objects will create a performance overhead.
    The use case that you provide is technical and it does not give me enough info  to advise on the scope of the business object(s) you will need to create. From a technical perspective , handling 3 nodes in the same business object to address your use case is very much possible.
    Question 4) If i Create # different BO How can i achieve this Functionality ?
    I will indulge in this question from a point of technical feasibility. When you have multiple BOs and you want to establish a relationship between them , this is achieved by using Business Object Representation nodes. Business Object Representation nodes enable cross BO associations that establish a relationship between a node of the source BO with a node of the target BO.
    Regards,
    Indranil.

  • Policy Managed RAC database instance on different node

    Dear All,
    Recently we have upgrade our production database from 2 node 11.2.0.1/Solaris 10 Sparc to 2 node 12.1.0.2/Solaris 11.2 Sparc
    earlier was Admin managed database, now we have created Policy managed database.
    Instance_1 running on node_2
    Instnace_2 running on node_1
    how to switch the instance to correct node or what is the concept , why it running vice versa even though assign ORACLE_SID properly.
    please clarify me.
    oracle@zhovm-proddb2:/u01/app/12.1.0.2/grid/bin$ srvctl status database -d proddb
    Instance proddb_1 is running on node zhovm-proddb2
    Instance proddb_2 is running on node zhovm-proddb1
    Thanks.

    muba_zak wrote:
    Thanks John,
    How the cron jobs takes care, is there any different is there between Admin Managed & Policy Managed
    Thanks.
    Muba
    I don't know what your cron jobs do. If (for example) they logon to the database through a service published by the scan listeners, they will be happy. If they logon using a deterministic connect string, you have a problem - a problem caused by mis-using the system.

  • JTree how to use different font's color for different node

    Hi all
    This is the first time I am using JTree in my application and I have got some problems with it that I can't work out after reading the Java tutorial. Please help!
    1. For some nodes, the font color need to be different.
    2. One node need to use more than one font type for example "This is a sample " some words need to be bolded.
    Kind regards
    Edmond

    Did you read the section on [url http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html#display]Customizing a Tree's Display?
    And did you follow the link on renderers?

  • Mapping: split different nodes into several occurence of a single one

    Hello experts,
    I would like to do the following mapping :
    Source message :
    <Employee1>
    <P0000>
    </P0000>
    <P0001>
    </P0001>
    <Pxxxx>
    </Pxxxx>
    </Employee1>
    And get this result in an Idoc :
    <E1PITYP>
    <P0000>
    </P0000>
    </E1PITYP>
    <E1PITYP>
    <P0001>
    </P0001>
    </E1PITYP>
    <E1PITYP>
    <Pxxxx>
    </Pxxxx>
    </E1PITYP>
    I have tried to duplicate subtrees in my Idoc definition to map each node Pxxxx with a duplicate of field E1PITYP, but the Idoc definition is so big that I am lacking of java memory.
    Do you have any other clue ?
    Many thanks,
    Best regards,
    Guislain

    For graphical mapping, there's no clue.
    That's the proper way to do it (duplicate subtree in the target node).
    With XSLT/Java mapping, maybe you could accomplish it with something more simple.
    Something like:
    <xsl:template match="/Employee">
       <IDOC_ROOT_TAG>
          <xsl:for-each select="child::node()">
             <E1PITYP>
                <xsl:copy-of select="."/>
             </E1PITYP>
          </xsl:for-each>
       </IDOC_ROOT_TAG>
    </xsl:template>
    Regards,
    Henrique.

  • Run a query multiple times in the same report for different nodes in Hier

    Hi,
    I have created a query as per my requirements. But my issue is I need to run the report for all the profit centers in a hierarchy. Right now I enter a node value of the hierarchy in the variable and I get the result. But I want to run it for each node in the hierarchy and display the result in the same report.Is it possible to do so in web using information broadcaster or any BI 7.0 tools. Has anyone done similar to this in web. I would prefer the web route rather than the excel but if excel is the only answer I will follow the excel path.
    Looking forward to your suggestions on this.
    Thanks,
    Kal

    Hello Kal,
    if the number of Profit Centers is limited, you could probably work with query views (one for each PC) and include all these into your Web Template.
    If this is not appropriate, I don´t know if there is any way of programming possible.
    Regards
    Cornelia

Maybe you are looking for

  • Cant get to the problem menu

    I've been trying to report a problkem with a purchase and every time I click on "report a problem" a new window opens but not the "Problem Menu" window. This is incredibl;y irritating since you just can't contact anybody by phone and no emails have b

  • How Can i specify multiple server names in rwservlet.properties  file?

    How Can i specify multiple server names in rwservlet.properties file without clustering? I am using oracle 10g Application server. we have 3 servers Repsvr1, RepSvr2 and RepSvr3. Now i need to configure rwservlet.properties file to point to these ser

  • Mysterious lack of free disk space

    Recently im having a problem with my free disk space disappearing in osx.  running a du command shows a 90GB file usage in my /Library directory, but i cant seem to find or access it anywhere i enabled hidden files also ran sudo tmutil disablelocal m

  • Is it possible to use the UC-33e (surface control) with FCP ?

    If it's the case, how can you do it ? Thanks

  • HREAP with web-auth (internal)

    I have a lwap at a remote site that is configured as HREAP so that it can continuously provide connectivity when the WLC is un-reachable.  I have two vlans on the lwap.  One is locally authenticated and locally switched for intranet connectivity.  Th