OPA connector Pre Seed error

Hello

Here are some of the errors that we get trying WD seeds via the connector for siebel-opa. Someone had a similar problem?

Thank you!

14:57, 489 INFO [WebContainer: 1] [FLC-web-determinations] com.oracle.determinations.engine.Session - departure inference on session 70

14:57, 489 INFO [WebContainer: 1] [FLC-web-determinations] com.oracle.determinations.engine.Session - finish inference on session 70

14:57, ERROR 510 [WebContainer: 1] com.oracle.determinations.siebel.io.web.SiebelServiceUtil [FLC-web-determinations] - cannot parse the error response

web service call

javax.xml.stream.XMLStreamException: the root element is required in a well-formed document.

at com.ibm.xml.xlxp2.api.stax.msg.StAXMessageProvider.throwWrappedXMLStreamException(StAXMessageProvider.java:76)

at com.ibm.xml.xlxp2.api.stax.XMLStreamReaderImpl.produceFatalErrorEvent(XMLStreamReaderImpl.java:2008)

at com.ibm.xml.xlxp2.api.jaxb.JAXBXMLStreamReader.produceFatalErrorEvent(JAXBXMLStreamReader.java:356)

at com.ibm.xml.xlxp2.scan.DocumentScanner.reportFatalError(DocumentScanner.java:4871)

at com.ibm.xml.xlxp2.scan.DocumentScanner.reportFatalError(DocumentScanner.java:1212)

at com.ibm.xml.xlxp2.scan.DocumentScanner.scanProlog(DocumentScanner.java:1773)

at com.ibm.xml.xlxp2.scan.DocumentScanner.nextEvent(DocumentScanner.java:1323)

14:57, ERROR 513 [WebContainer: 1] [FLC-web-determinations] com.oracle.determinations.siebel.io.web.SiebelGetIOService - SiebelServiceCall

14:57, ERROR 513 [WebContainer: 1] com.oracle.determinations.web.siebel.SiebelIOClient [FLC-web-determinations] - error loading cases

com.oracle.determinations.siebel.io.web.ServiceCallException: server returned HTTP response code: 500 for URL:

http://app.GWY:8080/intra/common/defaultmpgw/LTC/OPA/eai_anon_enu/start.Swe?SWEExtSource=SecureWebService & SWEExtCmd = Execute

A 500 error usually means that an error has occurred during the call to a url of web server side, but if you notice that you can call the IO through SOAP-ui, then it is a little more confusing.

Something must return the error 500 in the OPA, is an error generated by the server.

I suggest that checking the siebel data file - adapt .properties and verify that the URL, the user name and the password are what you expect them to be. If this doesn't seem to be a problem, you really need to capture the response back to the OPA, if all goes well, it will give you more information on whats happening.

Tags: Oracle Applications

