Maps again

Hi Guys,
Can someone help me please?
I have a map which holds an object and an int value(which is the key).
I need to know how to use the int value to select the correct object from the map, so I can perform some tasks on it.
Any advice will be greatly appreciated.
Cheers

I need to know how to use the int value to select the
correct object from the map, so I can perform some
tasks on it.
yourHashmap.get(theKey);

Similar Messages

  • HT4009 GoGo 3D Korea: Stopped working. How to get map again?

    HI.
    I bought this app GoGo 3D Korea a year ago. I bought the perpetual license (lifetime).  Now I see that this app is no longer available in itunes, but it is available as another app BringGo Korea.
    I bought this In-app map license for lifetime.  I paid 49.90usd.  But after I upgraded to iOS7, the map data is gone.  I do have the app saved in my computer, so I installed the app, but the in-app map is not downloading again.  App is crashing everytime I am trying to download the perpetual map.
    How can I download this map again?
    EnGIS developer who made this app does not reply to the mails.  This is completely the developer's responsibility to provide me back the map, but there is no answer from them.  Infact now I can't even contact them as GoGo 3D Korea is no longer available on itunes. 
    What to do?

    Hi,
    I did have the same problem on Sept. 22nd, just after the new update installation. My GoGo 3D for Korea disappeared. Somehow I managed to reinstall the app, but I was charged again with 44,99€. I took me several times to get the app--but finally it is a rip off by either Apple or GoGo since I purchased the lifetime version.
    Diese Ausgaben waren fällig, weil nach dem update das Programm neu installiert werden musste--das ist nicht zu meinen Lasten--die Neu oder Wiederinstallation darf nicht zu Kosten führen. Das Programm wurde von mir bereits bezahlt.
    Am 23.09.2013 um 16:24 schrieb iTunes Store <[email protected]>:
    Rechnung an:
    [email protected]
    Lothar Münker
    Hauptstrasse 33
    57271 Hilchenbach
    DEU
    Bestellnummer: MHQ35T7QSG
    Belegdatum: 22.09.13
    Bestellung gesamt: 44,99 €
    Rechnung an: MasterCard ....
    Artikel
    Entwickler
    Art
    Preis pro Stück
    Gogo3D, Gogo3D       Map Data
    Ein Problem melden
    Engis       Technologies.Inc
    In-App-Kauf
    44,99 €
    Bestellung gesamt:
    44,99 €
    Bitte bewahren       Sie eine Kopie für Ihre Unterlagen auf.
    Die Bedingungen und Konditionen, die an diese Bestellung geknüpft sind,       finden Sie weiter unten.
    iTunes Store
    Sie finden die Verkaufsbedingungen und Verkaufsrichtlinien, indem Sie Ihr       iTunes-Programm starten und auf diesen Link klicken: Verkaufsbedingungen
    Antworten auf häufige Fragen zum iTunes Store finden Sie hier:http://www.apple.com/de/support/itunes/store/
    Apple-ID – Übersicht • Einkaufsstatistik
    Apple respektiert Ihre Privatsphäre.
    Informationen zur Verwendung Ihrer persönlichen Daten erhalten Sie hier: http://www.apple.com/de/privacy/
    Dies ist keine   Mehrwertsteuerbenachrichtigung. Copyright © 2011 iTunes S.à r.l. Alle Rechte vorbehalten

  • XSLT Mapping again.....

    Hi Everybody,
                 In my implementation R/3 to Webservice, after I am done with all the mappings, the final message I get is:
    <?xml version="1.0" encoding="UTF-8" ?>
    <ns1:DPSrequestToken xmlns:ns1="http://tempuri.org/message/">
    <Logon_payload><?xml version="1.0" encoding="UTF-8"?> <b><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Header><wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><wsse:UsernameToken><wsse:Username>user</wsse:Username><wsse:Password>pass</wsse:Password></wsse:UsernameToken></wsse:Security></SOAP-ENV:Header><SOAP-ENV:Body> <m:DPSrequestToken xmlns:m="https://tpvs.hmrc.gov.uk/dpsauthentication"><m:version>1</m:version><m:vendorID>0142</m:vendorID></m:DPSrequestToken></SOAP-ENV:Body></SOAP-ENV:Envelope></b> </Logon_payload>
    </ns1:DPSrequestToken>
    However I want to send only the highlighted part and not the elements Logon_payload and DPSrequestToken, as the data inside Logon_payload excluding <i><?xml version="1.0" encoding="UTF-8" ?></i>  is exactly what the webservice expects.
    Could someone pls advice??
    Regards,
    Ashish

    Thanks once again Prakash,
                            Is it possible to send data directly outside XI without putting it into a element???
    The structure that i have mentioned below is valid:
    <?xml version="1.0" encoding="UTF-8" ?>
    <ns1:DPSrequestToken xmlns:ns1="http://tempuri.org/message/">
    <Logon_payload><?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Header><wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><wsse:UsernameToken><wsse:Username>user</wsse:Username><wsse:Password>pass</wsse:Password></wsse:UsernameToken></wsse:Security></SOAP-ENV:Header><SOAP-ENV:Body> <m:DPSrequestToken xmlns:m="https://tpvs.hmrc.gov.uk/dpsauthentication"><m:version>1</m:version><m:vendorID>0142</m:vendorID></m:DPSrequestToken></SOAP-ENV:Body></SOAP-ENV:Envelope> </Logon_payload>
    </ns1:DPSrequestToken>
    This is the final output of the BPM before it has to go to the WEB SERVICE. But I want only the data between the tags as shown in bold. The final data should start from <SOAP-ENV>....</SOAP-ENV>
    Pls advice.
    Regards,
    Ashish

  • Please Update "Find My Friends" to use Google Maps Again!

    I use the Find My Friends app all the time.  In the past, the app used Google Maps, but they changed it to use the Apple map. We know the debacle that was. I realise that with the new release of Google Maps it is a stand alone application, which now works with IOS 6, but could you please modify the settings in the Find My Friends app back to using Google Maps? As an alternative suggestion, could you have the application modified so users can select which map the app uses.

    Sorry for my poor english . Same issue in pakistan... Apple maps not giving full direction on maps like a google maps.. Applce should give option to customer that they want to select map by self. beacuse apple maps to old and not working in worldwide. plz give option to everyone thay the choose maps by himself. and plz give option in find my friends app to choose google maps becoz applce maps not give right direction to locate frnds.

  • TS1702 How do I remove Apple Maps so I can use Google Maps again?

    How do I restore Google Maps?  The new Apple version is terrible!

    Make a bookmark in Safari to http://maps.google.com should work.
    As Diavonex stated above, you cannot remove Maps; you can move
    it to another page so it is not on your homepage.

  • Lumia maps - again

    I have two phones, an iPhone and a Nokia phone. The iPhone is user fríendly and the Nokia phone provides maps. I have just exchanged my old Nokia with a Lumia 800 and am ending in frustration ready to throw the Lumia out of the window. My earlier Nokia had maps downloaded from Africa, Asia and Europe. I could find locations without going on the Internet, as roaming is expensive. Now, it appears to me that I cannot download such maps. Well, I downloaded a map for Germany and UAE for the Nokia Drive function. But then, when I remove the sim card and have no Wifi and open Nokia Drive, it tells me that I can only use Nokia Drive in online mode. But this is not what I want, which is why I downloaded the maps. Also, if I open Nokia drive in Dubai, for example, and I want to find a location in Germany, it turns the map upside down. Is there any solution, or should I throw it out of the window and stick to my old Nokia with the proper maps? I have had the Lumia for a week now and cannot at all share any positive experience yet with it - but would really like to.

    Nokia Lumia 800 is not a successor to older Nokia phones. So the fact that your old legacy Nokia phone had certain features is irrelavant. There are 3rd party apps on the marketplace that allow you to download offline maps.
    Out of interest I tried taking out my sim card to see what happens with Nokia Drive and (to my surprise) it loaded the map and could find my location fine athougth I can't set a destination, the maps work though. Did you really try this or are just making stuff up and ranting for no reason?
    I have no idea what you are talking about that it turns the map upside down.
    Offline Nokia Drive is coming soon
    If this isn't a phone you like then you may aswell through it out of the window but I would recommend taking it back first and see if you can get your money back, most carriers give you a 1 month cancellation period.

  • If check bounce in accounts payable what we can do in this situation how we can map again to that?

    kindly clarify above situvation.

    Hello Prasad,
    When the payment check has been cancelled you can and you need to reverse the check via T.code FCH8 and reset the cleared payment transaction via T.code FBRA to reset the transaction.
    It will make the line item into open condition.
    Regards,
    SAP FICO

  • Ovi map, start - close - start again, crash!! plea...

    I have an N97mini, Software version V 12.2.110, custom version 12.2.110.232.01
    My ovi map version is v3.04 10wk32 b03 MW, map version 0.1.25.114
    I perform following operation sequence:
    start ovi map, everything seems work. Exit it by touch the "X" at the bottom right corner.
    start ovi map again, everything freezes, wherever I touch including "?" and setting, i receive no response whatsoever.
    I have downloaded only California map onto the device. Please help!

    Hi there,
    Following is what I have done:
    1. hard reset the phone as you suggested
    2. config wifi on my phone so that map can be downloaded later
    3. formated E: (I don't have a memory card, massive memory is always used)
    4. config the positioning to use only integrated gps as you said
    5. install ovi map the exactly the file you suggested. this is done by first copy the installation file to a directory on E: and then use Application -> office -> file manager to run it
    6. After ovi map is installed, download CA map via wifi. Then I go back to ovi map menu and start the map, it asks whether I want map via wifi, via ovi online or .... I forgot, 3 options, weird, since I downloaded the map already.
    7. then I click "X", the problem still there. ovi map freeze sometime, it can not be started for the second time when it's not freezed at the first.
    I wonder is there a way to really clean up everything in the device and start from scratch? I did a device firmware upgrade via ovi suite after I got the phone. I don't know whether that matters.  I have received following email from Nokia customer care with suggestions, shall I try it?
    ======================================================================
    Thank you for emailing the Nokia Care Contact Center.
    In response to your inquiry, we recommend that you kindly re-install your device's software using your Nokia Ovi Suite. Please refer to the steps provided below:
    1. Download and install the latest version of the Nokia OVI Suite application on a compatible PC. You may download the said application from the link below:
    http://www.nokiausa.com/get-support-and-software/software/nokia-ovi-suite/compatibility-and-download
    2. Connect your device to your PC using a compatible USB cable and choose PC Suite as the connection mode on your device.
    3. Run the Nokia OVI Suite application.
    4. Click on the software update icon (a square containing a green arrow).
    5. If there are no updates available on your device, search and click the word “re-install”.
    6. Follow the on screen instructions to re-install the software.
    Before performing the software installation, we highly recommend that you create a backup of your phone data to ensure that your important files are safe. You can create a backup of your phone data by also using the Nokia OVI Suite.
    After doing an update for your phone, we recommend that you kindly download maps data first for your Maps application. For you to do that, kindly refer to the link provided below:
    http://www.nokiausa.com/ovi-services-and-apps/ovi-maps/downloads?intc=ncomexpserv-fw-ilc-lft-con-na-...
    If you have any additional questions, please do not hesitate to contact us again. To ensure proper handling of your case, kindly continue using the current subject line.
    You may check out all the phones and accessories you can purchase, direct from Nokia at www.nokiausa.com. If you have any questions, please call us at 1-866-596-6542 and we can help you find the right product for you.
    Thank you for your email.
    Kind regards,
    Princess S.
    E-mail Specialist
    Nokia Inc.
    ======================================================================

  • One Mapping Many Times

    Hi,
    I have a situation where I have a simple mapping that needs to be run for many tables. All input and output tables have identical structure, and the internal mapping operations are constant for all invocations of this mapping. So, I need to drive a single mapping with runtime assignment of the input and output bound table names.
    Incidentally, I have an indexed table with all fifty-odd input/output table names available. The mapping needs to run sequentially, so conceptually I need to loop through the indexed table, exeuting the mapping once per row.
    Any ideas?
    Regards,
    Donna.

    I think that was clear from your initial question..., the point we were making is that you cannot parameterize the mapping in the way you want.
    The reason is that we would have to generate Dynamic SQL to allow the same code to handle different sources and targets (even if they are exactly the same).
    The reason for that is that you have to re-compile the code to handle the new table names...
    So the thing to do is fix your bound table names, then change the database implementation of the object you bind to. In other words you have a bound object called DONNA_SRC and DONNA_TGT, this is a synonym pointing to SRC1 and TGT1.
    You execute mapping first time, reading/writing SRC1 and TGT1, then in post mapping process you register this as success in you table.
    Run mapping again, in pre mapping read from table the next table names. In this proc change the synonyms, run mapping etc.
    YOu keep on going. To run in batch there are various possibilities, either process flow (contains the map 50 times or so), or in a pl/sql program, that loops through the table and drives it off of that. Same basic principle.
    Jean-Pierre

  • XI Message Mapping

    Hi ,
    I have updated an Idoc segment with a new field. I need to import the newly updated IDoc in Integration Builder.
    My question is, there is mapping for the previous version of Idoc and if i import the updated IDoc again will the mapping  be erased off? Do I need to do the mapping again for the whole thing or only for the newly added fields in the segment?
    Thanks,
    Sri

    The existing mapping will be retained only if the new node is added as the last node in the parent node.
    Old IDOC:
    <IDOC>
    <Person>
    <FirstName>
    <LastName>
    </Person>
    </IDOC>
    New IDOC:
    <IDOC>
    <Person>
    <FirstName>
    <LastName>
    <MiddleName
    </Person>
    </IDOC>
    In the above case mapping wont be lost
    Regards,
    Abhishek.

  • Strange Problem in Mapping

    Hello,
    When I execute the mapping manually in the production I get field "Storage location" populated correctly in my Target structure.
    But through interface with same payload this field is empty and not getting populated. I cheked in trace that after the mapping is executed the value is blank.
    Can you please suggest??
    Regards,
    Vinit

    Hi,
    Please follow these steps
    1. in SXMB_Moni -> Copy payload from the step before request message mapping.
    2. Open Message mapping -> test -> Src - and paste the payload here for 1record and and see if it can generate any target field.
        It won't generate any record.
    3. Now close  and open Message mapping again -> test and input field and then go to src and copy that xml and make ur source xml exactly like that and  try to send  msg again.
    Hope this will help you.
    Regards
    Aashish Sinha

  • Download & Upload message mapping in PI 7.1

    Hi experts,
    I have a Web Service -> PI -> Idoc interface configured in PI 7.1. The mapping is quite complex and they've decided to add 2 fields to the scenario. To do this they've created a new Idoc with different segment names (before they were something like "SEGMENT01" and now they are "SEGMENT02"). The field names are exactly the same. When I changed the structure the system told me that it was impossible to match the field names due to the change in the segment name and all mappings were skipped. This is no good, the mapping is huge. Is there a way to download the mapping to a text file, change the segment name manually and then upload it again? Please help....
    Thank you all!
    Pablo

    Hi,
    U can use the mapping templates, and save the templates.
    So when they add extra fields modify ur mapping only for those 2 fields.
    Better create multiple mapping templates, for different level of hierarchy, so that u can reuse the templates in mapping again.
    Also There is a option called Text Preview in message mapping, through which u can view the mapped fields, source and target.
    Babu

  • OWB 11.2 internal error during mapping generation

    Dear all,
    Ever since switching to OWB 11.2 I have been sporadically receiving unexplicable errors during mapping deployment. It only happens when I generate more than 1 mapping simultaneously, and it appears to be completely random. One or more mappings will fail during the generation phase of the deployment with an 'internal error', after which I get the option to continue deployment of those mappings that did generate correctly. What I usually do next is trying to deploy the failed mappings again, which always works - the internal error does not reoccur. But it seems to be that this second generation does not work properly either.
    For example, today I had to redeploy my entire set of mappings, due to a server change. Of the 60 mappings I had, about 5 failed with the forementioned error. (Sadly I can't include the exact error here since the job logs in the control center do not record this failure to generate, it looks like the failed mappings never were included in the job in the first place.) One of them I deployed aftewards, and found the query in the pacakge to look like:
        INSERT
        /*+ APPEND  */
        INTO
          "SA_BETMD_01" "SA_BETMD_01"
          ("DEWNKNR",
          "DEBTMCE",
          "DEBTMOM",
          "DEBTMO2",
          "DEBTMO3")
          (SELECT
    /*+ NO_MERGE */
    /* DRBETMD_RS.INOUTGRP1 */
      "DRBETMD_RS"."DEWNKNR" "DEWNKNR",
      "DRBETMD_RS"."DEBTMCE" "DEBTMCE",
      "DRBETMD_RS"."DEBTMOM" "DEBTMOM",
      NVL("DRBETMD_RS"."DEBTMO2", "DRBETMD_RS"."DEBTMOM")/* ATTRIBUTE NVL_BTMO2.OGRP.DEBTMO2: EXPRESSION */ "DEBTMO2",
      NVL("DRBETMD_RS"."DEBTMO3", "DRBETMD_RS"."DEBTMOM")/* ATTRIBUTE NVL_BTMO3.OGRP.DEBTMO3: EXPRESSION */ "DEBTMO3"
    FROM
      "SRC"."DRBETMD_RS"@"SRCDBP@SAFE_SRC_PRD_RET"  "DRBETMD_RS"
        ;However, generating the preview code in OWB results in a more correct and complete version of the code:
        INSERT
        /*+ APPEND  */
        INTO
          "SA_BETMD_01" "SA_BETMD_01"
          ("DEWNKNR",
          "DEBTMCE",
          "DEBTMOM",
          "DEBTMO2",
          "DEBTMO3",
          "DEBTMO4")
          (SELECT
    /*+ NO_MERGE */
    /* DRBETMD_RS.INOUTGRP1 */
      "DRBETMD_RS"."DEWNKNR" "DEWNKNR",
      "DRBETMD_RS"."DEBTMCE" "DEBTMCE",
      "DRBETMD_RS"."DEBTMOM" "DEBTMOM",
      NVL("DRBETMD_RS"."DEBTMO2", "DRBETMD_RS"."DEBTMOM")/* ATTRIBUTE NVL_BTMO2.OGRP.DEBTMO2: EXPRESSION */ "DEBTMO2",
      NVL("DRBETMD_RS"."DEBTMO3", "DRBETMD_RS"."DEBTMOM")/* ATTRIBUTE NVL_BTMO3.OGRP.DEBTMO3: EXPRESSION */ "DEBTMO3",
      NVL("DRBETMD_RS"."DEBTMO4", "DRBETMD_RS"."DEBTMOM")/* ATTRIBUTE NVL_BTMO4.OGRP.DEBTMO4: EXPRESSION */ "DEBTMO4"
    FROM
      "SRC"."DRBETMD_RS"@"SRCDBP@SAFE_DGN_PRD_RET"  "DRBETMD_RS"
        ;The same goes for other packages, all of which crash due trying to insert NULL values in a mandatory column! (In case, DEBTMO4.)
    Funny enough, if I generate the mapping again a bit later - without making any changes to the mapping - the code is complete and everything works properly.
    Does anyone else ever had this problem? My main problem is that I can't just reproduce this problem, so I can't exactly report it as a bug and expect it to be solved...
    Kind regards,
    Kurt Geens

    Good morning Dave,
    I do mean during deployment. As you probably know all too well, the deployment of a package is split in two parts: generation of the code, and the actual deployment. The internal error occurs during that first part - the generation of code. The exact steps I went through when the error occured are the following:
    1) I selected about 15 mappings, and chose to 'replace' these mappings in the database. The code was generated, with 4 mappings having the forementioned 'internal error'. After pressing the play button the deployment of the 11 remaining packages continued without problem.
    2) Within the same session, I selected the 4 failed mappings, and chose to 'replace' these again. The generation and deployment was succesful - no internal errors occured.
    3) I exited OWB and started a daily workflow process. One of the mappings that had an internal error in step 1 crashed with a 'cannot insert null into' error.
    4) I restarted OWB, opened the mapping, chose to generate the code, and compared the generation result with the package code in the database. This resulted in the difference mentioned in my original mail.
    5) I deployed (replace) the mapping once more, and verified the code in the database. This time the code was complete (no missing column).
    Regards,
    Kurt

  • Oddball WCS map issue !? help please

    Hi,
    have tried to create a perimeter on WCS map editor as a test to keep some of the assets from appearing way off the map. It made no real difference. Problem is to remove the perimeter I selected new perimeter (which erases last perimeter) and saved with no new perimeter hence going back to standard (or at least this was the only way i could see to do it)
    Now, the maps are done within a "building" as 3 floors. Even though I only chose to edit the top floor when I try to find ANY ward level out I get:
    [ServletException in:/pages/monitor/map/buildingView.jsp] Cannot find bean Floors in any scope'
    Seems to be a java error?
    So Now I cannot find any maps or Access Points on maps either L
    Will stopping and starting the WCS database kick this process back into life? 
    I have already stopped and started jave.exe on the server to no success. I have tried locally browsingon the server to no success and various pc`s and get the same message.
    I use a asset tracking piece of software from aeroscout that relies on the ap posistions from WCS and it is still working ? so in the background the information for maps and ap`s locations are still there, i would normally stop and start WCS but this may upset my aeroscout software.
    any ideas ? I REALLY dont want to have to replace 350 AP`s on a map again it took days and i need to be running by next week.
    my version is:
    Wireless Control System Version 5.0.56.2

    1. Stop WCS services
    2. Make a backup of your DB
    3. Start WCS services
    See if problem has been fixed.
    If the issue is still the same, upgrade to WCS 5.2 latest version, that should fix your problem.

  • Mapping templet

    Hi friends,
    I have done one complex mapping..
    Now i have to use same logic for other mapping which has same structure..
    How to create mapping templet and how to make use of this ..
    when i need to select 2 or more source fileds what is the procedure..
    please help me i need to create entire mapping again..
    I have used copy concept but at namespace conflit is comming.. as mt are not same name..it is refelct to source namespace and runtime error is comming..
    Thanks and Regards
    Vijay

    Hi,
    Defining Mapping Templates
          You can create mapping templates again and load the structures as usual by using input help in the mapping editor.
    ·        You can save mapping templates in a message mapping:
                                a.      Select a type element in the source and target structure (the element must reference a non-built-in XSD data type).
                                b.      Choose Save Mapping Template from either the target structure context menu or from the object toolbar.
                                c.      Enter a name for the new mapping template and then create it.
    Just saving the sub-structures of a message mapping as a mapping template in this way is not sufficient for the mapping editor to be able reference it (you would normally use the template in another message mapping). After you have saved the template you then need to load it into the message mapping (see below).
    Apart from multi-mappings, you have all the functions of a normal message mapping available to you for a mapping template.
    Using Mapping Templates
    You can use mapping templates in message mappings from any software component version:
           1.      In the mapping editor, select a type element in the source and target structure (the element must reference a non-built-in XSD data type).
           2.      Choose Load Mapping Template from either the target structure context menu or from the object toolbar.
           3.      If mapping templates are available for the types in the source and target fields, you can select them in the dialog window that is then displayed.
    Displaying Mapping Templates Used
    To display all the mapping templates used in a particular message mapping, choose Message Mapping ® Mapping Templates Used.
    Regards,
    suresh

Maybe you are looking for