Mapping - reusing other queue

Hi guys,
Is there any way how I can use already mapped values for mapping for other target element?
let's say, my target document is:
><body>
><nodeA>
>  <nodeB>
>  <nodeC>
></nodeA>
><nodeA>
>  <nodeB>
>  <nodeC>
></nodeA>
></body>
I have already mapped nodeB and I need the same value also for nodeC, because the condition is, if nodeB equals "xxxxx" then C = '0' else '1'.
Thanks for your answers.
Olian

Hi,
As Jai had mentioned you can either go for UDF or
reflect the same mapping conditions for node C.
you can't do this when you mark more than one mapping rectangle
---> Here you need not have to mark each and every node. Just copy the final node as per below e.g.
field A --->
field B ---> Equals -
>If then (Constant 10) -
> Node B
here you need not have to mark each n every mapping API.
Just copy the Mapping rectangle of IF then and paste it... all subsequent APIs will copied with this.
I hope this will help you
Thanks
Swarup

Similar Messages

  • My location service is not working from the day one the response is that (cannot able to determine the location) .What can i need to do to see my location in maps and other application even the location services is enabled in the settings?

    From the day one the response is that (cannot able to determine the location) while using ios5.1 .What can i need to do to see my location in maps and other application even the location services is enabled in the settings?.Which means that is there is any problem in my ipad ? currently running on IOS 6.

    Your location is determined from a location database which contains the MAC addresses of routers and their physical location. A MAC address is a unique number which is built-in to all network devices when manufactured. The database is built and updated by actually driving around and mapping router locations.
    Since you just moved the location of your router has not been updated in the database and when you use Maps you will see your old location.
    If you go outside your house you can be correctly located because your iPod sees other routers which are in the location database. Note that you do not need to be connected to a router for your iPod to see it and obtain its MAC address.

  • Non-printing of maps and other website document printing.

    Since an update of Firefox (I don't know which one) I am unable to print maps and other online website documents. The maps comes up onscreen with no difficulty but when I choose "print map" the "print preview" and the actual print is blank. In the past the system printed everything with no difficulty. If I access the Internet with Explorer I can print with no problems.

    Try the '''''reset''''' described here:
    http://kb.mozillazine.org/Problems_printing_web_pages#Reset_printer

  • SMQ2 - Found a queue with name "*" and all other queues stuck in STOP state

    Hi all,
    We have a problem on the ECC side, on outbound asynchronous proxies. Sometimes a new queue appears on SMQ2 there with name "", and with status "STOP". At this time, all other queues stuck with STOP status... the only way of resetting all those queues to RUNNING state again is to delete the queue named as ""...
    Some of you has any idea how this queue "*" appears there and stop all other queues?
    thanks
    roberti

    Hi Ravi,
    Is not only about one queue stopped... the problem is this queue named ""... with status STOP, all other queues stops too with it. The only way to make things work again is to delete the queue named as ""... the problem is to discover what or who is creating this stupid "*" queue. I think that this is a procedural error on datacenter, but they are saying is not the case... I'm investigating, but if someone else has any idea about I would appreciate
    thanks!
    roberti

  • Pass variable value form one Operational mapping to other

    Hi,
    Can a variable value be passed form one Operational mapping to other in Interface determination?
    So that a Condition check to excute the second operational mapping depending on variable value obtained form first operational mapping.
    Can globalContainer could be used in UDF?
    Thankx
    Edited by: kevindass on Aug 25, 2011 9:13 AM

    Hi,
    You can try these two options:
    1) Create a key in Dynamic Configuration and use it to store the value and retrieve the value back in second operation from Dynamic Configuration.
    OR
    2) Use Export and send the value to BPM, then in BPM using the value decide on if to execute the second operation.
    Regards,
    Aravind

  • Upgrading from snow leapord to mavericks, i couldn't opened app store, messenger, ibook,FaceTime, maps and other. please help

    upgrading from snow leapord to mavericks, i couldn't opened app store, messenger, ibook,FaceTime, maps and other. please help

    Try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About
    If that doesn't work, do a backup. Boot to the Recovery Volume (command - R on a restart or hold down the option key during a restart and select Recovery Volume). Run Disk Utility Verify/Repair and Repair Permissions until you get no errors. Then reinstall the OS.
    OS X Recovery
    OS X Recovery (2)

  • TS1398 I  have a  the  latest ipad but wifi  only ,how  can  I  get it to  recognise my  location ,just  can,t  in maps  and  other  apps I  need  my  location  for    susanne

    can  anyone tell me  ,how I  get  my ne ipad  with wifi only  to  recognise  my  location ,I   nee it  with  maps  and  other  apps 
    Susanne

    @ Gypsygypsy,
    You will need to have location services on for maps and the other apps that you require location settings for.
    Settings : Privacy : Location Services
    I hope this helps

  • Query related message mapping: Play with queue.

    Hi
    i have a text file which i converting using File Content Conversion of file sender adapter. My file was very nested so i couldn't convert it the way i wanted i.e.
    <Header></Header>
    <Detail>
        <Weights></Weights>
    </Detail>
    <Trailer></Trailer>
    So now I m left with this kind of source xml:
    <ns: MT_REQ>
    <header>
    </header>
    <Detail>
    </Detail>
    <Weight>
    </Weight>
    <Weight>
    </Weight>
    <Detail>
    </Detail>
    <Weight>
    </Weight>
    <Weight>
    </Weight>
    <trailer>
    </trailer>
    And i want to map it to the same message type <ns: MT_REQ> but due to queuing of data it gives the following result:
    <ns: MT_REQ>
    <header>
    <Identifier>H</Identifier>
    </header>
    <Detail>
    <Identifier>D</Identifier>
    Identifier>
    </Detail>
    <Detail>
    <Identifier>D</Identifier>
    </Detail>
    <Weight>
    <Identifier>W</Identifier>
    </Weight>
    <Weight>
    <Identifier>W</Identifier>
    </Weight>
    <Weight>
    <Identifier>W</Identifier>
    </Weight>
    <Weight>
    <Identifier>W</Identifier>
    </Weight>
    <trailer>
    <Identifier>T</Identifier>
    </trailer>
    i.e. all detail together then weights and header trailer on top and bottom. Now the problem is there is no relation between the weights and detail except that in the monitoring it comes like
    1. First detail tag opens and closes with its data
    2  then weights which are the heirarchy  detail 1 open and closes
    3  then second detail opens and closes and then weights of second detail comes under it before any third detail tag opens
    So i was wondering if with the help of functions provided in the message mapping it will generate exact mirror image of my source  <ns: MT_REQ>  into the target  <ns: MT_REQ1> which is the exact replica of the former.
    I tried it with FormatByExample but dd not work. Is there any Userdefined function or something foe my problem.
    Please help !!
    Naina

    Stefen
    My Inbound file was coming correctly like this :
    record
    - detail
    - weight
    - weight
    record
    - detail
    - weight
    but when mapping to the target in same style it was going this way
    - detail
    - detail
    - weight
    - weight
    - weight
    so what i did...i asked the portal people to add an identifier to the details and weights so that i can read it and write a UD to finally map it correctly:
    - 1detail
    - 2detail
    - 1weight
    - 1weight
    - 2weight
    - 2weight
    it is working properly now....thanks to you all.....have given the points

  • Parse comma separated value and map with other table to get Name and change it back to comma separate.

    Hi,
    I have one existing view(with around 15 fields), in which I have to add few more fields from table called PI.
    Now these fields have values like (55C4444F-D83B-4F96-A011-367A3755BA6C , F52388E2-485B-49DF-8534-FDF46D23F59E , 722432E1-F063-4CBD-B83D-1B97836E82953) 3 values comma separated.(Sometimes only one value and sometimes 4 or 5 or 7-8 depend on user has entered
    on web page)
    Also I have another table called PHA and this tables has 2 fields Values and Name so I have to map this two tables based on VALUES fields and get Name from this PHA table and show in view and that also Comma separated.
    So basically I have to Parse the PI table's Values field 1st, map it with PHA table to get Name and then Make it comma separated in that existing view.
    To make fields comma separate I used below query,
    (SELECT DISTINCT SUBSTRING
                SELECT ','+ PI.[Name]  AS [text()]
                FROM [DB].[dbo].[Table] PHA1
    Inner Join  [DB].[dbo].[Table] PI
    ON PHA.[Value] = PI.[VALUE]
                WHERE PHA1.PId =PHA2.PId and PHA1.CId = PHA2.CId
                ORDER BY PHA1.PId
                For XML PATH ('')
            ), 2, 1000) 
    FROM [DB].[dbo].[Table] PHA2
    Inner Join [cSharpSite_profiles].[dbo].[PetAllergies] PA
    Inner Join  [DB].[dbo].[Table] PI
    ON PHA.[Value] = PI.[VALUE]
    ) [Name]
    Vicky

    Wait, this sounds wrong. You have a view where you group values into a comma-separated list. While that surely will make some purists cringe, I can see that it makes sense from a presentation perspective.
    But if you want to use these concatenated values as atomic values again, you should go back to the base tables and them from there. Building views on views may sometimes be a good idea, but if you are too keen on reuse you can cause a performance disaster.
    So do it right from the beginning.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Dynamic Changing Universe's Measure by openAnalytic for a Map or other Analytic

    Post Author: DanGenEire
    CA Forum: Performance Management and Dashboards
    Product: BOXIr2 SP1 & SP2 and  PMXI
    Patches Applied: SP1 and SP2
    Operating Systems: Server --> Windows 2003 Server, Client --> Windows 2000
    DB: Oracle 9 and Sysbase
    Error: The measure does not change using $MEASURE_NAME$ in openAnalytic
    How is it possible to change universe's variable for a map by using Hyperlink builded in a report. I tried to use the $MEASURE_NAME$ but I did not have any results: remains the measure used for building Map Object.
    I tried also to pass $MEASURE_ID$=225 and MEASURE_ID="225" how I see in Map's XML. I send, for helping you, the links that I tried: /boserv25-aspsqy/businessobjects/enterprise115/desktoplaunch/jsp/openAnalytic.jsp?DocumentName=France_DOTC&RepositoryType=C&RepositoryName=test&DocumentExt=afd&mode=full&sWindow=Same&Refresh=y&$MEASURE_NAME$=Km_realises /businessobjects/enterprise115/desktoplaunch/jsp/openAnalytic.jsp?DocumentName=France_DOTC&RepositoryType=C&RepositoryName=test&DocumentExt=afd&mode=full&sWindow=Same&Refresh=y&$MEASURE_ID$=266 /businessobjects/enterprise115/desktoplaunch/jsp/openAnalytic.jsp?DocumentName=France_DOTC&RepositoryType=C&RepositoryName=test&DocumentExt=afd&mode=full&sWindow=Same&Refresh=y&MEASURE_ID="266" All these links open and update the map, but these do not change Universe's measure (IS NOT A METRIC), showed in the map. Could someone say me which errors there are in the more correct link or if was some PM XI bug for openAnalytic? In this last case what Could I make? I tried yet the followinng workaround without any succes:
    double '&' after openAnalytic?
    $MEASURE_NAME$ =Km-realise in last position of the url

    Post Author: saravkumar
    CA Forum: Performance Management and Dashboards
    Try $SLICE_CODE$ or $SLICE_NAME$

  • 443 connection map to other port

    hi,
    i have problem when from client using https/443 to load balancer and from load balancer using other ports, let say using 4443.. Can this works, because i'm trying mapping from load balancer to server can not running.
    Illustration :
    Client using https to load balancer,
    and from
    Load balancer using port 4443 to server
    can anyone in this forum can help me.??

    additional infromation;
    client using MS Soap Toolkit version 2 and Server using Oracle 10i.
    So from MS Soap Toolkit using 443 to Load Balancer, and Load Balancer nothing to do for termination because ssl termination on the server side, but the server listening from 4443.
    from this case, i think load balancer need mapping port from client for passthrough to server side using 4443.
    what the mean with specify the server port to be 4443, how about from client side ? on the content configuration need define application ssl and port 443 ?
    giordano

  • ACE - FQDN in a class map or other suggestions

    It appears it is only possible to use an IP address when creating match conditions in a class map which makes sense. 
    We are using this basically as a NAT.
    ie, server sends an HTTP message to the ACE containing XML
    ACE then encrypts with an SSL cert and substitutes a public IP address and sends the XML out to a customer IP on the public internet
    Problem is when customer changes the IP address, we need to change the configuration on the ACE.  Ideally if I could use a DNS name, then the customer can manage any changes via DNS and not involve us.
    Disclaimer: I'm a complete novice to the ACE
    Any ideas appreciated!

    Hi Rob,
    Can you share the current configuration and also the traffic flow here.
    Regards,
    Kanwal

  • In iOS6, the new map stop me to view maps in other countries

    Previously, when iOS using Google Map, I can view other countries' maps using my iPhone. It is very useful if I plan to travel to other countries.
    However, after I upgrade to iOS6, I found it is really a disaster. I am in China and if I want to search a location in US, I got nothing.
    I really want to know if I need to travel to US, how can I use the Map? Does apple now thing the user of iPhone will stay in their own country and will not travel to other countries?

    download the Ovi nokia suite and from there u can access the maps and then download the eygeptian map from africa section ... just download the ovi suite from nokia site:
    http://europe.nokia.com/support/download-software/nokia-suites-for-your-pc
    then connect ur phone and go to maps and from there u can access eygept map..
    enjoy

  • Ovi map for other country downloaded and installed...

    I've used the Ovi Suite 2.2.0.245 and connected with N900 but selected PC suite mode instead of Mass storage. I read alot that you have to select Mass storage for N900, but Ovi Suite won't then be connected with my phone, but works with PC suite.
    I wanted to transfer country maps to the phone so I can use it offline. Selected the Map and downloaded and it said transfered to phone...so everything seems good. But when I go to open those maps on the phone...I can't find them anywhere at all! I'm not sure where they are.....I've check the 'ovi map', then the 'cities' folder but nothing. There are other files there but not titled with the cities i've downloaded. I tried to open those files anyways (having a "?" as their icon) and then selected I think 'Application' or something as ways to open the file.....then needed to download but 0kb...??? it then said unable to download, the file could be corrupted. So now..I'm stuck.
    I don't know where the maps were transfered to. Oh and I check on the Ovi suite Map tab and selected my device, and it should alllll the cities and countries listed in my device (phone) already....but I can't find/open them on the phone. Much help and guidance would be appreciated!
    Thanks in advance.
    Solved!
    Go to Solution.

    Thanks for reply. I did check the cities folder and it's not there...I've downloaded New York and cannot find it. Also, the folders I saw were all a few kb and not the appropriate size.
    I went to ovi maps on the n900 and only showed me where I am, I wanted to open new york map but don't know where and how. I clicked on search and entered new york but then ask me to connect to the internet. It did and it worked but then that means I have to connect.
    It said I can be offline for N900:
    http://www.nokia.com.au/get-support-and-software/download-software/maps-support/how-to/maps-for-n900
    I thought it can be veiwed offline, so how can I? I wanted to open the map when overseas but if there's no internet connection and I have transfered the map on the phone previously, I won't be able? =(

  • How to migrate User Define Function to another mapping in other namespace

    Hi Everybody
    I have define many User Define Functions in mapping
    How can i use them in other mapping
    Thank you in advance

    Hi,
    I tried to explain the steps.
    1. Take the JAVA code of your User-Defined Functions
    2. Go to a JAVA editor (e.g NWDS, Eclipse, etc...)
    2.1. create a Java project
    2.2. create a Java class
    2.3. inside your Java class, put each JAVA code of your User-Defined Function inside a Method
    2.4. Export your Java class to a JAR file (e.g my_tools.jar)
    3. Go to IR
    3.1 create an Imported Archive (IA) and upload your JAR file.
    3.2 in this IA, you see your Java class which contains all your methods.
    4. inside your mapping,
    4.1 create a User-Defined Function <u>and import</u> your class
    4.2 use your method.
    So, you define in only one place your code (thanks to a IA) and you will be able to use it inside several mappings.
    I hope I don't forget steps...
    Advantage: if tomorrow, you want to create a new function, just add a new method to your Java class and re-import your JAR file
    Oh, I missed: your IA must be created inside a specific Software Component (SC__TOOLS) and this one must be linked with the others by a "Usage dependency", else your IA will be recognise only in one Software Component (and maybe only in one namespace)
    Mickael

Maybe you are looking for

  • Jabber 9.5 phone service not registering over VPN

    TCT devices register fine over Any Connect VPN until I upgraded to 9.5! After upgrade IM/P and Voice Mail services connect successfully over VPN but phone service indicates it fails to get configuration from server. Everything works locally.  Any ide

  • Can't log out from iCloud

    Hi. I have a problem. Several times a day, my iPad try to log it self into iCloud on a mail I don't use anymore. And the problem is, that I can't remove it, cuz I don't have the password anymore. I've tried to recover it, but it won't send any mail t

  • Safari won't open, get message 'Safari quit unexpectedly'

    HELP! Safari worked before installing a new hard drive. Go my MacBook back from tech shop and now it keeps crashing. Software update option says all is up to date.nThe current set up is Safari 5.1.7 on MAC OS X Lion 10.7.5. Crash details are below. I

  • Attempting to install Maverick, error message says I cannot use my hard drive as a start up disk.

    The IT department where I work erased the hard drive and rebooted it to 10.7.5. In attempting to upgrade it to Maverick I encountered the error message saying that I cannot use this hard drive as the start up disk (or something to that effect). I rea

  • Clearing Status in Tcode-FPL9

    Hi, Requirement: When I view a contract account using FPL9 I am want to see the clearing status in left most column as it appears in FICO - open, cleared ect I have made necessary configuration in Tcode FQKPM. Please suggest.