Mapping trouble

Hi all,
Iam stuck with a  mapping problem and need Help!!! :).
Would be grateful if someone could give me a hand on this.
In The picture depicted below is the first problem:
http://i42.tinypic.com/2epn3lt.jpg
For Every occurance of "E1EDPT1",I want to create only one "E1EDKT1".
But with the mapping I have done in the dataeditor it creates a "E1EDKT1" segment for every occurance of "E1EDPT1".How can I prevent it and create only one.
The next problem is as follows.See picture link below:
http://i43.tinypic.com/9arfye.jpg
For Every occurance of "E1EDPT2",I want to create a "E1EDKT2" node under the "E1EDPT1"  node created above.
How can I change the mapping shown in the dataeditor to do that.
The next thing is about the "TDLINE". With the following mapping,I want to put the "TDLINE" from source to target "TDLINE".
See figure below:
http://i44.tinypic.com/28i6m20.jpg
"POSEX" and "E1EDPT1" are child elements from the same parent "E1EDP01".
TDID   Has context set to "E1EDP01".
POSEX  Has context set to "E1EDP01".
TDLINE Has context set to "E1EDP01".
But the "TDLINE" field is not created in the target structure.
Thanks
P

From what I understood here is how to go about it
For Every occurance of "E1EDPT1",I want to create only one "E1EDKT1".
But with the mapping I have done in the dataeditor it creates a "E1EDKT1" segment for every occurance
of "E1EDPT1".How can I prevent it and create only one.
E1EDPT1(Raise it to highest context)> CollapseContext--> E1EDKT1
For Every occurance of "E1EDPT2",I want to create a "E1EDKT2" node under the "E1EDPT1" node created above.
How can I change the mapping shown in the dataeditor to do that.
E1EDPT2-->E1EDKT2   this is a direct map
I'm not able to understand your 3rd problem:
I see you have TDID with map.w.default, make sure the context of TDID here is: E1EDPT1
Why is the context of TDLINE  "E1EDP01".??? and not E1EDPT2 not sure i understand this req of urs.
This mapping looks simple though
Cheers!
Hanish John

