Routing Engine or SDM

Hi I am beginning to investigate Spatial for use in generating street routing geometry and instructions.
It appears there are two ways of going about this: Routing Engine (Java-XML) or the Spatial Data Model (SDM).
If one wants instructions the Routing Engine is the way to go. But there does not appear to be anyway to restrict turns (I gather this from the description of the EDGE.DIVIDER field in the doc). The SDM model lacks instructions, but a past post indicates that restricting turns can be accomplished via adding an additional field to the LINK table (eg, a varray of restricted NODE id's).
Is there a way I can get both driving instructions and turn restrictions? I assume the solution would need to come via editing around the SDM model to add instructions.
Any thoughts? Thanks in advance.
Glen

David,
Here is a description of how a road is classified as a highway:
Roads come in 5 functional classes 1 through 5. We use functional class to decide two things in
the Router, 1) is the edge part of a highway and need to be in the highway partition and 2) what is the
speed classification for the edge.
We use the speed classification along with the edges length to
compute how long it should take to traverse the edge.
Function class 1 and 2 are considered highway
edges and are placed in the highway partition, the other functional classes are not.
Functional class 1 roads have consistent, typically fast speeds with limited access.
Functional class 2 roads also have consistent speeds and are used to get traffic to and from
functional class 1 roads.
Functional class 3 roads are also high volume edges used to connect functional class 2 roads.
Functional class 4 roads move volumes of traffic from neighborhood to neighborhood. Think,
busy main road in a city.
Functional class 5 roads are all other roads not accounted for above.

