Mesage mapping is not failing but interface mapping is failing

Hi can any body help with the followin errro when i test  the interface  mapping  and surprisingly the message mapping is not failing
Runtime exception occurred during execution of application mapping program com/sap/xi/tf/_MM_purchOrdChangeJR_to_salesOrdChangeR3_: com.sap.aii.utilxi.misc.api.BaseRuntimeException; RuntimeException in Message-Mapping transformation: Runtime exception during processing target field mapping /ORDERS05/IDOC/E1EDP01/E1EDP19/IDTNR. The message is: Exception:com.sap.aii.mappingtool.tf3.IllegalInstanceException: Too few values in first queue in function useOneAsMany. It must have the same number of contexts as second queue. in class com.sap.aii.mappingtool.flib3.NodeFunctions method useOneAsManycom.sap.aii.mappingtool.flib3.Plainer@d1221323c, ,
can any body tell me the difference between message mapping interface mapping internally
thanks andregards
nelakonda

Hi,
> MM_purchOrdChangeJR_to_salesOrdChangeR3_: com.sap.aii.utilxi.misc.api.BaseRuntimeException; RuntimeException in Message-Mapping transformation: Runtime exception during processing target field
1)  Select Message Mapping and  go for F7 and check is it correct  and test manually  by give values if possible  try to  paste the Pay load of the actual data  and test it  whether the Mapping  is Sucess
2) Select the Interface Mapping  and Go for F7 and check  whether it  is correct. Check once  again  the Outbound / inbound Message Types
3) Check Whether all the  necessary Objects  are Activated
Regards
Agasthuri Doss