Similar Messages

  • 1:n mapping trouble

    Hi all.
    I need to split one message into several small. The structure of source message is:
    <ns0:mps-orders>
    <ns0:purchase-order>
    <ns0:purchase-order>
    </ns0:mps-orders>
    So I need to get several messages with  <purchase-order> as a root element. I've done mapping, tested it successfully, but during runtime an error occurs: "Split mapping created no messages". It seams that an xml message with the pointed structure can't correctly 'lay' on a new structure - after 1:n mapping it changed to
    <ns0:Messages>
    <ns0:Message1>
      <ns1:mps-orders>
    So what should I do? Must I somehow change the structure of message or smth else?
    Thank you.

    hi,
    Illustration of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure
    Illustration of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure
    Various multi-mappings and Optimizing their Implementation in Integration Processes (BPM) in XI.
    Regards

  • Imported java mapping trouble

    Hello.
    I'm in the process of moving all of our XI 2.0 applications to XI 3.0. One of these apps uses an imported archive as an interface mapping. I'm getting this error message: "XML not well-formed", when I try to test my mapping in IR.
    The java mapping imports the StreamTransformation class, then references the RECEIVER_NAME and RECEIVER_NAMESPACE components. However, these are always blank in the XML being created.
    This is a part of my Java mapping:
    package wtGas;
    import com.sap.aii.mapping.api.StreamTransformation;
    import com.sap.aii.mapping.api.StreamTransformationConstants;
    import java.io.*;
    import java.util.Map;
    import java.util.Vector;
    import javax.xml.parsers.*;
    import org.xml.sax.*;
    import org.xml.sax.helpers.*;
    public class JM_WTGas extends DefaultHandler implements StreamTransformation {
         public void setParameter (Map param){
              map = param;
         public void execute(InputStream in, OutputStream out) throws com.sap.aii.mapping.api.StreamTransformationException {
              DefaultHandler handler = this;
              SAXParserFactory factory = SAXParserFactory.newInstance();
              try{
                   SAXParser saxParser = factory.newSAXParser();
                   this.out=out;
                   saxParser.parse(in, handler);
              }catch(Throwable t){
                   t.printStackTrace();
         public void startDocument() throws SAXException {
              write("<?xml version='1.0' encoding='UTF-8'?>");
              write("<ns1:" + (String)map.<b>get(StreamTransformationConstants.RECEIVER_NAME)</b> + " xmlns:ns1=\"" + (String)map.<b>get(StreamTransformationConstants.RECEIVER_NAMESPACE)</b>+ "\">");          
    write("<TABLE2>");
         public void endDocument() throws SAXException{
    write("</ns1:" + (String) map.<b>get(StreamTransformationConstants.RECEIVER_NAME)</b> + ">")
    And this is the resulting XML file:
    <?xml version='1.0' encoding='UTF-8'?>
    <b><ns1: xmlns:ns1=""></b>
    <TABLE2>
    <item>
    <REC_TYPE>0001</REC_TYPE>
    <POSTKEY>50</POSTKEY>
    <ACCOUNT></ACCOUNT>
    <AMOUNT>0000000000000000</AMOUNT>
    <TAX_CODE>1o</TAX_CODE>
    <JURIS>camb</JURIS>
    <BUNIT></BUNIT>
    <COST_CTR></COST_CTR>
    <ORD_NO></ORD_NO>
    <ASSIGNMENT></ASSIGNMENT>
    <DET_TEXT></DET_TEXT>
    </item>
    <b></ns1:></b>
    As you can see, it's leaving out the receiver name and namespace. Can anyone tell me what's going on, please? This was working in XI 2.0.
    Thank you.
    Nicole

    Are you doing the single test in the IR ?
    If then the streamtransformation map will not be set by default...it needs to be set explicitly...on the 'Test' tab, there are in turn 2 sub tabs 'Document' and 'Parameters'....the streamtransformation values need to be set in the 'Parameters' tab...
    Thanks.

  • Image Map trouble

    I understand how to create an image map, but I don't want the
    link to open in a new window for the viewer. So far, I haven't been
    able to figure out what I need to specify in the data for the image
    map so that it merely transfers the user to the necessary page in
    the existing window rather than opening a new one. Can anyone give
    me information on how to alter the image map so that it only opens
    the new page in the existing window of the website?

    A default link on image map would not open the link in a new
    window unless
    you told it to. To know what is happening we would need to
    look at your
    code. Can you show us?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "greentheory" <[email protected]> wrote in
    message
    news:g1ii6o$luq$[email protected]..
    >I understand how to create an image map, but I don't want
    the link to open
    >in a
    > new window for the viewer. So far, I haven't been able
    to figure out what
    > I
    > need to specify in the data for the image map so that it
    merely transfers
    > the
    > user to the necessary page in the existing window rather
    than opening a
    > new
    > one. Can anyone give me information on how to alter the
    image map so that
    > it
    > only opens the new page in the existing window of the
    website?
    >

  • Mapping Techniques

    Hi,
    types of Mapping Technigues in PI 7.0/PI7.1

    These links provided below will deal with various techniques that are handled in mappings.
    Simple java code in graphical mapping - XI
    The specified item was not found.
    GlobalContainer - in graphical mapping (XI)
    The specified item was not found.
    XI: How to test your mapping (in real life scenarios)
    The specified item was not found.
    XI: XML node into a string with graphical mapping?
    The specified item was not found.
    Sending Java code as payload to do mapping in XI
    Sending Java code as payload to do mapping in XI
    Skelton of Mapping Runtime in SAP XI Did we bother to understand why the RFC Destination AI_RUNTIME_JCOSERVER is very important
    Skelton of Mapping Runtime in SAP XI
    Accessing System Parameters in Mapping Runtime
    Accessing System Parameters in Mapping Runtime
    Message Mapping Simplified - Part II NODE FUNCTIONS
    Message Mapping Simplified - Part I
    /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
    Limitations of Message Mapping Editor in XI-Can we make it user-friendlier?
    Limitations of Message Mapping Editor in XI-Can we make it user-friendlier?
    The Use of "suppress" in the XI 3.0 Graphical Mapping Tool
    The Use of "suppress" in the XI 3.0 Graphical Mapping Tool
    New functions in the Graphical Mapping Tool SP13
    New functions in the Graphical Mapping Tool XI 3.0 SP13
    SAP PI 7.1 Mapping Enhancements Series: Correct Structural Inconsistencies
    SAP PI 7.1 Mapping Enhancements Series: Correct Structural Inconsistencies
    SAP PI 7.1 Mapping Enhancements Series: Graphical Support for JDBC and RFC Lookups
    SAP PI 7.1 Mapping Enhancements Series: Graphical Support for JDBC and RFC Lookups
    SAP PI 7.1 Mapping Enhancements Series: Parameterized Message Mappings
    SAP PI 7.1 Mapping Enhancements Series: Parameterized Message Mappings
    SAP NetWeaver Process Integration 7.1: Mapping Enhancements Blog Series
    SAP NetWeaver Process Integration 7.1: Mapping Enhancements Blog Series
    SAP PI 7.1 Mapping Enhancements Series: Mapping Enhancements Demo
    SAP PI 7.1 Mapping Enhancements Series: Mapping Enhancements Demo
    SAP PI 7.1 Mapping Enhancements Series: Copy XML Subtree
    SAP PI 7.1 Mapping Enhancements Series: Copy XML Subtree
    SAP PI 7.1 Mapping Enhancements Series: Using Graphical Variable
    SAP PI 7.1 Mapping Enhancements Series: Using Graphical Variable
    SAP PI 7.1 Mapping Enhancements Series: Share User-Defined Functions
    SAP PI 7.1 Mapping Enhancements Series: Share User-Defined Functions
    SAP PI 7.1 Mapping Enhancements Series: Import SQL Table's Metadata
    SAP PI 7.1 Mapping Enhancements Series: Import SQL Table's Metadata
    Using Folders in PI 7.1
    Using Folders in PI 7.1
    TechEd 2006: EPI351 - Graphical Mapping Tool-Advanced Message Mapping
    TechEd 2006: EPI351 - Graphical Mapping Tool–Advanced Message Mapping
    Minimize memory usage during Message Mapping when replicating an element
    Minimize memory usage during Message Mapping when replicating an element
    New Arithmetic and Statistical Functions in Message Mappings in SP18
    New Arithmetic and Statistical Functions in Message Mappings in SP18
    Never, ever use XI's built-in arithmetic functions
    Never, ever use XI's built-in arithmetic functions
    Sequence Number Generation: Mapping Pattern in PI
    Sequence Number Generation : Mapping Pattern in PI
    Summarization: Mapping Pattern in PI
    Summarization : Mapping Pattern in PI
    Message Mapping - using of E1BPPAREX => experience in the aspect of maintenance and customer usability
    Message Mapping - using of E1BPPAREX => experience in the aspect of maintenance and customer usability
    Duplicating Sub trees and Numbering Them Using the Graphical Mapping Tool
    Duplicating Subtrees and Numbering Them Using the Graphical Mapping Tool
    Message Splitting Using the Graphical Mapping Tool
    Message Splitting Using the Graphical Mapping Tool
    Replication of Nodes Using the Graphical Mapping Tool
    Replication of Nodes Using the Graphical Mapping Tool
    Standard functions in message mapping
    http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/frameset.htm
    New Arithmetic and Statistical Functions in Message Mappings in SP18
    New Arithmetic and Statistical Functions in Message Mappings in SP18
    Hack: Using XPATH in XI Message Mappings
    Hack: Using XPATH in XI Message Mappings
    Message mapping verification
    Message mapping verification
    Mapping Context Changes in XI
    Mapping Context Changes in XI
    Mapping trouble shooting
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e01e9400-9e81-2910-20a5-a862945a5e98
    Mapping Context Changes in XI
    Mapping Context Changes in XI
    File Content Conversion for Multi Hierarchical Structure
    File Content Conversion for Multi Hierarchical Structure
    Number formatting to handle LARGE Numbers
    Number formatting to handle LARGE Numbers
    Optimizing Lookup's in XI
    Optimizing Lookup's in XI
    Data Mining using APriori Algorithm in XI - Part I, II & III
    /people/jeyakumar.muthu2/blog/2005/12/19/data-mining-using-apriori-algorithm-in-xi-150-part-ii
    /people/jeyakumar.muthu2/blog/2005/12/30/data-mining-using-apriori-algorithm-in-xi-150-part-iii
    /people/jeyakumar.muthu2/blog/2005/11/23/data-mining-using-apriori-algorithm-in-xi-150-part-i
    Java Mapping to handle flat files in SAP XI
    Java Mapping to handle flat files in SAP XI
    xpath functions in xslt mapping
    xpath functions in xslt mapping
    "JAVA MAPPING", an alternate way of reading a CSV file
    "JAVA MAPPING", an alternate way of reading a CSV file
    B2B Mapping Techniques Using the Graphical Mapping Tool
    B2B Mapping Techniques Using the Graphical Mapping Tool
    How to parse "XX/YY/ZZ;AA/BB/CC;11/22/33" in message mapping
    How to parse "XX/YY/ZZ;AA/BB/CC;11/22/33" in message mapping.
    Introduction to queues in message mapping
    Introduction to queues in message mapping
    ValueMapping using the Graphical Mapping Tool
    ValueMapping using the Graphical Mapping Tool
    Accessing Value Mapping defined in Directory using Java functions
    Accessing Value Mapping defined in Directory using Java functions
    Multi-Mapping without BPM - Yes, it's possible!
    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    Designing Mapping:
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/58cd3b11571962e10000000a11402f/content.htm
    User-Defined Functions
    http://help.sap.com/saphelp_nw04/helpdata/en/22/e127f28b572243b4324879c6bf05a0/content.htm
    Standard Functions
    http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm
    Runtime Procedure
    http://help.sap.com/saphelp_nw04/helpdata/en/3d/24e15bf9d79243b45d49b13b03de8f/content.htm
    Mapping Fields Within a Context
    http://help.sap.com/saphelp_nw04/helpdata/en/e4/82cf0ec8b9494db92e27e2be69524f/content.htm
    Structure Mapping by Setting the Context
    http://help.sap.com/saphelp_nw04/helpdata/en/bd/ca1105c81c6742a0f8c8d49f8834bf/content.htm
    Comparing Performance of Mapping Programs
    Comparing Performance of Mapping Programs
    Mapping examples:
    New functions in the Graphical Mapping Tool XI 3.0 SP13
    All mapping concepts:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/mappingConceptsinSAPXI
    Comparison of various Mappings:
    Comparing Performance of Mapping Programs
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/mapping%2btechniques
    How to test mapping:
    The specified item was not found.
    Mappings:
    http://help.sap.com/saphelp_nw04/helpdata/en/73/f61eea1741453eb8f794e150067930/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9202d890-0201-0010-1588-adb5e89a6638
    Message Mapping:
    http://help.sap.com/saphelp_erp2004/helpdata/en/3d/24e15bf9d79243b45d49b13b03de8f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/49/1ebc6111ea2f45a9946c702b685299/frameset.htm
    Message Mapping Simplified - Part I - Sravya Talanki
    /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii - Sravya Talanki
    Java Mapping:
    Testing and Debugging Java Mapping in Developer Studio
    Java Mapping (Part I)
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/43/09b16006526e72e10000000a422035/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a08e8c15-682d-2b10-7798-c4592a417074 - by Santhosh
    XSLT Mapping:
    Step – By – Step Simple Approach for XSLT Mapping
    File to Multiple IDocs (XSLT Mapping)
    The specified item was not found.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/43/03fe1bdc7821ade10000000a1553f6/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/73/f61eea1741453eb8f794e150067930/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30ac53f2-21d7-2a10-afa2-ce1a0577ca18
    Excellent PDF Document on Mapping
    http://help.sap.com/bp_bpmv130/Documentation/Operation/MappingXI30.pdf
    Mapping Development with the ABAP Workbench
    http://help.sap.com/saphelp_nw04/helpdata/en/10/5abb2d9df242f6a62e22e027a6c382/content.htm
    ABAP Mappings
    http://help.sap.com/saphelp_nw04/helpdata/en/ba/e18b1a0fc14f1faf884ae50cece51b/content.htm
    how to create a flat file out of an IDoc-XML by means of an ABAP mapping program and the J2EE File Adapter.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0b8a
    Generic XSLT Mapping for SAP XI,Part I
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/01a57f0b-0501-0010-3ca9-d2ea3bb983c1
    Generic XSLT Mapping for SAP XI,Part II
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9692eb84-0601-0010-5ca0-923b4fb8674a
    XSLT: Recursive Templates
    XSLT: Recursive Templates
    Easy RFC lookup from XSLT mappings using a Java helper class
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/05a3d62e-0a01-0010-14bc-adc8efd4ee14
    ABAP Mapping:
    http://help.sap.com/saphelp_nw04/helpdata/en/ba/e18b1a0fc14f1faf884ae50cece51b/content.htm

  • Trouble with mapping CMR field using Sun One Studio

    I am having trouble adding a cmr between 2 entity beans. It is a simple one to one relationship, navigatable in only one direction. In the database I have a foreign key defined between the two tables that store the data for the beans.
    I add the relation by selecting the 2 beans and define it as one directional, one to one , with the name "bb". I then map the relationship field via the properties/As Sun One tab. I use the foreign key defined in the database. All seems to be well.
    Using Sun One AppServer 7 and Studio 4
    Upon deploying the application I receive:
    CMP Mapping Error in bean Sites:: Warning: The field bb is not mapped.
    Set the column mapping for the field.

    The CMR/CMP mappings is very instable.
    Sunone Studio 5 has a lot of bugs when mapping CMP/CMR but i never saw this one, try to upgrade.
    Please vote for this bug. It's killing me!!!!!!!!!!!!!!!
    http://developer.java.sun.com/developer/bugParade/bugs/4932495.html

  • Map Viewer troubles

    Hi,
    In Oracle Spatial Option (Oracle Map Viewer), it seams I have a little bit
    trouble with getting the numbers/values/any text/numeric data.
    What is the problem?
    I imported all necessary data into oracle db (parcels, numbers, city names,
    etc..), so I used mapdef.jar tool. I defined all new map names, themes and
    styles (based on examples), to customize my mapview-er's view. When I define
    parcels as a theme name, it works fine, but when I want to insert the
    numbers/text, it falls (simply not showing content of numeric data theme).
    Then I tried to solve the problem myself, so I tried to analyze the data
    through enterprise manager, and I compared cities/counties/states from us
    sampledata (scott/tiger), and I realized that they have r tree spatial index
    (sdo_gtype) - collection. I also created(like) indexes, pointing on the
    column I would like to show on the map, but it still didn't work. Anyone has
    some experience in that area?
    Beside that I also have MDSYS.SDO_GEOMETRY column created filled with
    coordinates. They are completely the same as in cities example... looks like
    that:
    SDO_GEOMETRY(2001, NULL, SDO_POINT_TYPE(643752449, 509765756, NULL), NULL,
    NULL).
    Why I cannot see those numbers? I tried all I knew, and I don't see the
    point. I have equal procedure, and almoast equal data in scott/tiger
    (cities), and I clearly see city names (from New York to Los Angeles), but
    when I repeat the same stuff on numbers I am not able to get any number
    inside my own map!
    Any hints???
    p.s. I have 8535 numbers to display? Is that a problem? My initial
    mapinit.jsp input coordinates are pretty high. I use values: 643752449 (x),
    509765756 (y). Initial map size =53000, and min & max scale is also set
    properly as for parcels_theme!

    I'm not sure what you are trying to do. The numbers in the geometry type are rendered (drawn), so you don't see the numbers per se, but instead they are drawn.
    Can you explain in more detail what you are doing, and what you are expecting?

  • Trouble Beat Mapping

    Hey Guys,
    Today is my first attempt at beat mapping and I'm having trouble.
    1. I import the WAV file I want to beat map.
    2. Select the WAV file
    3. Select --> Tempo --> Adjust Tempo Using Beat Detection
    All the potential results it gives is quite off.
    The song is Timbaland's 'Morning After Dark.'
    By clicking a 'beat' app on my phone, it shows the tempo is around 118 --- however the Logic Beat Mapping is saying it's around 125.1537 ... Clearly it's off from the song.
    Is there any other way to beat map?
    you may think, "well, just use 118..." That doesn't work however as it needs to be exact and have the metronome stay with the song the entire way...
    ...And plus it needs to match up the first beat of the WAV wit hthe first beat of the session, rather than having WAV Silence.
    Thanks guys!
    --Sean
    p.s. Logic 9 is what I'm using!

    the Logic Beat Mapping is saying it's around 125.1537
    You're using the term Beat Mapping in a way that's different from the way that term is used inside Logic (and this happens a lot). Maybe a better term for what you're doing would be tempo detection.
    Beat Mapping in Logic normally involves dealing with material that embodies a varying tempo. This song you mentioned has a steady tempo, so Logic's Beat Mapping feature isn't really relevant. You're just trying to find out the tempo, which is something simpler.
    Unfortunately, Logic is bad at tempo detection, as you have noticed. It's bad at this when you use the "Adjust Tempo Using Beat Detection" command (which is what you used), and it's also bad at this when you use the BPM Counter plugin. So I would advise you to never waste any time with those features (unless the audio material you're evaluating is painfully simple, like a click track).
    But it really doesn't matter much, because there are lots of other ways to achieve tempo detection. One example is what you did: use a program that lets you tap a tempo. (Logic also has a kind of Tap Tempo feature, but I suggest you ignore that, too.) Tapping a tempo can be done with this handy web site. It can also be done with the BPMCalc program.
    If you would prefer something more automatic (and why not), you can try this free program which does a nice job of automatic tempo detection.
    Another approach, inside Logic, is to cut a region of a specific size (e.g., 4 bars), and then use the Adjust Tempo Using Region Length and Locators command. This command works well. It's explained on p. 599 (pdf). The explanation is not terribly clear, so if you have any questions, just ask.
    There are some other useful techniques for tempo detection inside Logic, but I won't get into that right now.
    By clicking a 'beat' app on my phone, it shows the tempo is around 118
    I think you must be a pretty good tapper. When I use various methods to determine the tempo for that song, the number I come up with is 117.9873 bpm. (That excess precision is admittedly pointless; I could have said 117.98 or 117.99 and it would make no practical difference.)
    it needs to match up the first beat of the WAV wit hthe first beat of the session
    For various reasons I usually find that it's a good idea to leave a measure or more of silence at the start of a project. Later on when you bounce, you're not obligated to include this silence in the bounce.
    The main thing is to make sure the first beat of the region matches up with the start of a measure. That is, if the first beat of the song is a downbeat (the first beat of a measure). In this song, that happens to be the case.
    To match it up right, you just need to zoom in, and then slide the region to the left or right, to make the first beat line up visibly with a bar line. If you set the tempo to the number I mentioned, and then slide the region the way I just said, I think you'll find that the metronome will sound just right.
    Things get more interesting when you pick a record that embodies a varying tempo (which is more common with older records, but it still happens). If you run into that and you have questions, just ask.

  • Upgraded my macbook pro 2012 to osx mavericks and since then I'm having troubles like: can't open mail or maps. recently if I'm trying to fill a onfo box from a web site safari stops working.

    upgraded my macbook pro 2012 to osx mavericks and since then I'm having troubles like: can't open mail or maps. recently if I'm trying to fill a info box from a web site safari stops working.

    Try backing up your data and upgrading to 10.9.2.

  • Trouble Getting my i maps to play over my Toyota Camry Bluetooth

    I'm having trouble getting my iPhone 5 I maps to play over my Toyota Camry Bluetooth. Any recommendations?

    Hi gblevs,
    It seems you are having issues pairing your iPhone via bluetooth. I have linked an article below that may help you find a solution:
    iOS: Troubleshooting Bluetooth connections - Apple Support
    Thank you for contributing to Apple Support Communities.
    Take care,
    Bobby_D

  • I'm having trouble with "maps" on Macbook Pro, iPad and iPhone.  It shows my current location and hour away from where I am.  As soon as a move iPhone away from my wifi at home to cellular it shows my correct location.  No help from Time Warner.

    What can I do to get "maps" to work on my Macbook Pro, iPad and iPhone when connected to wifi at home.  iPhone "maps" work fine when connected to cellular service. Maps on wifi shows me about 55 minutes away from my current location.  Very frustrating.  I called Time Warne,r my service provider, but they had no answers since they were not knowledgeable of this situation.  Anyone else having problem?  I just updated all devices to newest update.  Is that the problem.

    Did you bring your wireless router with you? If so, it's possible the iPad is getting its location through the router and the router still "thinks" it's where you used to live.
    Try taking your iPad to another location where there is wifi (such as a coffee shop). Then, try an app that uses location services. If it's accurate at another location, then the source of your problem is your router.
    ~Lyssa

  • Trouble synching mapped network drive in Windows 8

    Hello
    I have recently bought a Sony Vaio Pro13 with Windows 8. I have also just upgraded to Windows 8.1. I have another laptop running windows 7 to which I have mapped the network drive at my place of work. On the W7 computer, files are available offline and I can
    synchronize them without any problem using the VPN.
    I mapped the network drive to my new laptop running windows 8 but only about half of the offline files were made available offline and it was not possible to synchronize. I then started again, by deleting the mapped drive, deleting the offline files in the
    CSC folder, moved the folder elsewhere and increased the space available for offline files. I then successfully mapped the drive and copies of all offline files were available on the laptop (after about 2 hours of synchronizing!).
    However, I have not been able to synchronize the files since. The VPN works for other things (e.g. subscription websites which need a VPN connection) but the network drive is showing as either offline, or when I try to synchronize, the process begins and then
    I get a 'failed' message (currently 'the username or password is incorrect'). This can't be the case, or I wouldn't be on the VPN or accessing emails via Outlook - and in any case, it worked once with exactly the same credentials. I double checked in the windows
    credentials as well. The sync centre also says that the drive is 'offline (background sync)'.
    My IT administrators do not have any suggestions apart from removing 8 and installing 7 because they do not currently support Windows 8...
    Do you have any suggestions as to why the VPN works, the files have been made available offline, but the networked drive will now not sync?
    Thank you
    Liz

    Hi,
    It appeared to be network issue, please try to update you NIC driver and then change power option of network adapter:
    Open Network and Sharing Center.
    Click the Change adapter settings link in the upper left of the navigation pane.
    Right click the network connection you want to enable/disable power management support on and click Properties .
    Click Configure .
    On the Power Management tab, clear the Allow the computer to turn off this device to save power check box.
    After these steps, turn off Firewall and please restart computer and check the issue again.
    If it doesn’t work, please upload the screenshot of error message and event log here for further research.
    Hope these could be helpful.
    Regards,
    Kate Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Dynamic Config Troubles in 2:1 Message Mapping

    I am using PI 7.1, and I have a 2:1 mapping that takes two input messages and combines them.  The mapping itself is very simple: it takes message A, adds two values from message B and creates message C.
    This mapping is in a transformation step in a BPM.  Message A has several values stored in its dynamic configuration, but after the transformation step, the dynamic configuration values are no longer available (message C has no DynamicConfiguration object in the SOAP Header).
    I tried adding a UDF to the mapping that attempts to read and print one of the dc values contained in message A, but I get a null value.  It's as if the dc values that came in with message A are destroyed once the 2:1 mapping begins.  How can I pass on these original dc values?
    I would appreciate any help you could offer!
    Thanks,
    David

    Hi Abhishek,
    Thanks for the response.  I don't understand when you say that DC does not work in a BPM.  I tried removing the second input message (just making it a 1:1 mapping inside the BPM as a test), and the DC values were read and passed successfully.  I also have a mapping in the exception branch in the BPM that reads a value in from DC without problems.  It would appear that the problem is the fact that the problem mapping is 2:1 rather than that it's in a BPM, right?
    Thanks!
    David

  • ABAP Mapping - Testing - IDoc - Trouble

    Hi Friends,
    There is one ABAP Mapping used in our system. The outbound interface is based on one message in external definition and inbound interface is IDoc.
    When I try to test this mapping in our PI System using the transaction "SXI_MAPPING_TEST", in the initial screen/input screen in F4 help for the Sender Interface selection, our outbound interface is not displayed. In the Receiver Interface also, it is not display the IDoc.
    What could be the problem ? How to test our Z class in this case with the input XML.
    Could you please help me?
    Kind regards
    Jegathees P.

    Hi,
    don't use SXI_MAPPING_TEST
    use my report which is much better
    XI/PI: Easy ABAP mapping tests - no more SXI_MAPPING_TEST
    BTW
    there is no need to use any HTTP client nor anything to test ABAP mapping - just my report
    Regards,
    Michal Krawczyk

  • Trouble(s) with maps

    Is it just me, or does the mapping functionality have some distance to go before it's really solid, steady, and useable? I'm working with the Sample Sales data. I'll include all of the XML from the Advanced tab at the end of this post, so that anyone can recreate what I'm doing. I've tried using Firefox and IE, and basically I get the same crummy results.
    1. In 11.1.1.3, I could click on a piece of a map, such as a state, and its information window would pop-up. At that point, I could click on the pop-up to freeze it, click on the link for the state name on that frozen popup, and it would fire a master-detail event. Now, in 11.1.1.5, doing that exact same thing does NOT fire the Master-Detail event. I know the Master-Detail event works, because when I click on the state name in the Table view, it changes my graph slider position.
    2. In 11.1.1.3, I don't remember the drilling being troublesome. In 11.1.1.5, it seems like every time I make a change to the graph, such as changing a color of one of the percentile breaks, the graph reverts back to the 2000 mile view.
    3. The OBIEE_WORLD_MAP takes a very long time to render. I know maps are CPU-intensive, but seriously, 30 seconds to drill in from 1000 miles to 500 miles?
    4. OK, I'm finally drilled in to 500 miles. I save the analysis. I re-open the analysis. And... ARRRRRGH - I'm back at the 2000 foot level. Whiskey Tango Foxtrot??
    5. Same thing when I open the map view to edit it. It jumps back out to 2000 miles. That is SO annoying. Why isn't there a Property for that?
    Am I just missing something, or are maps just not really ready for prime time?
    XML code from Advanced Tab
    <saw:report xmlns:saw="com.siebel.analytics.web/report/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlVersion="201008230" xmlns:sawx="com.siebel.analytics.web/expression/v1.1">
    <saw:criteria xsi:type="saw:simpleCriteria" subjectArea="&quot;A - Sample Sales&quot;" withinHierarchy="true">
    <saw:columns>
    <saw:column xsi:type="saw:regularColumn" columnID="cee563185b849e2e8">
    <saw:columnFormula>
    <sawx:expr xsi:type="sawx:sqlExpression">"Time"."T05 Per Name Year"</sawx:expr></saw:columnFormula></saw:column>
    <saw:column xsi:type="saw:regularColumn" columnID="c282afb16d4aae8a5">
    <saw:columnFormula>
    <sawx:expr xsi:type="sawx:sqlExpression">"Ship To Geo Codes"."R62 Geo Ctry State Name"</sawx:expr></saw:columnFormula>
    <saw:displayFormat>
    <saw:formatSpec suppress="suppress" wrapText="true" interaction="clientEvent">
    <saw:clientEventSpec channel="NavState"/></saw:formatSpec></saw:displayFormat>
    <saw:columnHeading>
    <saw:displayFormat>
    <saw:formatSpec/></saw:displayFormat></saw:columnHeading></saw:column>
    <saw:column xsi:type="saw:regularColumn" columnID="cc5440c1758b8619f">
    <saw:columnFormula>
    <sawx:expr xsi:type="sawx:sqlExpression">"Products"."P4 Brand"</sawx:expr></saw:columnFormula></saw:column>
    <saw:column xsi:type="saw:regularColumn" columnID="cfe93e6d4b952110e">
    <saw:columnFormula>
    <sawx:expr xsi:type="sawx:sqlExpression">"Base Facts"."1- Revenue"</sawx:expr></saw:columnFormula></saw:column>
    <saw:column xsi:type="saw:regularColumn" columnID="c0f03fa9ace355720">
    <saw:columnFormula>
    <sawx:expr xsi:type="sawx:sqlExpression">"Base Facts"."2- Billed Quantity"</sawx:expr></saw:columnFormula></saw:column></saw:columns>
    <saw:filter>
    <sawx:expr xsi:type="sawx:comparison" op="equal">
    <sawx:expr xsi:type="sawx:sqlExpression">"Ship To Geo Codes"."R61 Geo Country Code"</sawx:expr>
    <sawx:expr xsi:type="xsd:string">USA</sawx:expr></sawx:expr></saw:filter></saw:criteria>
    <saw:views currentView="3">
    <saw:view xsi:type="saw:compoundView" name="compoundView!1">
    <saw:cvTable>
    <saw:cvRow>
    <saw:cvCell viewName="dvtchart!1"/></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="mapview!1"/></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="tableView!1"/></saw:cvRow></saw:cvTable></saw:view>
    <saw:view xsi:type="saw:titleView" name="titleView!1"/>
    <saw:view xsi:type="saw:tableView" name="tableView!1">
    <saw:edges>
    <saw:edge axis="page" showColumnHeader="true"/>
    <saw:edge axis="section"/>
    <saw:edge axis="row" showColumnHeader="true">
    <saw:edgeLayers>
    <saw:edgeLayer type="column" columnID="cee563185b849e2e8"/>
    <saw:edgeLayer type="column" columnID="c282afb16d4aae8a5"/>
    <saw:edgeLayer type="column" columnID="cc5440c1758b8619f"/>
    <saw:edgeLayer type="column" columnID="cfe93e6d4b952110e"/>
    <saw:edgeLayer type="column" columnID="c0f03fa9ace355720"/></saw:edgeLayers></saw:edge>
    <saw:edge axis="column"/></saw:edges></saw:view>
    <saw:view xsi:type="saw:mapview" name="mapview!1">
    <saw:mapLayout>
    <saw:splitterLayout orientation="horizontal"/></saw:mapLayout>
    <saw:basemap sid="__OBIEE__MAPVIEW__TILE__OBIEE_NAVTEQ_SAMPLE__OBIEE_WORLD_MAP__~v0"/>
    <saw:mapWidgets>
    <saw:mapToolBar>
    <saw:panTools>
    <saw:panHand display="true"/></saw:panTools>
    <saw:zoomTools>
    <saw:zoomIn display="true"/>
    <saw:zoomOut display="true"/></saw:zoomTools>
    <saw:selectionTools>
    <saw:pointTool display="true"/></saw:selectionTools></saw:mapToolBar>
    <saw:mapInformation>
    <saw:scaleInfo display="true"/>
    <saw:overview display="true" viewState="collapsed"/></saw:mapInformation>
    <saw:mapOverlay>
    <saw:panButtons display="true"/>
    <saw:zoomSlider display="true"/></saw:mapOverlay></saw:mapWidgets>
    <saw:infoLegend display="true" viewState="collapsed"/>
    <saw:viewportInfo>
    <saw:boundingLayer layerID="l0"/>
    <saw:mapCenter x="-123.47032000000001" y="45.17648" size="56.25" srid="8307" zoomLevel="2" xUnitPixels="7.11111111111111" yUnitPixels="7.11111111111111"/>
    <saw:boundingBox coords="-179.72032000000001,17.192104999999998,-67.36094500000001,73.30148"/></saw:viewportInfo>
    <saw:spatialLayers>
    <saw:spatialLayer sid="__OBIEE__MAPVIEW__LAYER__OBIEE_NAVTEQ_Sample__OBIEE_STATE__~v0" class="omv_predefined_layer" layerID="l0">
    <saw:layerLabelFormat display="true"/>
    <saw:spatials>
    <saw:columnRef columnID="c282afb16d4aae8a5"/></saw:spatials>
    <saw:visuals>
    <saw:visual visualID="v0" xsi:type="saw:colorScheme">
    <saw:varyFillColor binType="percentile" numBins="4" allowThresholdEdit="false">
    <saw:columnRef columnID="cfe93e6d4b952110e"/>
    <saw:rampStyle>
    <saw:rampItem id="0">
    <saw:caption>
    <saw:text>First Quartile</saw:text></saw:caption>
    <saw:g class="color" fill="#EE342A"/></saw:rampItem>
    <saw:rampItem id="1">
    <saw:caption>
    <saw:text>Second Quartile</saw:text></saw:caption>
    <saw:g class="color" fill="#FFF200"/></saw:rampItem>
    <saw:rampItem id="2">
    <saw:caption>
    <saw:text>Third Quartile</saw:text></saw:caption>
    <saw:g class="color" fill="#1FB24D"/></saw:rampItem>
    <saw:rampItem id="3">
    <saw:caption>
    <saw:text>Fourth Quartile</saw:text></saw:caption>
    <saw:g class="color" fill="#7296CE"/></saw:rampItem></saw:rampStyle></saw:varyFillColor>
    <saw:g class="color"/>
    <saw:tooltip>
    <saw:columnRef columnID="c0f03fa9ace355720"/></saw:tooltip></saw:visual>
    <saw:visual visualID="v1" xsi:type="saw:pieChart">
    <saw:tooltip/>
    <saw:varySliceSize chartSize="10">
    <saw:columnRef columnID="cfe93e6d4b952110e"/></saw:varySliceSize>
    <saw:slices>
    <saw:columnRef columnID="cee563185b849e2e8"/></saw:slices></saw:visual></saw:visuals></saw:spatialLayer></saw:spatialLayers>
    <saw:canvasFormat width="800" height="400"/>
    <saw:mapInteraction autoCreateFormats="true"/>
    <saw:formatPanel width="216" height="433"/></saw:view>
    <saw:view xsi:type="saw:dvtchart" name="dvtchart!1" autoPreview="false">
    <saw:display type="bar" subtype="basic" renderFormat="default" mode="online" xAxisLiveScrolling="false" yAxisLiveScrolling="false" clientEventEnabled="true" clientEventChannels="NavState" animateOnDisplay="true">
    <saw:style barStyle="default" lineStyle="default" scatterStyle="default" fillStyle="default" bubblePercentSize="100" effect="2d"/></saw:display>
    <saw:canvasFormat height="240" width="220" showGradient="true">
    <saw:dataLabels display="default" label="default" position="below" transparentBackground="true" valueAs="default"/>
    <saw:title mode="auto">
    <saw:caption/></saw:title>
    <saw:gridlines default="true">
    <saw:horizontal>
    <saw:major visible="false"/>
    <saw:minor visible="false"/></saw:horizontal>
    <saw:vertical>
    <saw:major visible="false"/>
    <saw:minor visible="false"/></saw:vertical></saw:gridlines></saw:canvasFormat>
    <saw:selections>
    <saw:categories>
    <saw:category>
    <saw:columnRef columnID="cee563185b849e2e8"/></saw:category></saw:categories>
    <saw:measures showMeasureLabelsOnCategory="false">
    <saw:column measureType="y">
    <saw:columnRef columnID="cfe93e6d4b952110e"/></saw:column></saw:measures>
    <saw:seriesGenerators>
    <saw:seriesGenerator>
    <saw:columnRef columnID="cc5440c1758b8619f"/></saw:seriesGenerator>
    <saw:measureLabels/></saw:seriesGenerators>
    <saw:sections displayAsSlider="true">
    <saw:section>
    <saw:columnRef columnID="c282afb16d4aae8a5"/></saw:section></saw:sections></saw:selections>
    <saw:legendFormat position="top" transparentFill="true"/>
    <saw:axesFormats syncAxis="false">
    <saw:axisFormat axis="Y1">
    <saw:title mode="auto">
    <saw:caption/></saw:title>
    <saw:scale scaleValues="auto" showMajorTicks="false" showMinorTicks="false" logarithmic="false" defaultTicks="true"/></saw:axisFormat>
    <saw:axisFormat axis="X">
    <saw:title mode="auto">
    <saw:caption/></saw:title>
    <saw:scale scaleValues="auto" showMajorTicks="false" showMinorTicks="false" logarithmic="false"/></saw:axisFormat></saw:axesFormats></saw:view></saw:views></saw:report>

    After a month of no response, I guess nobody out there knows any more about maps than I do. That's sad!!
    Oracle, if you can offer ANY suggestions as to why mapping should be so horrendously slow and unpredictable, I'd love to hear them.

Maybe you are looking for