IISProxy mapping to ITS

Hi All,
I have configured the IIS with reverse proxy, its working fine. Now I am trying to create transaction iview in portal, for this purpose I defined new mapping elements for ITS in IISProxy as follows.
<source>
<protocol>http</protocol>
<prefix>/sap/</prefix>
</source>
<source>
<protocol>http</protocol>
<prefix>/sap(ZT11aGF6NU5pVklycyUyQjMxcUhhVExrJTJCdyUzxx==)/</prefix>
</source>
<target>
<protocol>http</protocol>
<host>host.comp.com;/host>
<port>1080</port>
</target>
I am getting 404 page not found error for WebGUI Iviews. Reason for this  iisproxy.xml doesnt have proper mapping elements. .I referred some old threads, they use session ID(sap(ZT11aGF6NU5pVklycyUyQjMxcUhhVExrJTJCdyUzxx==) but everytime WebGui iview creates a new session ID, so I am not able create exact prefix  for ITS requests in mapping. Can some help me with this issue.

Hey Praveen,
I am facing the same issue. How did you resolve this one.
Appreciate all hep truly.
Regards,
Samta.

Similar Messages

  • Im trying to find my iPhone via iCloud but i does not show a map with its last know location. It only shows the menu options. My iPad and Mac show up but the map of my iPhone does not.

    Im trying to find my iPhone via iCloud but i does not show a map with its last know location. It only shows the menu options. My iPad and Mac show up but the map of my iPhone does not. Can anyone help?

    If your phone is turned off or not connected to the Internet, you will be unable to locate it. Last known location is only stored for 24 hours.

  • HT4759 my ipod been lost or stolen how do I view the map of its location?

    my ipod had been lost or stolen, how do I view the map of its location where my ipod is?

    What To Do If Your iDevice Is Lost Or Stolen
    If you activated Find My Phone before it was lost or stolen, you can track it only if Wi-Fi is enabled on the device. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. What to do if your iOS device is lost or stolen
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
      8. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)

  • Another IISPROXY question (multiple SAP systems)

    Hi!
    We've got a challenge. We have SAP EP (6.0 SP12), visible from outside
    (via  MS ISA server publishing). Also we have several SAP systems (BW,
    ERP2004, Solution Manager), that we want to make available from web.
    We installed IIS proxy module on portal server machine. It's working.
    I even maneged to publish some test reports and WebGUI of BW server.
    But when I try to publish in a simmilar way other system, I fall into
    problem.
    When you call '/sap/bw/' for example, SAP system after authentication
    converts it to something like '/sap(lsdkSDF435ssdgf)/bw'. As far as I
    understand between "(" and ")" there is some hash of password or something.
    The problem is, that it's true and the same for all SAP systems.
    So if I put in iisproxy.xml following strings:
    <mapping name="bw">
    <source>
         <protocol>http</protocol>
         <prefix>/sap/bw/</prefix>
    </source>
    <source>
         <protocol>http</protocol>
         <prefix>/sap/bw</prefix>
    </source>
    <source>
         <protocol>http</protocol>
         <prefix>/sap/public/bc/its/mimes/</prefix>
    </source>
    <source>
         <protocol>http</protocol>
         <prefix>/sap(</prefix>
    </source>
    <target>
            <protocol>http</protocol>
         <host>bw-server.ourdomain.local</host>
         <port>8000</port>
    </target>
    <compress-types>text/html, text/plain</compress-types>
    </mapping>
    it's working for BW server. We able to see reports and webGUI.
    If I try to add following strings for ERP2004 server:
    <mapping name="erp">
         <source>
              <protocol>http</protocol>
              <prefix>/erp/sap/bc/gui/sap/</prefix>
              <new-prefix>/sap/bc/gui/sap/</new-prefix>
         </source>
         <source>
              <protocol>http</protocol>
              <prefix>/erp/sap/bc/gui/sap</prefix>
              <new-prefix>/sap/bc/gui/sap</new-prefix>
         </source>
         <source>
              <protocol>http</protocol>
              <prefix>/erp/sap/bw/BEx</prefix>
              <new-prefix>/sap/bw/BEx</new-prefix>
         </source>
         <source>
              <protocol>http</protocol>
              <prefix>/erp/sap/bw/BEx/</prefix>
              <new-prefix>/sap/bw/BEx/</new-prefix>
         </source>
         <source>
              <protocol>http</protocol>
              <prefix>/erp/sap/public/bc/its/mimes/</prefix>
              <new-prefix>/sap/public/bc/its/mimes/</new-prefix>
         </source>
         <source>
              <protocol>http</protocol>
              <prefix>/erp/sap/public/bc/ur/Design2002/</prefix>
              <new-prefix>/sap/public/bc/ur/Design2002/</new-prefix>
         </source>
         <source>
              <protocol>http</protocol>
              <prefix>/erp/sap/bc/public/systemlogin/</prefix>
              <new-prefix>/sap/bc/public/systemlogin/</new-prefix>
         </source>
         <source>
              <protocol>http</protocol>
              <prefix>/sap(</prefix>
         </source>
         <target>
              <protocol>http</protocol>
              <host>erp2004-server.ourdomain.local</host>
              <port>8000</port>
         </target>
    <compress-types>text/html, text/plain</compress-types>
    </mapping>
    and try to open webGUI, it redirects to BW server.
    A think that's because double '/sap(' prefixes.
    How can we avoid that?
    Same situation for SolMan.
    In portal's 'System Landscape' setup is:
    BW system
      ITS
        ITS description: CLIxxxSID
        ITS host name: portal-server.ourdomain.ru (this name in accessible from internet, it's a host where portal and IISPROXY are installed)
        ITS path: /sap/bc/gui/sap/its/webgui
    ERP2004 system
      ITS
        ITS description: CLIxxxSID
        ITS host name: portal-server.ourdomain.ru
        ITS path: /erp/sap/bc/gui/sap/its/ (I added /erp/ trying to distinguish request to ERP2004 server), without it it's also not working)
    In intranet (if we do not use IISPROXY) everything is working. Of course with other system definitions in System Landscape.
    Do I need to provide more details? Or my question is clear?
    Thanks in advance for help and support!
    Regards,
    DK
    P.S. Actually I opened an OSS message on this topic (with "high" priority), but no SAP activities since September, 6th :o(

    Hi Jayesh!
    Seems it's not working :o( And worst thing, that I do not know why :o(
    What i've done.
    1) Created an alias '/erp/sap/', that points to '/default_host/sap/bc/gui/sap/its/webgui'.
    2) In System Landscape edited system definition (of an ERP2004 system), so that ITS path is now '/erp/sap/' and ITS host 'ourportal.ourdomain.ru'.
    3) Created an 'SAP transaction iView' that should launch SU01 transaction in ERP2004 system.
    Now when I try to open it from page, portal tries to connect me to our BW server.
    Seems that alias are working in some other way :o(
    Here's what I can see in IISPROXY log:
    11:57:29 Filter J2EE --> GET /erp/sap/
    11:57:29   7616 Proxy    GET http://erp2004.ourdomain.ru:8000/erp/sap/
    11:57:29   7616 Proxy    HTTP/1.1 200 OK | queued for 0.000 sec, processed in 0.078 sec.
    11:57:29   7616 Proxy    | GET http://erp2004.ourdomain.ru:8000/erp/sap/ | HTTP/1.1 200 OK | 0.000 | 0.078
    11:59:41 Filter J2EE --> GET /sap(dslkknvDSAFSADVFDSVaslkdv)/bc/gui/sap/its/webgui?okcode=/nSU01&DisconnectOnClose=0&sap-client=200&sap-language=en&sap-accessibility=
    11:59:41   6952 Proxy    GET http://bw.ourdomain.local:8000/sap(dslkknvDSAFSADVFDSVaslkdv)/bc/gui/sap/its/webgui
    So it's still tries to open '/sap(dslkknvDSAFSADVFDSVaslkdv)/bc/gui/sap/its/webgui' instead of /erp/sap(
    dslkknvDSAFSADVFDSVaslkdv)/
    Thanks for help and support!
    Regards,
    DK

  • XSLT mapping - Which transformation engine is used in PI 7.0

    Hi,
    In my favorite xslt tool I can choose which transformation engine I want to use while executing the xsl.
    Which Transformation engine is used in PI 7.0 ?
    (Nice to test with the same as PI have....)
    Br, Martin

    Hi ,
    as per my knowledge PI 7.0 uses XALAN parcer to execute XSLT Mapping programs,its available in in PI server it slelf.
    Regards,
    Raj

  • Filter Idoc segment based on date in XSLT map

    Hi,
    In a Idoc to flat file XSLT mapping, I have a requirment to filter segment out of multiple segment occurance in HRMD_A idoc. Idoc has two date fields(actually string data, containing date in YYYYMMDD format) in the segment(end date and start date). I need to filter only one segment from multiple segments where current date falles within start and end dates (end date >= current date >= start date). Then map output fields from the filtered segment.
    Its easy doing it in graphical mapping, but its difficult to use graphical mapping here as the message structure are enormous. I dont have much hands on in XSLT but think many of you have been through this kind of requirement using XSLT. So holding my hope high :). Please suggest a logic for this, will be highly appretiated.
    Regards
    Suman.

    This functions will give you the current date:
    fn:current-dateTime()     => Returns the current dateTime (with timezone)
    fn:current-date()                 => Returns the current date (with timezone)
    fn:current-time()                 => Returns the current time (with timezone)
    To compare:
    fn:compare(comp1,comp2)
    fn:compare(comp1,comp2,collation)
    => Returns -1 if comp1 is less than comp2, 0 if comp1 is equal to comp2, or 1 if comp1 is greater than comp2 (according to the rules of the collation that is used)
    Example: compare('ghi', 'ghi')
    Result: 0
    Also I suggest working with an IF condition like this:
    <xsl:if test="price &gt; 10">
            <tr>
              <td><xsl:value-of select="title"/></td>
              <td><xsl:value-of select="artist"/></td>
            </tr>
          </xsl:if>
    Edited by: Kai Lerch-Baier on Apr 14, 2009 10:21 AM

  • Please help me to solve error: Split mapping created no messages

    Hi Experts,
    I am facing Split mapping created no messages  when i run my scenario.
    My Scenario is : Proxy to FILE.
    I am triggering Proxy and based on one condition i am generating different Flat Files.
    Now when i do this i am getting error :Split mapping created no messages in SXI_MONITOR.
    When i check this in Message Mapping by taking data from SXI_MONI its working fine...
    but when i trigger the data from RUNTIME WORKBENCH its throughing the error.
    When i remove the NameSpaces <ns0:message>
    and <ns0:messages1> its working fine.
    How can i solve this issue.
    Even though i removed Namespace in Message Type, i am getting the error.
    I changed occurance of Target message to O..unbounded both in Message Mapping and Interface Mapping.
    Its working fine in Message Mapping, problem occurs only when i run end-to-end scenario.
    So please help me to solve this issue.

    I think there might be mismatch between your name spaces.
    may be this link might help you
    Split mapping created no messages -Mluti Mapping
    are you getting the same structure from your proxies whatever structure you have in your XI structure(sender) and NS should match.
    but I dont have exp with proxies.
    Sri

  • Google Maps Widget doesn't work after upgrade to Safari 4.0

    After a lengthy bit of trouble shooting with an iWeb specialist yesterday, we reached a conclusion that somehow installing the release version of Safari 4.0 (released Monday, 6/8) causes the GoogleMaps widget to not function or display properly. Using backup harddrives of recent systems, the widget worked properly in OS X 10.5.7 running iWeb 3.0.1 with both Safari 3.2 and the BETA VERSION of Safari 4. On that same system, once I download and installed the release of Safari 4., the maps widget would not work or display properly.
    To describe what doesn't work: None of the options (search field, address bubble, or zoom controls) appear regardless of what the user selects in the HUD when creating or editing the content. I am unable to pan and/or scroll around the map within its bounding box at all. The only thing I am able to do is edit the address field in the HUD and end up with a map with that location centered in the window.
    The AppleCare specialist didn't have much response in that I think this is a brand new and VERY obscure bug.
    I am curious to know if anyone else has exprienced this condition.

    It may be obscure in iWeb but the Safari 4 update has messed up the Google maps in iPhoto big time. Be sure to report it as they are all related to the Safari 4 upgrade and probably only be solved by a Safari fix.
    http://www.apple.com/feedback/iweb.html
    OT

  • XSLT Mapping Docs

    Hi,
    Can any one post me some good Documents on XSLT mapping?
    With kind regards,
    Joseph

    Hi,
    Each mapping has its own adavantages and disadvantages. XSLT is one type of mapping that Xi supports. XSLT mapping also do have certain advantages like if you need a formatted output like HTML in XSLT it would be easy to implement... XSLT is a W3C standard so if also works in any other integration s/w other than XI so it is portable
    prefer XSLT Mappings over Graphical mappings, since it's easier to use. One other big advantage of using XSLT mapping not mention, atleast I think, is that changes to XSD's loses all mappings with graphical mappings but with XSLT's you just add the field changed or added, instead of starting over(which you will have to do if you re-import your XSD)...
    XSLT is made for mapping XML to HTML or XML to XML. In the XI environment there are different mappings options availiable e.g: graphical (message) mapping, XSLT, Java , ABAP.
    XSLT is, compared to the other techniques, easy to learn and good to enhance. It has a worse performance than the other techniques.
    Usually it is the decision of the developer which mapping to choose looking at the different aspects of the requirement like message size, complexity of mapping and so on.
    For "An Overview of XSLT Mapping":
    https://www.sdn.sap.com/irj/sdn/developerareas/java?rid=/webcontent/uuid/110ff05d-0501-0010-a19d-958247c9f798
    Few other links that might help you to understand XSLT in better way :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/73/f61eea1741453eb8f794e150067930/content.htm
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-code-samples/generic%20xslt%20mapping%20in%20sap%20xi%2c%20part%20i.pdf
    File to Multiple IDocs (XSLT Mapping)
    And also Refer these links
    Creating XSLT Mapping using STYLUS studio Editor
    xpath functions in xslt mapping
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/006aa890-0201-0010-1eb1-afc5cbae3f15
    Hope this helps.
    Cheers,
    Suryanarayana

  • Mapping using substing is not working after upgrade to PI SP13

    Hi all,
    In XI SP 14 we had a mapping that used a lot of substing commands to switch around a data time stamp. It basically said, if the node was not blank(its is being passed as blank on occasion instead of null) then run all the substing commands to move the date and time around. Now in PI SP13 it is still trying to run the substing mappings for the records with blank values coming in, even though the IF statment acknowledges that it should be suppressed. This is causing a java exception for the command since the field is not long enough for the substing. Has anyone else run into this problem?
    Regards,
    Chris

    HI,
    Before the If condition just try to add the API SplitByVlaue or maybe concat the field with balnk spaces.
    If you could give the exact details of the applied condition then it will be easy to give you the proper way that could achieve with mapping.
    Its surprising that if the same mapping is working out for old SP and now its creating problem for the PI SP13.
    Thanks
    Swarup

  • Character rotation problem in tiled map

    Hi I am trying to rotate the character in a tiled map. Its is successful but theres problem with moving diagonally. When i pressed for example up and right keypressed, when its moving it will rotate as i wanted but when i released the buttons, it either rotate to the up or right. I want the image to rotate diagonally and stay as it is when i released the buttons.
    Here are my source code...I noe its very long but really need someone help...There are 3 java files. (Sorry for dis long and ridiculous codes...)
    1) Game.java
    import javax.swing.*;
    import java.awt.*;
    import java.awt.image.BufferStrategy;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import java.awt.event.KeyEvent;
    import java.awt.event.KeyListener;
    public class Game extends Canvas implements KeyListener
         private BufferStrategy strategy;
         private GameMap map=new GameMap();
         private Player player;
         private boolean left,right,up,down;
         Image ship = Toolkit.getDefaultToolkit().getImage("res/up1.PNG");
         public Game()
              Frame frame = new Frame("Pirate Game");
              frame.setLayout(null);
              setBounds(0,30,480,510);
              frame.add(this);
              frame.setSize(480,510);
              frame.setResizable(false);
              // exit the game
              frame.addWindowListener(new WindowAdapter() {
                   public void windowClosing(WindowEvent e) {
                        System.exit(0);
              frame.addKeyListener(this);
              addKeyListener(this);
              frame.setVisible(true);
              createBufferStrategy(2);
              strategy = getBufferStrategy();
              player = new Player(ship, map, 1.5f, 1.5f);
              // start the game loop
              gameLoop();
    public void gameLoop()
              boolean gameRunning = true;
              long last = System.nanoTime();     
              // keep looking while the game is running
              while (gameRunning)
                   Graphics2D g = (Graphics2D) strategy.getDrawGraphics();
                   // clear the screen
                   g.setColor(Color.black);
                   g.fillRect(0,0,480,480);
                   // render our game objects
                   g.translate(0,0); //placing the map to desired location on the frame
                  map.paint(g);
                   player.paint(g);
                   // flip the buffer so we can see the rendering
                   g.dispose();
                   strategy.show();
                   // pause a bit so that we don't choke the system
                   try { Thread.sleep(4); } catch (Exception e) {};
                   long delta = (System.nanoTime() - last) / 1000000;
                   last = System.nanoTime();
                   for (int i=0;i<delta / 5;i++)
                        logic(5);
                   if ((delta % 5) != 0)
                        logic(delta % 5);
         public void logic(long delta) {
              // check the keyboard and record which way the player
              // is trying to move this loop
              float dx = 0;
              float dy = 0;
              if (left)
                   dx -= 1;
              if (right)
                   dx += 1;
              if (up)
                   dy -= 1;
              if (down)
                   dy += 1;
              // if the player needs to move attempt to move the entity
              // based on the keys multiplied by the amount of time thats
              // passed
              if ((dx != 0) | (dy != 0))
                   player.move(dx * delta * 0.0015f,dy * delta * 0.0015f);
         public void keyTyped(KeyEvent e) {}
         public void keyPressed(KeyEvent e)
              if (e.getKeyCode() == KeyEvent.VK_LEFT)
                   left = true;
              if (e.getKeyCode() == KeyEvent.VK_RIGHT)
                   right = true;
              if (e.getKeyCode() == KeyEvent.VK_DOWN)
                   down = true;
              if (e.getKeyCode() == KeyEvent.VK_UP)
                   up = true;
         public void keyReleased(KeyEvent e)
              if (e.getKeyCode() == KeyEvent.VK_LEFT)
                   left = false;
              if (e.getKeyCode() == KeyEvent.VK_RIGHT)
                   right = false;
              if (e.getKeyCode() == KeyEvent.VK_DOWN)
                   down = false;
              if (e.getKeyCode() == KeyEvent.VK_UP)
                   up = false;
         public static void main(String args[])
          new Game();
    2) GameMap.java
    import javax.swing.*;
    import java.awt.*;
    import java.util.*;
    public class GameMap
         int width = 15;
        int height =15;
        static final int TILE_SIZE = 32;
             int[][]  A  =  {{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},
                                 {1,2,2,2,2,2,2,2,2,2,2,2,2,2,1},
                                 {1,2,2,2,2,2,2,2,2,2,2,2,2,2,1},
                                 {1,2,2,2,2,2,2,2,2,2,2,2,2,2,1},
                                 {1,2,2,2,2,2,2,2,2,2,2,2,2,2,1},
                                 {1,2,2,2,2,2,2,2,2,2,2,2,2,2,1},
                                 {1,2,2,2,2,2,2,2,2,2,2,2,2,2,1},
                                 {1,2,2,2,2,2,2,2,2,2,2,2,2,2,1},
                                 {1,2,2,2,2,2,2,2,2,2,3,2,2,2,1},
                                 {1,2,2,2,2,2,2,2,2,2,2,2,2,2,1},
                                 {1,2,2,2,2,2,2,2,2,2,2,2,2,2,1},
                                 {1,2,2,2,2,2,2,2,2,2,2,2,2,2,1},
                                 {1,2,2,2,2,2,2,2,2,2,2,2,2,2,1},
                                 {1,2,2,2,2,2,2,2,2,2,2,2,2,2,1},
                                 {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},
        Image sea = Toolkit.getDefaultToolkit().getImage("res/sea.PNG");
        Image rock = Toolkit.getDefaultToolkit().getImage("res/rock.PNG");
         public void paint(Graphics g)
            for(int across = 0; across < width ; across++)
                for(int vert = 0; vert < height ; vert++)
                    if (A[across][vert] == 1)
                    g.drawImage(rock,across*TILE_SIZE,vert*TILE_SIZE,null);
                         else
                         g.drawImage(sea,across*TILE_SIZE,vert*TILE_SIZE,null);
        public boolean blocked(float x, float y)
              return A[(int) x][(int) y] == 1;
    3) Player.java
    import java.awt.Graphics2D;
    import java.awt.Image;
    public class Player {
         private float x;
         private float y;
         private Image image;
         private GameMap map;
         private float ang;
         private float size=0.3f;
         public Player(Image image, GameMap map, float x, float y)
              this.image = image;
              this.map = map;
              this.x = x;
              this.y = y;
         public boolean move(float dx, float dy)
              // new position
              float nx = x + dx;
              float ny = y + dy;
              //check collision
              if (validLocation(nx, ny)) {
                   x = nx;
                   y = ny;
                   // and calculate the angle we're facing based on our last move
                   ang = (float) (Math.atan2(dy, dx) + (Math.PI / 2));
                   return true;
              // if it wasn't a valid move don't do anything apart from tell the caller
              return false;
         public boolean validLocation(float nx, float ny)
              if (map.blocked(nx - size, ny - size))
                   return false;
              if (map.blocked(nx + size, ny - size))
                   return false;
              if (map.blocked(nx - size, ny + size))
                   return false;
              if (map.blocked(nx + size, ny + size))
                   return false;
              return true;
         public void paint(Graphics2D g) {
              int xp = (int) (map.TILE_SIZE * x);
              int yp = (int) (map.TILE_SIZE * y);
              // rotate the sprite based on the current angle and then
              // draw it
              g.rotate(ang, xp, yp);
              g.drawImage(image, (int) (xp - 16), (int) (yp - 16), null);
              g.rotate(-ang, xp, yp);
    }

    rotate() should always be accompanied with appropriate translate().
    See:
    http://java.sun.com/docs/books/tutorial/2d/TOC.html
    http://www.adtmag.com/java/articleold.aspx?id=1241
    http://www.apl.jhu.edu/~hall/java/Java2D-Tutorial.html
    And, never mix AWT components with Swing ones.
    Use JPanel instead of Canvas.
    Use also standard drawing/painting technique shown above URSs.

  • Top Questions for HERE Maps & Drive & Transit

    This thread is to share some of the common issues that are being raised in relation to the HERE Maps, HERE Drive and HERE Transit releases. 
    Currently split in to the following sections:
    HERE Maps for Windows Phone
    HERE Drive for Windows Phone
    HERE Transit for Windows Phone
    Nokia Maps & Drive for Symbian
    HERE Maps for Windows Phone
    Can I sync my Maps favourites from my Symbian phone to my Windows Phone?
    Yes. Just sync the favourites on your Symbian phone with here.com. See the user guide of your Symbian phone for info on how to do this.
    Your favourites in here.com are automatically synced with your Windows Phone, if you're signed in to your Nokia account with your phone.
    Does HERE Maps work offline?
    Yes, on Windows Phone 8 devices HERE Maps can be used also in offline mode.
    With Nokia Maps on the Windows Phone 7 devices you need an online connection. In these devices the map data is streamed on as needed basis and it is not cached.
    Can I start Drive navigation from HERE Maps in my Nokia Lumia phone?
    Yes, on Windows Phone 8 devices you can start drive navigation from HERE Maps.
    On Windows Phone 7 devices you need to go to the Nokia Drive application to start the navigation.
    Why can't HERE Maps find my location?
    Check that you've allowed HERE Maps and your phone to find your location.
    In HERE Maps
    Go to Settings in the HERE Maps app and turn on Use your location
    In your phone settings
    In your phone's main menu, tap Settings > location > on.
    Things that can affect your GPS signal may include: being indoors, tall buildings, poor weather and some car windscreens. You'll also get a better fix on your location if you've got a data connection.
    HERE Drive for Windows Phone
    Can I use HERE Drive without a data connection?
    Yes. To use HERE Drive offline, tap Settings and choose Connection. You can then toggle between offline and online.
    Search results might be limited in offline mode. To be able to navigate offline, you need to download a map to your phone.
    What is the difference between HERE Maps and HERE Drive?
    HERE Drive is an application for voice-guided turn-by-turn driving navigation. HERE Maps is a map application which shows your current position and interesting places around you. You can also plan routes in HERE Maps but the app will launch HERE Drive for turn-by-turn navigation
    What's the difference between HERE Drive and HERE Drive+?
    HERE Drive offers turn-by-turn navigation in a single country or area, depending on the country of your SIM. Worldwide navigation is possible by purchasing an upgrade.
    HERE Drive+ is a premium app that comes with worldwide turn-by-turn navigation from the start. You can use it with or without a SIM.
    Users of HERE Drive can buy an upgrade to HERE Drive+ through the Windows Phone Store.
    HERE Transit for Windows Phone
    How do I install the HERE Transit application in my Windows Phone?
    Download and install HERE Transit from Microsoft Store. Start Store in your phone and search for HERE Transit or browse in Nokia collection.
    In Windows Phone 7 devices the corresponding app is Nokia Transport and it can be installed from Marketplace.
    Why can't HERE Transit find my route?
    If you're having trouble getting a route:
    Make sure the date, time and time zone on your phone are set properly.
    Check that you've got a data connection.
    A point in your route might be in a region where no transport info is available.
    The route is too long. HERE Transit is designed for use with local city public transport, not national or international transport.
    Can I save routes in HERE Transit?
    You can pin a journey from your current location as a tile to your Windows Phone start screen.
    Select the options icon at the bottom of the screen, and then the pin icon.
    Nokia Maps & Drive for Symbian 
    How do I install Maps 3.09 in my phone?
    Maps 3.09 is available for compatible devices as part of the Nokia Maps Suite 2.0 bundle. Installing Nokia Maps Suite 2.0 will install the following applications in your phone:
    Nokia Maps 3.09
    Drive
    Places widget
    Public Transport v2
    Weather (not available in China)
    Guides
    Check in (only available in China)
    Map Loader
    You can install Nokia Maps Suite on your phone through one of the channels below:
    SW Update menu on your phone
    Nokia Suite (select Software updates > Applications available)
    Nokia Store (search for Nokia Maps Suite 2.0)
    When installing via SW Update menu or from Nokia Store, it is recommended to use a Wi-Fi connection or a cellular connection with data plan because a large amount of data will be transferred during the installation. Note that the installation may take a while to complete.
    After the installation you can launch the applications from the phone menu. You can add the application widgets also on the home screen (Map Apps, Places nearby).
    Can Nokia Maps be used in offline mode to avoid data costs?
    Maps can be used offline to avoid data charges, however the following will not be available in Offline Mode:
    View Satellite maps
    View Terrain maps
    Search the latest address/POI database
    Real-time Traffic and Safety updates
    Share your status, photos and location to your Facebook profile (Maps 3.03 and later)
    Get Weather forecasts
    See local event info from WCities (Maps 3.03 and later)
    Access Lonely Planet city guides (Maps 3.03 and later)
    Access the Michelin restaurant guide (Maps 3.03 and later)
    Synchronize your locations with Nokia Maps on the internet
    You can switch between Online and Offline mode by going to the Maps Settings and
    Select Internet or General
    Select Connection or Go Online at Start-up
    Please Note: Switching between Online and Offline mode in Maps will not prevent data charges through the user of Positioning settings such as AGPS and WiFi/Network positioning. These will need to be turned off in the Positioning Settings on your phone. Please see your phone manual for more information.
    How do I know if there is an update available for the map data in Nokia Maps 3.x?
    You can check if your device has the latest compatible Map data simply by connecting your device to a PC running Nokia Suite and selecting View > Go To > Maps.
    If you are using Mac, download Map Loader for Mac and then check if there's an available update for Map data (applies only for Maps 3.04 and older, version 3.06 and later not supporting Map Loader for Mac).
    With Maps 3.06 and later you can check the availability of map data updates and do the update over Wi-Fi (WLAN) connection by selecting:
    Maps 3.06: Update > Check for updates.
    Maps 3.08 and later: Map Loader > Check for updates.
    How can I start Drive navigation in Maps 3.08 (and later)?
    There is an icon for the Drive application available on your phone's home screen.
    You can also start drive navigation from Maps:
    1. Search for the destination.
    2. Select the place on the map and its information area at the top of the screen.
    3. Select Navigate, and Drive here.
    ==========================================
    Edit history
    27.1.2010: N97 support added after instructions from cbidlake.
    5.2.2010: FAQ about fixing crash issues added after instructions from cbidlake.
    15.4.2010: added E66, E71, N86.
    4.5.2010: added 6720.
    7.1.2011: Major revision undertaken by MichaelS to incorporate data on Ovi Maps 3.04 and 3.06
    26.6.2012 Updated latest Maps, Drive  and Transport status (pj98)
    24.9.2013:: HERE updates (pj98)
    Although i work for Nokia, my opinions are my own!
    Got a Maps query? Check our Maps FAQ's

    Sorry, I'd like to unresolve this. The workaround mentioned is not a solution.
    I travel to loads of places by motorcycle, and going off the beaten track is wonderful. Since I upgraded My E6-00 and C7-00 to a Lumia 920, I'm back to allowing the SatNav (phone) to decide where I go. Boring dual carriageways and bypasses are now my natural habitat - bah humbug. Afterall, the phone is in my pocket (safe from weather), headphones in my helmet - I can't constantly look at a map. Having multiple 'favourites' and planning from one to the next isn't workable. Fair enough the Lumia 920 is usable with gloves on (major plus for a biker, come on you marketing people!) but I don't fancy re-routing all the time by the side of a road.
    I'm also planning a charity cycle ride over 100s of miles this Summer, and while that can be done in BikeRouteToaster, Google Maps etc, there is no import function into 'HERE' that I can see. It's impossible to plan a route on the device itself. Yes it can route walker (I can't seem to get turn by turn working for that, but nevermind), public transport and car, I have an option to avoid motorways etc, but cycle route planning needs consideration for height metres, unpaved/paved roads (Google StreetView etc used a lot to find a Sustrans route is actually unfit for road bikes) etc. So.. Importing a route planned elsewhere (gpx, kml or something) would be a real alternative, or a workaround. Asking the device to do its own planning from one point to another really isn't workable.
    Please make the Nokia's USP an actual USP again?

  • LINKAGE ERROR in Java Mapping

    Hi Friends,
    I am getting LINKAGE ERROR when executing JAVA mapping as its not able to reference AbstractTransform class provided by SAP PI API.
    This problem occurs in particular environment for this particular mapping. For other environments this is working fine.
    I assume it has something to do with Java Library reference which is mis-configured during transport. Can anyone let me know how and where the library path is configured for Imported Achieves in SAP PI 7.1.
    We are using java 1.5 for building and creating java achieves.
    Many thanks,
    SK

    Hi Sumant,
      This error occurs when the jdk version of XI server and the library version you used to develop the mapping are incompatible. Make sure you use the same version as of the server
    have a look in SAP Note 755302
    Regds,
    Pinangshuk.

  • Message and Java Mapping

    Hello -
    I have a java mapping and a message mapping implemented in one interface.
    Java mapping basically adds a header and does nothing else.
    Message mapping has all the mapping. Its not complex but straight.
    I have the Message mapping first and then the Java mapping in the Interface Mapping.
    what happens is i could see the headers written through Java mapping in my output xml file which is good but i cannot view the message mapping output in the file.
    Any ideas.
    Thanks,
    Tirumal

    Hi
    I am generating the headers in the java mapping using this:
    public void startDocument ()
    throws SAXException {               
    write("<?xml version='1.0' encoding='UTF-8'?>");
    write("<!DOCTYPE cXML SYSTEM 'http://xml.cxml.org/schemas/cXML/1.1.008/cXML.dtd'>");
    Maintain Order at Runtime is checked in the Interface Determination.
    Ok, in the interface Mapping Editor i get 2 messages:
    1.
    11:09:48 Start of test
    Call method execute of the application Java mapping com.sap.xi.tf._Orders_MM_
    Java mapping com/sap/xi/tf/_Orders_MM_ completed. (execute() of com.sap.xi.tf._Orders_MM_
    Call method execute of the application Java mapping com.sap.aii.mapping.api.SampleWithSaxParser
    Java mapping com/sap/aii/mapping/api/SampleWithSaxParser completed. (execute() of com.sap.aii.mapping.api.SampleWithSaxParser
    Executed successfully
    11:09:48 End of test
    2. XML not well formed
    None of the above messages seem to be of Message Mapping don't know why its not getting written in the output.
    Thanks,
    Tirumal

  • ABAP mapping  constraints/restrictions ?

    what are the  ABAP mapping  constraints/restrictions? Please answer its urgent.

    vinod ,
    constrains are basically
    1) ABAP mapping are very complex....
    2)generally ppl go for ABAP mapping  when its not possible to do the mapping dwith graphical,java or XSLT.
    3) there is no ABAP mapping editor in XI
    4) u have to import the ABAP mapping in IR..then u can use it in Interface mapping.
    ABAP Mapping is used whenever you explicitly need to build your output XML structure . Its entirely depends on your call which approach you want to adopt i.e. JAVA mapping or ABAP mapping as in both the cases you need to explicitly build the output structure . ABAP Mapping however creates a DOM tree in the memory . Therefore it can be a performance issue whenever your source structure is complex . In case you need an idea of how to go about ABAP mapping here is a link which you can refer
    http://help.sap.com/saphelp_nw04/helpdata/en/47/b5413acdb62f70e10000000a114084/frameset.htm
    Also ABAP mappings have the handicap that they are separated from usual development in Repository. Additional there is more (ABAP, DOM) experience required as for example for XSLT or graphical mapping (my point of view). So they are used for special reasons like access to ABAP stack (transparent tables!).
    Refer this Pdf
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3ead790-0201-0010-64bb-9e4d67a466b4
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5c46ab90-0201-0010-42bd-9d0302591383
    https://www.sdn.sap.com/irj/sdn/docs?rid=/webcontent/uuid/110ff05d-0501-0010-a19d-958247c9f798#jdi [original link is broken]
    And these Blog also
    /people/sameer.shadab/blog/2005/09/29/testing-abap-mapping
    /people/ricardoandres.maienza/blog/2007/04/06/how-to-call-xi-abap-mapping-via-rfc
    u can achieve value mapping using ABAP mapping..
    see here..
    ABAP Mapping with Value Mapping
    u can have a look
    Using ABAP XSLT Extensions for XI Mapping
    /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping
    regards
    biplab
    Use a Good Subject Line, One Question Per Posting - Award Points

Maybe you are looking for

  • QAS Refresh from PRD

    Dear Bhudev/Guest, I am Planning to refresh my Quality system from Production's Offline Database Backup. I have seen you a lot posts. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Refresh from Offline backup (

  • Count vs sum(case) on dates in select statement

    I'm writing a statement to count the number of events occuring within 7 days of creating and also within 31 days of creating. I tried count but the script never completd. I've written this below - does anyone have a better idea on how to access the d

  • Different Apple ID on iPhone, iPad

    After updating my wife's iPhone to iOS 7, I noticed that the Apple ID on her iPhone was different than the Apple ID on her iPad. I changed the Apple ID on the iPhone and the result of this was the loss of all of her contacts.  A. Is there a way to ge

  • Making Quicktime Prefs stick across OD Accounts

    OK, so here is the scenario: Quicktime 7.13's "enable flash" checkbox bug caused all of our elem grade Flash based software to stop working properly. I went into the Admin account on one of 80 macs managed by OD. I set the QT prefs to have the checkb

  • Changing Selection Color of Combo Box and Tree

    The default color of the selection on Combobox when you click on its items is "light green" how can I change this to some other color?.. This might have been answered before but I couldnt find any topic related to this. Please help. Thanks.