Similar Messages

  • XSTL is not displaying in interface mapping

    I've created a XSLT transformation, next I've zipped *.xslt file into *.zip and imported (it is visible in Imported Archives). When I click "Display program" icon, I see popup with valid code.
    In message mapping I want to use this imported transformation. When I'm selecting XSL and then when I'm trying to select any XSLT I'm not able because nothing is displayed. When I tried to use drag and drop technique to paste my imported xslt I got an message:
    "IA_XSLT_PROXY_req has no program", where IA_XSLT_PROXY_req is a name of imported archieve.
    Any idea what is going on?

    Hi,
    Did you selected the option of XSL Mapping in Interface Mapping. Please select it from drop down list from where you select the ABAP MApping / Java Mapping. It will be in left side of lower window in Interface mapping. Please check it out.
    For more info about it you can refer to this weblog.
    /people/aashish.sinha/blog/2008/01/17/step-150-by-150-step-simple-approach-for-xslt-mapping
    Regards
    Aashish Sinha
    PS : reward points if helpful

  • GPO Drive mapping - drive not visible but mapped

    Did you double check your policy and make sure you selected "Show this drive" for that mapped drive?

    HiI've got a weird issue and Internet has yet to give me a solution.So I've created a GPO that maps drives to certain users inOU's.Users that do not yet have a profile ona workstation get the drive mapped as expected. But users that have previously logged on to the workstations do not see the drive.gpupdate /force does not seem to resolve the issue. I ran a gpresult /H result.html and saw that the GPO succeeded in applying the user settings. I checked the drive with "net use" and there I could see that the drive was mapped butjust not visible in Windows. The drive letter I'm using is not used by another device. The reconnect checkbox is ticked in the Drive Maps properties.When I type the drive letter in the addressbar in explorer ( N:\) it works flawlessly so it's not a permission issue.So to summarize: drive is accessible and mapped...
    This topic first appeared in the Spiceworks Community

  • Problem in 1toN message mapping,payload not populated but file created

    I am doing 1:N multimapping From Proxy  to File scenario .Proxy send three types of data all having same stucture but depending on the value of First field we split the whole stucture in 3 parts on target side and generating three files on taget side.During testing values get Passed from the SXMB_MONI(processed) and we get whole payload data upto
    "Message Branch Acording to Reciever List" .But when i check payload data in 'Request Message Mapping" we donot get any data in Payload.Taget File is generated but when we try to oen the file I get message " Unable to display the File".
    can any expert help me resolve this problem.

    I need to generate 3 files each having similar structures depending upon the first field 'listcode' values whose values are  'N0','MA','MY' coming in a proxy structure.The source structure is as follows::
    MT_Source
    >Detailrecord..0..unbounded
    >listcode..0.1...xsd:string
    >itemcode...0.1...xsd:string
    >description1...0.1..xsd:string
    >description2...0.1..xsd:string
    The target stuctures are:
    MT_Target_N0
    >Detailrecord..0..unbounded
    >listcode..0.1...xsd:string
    >itemcode...0.1...xsd:string
    >description1...0.1..xsd:string
    >description2...0.1..xsd:string
    MT_Target_MA
    >Detailrecord..0..unbounded
    >listcode..0.1...xsd:string
    >itemcode...0.1...xsd:string
    >description1...0.1..xsd:string
    >description2...0.1..xsd:string
    MT_Target_MY
    >Detailrecord..0..unbounded
    >listcode..0.1...xsd:string
    >itemcode...0.1...xsd:string
    >description1...0.1..xsd:string
    >description2...0.1..xsd:string
    I need to do mapping of such 1:n multimapping mapping.I have done mapping but getting error in moni "Split mapping created no messages".Please suggest me some right way to do mapping

  • Getting Java mapping errors when testing my Interface mapping

    Hi,
    I'm trying to test my interface mapping from IR, I keep getting these exceptions. All I'm doing in my interface mapping is I have two mapping programs a XSLT mapping with java helper functions with the XSL and a message mapping. In the test it pass thru the XSLT mapping but fails at Message mapping and throws the following exception. Any help on this is really appreciated.
    10:03:26 Start of test
    Call XSLT processor with stylsheet com/earthlink/xi/mapping/xmlc_to_crm_resp.xsl.
    START APPLICATION TRACE ***
    Response:
    0
    END APPLICATION TRACE ***
    Returned form XSLT processor.
    Call method execute of the application Java mapping com.sap.xi.tf._MM_XMLC_RESP_
    Error during appliction Java mapping com/sap/xi/tf/_MM_XMLC_RESP_
    java.lang.NullPointerException at com.sap.aii.mappingtool.tf3.AMappingProgram.exceptionCaught$(AMappingProgram.java:59) at com.sap.aii.mappingtool.tf3.Transformer.checkParserException(Transformer.java:182) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:149) at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:102) at com.sap.aii.ibrep.server.mapping.ibrun.RepJavaMapping.execute(RepJavaMapping.java:73) at com.sap.aii.ibrep.server.mapping.ibrun.RepSequenceMapping.execute(RepSequenceMapping.java:54) at com.sap.aii.ibrep.server.mapping.ibrun.RepMappingHandler.run(RepMappingHandler.java:80) at com.sap.aii.ibrep.server.mapping.rt.MappingHandlerAdapter.run(MappingHandlerAdapter.java:107) at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInterfaceMapping(ServerMapService.java:127) at com.sap.aii.ibrep.server.mapping.ServerMapService.transform(ServerMapService.java:104) at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.transform(MapServiceBean.java:40) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0.transform(MapServiceRemoteObjectImpl0.java:167) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0p4_Skel.dispatch(MapServiceRemoteObjectImpl0p4_Skel.java:104) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320) at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198) at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    10:03:26 End of test

    Joe,
    most likely your XSLT is outputting a not well-formed XML message.
    Remove message mapping from the mapping list and execute it again, to check output.
    Also, for mapping debugging in java enhanced function inside XSLT mappings, use the following:
    1st, you need to pass the "inputparam" parameter from the XSLT runtime to the Java function (it needs to be one of the input parameters for the executed java function).
    In the Java code itself, implement the following code:
    AbstractTrace trace = (AbstractTrace) param.get(StreamTransformationConstants.MAPPING_TRACE);
    trace.addInfo("Log your message here!");
    where <i>param</i> is the input parameter refering to the <i>inputparam</i> from XSLT.
    The AbstractTrace and StreamTransformationConstants classes can be found in the aii_map_api.jar file (used in Java mappings).
    Regards,
    Henrique.

  • Map not updated but Nokia maps say me it is update...

    Compared with map of maps.nokia.com I have map of Argentina out of date, but when I from Nokia Maps 3.06 (at a N97 mini) select update, it say all my maps are up-to-date

    @leo3487
    If whilst in Ovi Maps application you tap on "?" middle of row > About Maps > Versions > Map version - is it 0.2.44.110?
    Is your N97 Mini running Ovi Maps v3.06_11wk23_b05 from here:http://nds1.nokia.com/files/support/global/phones/software/ ovi_maps_installer_3.06_11wk23_b05_s60_5...
    If you want to give me a specific location or co-ordinate I'll post a screenshot.
    Happy to have helped forum with a Support Ratio = 42.5

  • Route map does not applied on interface vlan

    Hi all,
    could you pls tell me why i can't apply a route-map on an interface vlan,
    belown my config:
    SWBBO(config-if)#ip policy route-map TEST
                               ^
    % Invalid input detected at '^' marker.
    Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 15.0(2)SE1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2013 by Cisco Systems, Inc.
    Compiled Fri 04-Jan-13 01:38 by prod_rel_team
    ROM: Bootstrap program is C3750E boot loader
    BOOTLDR: C3750E Boot Loader (C3750X-HBOOT-M) Version 12.2(53r)SE2, RELEASE SOFTWARE (fc1)
    BBWMASALE01 uptime is 40 weeks, 1 day, 6 minutes
    System returned to ROM by power-on
    System restarted at 22:12:07 UTC Mon Feb 18 2013
    System image file is "flash:/c3750e-universalk9-mz.150-2.SE1.bin"
    Best regards,
    James

    Hi jon,
    belown the result of sh sdm prefer,so need i a licence ip service to apply the route-maap on the interface vlan,or just entrer the config"sdm prefer routing" and reboot the switch?
    SWBB0#sh sdm prefer
    The current template is "desktop default" template.
    The selected template optimizes the resources in
    the switch to support this level of features for
    8 routed interfaces and 1024 VLANs.
      number of unicast mac addresses:                  6K
      number of IPv4 IGMP groups + multicast routes:    1K
      number of IPv4 unicast routes:                    8K
        number of directly-connected IPv4 hosts:        6K
        number of indirect IPv4 routes:                 2K
      number of IPv6 multicast groups:                  64
      number of directly-connected IPv6 addresses:      74
      number of indirect IPv6 unicast routes:           32
      number of IPv4 policy based routing aces:         0
      number of IPv4/MAC qos aces:                      0.5K
      number of IPv4/MAC security aces:                 0.875k
      number of IPv6 policy based routing aces:         0
      number of IPv6 qos aces:                          0
      number of IPv6 security aces:                     60

  • Map ID not appearing in "Edit Map IDs" dialog box

    I have RH HTML 8. I am adding new topics and assigning map IDs to those topics via the Edit Map IDs dialog box.
    All of my map IDs appear in the BSSCdefault.h file as well as the project's .hm file. I even manually added the topic string to the project's ali file. However, it is not appearing in the Edit Map IDs dialog box. If it's not appear there, where does this dialog box get the map strings and map IDs from?
    No FARP685 string:

    Peter,
    I think your discussion of this problem could explain the situation and propose a workaround more simply than it does.
    Based on your article, I assumed that Robo displays only the built in Word list styles such as List and List Continue (since those were the only styles showing up in the style mapping dialog and since your example shows matching a Robo style named List Mapping to a Word built in style named List). I assumed I would have to match my Bullet style to a style named List in Word, and match the indented bullet style to List 2, and so on. The actual situation is that Robo, for some godforsaken reason that only idiots would understand, will not show a Word style if any numbering (bullets or numbers) is applied to it. That is, one does not have to avoid a class of styles called “List styles”, one only has to avoid applying numbering to the styles until later.
    Thus the workaround is to create the word styles (with names that match the Robo styles!) that contain every attribute you need EXCEPT the numbering. That is, I can link Bullet to Bullet and Number to Number and Indented Number to Indented Number, and so on and on, as long as I have all the Word styles in the template with their numbering set to None.
    Then after I generate the document, I can modify the styles to add the appropriate numbering, and voila!
    Currently scrolling the doc & modifying styles. Might be a glimpse of daylight.
    John
    From: Peter Grainge [email protected]
    Sent: Thursday, October 13, 2011 8:47 AM
    To: John Dawson
    Subject: Word styles not appearing in Print Document Appearance dialog
    Re: Word styles not appearing in Print Document Appearance dialog
    created by Peter Grainge<http://forums.adobe.com/people/Peter+Grainge> in RoboHelp - View the full discussion<http://forums.adobe.com/message/3969382#3969382

  • Make mouse scroll map and not page when over map ?

    Hi,
    here is our code:-
    scroll wheel works fine on screens where webpage has no scroll bar. On a 1024x768 res screen the webpage with map requires scroll bars at side, design beyond my control. This situation will no doubt occur regularly so ...
    What needs changing to make it such that maps zooms when cursor over map, )page doesnt scroll) and page scrolls and map doesnt zoom when cursor off the map ?
    scroll zoom code is in blue, I left in the entire code, incase stripping anything out took out something important, just playing safe really and time too short !
    Envirographics.
    // ******** Public vars ******** \\
    // The percentage of the map to be shown
    // Basically, it limits the width and height of the map (because of excess graphics)
    // Change these values  to 1 if you see flickering of the map on the first zoom
    var widthPercentage:Number = 1;
    var heightPercentage:Number = 1;
    // ******** Private vars ******** \\
    var stageWidth:int = stage.stageWidth;
    var stageHeight:int = Map_Collection.height;
    //var Gmap:Sprite = new Map_Collection();
    stage.addEventListener("enterFrame", OEF);
    // The onEnterFrame script that runs every second
    function OEF(event:Event):void
    if (Map_Collection.x > 0)
      Map_Collection.x = 0;
    else if (Map_Collection.x<-Map_Collection.width * widthPercentage + stageWidth)
      Map_Collection.x = -Map_Collection.width * widthPercentage + stageWidth;
    if (Map_Collection.y > 0)
      Map_Collection.y = 0;
    else if (Map_Collection.y<-Map_Collection.height * heightPercentage + stageHeight)
      Map_Collection.y = -Map_Collection.height * heightPercentage + stageHeight;
    // Make the routes not visible
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    // Add listeners
    Button41.addEventListener(MouseEvent.CLICK, hideShow41);
    Button42.addEventListener(MouseEvent.CLICK, hideShow42);
    Button43.addEventListener(MouseEvent.CLICK, hideShow43);
    Button71.addEventListener(MouseEvent.CLICK, hideShow71);
    Button351.addEventListener(MouseEvent.CLICK, hideShow351);
    Button375.addEventListener(MouseEvent.CLICK, hideShow375);
    Button388.addEventListener(MouseEvent.CLICK, hideShow388);
    Button389.addEventListener(MouseEvent.CLICK, hideShow389);
    Button395.addEventListener(MouseEvent.CLICK, hideShow395);
    Button521.addEventListener(MouseEvent.CLICK, hideShow521);
    Button526.addEventListener(MouseEvent.CLICK, hideShow526);
    Button540.addEventListener(MouseEvent.CLICK, hideShow540);
    Button545.addEventListener(MouseEvent.CLICK, hideShow545);
    Button562.addEventListener(MouseEvent.CLICK, hideShow562);
    ButtonCycleRouteOffRoad.addEventListener(MouseEvent.CLICK, hideShowCycleRouteOffRoad);
    ButtonCycleRouteFootwayMethod2.addEventListener(MouseEvent.CLICK, hideShowCycleRouteFootwayMethod2);
    function hideShow41(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_41.visible =!Map_Collection.BusRoute_41.visible;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow42(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_42.visible =!Map_Collection.BusRoute_42.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow43(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_43.visible =!Map_Collection.BusRoute_43.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow71(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_71.visible =!Map_Collection.BusRoute_71.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow351(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_351.visible =!Map_Collection.BusRoute_351.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow375(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_375.visible =!Map_Collection.BusRoute_375.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow388(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_388.visible =!Map_Collection.BusRoute_388.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow389(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_389.visible =!Map_Collection.BusRoute_389.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow395(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_395.visible =!Map_Collection.BusRoute_395.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow521(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_521.visible =!Map_Collection.BusRoute_521.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow526(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_526.visible =!Map_Collection.BusRoute_526.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow540(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_540.visible =!Map_Collection.BusRoute_540.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow545(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_545.visible =!Map_Collection.BusRoute_545.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShow562(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.BusRoute_562.visible =!Map_Collection.BusRoute_562.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShowCycleRouteOffRoad(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.CycleRouteOffRoad.visible =!Map_Collection.CycleRouteOffRoad.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteFootwayMethod2.visible=false;
    function hideShowCycleRouteFootwayMethod2(event:MouseEvent):void {
    // instead of white_cat.visible = false; we just switch it to the opposite
    Map_Collection.CycleRouteFootwayMethod2.visible =!Map_Collection.CycleRouteFootwayMethod2.visible;
    Map_Collection.BusRoute_41.visible=false;
    Map_Collection.BusRoute_42.visible=false;
    Map_Collection.BusRoute_43.visible=false;
    Map_Collection.BusRoute_71.visible=false;
    Map_Collection.BusRoute_351.visible=false;
    Map_Collection.BusRoute_375.visible=false;
    Map_Collection.BusRoute_388.visible=false;
    Map_Collection.BusRoute_389.visible=false;
    Map_Collection.BusRoute_395.visible=false;
    Map_Collection.BusRoute_521.visible=false;
    Map_Collection.BusRoute_526.visible=false;
    Map_Collection.BusRoute_540.visible=false;
    Map_Collection.BusRoute_545.visible=false;
    Map_Collection.BusRoute_562.visible=false;
    Map_Collection.CycleRouteOffRoad.visible=false;
    /* ----- Change cursor form
    add a hand to cursor to the Map_Collection
    This way a user understands that he/she can do something with the object.
    Map_Collection.buttonMode = true;
    /* ---- dragging ---- */
    Map_Collection.addEventListener(MouseEvent.MOUSE_DOWN, startDragging);
    Map_Collection.addEventListener(MouseEvent.MOUSE_UP, stopDragging);
    function startDragging(event:MouseEvent):void {
    Map_Collection.startDrag();
    function stopDragging(event:MouseEvent):void {
    Map_Collection.stopDrag();
    /* ---- Zooming in with the scroller ---- */
    Map_Collection.addEventListener(MouseEvent.MOUSE_WHEEL, Zooming)
    const mod = 25
    var MyMapWidth=Map_Collection.width
    var MyMapHeight=Map_Collection.height
    function Zooming(event:MouseEvent):void {
    Map_Collection.scaleX += event.delta / mod
    Map_Collection.scaleY += event.delta / mod
    Map_Collection.x = ((2 * mouseX) - (2 * (event.localX * Map_Collection.scaleX))) / 2;
    Map_Collection.y = ((2 * mouseY) - (2 * (event.localY * Map_Collection.scaleY))) / 2;
      if (Map_Collection.width < MyMapWidth) {
        Map_Collection.width = MyMapWidth
        Map_Collection.height = MyMapHeight
        Map_Collection.x = 0
        Map_Collection.y = 0
        return;
    plusBtn.addEventListener("click", plusBtnFtn);
    negBtn.addEventListener("click", negBtnFtn);
    // Buttons to zoom in and out of the map
    function plusBtnFtn(event:Event):void
      var lHeight:int = Map_Collection.height;
      var lWidth:int = Map_Collection.width;
      Map_Collection.scaleX = Map_Collection.scaleY = Map_Collection.scaleY + 0.5;
      Map_Collection.x += (lWidth - Map_Collection.width) * 0.5;
      Map_Collection.y += (lHeight - Map_Collection.height) * 0.5;
    function negBtnFtn(event:Event):void
      var lHeight:int = Map_Collection.height;
      var lWidth:int = Map_Collection.width;
      Map_Collection.scaleX = Map_Collection.scaleY = Map_Collection.scaleY - 0.5;
      Map_Collection.x -= (Map_Collection.width - lWidth) * 0.5;
      Map_Collection.y -= (Map_Collection.height - lHeight) * 0.5;
       if (Map_Collection.height < MyMapHeight) {
        Map_Collection.width = MyMapWidth
        Map_Collection.height = MyMapHeight
        Map_Collection.x = 0
        Map_Collection.y = 0
        return;

    Hi,
    Off map, only page scrolls, on map page scrolls and map zooms at the same
    time, then when page cannot scroll any more, just the map zooms.
    Envirographics

  • Itunes will not loads but interface is all white and does nothing.

    When i try to open my itunes store, it downloads but it is all white and i still have the tool bar above along with the search and play buttons as well. It has been like this for about 5 months and i cannot figure out a solution to fix it. Someone please help

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Interface mapping error

    Hi Gurus,
    I creating the response message mapping
    1)to split the batch PO requestxml file to single request xml using multimapping and i change the occurremce of source 1 and target message 0...unbounded..
    2) another response message mapping to convert singlePO  xml file to cxml (this is kind of xml file)
    I included the above two mappings in interface mapping IM_MI_PORDER_OB_PORDER_IB
    im getting the following error
    activation of the change list canceled Check result for Interface Mapping IM_MI_PORDER_OB_PORDER_IB | http://access/prototypes/PECOSPOXML:  Mapping program Message Mapping mm_pomultiple_single1 | http://access/prototypes/PECOSPOXML does not match the interface mapping. The number or frequencies of source or target messages for the message mapping are not identical to the number or frequencies of source or target interfaces.
    do i need to change the occurence of the 2nd maaping as well.
    source structure 0..unbounded target structure 0...unbounded only in second message mapping
    Can you please help me resolving this issue
    Thanks,
    Regards,
    Jay

    Hi Bhaskar,
    POExport1 should be mapped to POExport2.
    my source structure
    <Messages>
    <Message1>
    <POExport>1..1
    my target structure
    <Messages>
    <Message1>
    <POExport>0..unbounded
    im doing message split(1..n) using multimapping for response...
    For request message there is no split
    Im including these two mappings in one message interface .
    when i activated i got the error
    Mapping program Message Mapping mm_pomultiple_single1 | http://access/prototypes/PECOSPOXML (response messaage mapping)does not match the interface mapping. The number or frequencies of source or target messages for the message mapping are not identical to the number or frequencies of source or target interfaces.
    So after this I changed the occurence of the target interface to 0..unbounded keeping the source interface and click read interfaces,i can see only the request tab and not the response tab.
    is multimapping possible in PI 7.0 if possible how can i solve this issue...
    or is there any alternative to this -> response message should be split and sent to XI keeping the request the same.
    Any help appreciated.
    Thanks,
    Regards,
    Jay

  • BPM Error in Transformation Step: Interface Mapping not found

    Hi,
    Can you help me on this? I have a tranformation step in my BPM that combines a request and response message of a previous Send step to create a Source message for the next Send step. However, on my transformation step, I got the mapping error in workflow log: Interface mapping http://gl.euhreka.com/learning/skillsoft/catalogSy.YGLXI_OM_MergeRequestAndHandleResponseAB_To_PollFo (SWCV=DF8549309ECE11DFB58DF3570A341E0F) not found
    Do you have any idea about this error? My mapping program is working fine. I also checked if the container elements assigned to the transformation steps are correct. 
    Can you suggest of other way on how can I achieve on merging 2 messages (request and response) and set it to the Request for another send step?
    Thanks,
    Jenny

    Hello,
    I already solved the problem. The namespace and Operation mapping name is too long that's why it cannot be located at runtime.
    After the rename, another error appeared.
    "Incorrect XML format after mapping: Root-Tag expected instead of Messages"
    There are no useful information on the trace:
      <?xml version="1.0" encoding="utf-8" ?>
    - <MappingTrace>
      <Trace level="1" type="T">Mapping http://test YGLXI_OM_Merge , Software Component Version DF8549309ECE11DFB58DF3570A341E0F</Trace>
      <Trace level="1" type="T">Mapping Step 1 , Type XSLT , Program PollForReport_Merge</Trace>
      <Trace level="2" type="T">Call XSLT processor with stylsheet PollForReport_Merge.xsl.</Trace>
      <Trace level="2" type="T">Returned form XSLT processor.</Trace>
      </MappingTrace>
    Here is myXSLT program:
    <?xml version='1.0' encoding='utf-8' ?>
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  >
         <xsl:template match="/">
              <YGLXI_MT_PollForReportRequest>
                   <customerID>
                        <xsl:value-of select="//customerID"/>
                   </customerID>
                   <customerPassword>
                        <xsl:value-of select="//customerPassword"/>
                   </customerPassword>
                   <reportIDHandle>
                        <xsl:value-of select="//reportHandle"/>
                   </reportIDHandle>
              </YGLXI_MT_PollForReportRequest>
         </xsl:template>
    Here is my source message:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
       <ns0:Message1>
          <ns1:YGLXI_MT_InitiateFullCourseListingRequest xmlns:ns1="http://gl.euhreka.com/learning/skillsoft/catalogSynchronization">
             <customerID>ZZZ</customerID>
             <customerPassword>XXX</customerPassword>
             <reportFormat>VVV</reportFormat>
             <mode>VCC</mode>
             <userName>CC</userName>
          </ns1:YGLXI_MT_InitiateFullCourseListingRequest>
       </ns0:Message1>
       <ns0:Message2>
          <ns1:YGLXI_MT_InitiateFullCourseListingResponse xmlns:ns1="http://gl.euhreka.com/learning/skillsoft/catalogSynchronization">
             <reportHandle>SADA</reportHandle>
          </ns1:YGLXI_MT_InitiateFullCourseListingResponse>
       </ns0:Message2>
    </ns0:Messages>
    I tested my program in Operation mapping and it is working. How come it is not in BPM?
    Thanks,
    Jenny

  • Interface Mapping Not found in ID

    hi all,
    I am not getting the Interface mapping in interface detemination.
    I have cleared all the cache.
    My inbound mapping and interface mapping in IR are corret and activated.
    Please suggest me possible cause for the problem.I have to give a demo by today EOD.
    thanks and best Regards,
    Nidhi

    Hi,
    May I Kidnly request you to explain your scenario in more details.
    as per the information till you will not activate the Inteface Mapping, it will not be available in ID.
    Thus you need to temparory create the request side mapping with request side Message structure and don't mapp all the fields =, just mapp the header nodes. and use it in Interface Mapping.
    I think you don't wish to pass any data to receiver just to triger the event on receiver with call and the receiver will give back teh response to you.
    Thanks
    Swarup

  • Interface mapping is not visible in receiver determination

    Hi,
    I could not see interface mapping in my receiver determination in ID.
    I can see the message interface and receiver agreement in receiver determination
    my scenario is idoc to soap (SAP R3 to webservice)
    Thanks
    Ruban

    hi,
    could you plz check as Sheshagiri and Phani have said.
    Also wanted to know,are u using the configuration wizard for creating ur business scenario and not finding ur interface mapping?
    if so is the case then try creating manually ur reciever determination and add ur interface mapping(if u have already done as said by phani and seshagiri)  by inserting it.
    let us know how it went.
    thanks,
    ahmed

  • Pin myself but found Google Map is not real time map (few years before)

    I recently pin a place on my event, but I found google map is not a real time map (not a few days different but few years different) It is an old map. I discovered this from the satalile map.
    Any one can help on this?
    Thanks

    I think this is a problem that affects some areas of the world, especially Asia where governments are a little more sensitive. It is the same here where from my window I can see a new bridge completed some 3 years ago that is not shown at all.
    As Larry suggests: Feedback; although the source is Google and not Apple.

Maybe you are looking for