Similar Messages

  • Routing engine problems: partition_id AND frequent exceptions in responses

    Hi.
    I want to use Oracle routing engine with Oracle Spatial 10gR2 for Europe.
    I have tables NODE, EDGE, SIGN_POST and PARTITION populated okay with data from a data vendor.
    I have 600000 edges and 415000 nodes. 128 partitions were generated by
    using: exec SDO_ROUTER_PARTITION.partition_router('NODE_PART', 4000);
    Two issues occur to me:
    1. select num_nodes from partition where partition_id = 0; returns 390 nodes, but neither in table node nor edge are records with partition_id = 0, which is as I have learned the Highway Partition. Does that make sense?
    2. Route requests sometimes return correct results, but more frequently routing engine exceptions:
    Most popular are:
    - Route not found between destination/source node and highway network!
    - mbrAwareAStarSearch could not find a route!
    What might be wrong?
    I also experience both problems with the NAVTEQ example data for San Francisco extracted from sf_routing.zip.
    Below find requests leading to exceptions indicated using NAVTEQ example data extracted from sf_routing.zip in order to make the described reproducable:
    1. Route not found between destination/source node and highway network!:
    <?xml version="1.0" standalone="yes"?>
    <route_request id="8"
    route_preference="shortest"
    road_preference="highway"
    return_driving_directions="false"
    distance_unit="km"
    time_unit="hour"
         return_route_geometry="true"
    pre_geocoded_locations="true">
    <start_location>
    <pre_geocoded_location id="1">
    <edge_id>-37847628</edge_id>
    <percent>.5</percent>
    <side>L</side>
    </pre_geocoded_location>
    </start_location>
    <end_location>
    <pre_geocoded_location id="2">
    <edge_id>-37846969</edge_id>
    <percent>.5</percent>
    <side>R</side>
    </pre_geocoded_location>
    </end_location>
    </route_request>
    2. - mbrAwareAStarSearch could not find a route!
    <?xml version="1.0" standalone="yes"?>
    <route_request id="8"
    route_preference="shortest"
    road_preference="highway"
    return_driving_directions="false"
    distance_unit="km"
    time_unit="hour"
         return_route_geometry="true"
    pre_geocoded_locations="true">
    <start_location>
    <pre_geocoded_location id="1">
    <edge_id>-37827163</edge_id>
    <percent>.5</percent>
    <side>R</side>
    </pre_geocoded_location>
    </start_location>
    <end_location>
    <pre_geocoded_location id="2">
    <edge_id>-37847628</edge_id>
    <percent>.5</percent>
    <side>R</side>
    </pre_geocoded_location>
    </end_location>
    </route_request>

    The highway partition, partition zero, is "logical" idea. That is it only exists in the partition table. Each node and edge in the data belongs to a partition that it shares with other nodes or edges in the same physical area. This physical relationship is shown in the partition ids stored in the edge and node tables. Once these partitions are figured out each edge is looked at to see if it's a highway edge, that is, it has a func_class of 1 or 2. Once this is done these edges have their start and end nodes classified as highway nodes and those are considered to be in partition zero also.
    I've run into the MBR error you're seeing in my testing and have been looking into it. Forgive my poor analogy, but there appear to be "holes" in the highway system. If one has a major artery, say interstate 95 coming out of FL, all routes between FL and VA are going to want to use that major artery. If there was a "hole" in interstate 95, a section that was not classified as a highway section thus not in partition 0, those routes would be dropped as unusable. If all the routes get dropped in this way you get the mbrAwareAStarSearch error.
    I haven't seen the other error but I'll use your example and have a look into it.

  • Routing engine download

    Where I can download the Oracle Routing Engine?
    I've search on the following link:
    http://www.oracle.com/technology/software/products/spatial/index.html
    but there is no more reference to the Routing Engine.
    Thanks
    Renzo

    The result of the query:
    SELECT COMP_ID, COMP_NAME, version, STATUS
    FROM DBA_REGISTRY
    WHERE COMP_NAME = 'Spatial';
    is:
    COMP_ID COMP_NAME VERSION STATUS
    SDO Spatial 10.2.0.1.0 VALID
    Renzo

  • Routing Engine: Transform route Response to another CRS

    Hi.
    We use Oracle 10gR2 routing engine for routing Europe.
    We have to keep spatial data in one coordinate reference system (CRS) at the DB level and visualize it using another in our application. When it comes to routing, we would like to make the routing engine issue a transformation of linestring coordinates from one CRS, in which data is held to the other, in which the route is to be visualized. Currently, the routing engine returns a geometry in the CRS, we do not want to use for visualizing.
    Is there a simple way of making the routing engine do so? Maybe by changing SQL generated within the routeserver.jar to do the transformation using Oracle packages...
    Cheers
    Sebastian.

    Sebastian,
    We will definitely consider this. We need to enhance the
    route request to support this.
    Unfortunately there is no simple way to generate this from the routerserver.jar.
    You need to do an explicit call to the DB to transform the router geometry
    to the desired CRS.
    Are you using MapViewer for visualization ?
    MapViewer can do CRS transformation on the fly for visualization.
    siva

  • Error - Intialising Routing Engine

    I ve installed Oracle 10g spatial and now trying to istall the routing engine. Do u know what this Oracle Spatial Geocoder is ?? How can I check it is installed.
    I did the following steops to install the routing engine
    Made changes to the http-web-site.xml, server.xml file of OC4J.
    Started OC4J with the following command
    Java –server... . ..
    When opening the routeserver in the browser, index page of routeserver is opening with welcome note Routeserver Successfully Deployed.
    But not able to make proper changes to the file /routeserver/web/WEB-INF/web.xml for successful initialization of routeserver
    Importing sample Datafile
    Error coming while running the following command to import tablespace
    C:\pinellas-county>impdp adci DIRECTORY=adci_dump_dir DUMPFILE=tts.dmp TRANSPORT DATAFILES='C:\pinellas-county\adcidata.ora'
    Import: Release 10.1.0.2.0 - Production on Tuesday, 07 June, 2005 10:59
    Copyright (c) 2003, Oracle. All rights reserved.
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Master table "ADCI"."SYS_IMPORT_TRANSPORTABLE_01" successfully loaded/unloaded
    Starting "ADCI"."SYS_IMPORT_TRANSPORTABLE_01": adci/******** DIRECTORY=adci/********dumpdir DUMPFILE=tts.dmp TRANSPORT_DATAFILES='C:\pinellas-county\adci/********_data.ora'
    Processing object type TRANSPORTABLE_EXPORT/PLUGTS_BLK
    ORA-39123: Data Pump transportable tablespace job aborted
    ORA-06550: line 2, column 2:
    PLS-00306: wrong number or types of arguments in call to 'BEGINIMPORT'
    ORA-06550: line 2, column 2:
    PL/SQL: Statement ignored
    Job "ADCI"."SYS_IMPORT_TRANSPORTABLE_01" stopped due to fatal error at 10:59
    thnx
    deepthy

    Hi,
    You can download from metalink. You will need a metalink account to do this.
    I've just downloaded the sample data from adci.
    It did install for me.
    Can you post the exact steps you ran through?
    Also, what hardware platform are you running on?
    Thanks,
    Dan
    Here are the exact steps I ran through:
    sqlplus system/pass*****
    CREATE USER ADCI PROFILE "DEFAULT"
    IDENTIFIED BY "ADCI" DEFAULT TABLESPACE "USERS"
    TEMPORARY TABLESPACE "TEMP" ACCOUNT UNLOCK;
    GRANT "CONNECT" TO "ADCI";
    GRANT imp_full_database, create table, create sequence TO ADCI;
    CREATE or replace DIRECTORY adci_dump_dir AS 'C:\oracle\oradata\ora10g';
    GRANT READ, WRITE ON DIRECTORY adci_dump_dir TO adci;
    ALTER USER adci QUOTA UNLIMITED ON USERS;
    exit;
    ---Since I am running on windows I do not need to use RMAN convert
    impdp adci DIRECTORY=adci_dump_dir DUMPFILE=tts.dmp TRANSPORT_DATAFILES='C:\oracle\oradata\ora10g\adci_data.ora'
    -- GOT OUTPUT LIKE THIS:
    --Import: Release 10.1.0.4.0 - Production on Wednesday, 15 June, 2005 14:13
    --Copyright (c) 2003, Oracle.  All rights reserved.
    --Password:
    --Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
    --With the Partitioning, OLAP and Data Mining options
    --Master table "ADCI"."SYS_IMPORT_TRANSPORTABLE_01" successfully loaded/unloaded
    --Starting "ADCI"."SYS_IMPORT_TRANSPORTABLE_01":  adci/******** DIRECTORY=adci/***
    --*****dumpdir DUMPFILE=tts.dmp TRANSPORT_DATAFILES='C:\oracle\oradata\ora10g\adci/********_data.ora'
    --Processing object type TRANSPORTABLE_EXPORT/PLUGTS_BLK
    --Processing object type TRANSPORTABLE_EXPORT/TYPE/TYPE_SPEC
    --ORA-31684: Object type TYPE:"MDSYS"."SDO_ORDINATE_ARRAY" already exists
    --ORA-39083: Object type TYPE failed to create with error:
    --ORA-02311: cannot alter with COMPILE option a valid type with type or table dependents
    --Failing sql is:
    ----ERRORS LIKE THE ABOVE CAN BE IGNORED
    sqlplus system/pass*****
    ALTER TABLESPACE ADCI_DATA READ WRITE;
    ALTER USER ADCI QUOTA UNLIMITED ON ADCI_DATA;
    connect adci/adci
    EXEC SDO_UTIL.INITIALIZE_INDEXES_FOR_TTS
    INSERT INTO USER_SDO_MAPS SELECT * FROM SDO_MAPS;
    INSERT INTO USER_SDO_THEMES SELECT * FROM SDO_THEMES;
    INSERT INTO USER_SDO_STYLES SELECT * FROM SDO_STYLES;
    COMMIT;
    exec dbms_stats.gather_schema_stats(ownname=>'ADCI',cascade=>TRUE,estimate_percent=>15);
    select SDO_gcdr.geocode('ADCI',
    SDO_keywordArray( '13359 Seminole Blvd','Largo, FL 33778'), 'US', 'DEFAULT')
    from dual ;
    SDO_GCDR.GEOCODE('ADCI',SDO_KEYWORDARRAY('13359SEMINOLEBLVD','LARGO,FL33778'),'U
    SDO_GEO_ADDR(0, SDO_KEYWORDARRAY(), NULL, 'SEMINOLE BLVD', NULL, NULL, 'LARGO',
    NULL, 'FL', 'US', '33778', NULL, '33778', NULL, '13359', 'SEMINOLE', 'BLVD', 'F'
    , 'F', NULL, NULL, 'R', .8975, 22864031, '????#ENUT?B281CP?', 1, 'DEFAULT',
    -82.78702, 27.8941784)

  • Route engine

    Hi
    Oracle Spatial Route engine document introduces that in Route Request DTD, it is possible to write a route request that <Start Location> as below:
    <start_location>
    <input_location id="1">
    <Point>
    <coordinates>
    -122, 37
    </coordinates>
    </Point>
    </input_location>
    </start_location>
    But when i press submit button, it has errors:
    <?xml version="1.0" encoding="UTF-8" ?>
    <generic_error>java.lang.NoClassDefFoundError: oracle/spatial/util/GML at oracle.spatial.geocoder.common.XMLHelper4Geocoder.fillGCAddrFromPointElement(XMLHelper4Geocoder.java:259) at oracle.spatial.geocoder.common.XMLHelper4Geocoder.createGCAddrFromLocationNode(XMLHelper4Geocoder.java:333) at oracle.spatial.router.server.XMLHelper4Router.extractInputLocation(XMLHelper4Router.java:276) at oracle.spatial.router.server.XMLHelper4Router.extractLocation(XMLHelper4Router.java:255) at oracle.spatial.router.server.XMLHelper4Router.convert(XMLHelper4Router.java:207) at oracle.spatial.router.server.RouteServerServlet.processRouteRequest(RouteServerServlet.java:448) at oracle.spatial.router.server.RouteServerServlet.takeXMLRequestAndReturnResponse(RouteServerServlet.java:411) at oracle.spatial.router.server.RouteServerServlet.doPost(RouteServerServlet.java:272) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186) at java.lang.Thread.run(Unknown Source)</generic_error> [b]
    Can you help me to solve the errors
    Thanh a lot
    hai_va

    iva Ravada,
    Thanks your reply.
    (i) If I give a address instead of a point, route request works correctly
    (ii) I followed your instruction create spatial indexes on all the tables
    used by the geocoder (in Oracle sample data, it is gc_road_segment_us table) and write the request to work with point as below:
    <?xml version="1.0" standalone="yes"?>
    <route_request id="8"
    route_preference="shortest"
    road_preference="highway"
    return_driving_directions="true"
    distance_unit="meter"
    time_unit="second"
    return_route_geometry="true"
    xmlns:gml="http://www.opengis.net/gml">
    <start_location>
    <input_location id="1">
    <gml:Point>
    <gml:coordinates> -122.39382,37.79518</gml:coordinates>
    </gml:Point>
    </input_location>
    </start_location>
    <end_location>
    <input_location id="2">
    <gml:Point>
    <gml:coordinates> -122.40472,37.74164 </gml:coordinates>
    </gml:Point>
    </input_location>
    </end_location>
    </route_request>
    Coordinates of points are coordinates of addresses from (i)
    But have errors
    <?xml version="1.0" encoding="UTF-8" ?>
    <RouteServerException>[RSE-0206: Unexpected output format from Geocoder!!!]</RouteServerException>
    How can I use request to work with point?
    Thanks once again
    hai_va

  • Route Engine Problem, Please help

    Hi
    Oracle Spatial Route engine document introduces that in Route Request DTD, it is possible to write a route request that <Start Location> as below:
    <start_location>
    <input_location id="1">
    <Point>
    <coordinates>
    -122, 37
    </coordinates>
    </Point>
    </input_location>
    </start_location>
    But when i press submit button, it has errors:
    <?xml version="1.0" encoding="UTF-8" ?>
    <generic_error>java.lang.NoClassDefFoundError: oracle/spatial/util/GML at oracle.spatial.geocoder.common.XMLHelper4Geocoder.fillGCAddrFromPointElement(XMLHelper4Geocoder.java:259) at oracle.spatial.geocoder.common.XMLHelper4Geocoder.createGCAddrFromLocationNode(XMLHelper4Geocoder.java:333) at oracle.spatial.router.server.XMLHelper4Router.extractInputLocation(XMLHelper4Router.java:276) at oracle.spatial.router.server.XMLHelper4Router.extractLocation(XMLHelper4Router.java:255) at oracle.spatial.router.server.XMLHelper4Router.convert(XMLHelper4Router.java:207) at oracle.spatial.router.server.RouteServerServlet.processRouteRequest(RouteServerServlet.java:448) at oracle.spatial.router.server.RouteServerServlet.takeXMLRequestAndReturnResponse(RouteServerServlet.java:411) at oracle.spatial.router.server.RouteServerServlet.doPost(RouteServerServlet.java:272) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186) at java.lang.Thread.run(Unknown Source)</generic_error>
    Can you help me to solve the errors
    Thanh a lot
    hai_va

    iva Ravada,
    Thanks your reply.
    (i) If I give a address instead of a point, route request works correctly
    (ii) I followed your instruction create spatial indexes on all the tables
    used by the geocoder (in Oracle sample data, it is gc_road_segment_us table) and write the request to work with point as below:
    <?xml version="1.0" standalone="yes"?>
    <route_request id="8"
    route_preference="shortest"
    road_preference="highway"
    return_driving_directions="true"
    distance_unit="meter"
    time_unit="second"
    return_route_geometry="true"
    xmlns:gml="http://www.opengis.net/gml">
    <start_location>
    <input_location id="1">
    <gml:Point>
    <gml:coordinates> -122.39382,37.79518</gml:coordinates>
    </gml:Point>
    </input_location>
    </start_location>
    <end_location>
    <input_location id="2">
    <gml:Point>
    <gml:coordinates> -122.40472,37.74164 </gml:coordinates>
    </gml:Point>
    </input_location>
    </end_location>
    </route_request>
    Coordinates of points are coordinates of addresses from (i)
    But have errors
    <?xml version="1.0" encoding="UTF-8" ?>
    <RouteServerException>[RSE-0206: Unexpected output format from Geocoder!!!]</RouteServerException>
    How can I use request to work with point?
    Thanks once again
    hai_va

  • How can we forward XML document from Routing Engine to Mapviwer!!!

    Does anyone try to forward XML document from routing engine to Mapviwer. Like spatial coordinate system from Routing engine. Could you help me how to accomplish this problem. Thank much much....

    Just open an HTTP connection to MapViewer's server url (ususally http://host:port/mapviewer/omserver) and send an XML map request to it using POST. You can do that from any language that supports such a connection.
    Inside the xml map request you can attach the routing result (a series of coordinates i imagine) as dynamic geo-features. You can also specify any base map/layer information in the xml map req provided you have defined such map/themes. DTD of mapviewer's map req is in the Users Guide, which is on OTN site mapviewer http://otn.oracle.com/products/mapviewer.

  • Routing Engine Algorithm?

    Hi every one,
    does any one know what algorithms did Routing Engine uses. I may afraid that Routing Engine does not warranty to fine the shortest path in a complex road network.
    Any idea, regrad viravud.

    Vud,
    The algorithm is a hierarchical routing algorithm where
    all the highways are used as the higher level graph.
    And yes, there is no gauarantee of the optimal route
    in this hierarchical routing algorithm.
    If you want optimal shortest path, you should consider
    using the Spatial Netowork Data Model.
    siva

  • Routing Engine

    Hello,
    I want to use the Routing Engine but I understand that it is not include with the download of Oracle 10g Database version 10.2, which is the installation I have. I would like to download the sdo_routing.zip but there is not link to download it.
    Somebody could tell me how to find it or install it?

    Hello,
    Only the 2nd picture you put here shows up, so I can only comment on that. 
    So by default when when you are doing proxy L3 routing the F1 modules will load balance across all M1 modules to perform the route lookups.  However you can configure this and choose which modules should be doing the routing:
    http://www.cisco.com/en/US/docs/switches/datacenter/sw/5_x/nx-os/unicast/command/reference/l3_cmds_h.html#wp1533507
    The main reason why the situation in the 2nd picture happens is that the F1 module doesn't know which port we will need to send the traffic out after it gets routed, so it sends it to any M1 module for the lookup.  Once that M1 module performs the lookup it will send it to the correct destinaion port, so it may have two passes through the fabric.
    Chad

  • Need a Help, Routing engine not work!

    I am to new to oracle spatial. I found that oracle have a Routing Engine, I download its install but when I test a simple Routing XML I got the following error message:
    <?xml version="1.0" encoding="UTF-8" ?>
    <generic_error>Message:Error in sending request to elocation server. Sun Oct 10 20:33:49 GMT+07:00 2004 Machine Node Name: laptop Component: Sub-Component: Server Side Severity: 0 Description: Nested exception is: java.net.ConnectException: Connection refused: connect java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158) at java.net.Socket.connect(Socket.java:452) at java.net.Socket.connect(Socket.java:402) at sun.net.NetworkClient.doConnect(NetworkClient.java:139) at sun.net.www.http.HttpClient.openServer(HttpClient.java:402) at sun.net.www.http.HttpClient.openServer(HttpClient.java:618) at sun.net.www.http.HttpClient.<init>(HttpClient.java:306) at sun.net.www.http.HttpClient.<init>(HttpClient.java:267) at sun.net.www.http.HttpClient.New(HttpClient.java:339) at sun.net.www.http.HttpClient.New(HttpClient.java:320) at sun.net.www.http.HttpClient.New(HttpClient.java:315) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:521) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:498) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:569) at oracle.spatial.geocoder.client.HttpClientGeocoder.sendRequest(HttpClientGeocoder.java:197) at oracle.spatial.geocoder.client.HttpClientGeocoder.batchGeocode(HttpClientGeocoder.java:142) at oracle.spatial.router.server.RouteServerServlet.processRouteRequest(RouteServerServlet.java:467) at oracle.spatial.router.server.RouteServerServlet.takeXMLRequestAndReturnResponse(RouteServerServlet.java:411) at oracle.spatial.router.server.RouteServerServlet.doPost(RouteServerServlet.java:272) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192) at java.lang.Thread.run(Thread.java:534)</generic_error>

    Hi,
    Do you want to send the notification on schedule time?
    Generally, I will schedule the job, and then set the notification to send the email to the operator when the job succeeds/fails/completes.
    For e-mail notifications, you can provide an e-mail address or multiple e-mail addresses separated by semicolons. This could also be an e-mail group defined within your e-mail system. If you wish to notify many people, it is better to
    define an e-mail group in your e-mail system.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Other languages for oracle routing engine?

    Hello,
    I'm sorry if this is not the right place to post my question, but i wasn't able to find a special forum about routing.
    In our application, we'd like to use the oracle routing engine for navigation. As people from different nations use our application, we'd like to supply appropriate languages for most of them.
    The supported languages we know of are english, french, german, italian and spanish.
    For our customer we need languages like polish, Czech, and - most important - russian.
    Does anybody know whether these languages exist or if there is a possibility of installing something like a language pack for the routing engine?
    thanks,
    JoAl

    The Router currently does not have an option for Polish, Czech or Russian. It is possible for for these languages to be included but they would be included in a later version of the Router.
    The first step is to know exactly what languages you would like included. If we have the translation services to translate the driving directions to those languages we will include them in a future version of the Router.

  • How to install sap j2ee engine and sdm

    hi :o)
    i followed the "Creating Your First Web Dynpro Application"
    the final step need prerequisites: sap 2ee engine && sdm
    I just download the Developer Studio software  (SAP NetWeaver 04s SP9), should i still download the Java Trail Version software (SAP NetWeaver 04s SP9) for j2ee engine setting?
    what is the TREX software used for?

    Hi,
    yes you are right, you have to install a Java Application Server for testing. In the netweaver studio no testing environment is integrated by default.
    If you just want to check out WebDynpro, the Slim Java Edition-Trial should be enough.
    Trex is the search engine of the Enterprise Portal... but for simple WebDynpro Apps you will not need it.

  • Noob question about router IP on SDM Worksheet...

    The SDM Worksheet says,
    L6A
    Router IP Address
    Copy the subnet in field L1A to field L6A.
    If L1A has subnet field of 192.168.10.0, then these instructions make the router address 192.168.10.0.
    I thought the first IP on the subnet was the default IP for the router, eg 192.168.0.1

    Chris
    I am as baffled as you are looking at the link you provided. If you used the example they give then all interface IPs would end up being the subnet address which is clearly wrong and more importantly would not work.
    In terms of the addressing to use it is common to allocate static IPs from the start of the subnet as you say, athough this is just convention ie. any IP from the subnet could be used.
    So unless we are both missing something obvious i would just ignore what the sheet is saying and do as you suggest in terms of allocation.
    Jon

  • "No route to host" - SDM

    Hi!
    I' ve a problem with deploying sthg. via NWDS:
    30.11.2005 20:20:00 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [006]Deployment aborted
    Settings
    SDM host : aquin
    SDM port : 50018
    URL to deploy : file:/C:/DOKUME1/TW/LOKALE1/Temp/temp27027Eventmanager.ear
    Deployment exception : Server aquin did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server aquin at port 50018: No route to host: connect
    Inner exception was :
    Server aquin did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server aquin at port 50018: No route to host: connect
    I added the host-name "aquin" with correct IP to etc/hosts.
    Has anybody got an idea?
    BR
    Christian

    Hi
    I had a similar problem but I had a local WAS that connected to a SAP systems over the VPN.The WAS wasnt able to connect to the backend SAP system. The problem was that the message server came back with the IP address of the Application host but that IP was local to the network , over the VPN the Application host has a different IP address (assigned by the VPN)).
    Is there a port restriction over the VPN , try Erics method that should suggest if access is available.
    Regards
    Pran
    Message was edited by: Pran Bhas

Maybe you are looking for

  • Unique id For System Message

    Dear all,    Any one can please tell me the unique id for System Message.  Also i want to know the unique id for 'yes' and 'No' in System Message. Its very urgent Thanks in advance with Regards G.shankar

  • Facebook integrated with 5.1 : how to use it?

    Hello guys, I saw that I can enter my Facebook username in my own contact page. I have two problem here : 1) I don't have a username per se, I use my e-mail adresse. In the blank space, do I put my e-mail adresse? or I need to create a costum usernam

  • New option to open custom Excel content type in Excel Web Access

    Hi, This question is specifically for Sharepoint Online if that affects the possible solution. I would like a custom content type with Excel template to open up in Excel Web Access when a library's New>"My Content Type" option is chosen.  I have conf

  • I Cant get Photoshop to open

    I Cant get Photoshop to open

  • Firefox CTRL+F Search bar searching with Case Sensitive

    is this only for me or all ? Fiefox search bar is working with case sensitive.. if i type in capital.. it is only showing the results with capital. for example. Type "vishnu" in search bar. it will only show you the small vishnu below. VISHNU vishnu