What is invocation  target exception?

I get the following error when trying to launch my app: Any help appreciated!
George
An error occurred while launching/running the application.
Title: MyApp
Vendor: Blah Blah Inc
Category: Unexpected Error
Unexpected exception: java.lang.reflect.InvocationTargetException

Thank you. I found that it is because I had omitted to specify the jar files for the Java Help api.
However now when I include this JAR file, I am getting the error:
JAR resources in JNLP file are not signed by same certificate
I am signing my own Jar files with a self certificate using keytool but I am not sure what I can do about other JAR files that I need to use but are signed by others. Is there a way around this?
Thanks
George

Similar Messages

  • Invocation Target Exception while Migrating application to weblogic 10.3

    Hi All,
    We are currently migrating our application from weblogic 8.1 to weblogic 10.3.
    The deployment in wls 10.3 is successful, but while performing some operations(User Registration.. etc)
    we are getting SQLIntegrityConstraintViolationException.
    =================================================================================================
    2010-10-27 17:03:50,968 DEBUG com.sns.ana.services.ConnPoolService - Param 0: java.util.Hashtable
    2010-10-27 17:03:50,968 DEBUG com.sns.ana.services.ConnPoolService - Param 1: java.lang.String
    2010-10-27 17:03:50,968 DEBUG com.sns.ana.services.ConnPoolService - Param 2: weblogic.jdbc.wrapper.PoolConnection_oracle_jdbc_driver_T4CConnection
    2010-10-27 17:03:50,968 DEBUG com.sns.ana.dbsource.AuthorisationDBSource - [addRolesToDB] rows: 0, sql: delete from tana_role where userid = 'odcwls104'
    2010-10-27 17:03:51,030 ERROR com.sns.ana.services.ConnPoolService - [getRestrictedService] InvocationTargetException:
    java.sql.SQLIntegrityConstraintViolationException: ORA-02291: integrity constraint (ESIUSER.FK_TANAROLE_UID) violated - parent key not found
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:85)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:947)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3381)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3462)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1349)
         at weblogic.jdbc.wrapper.PreparedStatement.executeUpdate(PreparedStatement.java:159)
         at com.sns.ana.dbsource.AuthorisationDBSource.addRolesToDB(AuthorisationDBSource.java:684)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sns.ana.services.ConnPoolService.getRestrictedDataService(ConnPoolService.java:39)
         at com.sns.ana.services.DataServiceProvider.getRestrictedDataService(DataServiceProvider.java:45)
         at com.sns.ana.user.SNSUser.updateRoles(SNSUser.java:303)
         at com.sns.ana.utils.RoleUtility.processNewRequest(RoleUtility.java:114)
         at com.sns.ana.ui.servlet.ManageUserServlet.doPost(ManageUserServlet.java:395)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at com.sns.ana.ui.servlet.AuthorisationBaseServlet.service(AuthorisationBaseServlet.java:86)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:502)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:432)
         at com.sns.ana.ui.servlet.ANAADMMainServlet.doPost(ANAADMMainServlet.java:741)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at com.sns.ana.ui.servlet.AuthorisationBaseServlet.service(AuthorisationBaseServlet.java:86)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3495)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    =================================================================================================
    Upon weblogic server shut down below NameNotFoundException is thrown.
    =================================================================================================
    BaseException: ClassName=null,MethodName=null,MajorCode=-1,MajorMsg=Message Not Available,MinorCode=null,ExceptionObjMsg=[DBConnection][getConnec
    tion]Unable to init database connection due to unresolved DataSource Name com.fortressit.ejb.PortableContextException: javax.naming.NameNotFoundE
    xception: While trying to look up comp/env/jdbc/ap2esiDSLocal in /app/webapp/webadminesi/26700672. [Root exception is java.rmi.ConnectIOException
    : Server is being shut down]; remaining name 'comp/env/jdbc/ap2esiDSLocal'
    While trying to look up comp/env/jdbc/ap2esiDSLocal in /app/webapp/webadminesi/26700672.
    at com.sns.base.util.DBConnection.getConnection(Unknown Source)
    at com.sns.ana.services.ConnPoolService.getParamsWithDBConnection(ConnPoolService.java:93)
    at com.sns.ana.services.ConnPoolService.getRestrictedDataService(ConnPoolService.java:35)
    at com.sns.ana.services.DataServiceProvider.getRestrictedDataService(DataServiceProvider.java:45)
    at com.sns.ana.ui.servlet.listener.CleanupAppSessionListener.sessionDestroyed(CleanupAppSessionListener.java:43)
    at weblogic.servlet.internal.EventsManager.notifySessionLifetimeEvent(EventsManager.java:265)
    at weblogic.servlet.internal.session.SessionData.remove(SessionData.java:873)
    at weblogic.servlet.internal.session.MemorySessionContext.invalidateSession(MemorySessionContext.java:69)
    at weblogic.servlet.internal.session.MemorySessionContext$SessionCleanupAction.run(MemorySessionContext.java:114)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.session.MemorySessionContext.destroy(MemorySessionContext.java:90)
    at weblogic.servlet.internal.WebAppServletContext.destroy(WebAppServletContext.java:3062)
    at weblogic.servlet.internal.ServletContextManager.destroyContext(ServletContextManager.java:240)
    at weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:457)
    at weblogic.servlet.internal.WebAppModule.destroyContexts(WebAppModule.java:1398)
    at weblogic.servlet.internal.WebAppModule.deactivate(WebAppModule.java:492)
    at weblogic.application.internal.flow.ModuleStateDriver$2.previous(ModuleStateDriver.java:188)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:148)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:138)
    at weblogic.application.internal.flow.ModuleStateDriver.deactivate(ModuleStateDriver.java:71)
    at weblogic.application.internal.flow.ScopedModuleDriver.deactivate(ScopedModuleDriver.java:206)
    at weblogic.application.internal.flow.ModuleListenerInvoker.deactivate(ModuleListenerInvoker.java:124)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$2.previous(DeploymentCallbackFlow.java:417)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:148)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:138)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:91)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:83)
    at weblogic.application.internal.BaseDeployment$2.previous(BaseDeployment.java:641)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:148)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:138)
    at weblogic.application.internal.BaseDeployment.deactivate(BaseDeployment.java:234)
    at weblogic.application.internal.EarDeployment.deactivate(EarDeployment.java:16)
    at weblogic.application.internal.DeploymentStateChecker.deactivate(DeploymentStateChecker.java:199)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.deactivate(AppContainerInvoker.java:98)
    at weblogic.deploy.internal.targetserver.BasicDeployment.deactivate(BasicDeployment.java:263)
    at weblogic.deploy.internal.targetserver.BasicDeployment.deactivateFromServerLifecycle(BasicDeployment.java:458)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doDeactivate(DeploymentAdapter.java:73)
    at weblogic.management.deploy.internal.DeploymentAdapter.deactivate(DeploymentAdapter.java:211)
    at weblogic.management.deploy.internal.AppTransition$6.transitionApp(AppTransition.java:66)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deactivate(ConfiguredDeployments.java:198)
    at weblogic.management.deploy.internal.ConfiguredDeployments.undeploy(ConfiguredDeployments.java:191)
    at weblogic.management.deploy.internal.DeploymentServerService.shutdownApps(DeploymentServerService.java:188)
    at weblogic.management.deploy.internal.DeploymentServerService.shutdownHelper(DeploymentServerService.java:120)
    at weblogic.application.ApplicationShutdownService.halt(ApplicationShutdownService.java:142)
    at weblogic.t3.srvr.ServerServicesManager.haltInternal(ServerServicesManager.java:502)
    at weblogic.t3.srvr.ServerServicesManager.halt(ServerServicesManager.java:334)
    at weblogic.t3.srvr.T3Srvr.shutdown(T3Srvr.java:948)
    at weblogic.t3.srvr.T3Srvr.forceShutdown(T3Srvr.java:854)
    at weblogic.t3.srvr.T3Srvr$2.run(T3Srvr.java:867)
    ##### proxy instance has been created !!!
    =================================================================================================
    From the above exceptions i can infer that, the database connection failed due to unresolved datasource name.
    However we have configured all the Datasources, application seems to be having problem in wls 10.3.
    Waiting in anticipation for replies.
    Regards
    Avinash

    Hi Avinash,
    It seems that the application is not able to get the DataSource JNDI name which you have given that the reason you are getting the NameNotFoundException exception.
    Try to give the same JNDI name in the datasource which your application is trying to lookup, once you have created the datasource make sure you test the connection using Test Connection option by which you can be sure that if the test connection can get a connection from the DB everything is fine also check the JNDI tree if you can see the datasource JNDI name in there.
    Hope this helps you.
    Regards,
    Ravish Mody

  • Invocation Target Exception when assembling a web service...

    Hi All,
    I am trying to run an example provided at the following link in Oracle website:-
    http://www.oracle.com/technology/products/ias/toplink/technical/tips/jaxRpc11/index.htm
    This is an example provided for to configure the Oracle TopLink as a Custom Serializer in a JAX-RPC 1.1 Web Service.
    Presently when running step 6 to assemble the web service using the wsa.jar that comes with jdeveloper as follows:-
    java -jar ${OC4J_HOME}/webservices/lib/wsa.jar –assemble –targetNamespace urn:customer-locator-service –typeNamespace urn:customer-locator-service –input <DEMO_HOME>/classes –classpath <DEMO_HOME>/classes –output ./ –ddFileName <DEMO_HOME>/custom_type_schema_pdd.xml –interfaceName examples.jaxrpc.jaxrpc11.service.CustomerLocatorService –className examples.jaxrpc.jaxrpc11.service.CustomerLocatorServiceImpl –serviceName CustomerLocatorService –appName customer-locator –schema <DEMO_HOME>/Customer.xsd
    I get the following exception:-
    Error: java.lang.reflect.InvocationTargetException
    Please could somebody help me with this exception?
    Regards,
    Lester.

    Hi Blaise,
    The version of Jdeveloper that I am using is 10.1.3.2.0.4066. Please could you help me out?
    Thanks.
    Regards,
    Lester.
    Message was edited by:
    Lester N

  • IOS - How to make app an invocation target for text?

    Hi,
    What do I need to add to the app.xml to register an AIR iOS app as an invocation target for text and links?
    (My app should be listed in the share menu to receive text based content from other apps)
    Thanks
    Tom

    Please check the below thread.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/eff6e995-e13e-4e30-844e-6242a613daff/making-sp-apps-visibleinvisible-to-users
    My Blog- http://www.sharepoint-journey.com| Twitter
    If a post answers your question, please click "Mark As Answer" on that post and "Vote as Helpful

  • Hi! I have an iPhone 4S with iOS 6.1.3 and I have iTunes 11.1.3.8. on my Windows 8. Now I can't sync my iPhone, because the device is not recognised by iTunes. Somebody have any idea why, or what can I do (except refresh the iPhone software) ?

    Hi! I have an iPhone 4S with iOS 6.1.3 and I have iTunes 11.1.3.8. on my Windows 8. Now I can't sync my iPhone, because the device is not recognised by iTunes. Somebody have any idea why, or what can I do (except refresh the iPhone software) ?

    Hi Drazse,
    Thanks for visiting Apple Support Communities.
    If your iPhone is not recognized by iTunes for Windows, the troubleshooting steps in this article may help:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Cheers,
    Jeremy

  • What does "remove target" do in Grid Control?

    I have some targets that got created during agent installation that aren't real databases. I was wondering what removing the target does. Does it just remove the meta data about the target or if the target is a database will it try to delete the database? Does it modifiy the listener.ora file?

    It only deregisters the target and it won't show up in GC.
    For e.g. if you remove a database, you won't be able to manage it in Grid Control. It will NOT drop the database on your managed target.

  • What is standard and exception aggregation?

    What is standard and exception aggregation?

    hi there ,
    check out this link for scenarios of exception aggregation :
    http://help.sap.com/saphelp_nw04/helpdata/EN/d2/e0173f5ff48443e10000000a114084/content.htm
    regards,
    Supriya

  • What happens if the exception occurs in a thread when it has a lock

    what happens if the exception occurs in a thread when it has a lock
    on object. Is the lock released ?

    Rastogha wrote:
    ok so lock is released if we are putting code in try-catch block. . right ?
    1) But suppose what abt runtime exceptions which i am not catching. It doesn't matter what kind of exception it is. The lock is released when control is transferred outside the sync block.
    2)Also the thread will be suspended in both the cases or not ( both cases mean for runtime exception and checked exception)Again, the kind of exception doesn't matter. Whether you're in a sync block or not doesn't matter: When an exception occurs, control transfers to the nearest catch block that can handle it. If you don't provide a handler for it, the thread terminates.
    If something is not clear, post code that shows the specific situations you're curious about. Make sure you use the CODE button or [code] and [/code] tags.

  • What happens when an exception occurs at finalize method ?

    What happens when an exception occurs at the time of cleaning objects in finalize methods?
    Will program crashes?

    1.) Why don't you try it? You can simply throw your own exception.
    2.) For this kind of questions the JVM specification is a good resource, for your concrete problem the chapter about finalization might be interested (look for the sentence starting with "If an uncaught exception ...").

  • Delpoy()  Target exception thrown

    Hello,
    i use an Script to deploy / undeploy Applications on my WL 12.c.
    I got an mistake an get crazy, because i cant find it.(see exception)
    All(connect(), stop(),undeploy()) works just the "deploy()" bugs.
    I controlled my commandline parameters and all looks fine:
    Auflösen der parameter
    Anwndungsname: -aname: Mass2
    Zielsystem: -target: mass2
    Quelldatei: -UNC: /opt/weblogic/SERENA/mass2-EAR.ear
    Adminuser: -user: weblogic
    Passwort: -pw: weblogic
    Servername: -sname: myserver:7001
    connecting to admin server....
    The exception is:
    WLSTException: Error occured while performing deploy : Target exception thrown while deploying application: No file or directory found at the specified application path: /opt/weblogic/wlserver_12.1/server/bin/mass2 : No file or directory found at the specified application path: /opt/weblogic/wlserver_12.1/server/bin/mass2
    my python script is:
    #!/usr/bin/python
    # Author : Jens Krämer
    # Skriptsprache: Python 2.6
    # Das Skript deployed eine neues Programm auf einen WL Server
    # Nötige Schritte:
    # 1. Verbindung zum WLST
    # 2. Anwendung wenn vorhanden stoppen
    # 3. Anwendung undeployen
    # 4. Anwendung deployen
    # 5. Application starten
    import sys
    #Funktion: Baut eine Verbindung zum Adminserver auf!
    #benötigte Variabeln
    # 1:user
    # 2:passwort
    # 3:servername mit Port zum Adminserver
    def adminServer(user, passwort, servername):
      print 'connecting to admin server....'
      connect( user, passwort, servername, adminServerName='AdminServer' )
    #Funktion: stopt die betroffene Anwendung und undeployed diese!
    #benötigte Variabeln
    # 1:Anwendungsnamen
    # 2:Managedhost auf dem die Anwendungläuft
    def stopUndeploy(anwname, target):
    try:
      print 'stopping and undeploying ....'
      stopApplication(anwname)
      print 'undeploy Application!'
      undeploy(anwname, targets=target)
    except:
      print 'undeploy und oder stoppen ist Fehlgeschlagen!'
    #Funktion: deployed die neue/neue version von der Anwendung
    #benötigte Variabeln
    # 1:Anwendungsnamen
    # 2:Managedhost auf dem die Anwendungläuft
    # 3:UNC zu der Datei (von ROOT aus ( ./ ))
    def deploy(anwname, target, unc):
      print 'deploying....'
      deploy(anwname, unc, targets=target, upload='true')
    #Funktion: Startet die neue Anwendungs'verison'
    #benötigte Variabeln
    # 1:Anwendungsnamen
    def startApp(anwname):
      print 'Start Application....'
      startApplication(anwname)
    #Funktion: Beendet die Verbindung zum Adminserver und schließt die Verbindung zum WLST
    def ende():
      print 'disconnecting from admin server....'
      disconnect()
      exit()
    #====== Main program ===============================
    print '*** WEBLOGIC : START ***'
    print 'Auflösen der parameter'
    for anzahl in range(len(sys.argv)):
      if "-aname" in sys.argv[anzahl]:
      anwname = sys.argv[anzahl+1]
      print 'Anwndungsname: -aname: ' + anwname
      elif "-tar" in sys.argv[anzahl]:
      target = sys.argv[anzahl+1]
      print 'Zielsystem: -target: ' + target
      elif "-unc" in sys.argv[anzahl]:
      unc = sys.argv[anzahl+1]
      print 'Quelldatei: -UNC: ' + unc
      elif "-user" in sys.argv[anzahl]:
      user = sys.argv[anzahl+1]
      print 'Adminuser: -user: '+ user
      elif "-pw" in sys.argv[anzahl]:
      passwort = sys.argv[anzahl+1]
      print 'Passwort: -pw: ' + passwort
      elif "-sname" in sys.argv[anzahl]:
      servername = sys.argv[anzahl+1]
      print 'Servername: -sname: '+ servername
    #Aufruf der Funktionen.
    adminServer(user, passwort,servername)
    stopUndeploy(anwname, target)
    deploy(anwname, target, unc)
    startApp(anwname)
    ende()
    print '*** WEBLOGIC : STOP ***'
    I hope someone find my mistake and tell me how to fix it
    best regards,
    Jens

    OKAY -.-
    Call me silly *g*
    Its not that smart to name my method "deploy" ... its an reserved name of WLST ....
    new name for my method and all is gooooooood :-/ 

  • Pls Aadvice me  what is making the exception code 20 show up in the POs.

    Dear All,
    Need to know what is making the exception code 20 show up in the two open purchase orders.  The exception code is causing MRP to create requisition to order additional stock when we are already above MAX.
    TIA
    Kogi

    Exception code is to cancel the open Purchase orders. The req may be created due to some material master parameters- rounding value , lot size, safety stock, coverage profile etc. and maybe in excess of what is required. Check the material master.

  • What is uncaught checked exceptions ?

    Hi
    Can any one tell me what are "uncaught checked exceptions" ? I have read checked and unchecked exception but "uncaught" checked exceptions ? not getting clear on it ???
    ALso I can understand classes and subclasses of Throwable but "Uncaught Checked Exception"... whats this ??? Are they some of checked exceptions only ???
    Can any one explain ???

    when you call a method that throws a checked exception, you have to either catch it or declare to throw it on yourself. when you do neither, the compiler reminds you that you have an uncaught checked exception.

  • What is the default exception aggregation for the NCKF IO STOCK

    Hi all of you,
    What is the default exception aggregation for the Non Cumulative Key Figure info object Stock?
    When I am selecting Maximum, or minimum or Avereage (all values) its not selecting any of these values but only Average (weighted with the number of days) is getting selected.
    Please explain.
    Thank you.
    TR.

    Hi Vinod,
    Thank you for your reply.
    I had selected Last value as exception aggregation and activated it. But again when I double click on the IO STock, in the aggregation tab besides exception aggregation I find the option Average (Weighted with the number of days).
    Is it getting selected by default when I check the radio button Ncum. value with in- and out-flow?
    Please explain.
    Thank you.
    TR.

  • What is Structure and Exception Cell?

    What is Structure and Exception Cell?

    Structure:
    lets assume u have a query with 'Plant' in rows and 'revenue' in columns.
    This report shows all plants values and corresponding revenue values..
    if create a sturucture in rows>from context menu>new selection-->drag and drop plant and provide description as 'plant'.
    now you have two structures one is kf structure and one characteristic structure(Plant).
    this report shows aggragated 'revenue' for all plants.i.e. you will not see individual plants in rows.Just one row 'plant' and aggregated value of revenue of all plants.
    Exception:
    In exception reporting you select and highlight objects that are in some way different or critical. Results that fall outside a set of predetermined threshold values (exceptions) are highlighted in color. This enables you to identify immediately any results that deviate from the expected results.

  • What are the Target Base Tables for FA_TAX_INTERFACE table?

    Hi,
    We are using "upload tax book interface" program to update the Tax Book informaiton.
    For this we wanted to know all the Target Base Tables for FA_TAX_INTERFACE table (Specially for the ATTRIBUTE1-ATTRIBUTE15 columns of the interface table).
    Kindly request you to help on this.
    Thanks & Regards,
    Satvik Patel

    Well, what are you reconciling to? You are looking at something that seems to be different from your data extract, so what is that thing? My trouble shooting process is to take an asset that seems to be wrong and reconcile from the report/screen data to the extract data. You have to figure out what Oracle program is involved and what kind of SQL that the program is doing and what tables it is looking at. This could be an Oracle program error. I just ran into a problem on the Payables Posted Invoice Register report, where the total did not match my extract total. Turns out the report was wrong. If I had table records with a date/time stamp value (instead of just a date stamp value) in the accounting date field for the TO ACCOUNTING DATE value in my report request selection, those records were being dropped from the report. I reported this to Oracle support and found out that there is a patch to fix the problem (happens when cancelling an invoice) and a data script to follow to fix the historical data. So you have to keep an open mind. Yes, trying to find a reconciling issue can be very painful.
    My reaction is that you are looking at the right tables. There is also a FA_DISTRIBUTION_HISTORY table that you may want to look into, that links back to the FA_DEPRN_DETAIL table. Maybe your issue lies there. At least something to look at.
    John Dickey

Maybe you are looking for

  • Problem Reversing a Credit Card Payment

    I am having a problem reversing a Credit Card payment. Here is the the steps tha led up to the probplem: 1) Applied Payment to an Invoice, paying the total of the Invoice using the Payment Means of Credit Card 2) In Deposits, selected the Credit Card

  • Doc Reset and Reversal thruFBRA -Option not available-Directlyreversing doc

    Dear All, I'm trying to reverse the payment document through FBRA.  Normally It will give the options as resetting & resetting and reverse.  Now when I'm reversing the document it is directly reversing instead of giving me an option as specified abov

  • Displaying PDF in ISA product catalog

    Dear gurus,   I would like to display a PDF document in Product catalog. Can you please tell me how can I achieve this. Thanks! Vivek.

  • An exception thrown while lUIX Images with Websphere app server

    Hi All, we are using the UIX controls in our product. Environment Specification : Application server we are using is WebSphere6.1.0.9 UIX Implementation-Version: 2.2.24 when we deploy our application and server is started and user performs some opera

  • Rotate Picture

    Hi guyz, I have one typicall question. can we rotate picture in oracle forms 6i? during runtime? if yes give me some syntax plz. Regards