Similar Questions

  • Mapping for the Siebel OPA connector error

    Hello

    We are working on Siebel with OPA using Web-determinations. The web server we use is Apache tomcat.

    Where once the server is restarted first call to OPA fails and it gives the following error in the logs.

    [November 17, 2014 07:24:06, 945] 267752922 [http-bio-8080-exec-2] ERROR com.oracle.determinations.web.siebel.SiebelIOClient - error loading cases

    com.oracle.determinations.siebel.io.web.ServiceCallException: read timed out

    at com.oracle.determinations.siebel.io.web.SiebelServiceUtil.callService(SiebelServiceUtil.java:98)

    at com.oracle.determinations.siebel.io.web.SiebelGetIOService.call(SiebelGetIOService.java:114)

    at com.oracle.determinations.siebel.io.web.SiebelServiceFactory.call(SiebelServiceFactory.java:41)

    at com.oracle.determinations.web.siebel.SiebelIOClient.load(SiebelIOClient.java:128)

    at com.oracle.determinations.web.siebel.SiebelIOClient.loadSession(SiebelIOClient.java:80)

    at com.oracle.determinations.web.siebel.SiebelDataAdapter.load(SiebelDataAdapter.java:139)

    at com.oracle.determinations.interview.engine.local.LocalInterviewSession.loadData(LocalInterviewSession.java:246)

    at com.oracle.determinations.web.platform.controller.actions.StartSessionAction.getResource(StartSessionAction.java:161)

    at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.doGet(WebDeterminationsServlet.java:112)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:620)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at com.oracle.determinations.web.platform.util.CharsetFilter.doFilter(CharsetFilter.java:46)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)

    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)

    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)

    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)

    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)

    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)

    to org.apache.coyote.AbstractProtocol$ AbstractConnectionHandler.process (AbstractProtocol.java:607)

    to org.apache.tomcat.util.net.JIoEndpoint$ SocketProcessor.run (JIoEndpoint.java:315)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    Caused by: java.net.SocketTimeoutException: Read timed out

    at java.net.SocketInputStream.socketRead0 (Native Method)

    at java.net.SocketInputStream.read (unknown Source)

    at java.net.SocketInputStream.read (unknown Source)

    at java.io.BufferedInputStream.fill (unknown Source)

    at java.io.BufferedInputStream.read1 (unknown Source)

    at java.io.BufferedInputStream.read (unknown Source)

    at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown_Source)

    at sun.net.www.http.HttpClient.parseHTTP(Unknown_Source)

    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown_Source)

    at com.oracle.determinations.siebel.io.web.SiebelServiceUtil.callService(SiebelServiceUtil.java:95)

    ... 32 more

    [November 17, 2014 07:24:06, 986] 267752963 [http-bio-8080-exec-2] ERROR com.oracle.determinations.web.siebel.SiebelIOClient - error when loading the session of Siebel

    This only happens when we call the OPA of first time. Second call before it all works correctly.

    Please suggest a solution for this, is it possible to increase the timeout in Siebel OPA connector.

    Thank you

    Bharat maklouf

    Looks like the siebel inbound web services take a while to run the first time. Ideally, it would be best to find a way to get them to start as soon as possible. I do not know how to Siebel, but you might have luck asking on the forums of Siebel.

    For the OPA to Siebel connector, you can add the property "serviceTimeout ="(la casse est importante) in the siebel data file - adapt .properties for determinations of web. "" This timeout property will only work for mappings of IO, but it looks like this, that's what you use.

  • Determinations of pre Seed Web with data from Siebel

    Hello

    I am currently working on a VINE with Siebel PS 8.2 and OPA 10.2 with the OPA Siebel connector.
    The connector is in collaboration with the AdminSmoke and custom modules.

    But what I want is pre seed the custom with Siebel data modules.
    The documentation on the connector is not sufficient.

    Kind regards
    Bert

    The AdminSmokeTest for determinations of Web is an example of how begin before and there is also a tutorial.

  • Web service for private cloud OPA connectors

    Hello

    1. is there a pre-configured for Oracle HCM web services connector? The documentation (which is a web service connection?) specifies that "predefined web service connectors are available for some Oracle applications."

    2 are PL/SQ skills necessary to query and update the data source (Oracle), or the structure of connectors contains of classes/methods/etc, that to do this at a higher level (i.e. just by specifying the details of db connection & fields)?

    I am aware of the example of project (that I'll study in parallel), but just ask quickly here as well.

    Thanks in advance,

    Razvan

    I'm not aware of a web services connector pre-built from Oracle for HCM, but it is possible that there is something developed by a partner of Oracle.

    The structure of connectors is really an architecture and a set of definitions of the web services any connector must support. It is possible to build a connector that uses the JDBC API, PL/SQL, other Java API, or call other web services. The main requirement is that it should provide a mapping to something that resembles the structure of the Table/column/line/field expect web services of the OPA.

  • Pre-seed evaluation error 2000-0332, Inspiron 7720

    I have a laptop Dell Inspiron 7720. A few days ago, I have a suggestion of a Dell program to update my BIOS, which I have allowed. Update didn't seem to bring up all additional windows or a progress bar to let me know how would the update, but I don't think too much of it and let the computer do its thing.

    In general I just leave my laptop on nonstop and put to sleep when not in use (I remember reading somewhere on the departure of the user of Windows 8 guide just let it sleep instead of turning it off). Yesterday, I went home for Thanksgiving so that my laptop was in mode 'sleep'. When I tried to turn on my laptop, I noticed that it was no longer in fashion 'sleep' and had put off instead. Not much, I thought, but when I turned it on, I got an error screen in the sense of

    PXE-# Media test failure, check cable of

    PXE-#: exit Intel PXE ROM

    I found myself at the start screen, which allowed me to run the diagnostics. I left running and came across 2000-0332 error code in the form of assessment of pre-boot, who told me that something was wrong with my memory of the video card (abnormality of the video memory integrity test). After a bit of research on this code, it may have something to do with my BIOS and I should try for the flash. However, I wasn't able to do it through USB (I get the error "invalid or damaged bootable partition" when I leave the USB key in start) nor the CD (does not seem to the .exe on the CD is detected).

    I tried to get to the BIOS screen by pressing F2 at Dell logo but I always end up on the same screen which lists me my legacy startup options (I don't get the screens of typical BIOS that allows me to change my default settings, boot order, etc.). The choices listed are removable disk, CD/DVD/CD-RW drive, second disk and network. By pressing F12 does the same thing. I noticed that the hard drive is not listed so I though that maybe something was wrong with my HD, but the evaluation shows that it works very well.

    I'm really in ideas on what to do. If worst comes to worst, I can try to exchange it for another since I'm still in the trading period, but I prefer to keep my laptop current and its information.

    Hi Andresmou,

    I'm sorry for the experience. As the error is related to the video memory, I suggest to install (flash) the latest BIOS and run diagnostic tests. You can download the latest version of the BIOS from the following link by drilling in the Service tag and click on the "Drivers & downloads" tab:
    http://Dell.to/117d6Zu

    Please let me know the results of the test.

  • LaserJet M551n: Pre-launch error 99.09.67, install the firmware without USB

    The unit displays this error

    http://h20566.www2.HP.com/hpsc/doc/public/display?sp4ts.Oid=5037104&docid=emr_na-c04482478&docLocale...

    The document only describes a method to update the firmware from the pre boot menu (Administrator > download > USB Thumbdrive), but this is not a USB input; It has only one entrance of style B USB and NIC on the advice of the trainer.

    Is there another method to install the firmware on a drive formatted in the pre boot menu?  There is an administrator > download > TCP, option, but it blocks "waiting on connection" Although the IP of the machine's pings to Internet.

    Take a close look at the trainer, I think you can remove some plastics and see a USB port.

    If my post is solved your problem and click the accepted as button solution under him.

    In order to thank a Tech for a post click the thumbs up button under the post.

    You can even click on the two keys...

  • Disqualification Siebel connector Batch mode error and debugging

    To test the matching contact batch process, I followed the guide and created a job template with the settings specified in the virtual library:

    issue1.gif

    Created job template:

    issue2.jpg

    When you submit the work, we get an error. As it is not very descriptive I wanted to know how to debug this error.

    issue3.jpg

    I looked in the database intermediate EGQ saw no trace, and also the Disqualification has not given any reference. Is there anywhere in Siebel, which will show the error?

    Thank you very much

    Darren

    Hello

    The most likely cause of the error is a configuration error in the dnd.properties file that configures the connector for Siebel Disqualification.

    Oracle® Enterprise Data Quality

    Note that for the batch JMX Disqualification server port must be specified in part a of the file. This is not the same as the HTTP port.

    Kind regards

    Mike

  • Installation of the connector AD gives error

    Hi all

    I try to install the connector AD 11.1.1.5.0. When I install this connector, it shows pop up window indicating "a system error has occurred please contact OAM system administrator.it passes the first test for"Configuration of libraries of connector ""

    When I check the log of the IOM, it shows the following

    [XELLERATE. WEBAPP] [tid: [ASSETS].] [ExecuteThread: '13' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 445c654c9d2a8632:695775 b 0: 14830b3e041:-8000-000000000000030f, 0] [APP: IOM #11.1.2.0.0] class/method: tcActionBase/run some problems: the lock of the EJB application:[EJB:010107]tcImportOperationsIntf with primary key: 6495578267817345025 expired after a wait of 0 ms. The transaction or the thread that requested the lock has been:

    Thread [ExecuteThread [ASSET]: '13' for queue: "(self-adjusting) weblogic.kernel.Default", 5, pooled Threads]. ; nested exception is: weblogic.ejb20.locks.LockTimedOutException: [EJB:010107] the lock request to EJB:tcImportOperationsIntf with the primary key: 6495578267817345025 expired after a waiting for Mrs. 0 the transaction or the thread that requested the lock was: Thread [ExecuteThread [ASSET]: '13' for queue: "(self-adjusting) weblogic.kernel.Default", 5, pooled Threads]. [[

    javax.ejb.EJBException: [EJB:010107] the lock request to EJB:tcImportOperationsIntf with the primary key: 6495578267817345025 expired after a waiting for Mrs. 0 the transaction or the thread that requested the lock was: Thread [ExecuteThread [ASSET]: '13' for queue: "(self-adjusting) weblogic.kernel.Default", 5, pooled Threads]. ; nested exception is: weblogic.ejb20.locks.LockTimedOutException: [EJB:010107] the lock request to EJB:tcImportOperationsIntf with the primary key: 6495578267817345025 expired after a waiting for Mrs. 0 the transaction or the thread that requested the lock was: Thread [ExecuteThread [ASSET]: '13' for queue: "(self-adjusting) weblogic.kernel.Default", 5, pooled Threads].

    WebLogic.ejb20.Locks.LockTimedOutException: [EJB:010107] the lock request to EJB:tcImportOperationsIntf with the primary key: 6495578267817345025 expired after a waiting for Mrs. 0 the transaction or the thread that requested the lock was: Thread [ExecuteThread [ASSET]: '13' for queue: "(self-adjusting) weblogic.kernel.Default", 5, pooled Threads].

    to weblogic.ejb.container.locks.ExclusiveLockManager$ LockBucket.lock (ExclusiveLockManager.java:283)

    at weblogic.ejb.container.locks.ExclusiveLockManager.lock(ExclusiveLockManager.java:153)

    at weblogic.ejb.container.manager.StatefulSessionManager.acquireLock(StatefulSessionManager.java:399)

    Any pointer associated with this will be very useful.

    Also, I tried to reinstall the connector but do not show all the connectors in the fall down, I tried rephrasing the server and using another location but it still shows the error message like "make sure you of what a valid xml file is present in this place.

    I use the XELSYSADM user account to install the connector. IOM version is 11.1.2.0

    Thank you

    ~ SS

    Hello J,

    Using Connector 11.1.1.6.0 and start windows 2008 server solved my problem. Also, I have increased service JTA from 600 to 1600 time using weblogic console (console weblogic--> services--> JTA--> time 600 (change to 1600) will communicate the same customer.

    Thank you

    ~ SS

  • Try to compile a Word document, OPA throws incorrect filename error

    When I try to compile a Word from OPM document, I get an error in a dialog: "political modelling Oracle could not open document, such that an error has occurred in Microsoft Word: incorrect filename."

    Can someone help with this please?

    The development of the OPA team posted some troubleshooting tips for people with problems of market OPM 10.4.4 with Windows 8 and Office 2013: https://community.oracle.com/thread/3542454

    See you soon,.

    Jasmine

  • Modules of sample in OPA 10.4.2 - error 404 - not found

    Hello

    I just installed 10.4.2 OPA but was not able to load the rulebases sample included in the package. I just copied everything compiled rulebases (* .zip) of C:\V35235-01\examples\rulebases\compiled to C:\OPA\web-determinations\web-determinations\WEB-INF\classes\rulebases then re-packed folder web-determinations to create web - determinations.war then deployed to Weblogic. When I tested the site web-determinations, I get "Error 404 - not found". Here are the sites I've tried.

    Directly from the deployment of the Weblogic Console test tab - http://localhost:7001 / web-determinations
    New IE browser - http://localhost:7001 / web-determinations/startsession/BenefitCodeExample/en

    However, I was able to open the BenefitCodeExample page when I accessed the OPM. I opened the project, and then click 'Build and Run' via Web-determinations.

    Can you please help me with this problem? I don't know if I'm doing good how to deploy the rulebases. If this isn't the case, please let me know the right way. Thank you!

    Kind regards

    Ann

    Are you sure that you create the war file correctly? you will need to zip the contents of the directory of web-determinations and not the directory itself, try to open your file. War and the file war comes with WinZip and compare the content.

  • Uninstalling a connector in IOM errors

    I'm trying to uninstall the connector of the Table in the Application database (or any connector) into 11.1.1.5.0 OIM, but I get errors.

    Step 1: I change the ConnectorUninstall.properties, located under < OIM_HOME >/server/bin. The information below is what I have in this file.
    *(The values of the ConnectorName and Release are the same as the values in My OIM console Advanced->Manage Connector-> Search) *.

    ##############################################################################
    # DatabaseURL: Enter the JDBC URL for the Oracle Identity Manager database. #
    # Format of URL database to Oracle Database: #.
    # jdbc:oracle:thin:@hostname:dbport:iam/oracle_sid #.
    # DBUserName: IOM DB user name #.
    # DBType: Must be 'ORACLE '. Do not change the default value. #
    ##############################################################################
    DatabaseURL=jdbc:oracle:thin:@localhost:1521:orcl
    DBUserName = system
    DBType = ORACLE

    [Log]
    ##############################################################################
    # LogLevel: Enter the logging - INFO, DEBUG, or ERROR level. #
    # Location: Enter the location of the log file. #
    ##############################################################################
    LogLevel = DEBUG
    Location = C: / Oracle/logs/connector

    [Connector]
    ##############################################################################
    # Nom_connecteur: enter the name of the connector that you want to uninstall. #
    # Note: The name that you enter must be the same as the display name in #.
    # the table of search results on the main Connector Management page of the #.
    # Administrative and user Console. #
    ##############################################################################
    Nom_connecteur = DatabaseApplicationTables
    ##############################################################################
    # Release date: enter the version number of the connector you want to #.
    # Uninstall. #
    # NOTE: The version number you enter must be the same as the version #.
    number # displayed in the table of search results on the main connector.
    # page for managing the Administrative and user Console. #
    ##############################################################################
    Version = 9.1.0.5.0

    ##############################################################################
    # ObjectType: Enter 'ResourceObject', 'ScheduleTask', 'Search' or 'adapter '. #
    # ObjectValues: Enter a list separated by semicolons, of the values of the object. #
    # NOTE: In case you provide Nom_connecteur and release algonwith ObjectType #.
    # and ObjectValue, would in this case, the removal of ObjectValues #.
    # by the utility and information about the connectors would be just #.
    # skipped.                                         #
    ##############################################################################
    ObjectType =
    ObjectValues =







    Step 2: Run the uninstallConnector.sh script, which is located under < OIM_HOME >/server/bin.
    Below are the results when I run the script:

    *********************************************************************
    * This utility deletes the data from the database of the IOM directly and is *.
    * designed to be used in development/staging environments. *
    * *
    * WARNING: DO NOT USE IN PRODUCTION. *
    *********************************************************************
    Level of the logger: DEBUGGING
    Chosen Logger location: C:/Oracle/logs/connector
    [Enter the DB password:]
    [Enter the name of the administrator of the IOM:] xelsysadm
    [Enter the IOM administrator password:]
    [Enter the URL of the server of the IOM of t3 [Ex. t3: / / localhost:7001 /]:] t3: / / localhost:14000
    Connected to the database
    log4j: WARN no appenders could be found for logger (org.springframework.jndi.Jndi
    Model).
    log4j: WARN Please initialize log4j correctly system.
    "DatabaseApplicationTables 9.1.0.5.0" connector will be uninstalled
    You want to continue uninstalling connector y: y
    ConnectorUninstallException: oracle.iam.connectormgmt.uninstall.UninstallUtility
    Error occurred while getting the connector name and release: java.sql.SQLSyntaxEr
    rorException: ORA-00942: table or view does not exist

    Check the logs for more details.





    Here are my Logs:
    July 13, 2012 23:33:51 DEBUG Logger initialized
    July 13, 2012 23:33:51 DEBUG outgoing method: class validateAndInitiazeLogger: ConnectorUninstall
    July 13, 2012 23:33:51 DEBUG outgoing method: class loadPropertyFileAndLogger: ConnectorUninstall
    July 13, 2012 23:33:51 utility ConnectorUninstall start of DEBUGGING.
    July 13, 2012 23:33:51 DEBUG incoming method: class getDBPassword: ConnectorUninstall
    July 13, 2012 23:33:56 DEBUG outgoing method: class getDBPassword: ConnectorUninstall
    July 13, 2012 23:33:56 DEBUG incoming method: class getOIMAdminUserName: ConnectorUninstall
    July 13, 2012 23:34:07 DEBUG outgoing method: class getOIMAdminUserName: ConnectorUninstall
    July 13, 2012 23:34:07 DEBUG incoming method: class getOIMAdminPassword: ConnectorUninstall
    July 13, 2012 23:34:10 DEBUG outgoing method: class getOIMAdminPassword: ConnectorUninstall
    July 13, 2012 23:34:10 DEBUG incoming method: class getOIMServerT3URL: ConnectorUninstall
    July 13, 2012 23:34:23 DEBUG outgoing method: class getOIMServerT3URL: ConnectorUninstall
    23:34:23 July 13, 2012 entry Builder DEBUG class: UninstallUtility.
    July 13, 2012 23:34:23 DEBUG file validation properties...
    July 13, 2012 23:34:23 DEBUG incoming method: class validateAndPopulateDBAndConnectorParameters: UninstallUtility
    July 13, 2012 23:34:23 DEBUG outgoing method: class validateAndPopulateDBAndConnectorParameters: UninstallUtility
    July 13, 2012 23:34:23 DEBUG Valdiation successful... All the properties have been loaded.
    July 13, 2012 23:34:23 DEBUG database connection
    July 13, 2012 23:34:23 DEBUG incoming method: class getDatabaseConnection: UninstallUtility
    July 13, 2012 23:34:23 DEBUG jdbc:oracle:thin:@localhost:1521:orcl
    July 13, 2012 23:34:24 DEBUG logging
    July 13, 2012 23:34:24 DEBUG the method exit: class getDatabaseConnection: UninstallUtility
    July 13, 2012 23:34:24 DEBUG setting the OIMClient
    July 13, 2012 23:34:24 DEBUG incoming method: class setOIMClient: UninstallUtility
    July 13, 2012 23:34:25 DEBUG output method: class setOIMClient: UninstallUtility
    July 13, 2012 23:34:25 DEBUG successful in the creation of the OIMClient
    July 13, 2012 23:34:25 DEBUG out of class constructor: UninstallUtility.
    July 13, 2012 23:34:25 DEBUG incoming method: class doConnectorDeletion: ConnectorUninstall
    July 13, 2012 23:34:25 DEBUG incoming method: class validateDirectDeletion: UninstallUtility
    July 13, 2012 23:34:25 DEBUG output method: class validateDirectDeletion: UninstallUtility
    July 13, 2012 23:34:28 DEBUG incoming method: class executeDirectDeletion: UninstallUtility
    July 13, 2012 23:34:28 DEBUG incoming method: class verifyConnectorInstalled: UninstallUtility
    July 13, 2012 23:34:28 values of the parameters of DEBUGGING sConnectorName = DatabaseApplicationTables sConnectorRelease = 9.1.0.5.0
    July 13, 2012 23:34:28 oracle.iam.connectormgmt.uninstall.UninstallUtility ERROR occurred while obtaining the name of the connector and release: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    July 13, 2012 23:34:28 ERROR ORA-00942: table or view does not exist

    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:862)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1153)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1275)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3620)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
    at oracle.iam.connectormgmt.uninstall.UninstallUtility.verifyConnectorInstalled(UninstallUtility.java:740)
    at oracle.iam.connectormgmt.uninstall.UninstallUtility.executeDirectDeletion(UninstallUtility.java:314)
    at oracle.iam.connectormgmt.uninstall.ConnectorUninstall.doConnectorDeletion(ConnectorUninstall.java:369)
    at oracle.iam.connectormgmt.uninstall.ConnectorUninstall.main(ConnectorUninstall.java:83)
    July 13, 2012 23:34:28 oracle.iam.connectormgmt.uninstall.UninstallUtilityError ERROR in obtaining the name of the connector and release: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    oracle.iam.connectormgmt.uninstall.ConnectorUninstallException: oracle.iam.connectormgmt.uninstall.UninstallUtilityError encountered while getting the connector and release name: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    at oracle.iam.connectormgmt.uninstall.UninstallUtility.verifyConnectorInstalled(UninstallUtility.java:751)
    at oracle.iam.connectormgmt.uninstall.UninstallUtility.executeDirectDeletion(UninstallUtility.java:317)
    at oracle.iam.connectormgmt.uninstall.ConnectorUninstall.doConnectorDeletion(ConnectorUninstall.java:371)
    at oracle.iam.connectormgmt.uninstall.ConnectorUninstall.main(ConnectorUninstall.java:83)



    How can I solve this problem? What is the name of the table that stores the data of connectors?

    Published by: 946412 on July 13, 2012 03:21

    DBUserName = system: hope this is not a user of the IOM

    Provide the IOM DB user name ie: DEV_OIM instead of system

    due to bad username, the above error persist. you will find table CIH under IOM scheme.

  • Siebel 8.1 and OPA 10.3.1: error 'WD Smoke Test' - 'Connection Refused '.

    Hello!

    I'm setting up Siebel 8.1.1.5 with OPA 10.3.1. All the Windows environment, Oracle database backend and use Apache Tomcat 5.0 to run any OPA.

    Followed the instructions through and with the Web Service tweak outbound and two symbolic URLS to specify correct host Apache and port, some things work.

    However, when I hit the 'WD Smoke Test' button I get an error in the window for the determination of the sea which opens:

    An error occurred when loading the case ID ', SADMIN, 0-1, AdminSmokeTest'.
    This error has been recorded and is available in the application logs.

    No error is reported in the journal on the Siebel EAI server file, but I see the following on the Tomcat server:

    874517 [http-8080-1] ERROR com.oracle.determinations.web.platform.controller.actions.StartSessionAction - errors in result of Transaction for case ID [, SADMIN, 0-1, AdminSmokeTest]:
    874517 [http-8080-1] ERROR com.oracle.determinations.web.platform.controller.actions.StartSessionAction - failed to load data: java.net.ConnectException: connection refused: connect
    874517 [http-8080-1] ERROR com.oracle.determinations.web.platform.servlet.WebDeterminationsServletUtility - com.oracle.determinations.web.platform.exceptions.error.FailedToLoadCaseError: could not load case:, SADMIN, 0-1, AdminSmokeTest
    com.oracle.determinations.web.platform.exceptions.error.FailedToLoadCaseError: could not load case:, SADMIN, 0-1, AdminSmokeTest

    I checked:

    -The EAI URL .properties for siebel-WD-embedded and siebel-web-determinations, all worked very well for the OPA server host
    -J' have also checked and checked the values of username and password in both .properties files
    -The definitions of Web Service starting, only change the host and port
    -The symbolic URL, by changing only the host and port
    -The rest was implemented using business 'policy of automation Install '.
    -The 'DS' smoke tests will work perfectly
    -The button "Launch WD" works very well 'Sessions' view, after selecting the map of "AdminSmokeTest".

    Any thoughts where to start?

    Thank you!

    mroshaw

    I am officially a doughnut - I went back to check and I had not updated the siebel data - adapt .properties for the siebel-web-determination purposes. DOH!

    Everything works now - excellent! :)

  • Siebel Connector Session except error - are users clicking on register twice?

    Hello world

    We tried to confirm the source of errors that occur frequently during training sessions for the project, when users save the results of a logon Web determinations of Siebel. We mainly see two error messages repeatedly in our journal of integration, usually accompanying the credits except error that the user sees in WD ("an error occurred during the processing of the application... ») :

    ~~

    Error 1
    Error call service 'Inbound email from database operations', 'FindRecord' method in the step "query Session and case ID. (SBL-RPR-00162)
    --
    No record matching the search specification is found. (SBL-CMI-00122)

    Error 2
    Error "Adapter of Siebel EAI" service call, method "synchronize" to step "SaveSessionData". (SBL-RPR-00162)
    --
    Method 'WriteRecord' of the business 'Policy of automation Session' component (component of integration of 'Policy of automation Session') for registration with search specification '[Id] = "1-1KPYE8F" ' returned the following error: "the selected record changed by another user since it was recovered. Please continue. (SBL-DAT-00523) "(SBL-EAI-04451)"

    ~~

    So far, our best theory is that users are clicking on save twice, perhaps by habit of other desktop software. I thought I might as well post it here in case someone else has encountered this and had any advice or different ideas on what could be the cause of (web server or network loading, for example).

    Thank you!
    -Patrick

    Patrick,

    When the economy Web determinations, all the OPA is save to the political table Automation Session. Records can be updated as many times as necessary. As expected, you can save a determinations to Siebel Web session as many times as you want without error.

    If you have a hook of Workflow that does something, you must make sure that it can handle the record button cannot be used more than once.

    See you soon
    Frank

  • failure of the disk drive - pre-seed evaluation results

    Our computer gives the message "disk failure hard press f1", but he just keeps repeating this message when I press f1.

    I ran the ePSA pre-boot system assessment.  It gives a green checkmark to all devices listed on the left, but lists s/o to disk.  But at the end of the trial, he tells me that everything is ok.

    Does this mean that my hard drive is shot?  Any suggestions?

    SATA 1 is probably the optical drive.   Your hard drive has indeed failed - it would be attached to SATA 0.

    You will need a new 3.5 "desktop SATA drive to replace the defective one.

  • Pre payment error

    After the request for enforcement of payment, I get this error that an it's error message:
    Error ORA-20001: payment can be fully released with the available monetary units.
    ORA-06512: at "APPS.HR_UTILITY", line 939
    ORA-06512: at "APPS.HR_PRE_PAY", line 1972
    ORA-06512: at "APPS.HR_PRE_PAY", line 2199
    "ORA-06512: at APPS.HR_PRE.

    Hi user13262468,

    You need to go to support.oracle.com and then give the ID (945780.1) in the 'search' tab.
    You will get all the information for the code.

    Basically for this error, you must configure the monetary units.
    Navigation: Payroll > monetary units

    see you soon,
    Vignesh

Maybe you are looking for