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)

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.

  • 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

  • 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

  • Internal error, cannot load engine Number 2 due to error 5

    I have had a StartStop transcription program for several years. I bought my Dell computer with Windows 8 (now 8.1) in late 2014. I had no problems running the StartStop program until it got a tune-up by my regular tech.  Since then, when I click to
    open it, I get the message: "##### Internal error, cannot load engine Number 2 due to error 5."  My tech couldn't figure it out and another tech couldn't fix it either after looking at it for hours.  StartStop could not figure it out either.
    Since then, I bought a Digitope digitalizer, which converts cassette tapes to CD's. When I try to open that program the exact same error message comes up!  
    So I am thinking there is something awry with certain audio programs. I am able to run another transcription program, Express Scribe. 
    Any thoughts!  
    The 2nd tech suggested rebooting the entire computer and reinstalling all programs, but I'm not sure I can find all my original programs. 
    Thanks!

    Hello Silent Fisher,
    What StartStop transcription program do you mean?
    Please share me a screenshot.
    If it is a third-party software, it is recommended to contact the support of the software.
    If the issue occurs after your change, please use the system restore to restore your computer’s system files to an earlier point in time.
    http://windows.microsoft.com/en-HK/windows-8/restore-refresh-reset-pc
    Best regards,
    Fangzhou CHEN
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Error in Adapter engine-"No_Spedin"

    Hi All,
    I have observed the below error in adapter engine today(System error).
    JCO.Exception while calling /SEEAG/RELI_XI_EDIINH_FILE in remote system (RfcClient[PEQ_RFC_INBOUND]):com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Exception condition "NO_SPEDIN" raised.: com.sap.aii.af.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException
    The message is going to print Sumfax to SAP ECC.There are no errors in the mapping and the communication channel is also running fine.there was an upgrade in SAp recently after which i observe this error and it didnot exist before.
    Can anybody please help me!

    Hi Sudha
    check Abhishek's Reply  may be helpful  at this thread for com.sap.aii.af.rfc.afcommunication.RfcAFWException
    Re: Error during processing local bean: localejbs/RfcAFBean
    also check the The Sender Agreement Interface , it is either missing or not correct in ID
    Regards
    Abhishek

  • 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

  • Graphic Mapping:IDOC to File-Avoid Error in Adapter Engine

    Hi all,
    I'm using Graphic Mapping in my IDOC to File scenario in which each segment in source IDOC will generate a ROW in target File with the condition: DATBI >= currentdate (and some other conditions)
    I have a UDF and use the mapping function CREATEIF for this purpose:
                                 DATBI -> UDF -> CREATEIF -> ROW
    Problem scenario: In the source IDOC if all the segments have DATBI < currentdate then there is no ROW created, and I get the error in Adapter Engine
    Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure ...
    How can I avoid this?
    I've tried to put this condition using XPATH in Interface Determination and got the error.
    There is a way to use function current-date() in XPATH condition?
    Thanks for your help,
    Elaine

    Hi all,
    How can I "suppress the row node if condition fails"? I'm new in PI, so please give more details.
    My FCC as follows:
    Record Structure: Record, Row
    Row.addHeaderLine 0
    Row.fieldSeparator ,
    Record.fieldSeparator 'nl'
    Row.endSeparator ; 'nl'
    It works fine if the condition satisfied.
    In Message Mapping, I've use Test to double check my mapping, and in the scenario that conditions fails, there is no Row in the target message.
    Please advise.
    Thanks,
    Elaine

  • ALERT not getting triggered for messages in error in adapter engine

    Hi All,
    I am doing the same scenario where I have created two Alert category Alert_cat1 and Alert_cat2, both are similar but one i have created for error in integration engine(Alert_cat1 ) and other for adapter engine(Alert_cat2).
    Now for Alert_cat1 i have created a rule and in the setting "where did the error occur" I have given no restriction.
    Now for Alert_cat2,as discussed in the above blog I have created many rule each for various adapter.
    I have tested it, above mentioned configuration is working for message mapping error (sxmb_moni)
    but not for any error in adapter engine for messages in waiting or system erroe status.
    Kindly suggest where I am going wrong.
    Regards
    Shefali S

    HI,
    please refer this below blog:
    Does Alerts work for Integrated configurations scenario??
    thanks,

  • Error in integration Engine(indicating red color)

    Hi all,
    I am getting error in integration engine monitoring it shows red in color.
    In that below PING status its telling like Unable to log on to system with PIRWBUSER.
    Post installation has done in 001 client by default.the user is also existijng in that client its a service user.Anyone can help me out to resolve this issue.
    Regards
    Vijay Kumar G

    Please check if the system XXX exists user PIRWBUSER.
    Check the exchange profile properly configured or not and also check for the Authorizations for the said user.
    See the below links also
    Demo application: "You cannot log on to system .... with user XIRWBUSER
    RWB error: javax.ejb.CreateException  XIRWBUSER cannot log
    How to get rid of the error message on RWB?

  • Error: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: Receiver Determination did not find any receivers at all

    Hello,
    I have an issue configuring a simple File Adapter Content Conversion, it will be great to give me some support as I'am new in the PO Environment.
    Iam reading a flat file and trying to write into an XML in the same FTP server
    I have a 1 to 1 Mapping as follows
    And my Content Conversion at Sender side Looks like this
    After running the configuration Iam getting following error message
    Error: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: Receiver Determination did not find any receivers at all
    My System is the SAP Netweaver Process Intgration 7.4 single Java stack
    Do you have any idea how to fix this issue?
    Many thanks in advance
    Khadim

    Hi evrybody
    I have enabled the tracing of ICO and have seen that my payload for the message mapping is ok,.
    <ns:hartgeldbest_ERP_KT xmlns:ns="http://xxxxxx.de">
    <Recordset>      
    <header> 
         <gesellschaft>03</gesellschaft> 
         <filiale>000</filiale>
         <satzart>11</satzart>
         <datum>00000000</datum>
         <kennzeichen>1</kennzeichen>
    </header>
    </Recordset>
    </ns:hartgeldbest_ERP_KT>
    The issue is on detrmining the RECEIVER in the Main-XML
    <sap:Main xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sap="http://sap.com/xi/XI/Message/30" versionMajor="3"versionMinor="1" SOAP:mustUnderstand="1">
    <sap:MessageClass>ApplicationMessage</sap:MessageClass> 
    <sap:ProcessingMode>asynchronous</sap:ProcessingMode>
    <sap:MessageId>ae41678e-da87-11e3-cd0f-0000006831a2</sap:MessageId>
    <sap:TimeSent>2014-05-13T10:16:43Z</sap:TimeSent>
    <sap:Sender> 
    <sap:Party agency="http://sap.com/xi/XI" scheme="XIParty"/> 
    <sap:Service>CC_Hartgeldbest_File2Idoc</sap:Service>
    </sap:Sender>
    <sap:Receiver> 
    <sap:Party agency="" scheme=""/> 
    <sap:Service/>
    </sap:Receiver>
    <sap:Interface namespace="http://xxxxx.de">hartgeldbest_KT_async_out</sap:Interface>
    </sap:Main>
    Is it possible that the receiver is overwritten due to the Content Conversion? Because if I set my Message Protocol to "File" the receiver determination will work.
    Any idea?
    Thx
    Khadim

  • Adapter Engine alerts: Error in Adapter Engine

    Hi All,
    I have configured Alerts for <b>Adapter Engine</b>.
    I am getting alerts with Alert Text as follows during Scenario runs - XML File to ABAP Proxy Scenario (Average size of files is in MB's) daily.
    1.Error: DeliveryException: Problem inserting 6204b980-2f9d-11dc-9262-001635731444(OUTBOUND) into the database: com.sap.engine.services.dbpool.exceptions.BaseSQLException: Connection is invalid.
    2.Error: com.sap.engine.services.ts.exceptions.BaseSystemException: Exception ( SAP J2EE Engine JTA Transaction : [c1e757e003475] ) in rollback.
    This error comes just <b>momentarily</b> and Messages (Files) are processed Successfully (No System Errors,etc at Adapter Engine).
    I am not able to figure out the reason for this exception.
    Expecting your valuable inputs.
    Thanks.
    Regards,
    Sudharshan N A

    Hi,
    This happens sometimes when the adapter engine is on heavy load. Since the message is asynchronous, it is persistent. So it tries to write the message onto teh backend DB on which XI is involved. When teh load is more on the AE, the communication sometimes fails for a few milli seconds. This happens at times. Once it has enough capacity, it again preocesses the message successfully. It also happens sometimes that the message content will be lost. As of now, i am not sure if there is any solution for this.
    reward if helpful.
    Thanks,
    sarath.

  • Terminated with error:REP-56048:Engine rwHighEng-0 crashed

    Hi Friends,
    When i run a report using Oracle 10g IAS,i get an error:
    'Terminated with error:REP-56048:Engine rwHighEng-0 crashed'
    Anybody have the solution to handle it.Pls help!Thank you very much!

    Hi to all,
    Since the last couple of days we are having a problem with Oracle Reports.
    Whenever we run these reports, it behaves erratic.
    The report comes normal for the first few reports, then suddenly the server gets hanged and no reports can be generated.
    OS on Application server is Windows Server 2003.Os on client machine is XP and Vista
    Error is as below in Application Report Server status
    Terminated with error: REP-56048: Engine rwEng-0 crashed, job
    Any immediate help is appreciated
    Thanks
    Nilesh

Maybe you are looking for

  • Jabber 9.0.4 Presence not displaying correctly in SharePoint 2010

    Quick info, we run Lotus Notes 8.5.3, Jabber 9.0.4 and SharePoint 2010. When we install Jabber 9.0.4 on a client, the presence doesn't display correctly on our SharePoint site. We can see the correct presence pulled from Jabber in Office (in the "aut

  • BADI ME_PROCESS_PO_CUST Method Post

    Hi, how can we know in the method post of the BADI ME_PROCESS_PO_CUST if we are in creation mode (me21n) or change mode (me22n), I need to do some coding only at the creation of the PO but this method is call anytime we click save! thanks!

  • Create quality notification using bapis

    Hi all i want to create quality notification(QM01) using bapi. I know bapi - BAPI_QNOTIFICAT_CREATE can be used to create that.  Using this i can create basic quality notifcation.But if you  go to transaction QM1, there are two more tabs  -  validity

  • Changing My Short Name

    Can anyone tell me in layman's terms how to change my account short name? Thanks.

  • Pulling data from structure?

    Hi Experts, On SAP screens, by usinf F1, can see From that field, Where (to which  table) to passing/storing the data (e.g. Doc. header text in MB1B transaction is storing in MKPF-BKTXT). But, some times, its a Strructure, then, (e.g. for Movement ty