ODI error in reverse engineering planning app

I get this error while reversing the app plannign in ODI. can someone tell what could have happene and contemplate them where. In the designer and topology mgr connectins all works well. This newspaper is the operator. I have my new to ODI btw.

org.apache.bsf.BSFException: exception of Jython:
Traceback (innermost last):

"< String >" file, line 17, in there?

IndexError: index out of range: 1



at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)

at com.sunopsis.dwg.codeinterpretor.k.a (k.java)

at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (SnpSessTaskSql.java)

at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)

at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)

at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)

at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt (SnpSessTaskSqlC.java)

at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (SnpSessTaskSql.java)

at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (SnpSessStep.java)

at com.sunopsis.dwg.dbobj.SnpSession.treatSession (SnpSession.java)

at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)

at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)

at com.sunopsis.dwg.cmd.e.i (e.java)

at com.sunopsis.dwg.cmd.h.y (h.java)

at com.sunopsis.dwg.cmd.e.run (e.java)

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

Hello

Are you sure you added the RMI port in the topology for the connection manager to the Planning Server

for example planningserver:11333

Or have a look here

Take a look at my blog if you try to learn ODI, it should cover most of the areas you will need.

Ok?

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • after reverse engineering, I still have the old deleted tables

    Hello

    I dropped a table from a database diagram and go to ODI and run reverse engineering on my model that related to the schema of the database through my logic diagram, but the deleted table is still in my model? I want this deleted table automatically removed from my model...

    ODI does not automatically remove the tables that have been deleted from the source when you do a reverse. You must remove them manually

  • ODI error impossible to reverse planning dimensions

    Hello experts!

    I'm pallning to enter dimensions for ODI from planning to use reverse eng (John Goodwin next blog)
    I use 10.2.3.4 version.

    When clicked reeverse tab that is show as session created when I checked in operator displays an error message
    as:

    from java.util import HashMap
    import java.lang Boolean
    from com.hyperion.odi.common import ODIConstants
    from com.hyperion.odi.common import ODIModelImporter
    from com.hyperion.odi.connection import HypAppConnectionFactory

    #
    source # planning of the connection properties
    #
    serverName = "servername:11333."
    userName = "admin".
    password = "< @= snpRef.getInfo ("SRC_PASS") @ >.
    request = "app2".

    srvportParts = serverName.split(':',2)
    srvStr = srvportParts [0]
    portStr = srvportParts [1]

    #
    # Set connection properties and initializes the charger of planning
    #
    srcProps = HashMap()
    srcProps.put (ODIConstants.SERVER, srvStr)
    srcProps.put (ODIConstants.PORT, portStr)
    srcProps.put (ODIConstants.USER, userName)
    srcProps.put (ODIConstants.PASSWORD, password)
    srcProps.put (ODIConstants.APPLICATION_NAME, application)

    iMod = 1007

    connection of planning #get
    hApp = HypAppConnectionFactory.getAppConnection (HypAppConnectionFactory.APP_PLANNING, srcProps);

    #get connection to the repository
    repCon = odiRef.getJDBCConnection ("DEST")

    #
    # START THE REVERSE
    #
    odiModelImporter = ODIModelImporter (imod, hApp, repCon)
    odiModelImporter.importModels)




    ---------------------------------------------------------------------------------------------

    and I am able to see cela in operator > > > Hierarical sessions

    rg.apache.bsf.BSFException: exception of Jython: Traceback (innermost last):

    "< String >" file, line 3, in there?

    ImportError: No module named hyperion



    at org.apache.bsf.engines.jython.JythonEngine.exec (unknown Source)

    at com.sunopsis.dwg.codeinterpretor.k.a (k.java)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (SnpSessTaskSql.java)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt (SnpSessTaskSqlC.java)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (SnpSessTaskSql.java)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (SnpSessStep.java)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (SnpSession.java)

    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)

    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)

    at com.sunopsis.dwg.cmd.e.i (e.java)

    at com.sunopsis.dwg.cmd.h.y (h.java)

    at com.sunopsis.dwg.cmd.e.run (e.java)

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

    --------------------------------------------------------------------------------------


    pls help me solve this issue. I am new to ODI.


    Thank you
    Bibiane

    Published by: Sophie on March 29, 2010 12:15 AM

    Published by: Sophie on March 29, 2010 12:19 AM

    Hello

    You have to be at least 10.1.3.5 for 10.1.3.6
    10.1.3.5 can be downloaded from the delivery.

    10.1.3.6 which is a patch is downloadable on My Oracle Support:- Patch 9377717: GAME PATCHES ORACLE DATA INTEGRATOR 10.1.3.6.0

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • HP in use for the model reverse ODI, ODI error: 20616

    Dear gurus and Experts.


    -----------------------------------------------------------------------------------------------------------------------------------------------
    It comes to tread in the ODI forum.
    Title: Cannot perform reverse engineering, Hyperion Planning in ODI 11.1.1.6
    _url:https://forums.Oracle.com/forums/thread.jspa?threadID=2539109 & tstart = 0
    -----------------------------------------------------------------------------------------------------------------------------------------------

    Share here also to get a light

    The error is not catalogued in the Fusion Middleware list document e10113.pdf error codes


    I also tried to change the settings in ODIPARAMS.bat, but the error message persists.
    ------------------------------------------------------------------------------------------------------------------------------------------------
    Error context > > > > >


    I am trying to reverse engineer had made a model of the Hyperion planning.

    After the configuration of the topology.

    Steps to follow:

    (A)

    Physical architecture:
    machine.mycompany.com: 11333, user / pdw (here's Hyperion Planning)
    Physical location:
    Catalogue Application - I wrote: myapphp
    Implementation and quote request - I wrote: myapphp

    1_doubt:
    I expect to be able to select the physical layout, the catalog of field application, an application name that is in Hyperion planning.
    But I have seen that it works well. I had to enter.
    is it good? or just wrong in my settings?

    (B)
    Logical architecture:
    Context: Global
    Associated with LS_HP_myapp

    (C)
    In contexts:
    Overall, contains Association.
    logical schema: LS_HP_myapp for physical schema: myapphp

    (D)
    In the designer.
    I want to bone;
    Criated a folder, added a model;
    name: mymodelhp, selected technology: hyperion planning
    logical schema: LS_HP_myapp
    Em of generic actions group.
    A saved.

    (E)
    And clicked on Reverse Engineering
    Then the ODI error: 20616 failed Reverse Engineering Standard.

    Details:
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: driver name can not be empty
    to java.util.concurrent.FutureTask$ Sync.innerGet (FutureTask.java:222)
    at java.util.concurrent.FutureTask.get(FutureTask.java:83)
    at com.sunopsis.graphical.tools.utils.swingworker.SwingWorker.get(SwingWorker.java:476)
    to com.sunopsis.graphical.frame.edit.EditFrameSnpModel$ 8.done(EditFrameSnpModel.java:2622)
    to com.sunopsis.graphical.tools.utils.swingworker.SwingWorker$ 4.run(SwingWorker.java:615)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:646)
    to java.awt.EventQueue.access$ 000 (EventQueue.java:84)
    in java.awt.EventQueue$ 1.run(EventQueue.java:607)
    in java.awt.EventQueue$ 1.run(EventQueue.java:605)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:616)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
    in java.awt.Dialog$ 1.run(Dialog.java:1044)
    in java.awt.Dialog$ 3.run(Dialog.java:1096)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.awt.Dialog.show(Dialog.java:1094)
    at java.awt.Component.show(Component.java:1584)
    at java.awt.Component.setVisible(Component.java:1536)
    at java.awt.Window.setVisible(Window.java:841)
    at java.awt.Dialog.setVisible(Dialog.java:984)
    at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)
    at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)
    at oracle.ide.dialogs.ProgressBar.start(ProgressBar.java:352)
    at oracle.ide.dialogs.ProgressBar.start(ProgressBar.java:243)
    at oracle.ide.dialogs.ProgressBar.start(ProgressBar.java:215)
    at com.sunopsis.graphical.tools.utils.SnpsSwingUtilities.executeAndBlockGUI(SnpsSwingUtilities.java:181)
    at com.sunopsis.graphical.frame.edit.EditFrameSnpModel.jButtonReverse_ActionEvents(EditFrameSnpModel.java:2650)
    to com.sunopsis.graphical.frame.SnpsEditFrame$ IvjEventHandler.actionPerformed (SnpsEditFrame.java:206)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
    at java.awt.Component.processMouseEvent(Component.java:6290)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6055)
    at java.awt.Container.processEvent(Container.java:2039)
    at java.awt.Component.dispatchEventImpl(Component.java:4653)
    at java.awt.Container.dispatchEventImpl(Container.java:2097)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
    at java.awt.Container.dispatchEventImpl(Container.java:2083)
    at java.awt.Window.dispatchEventImpl(Window.java:2482)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
    to java.awt.EventQueue.access$ 000 (EventQueue.java:84)
    in java.awt.EventQueue$ 1.run(EventQueue.java:607)
    in java.awt.EventQueue$ 1.run(EventQueue.java:605)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:98)
    in java.awt.EventQueue$ 2.run(EventQueue.java:621)
    in java.awt.EventQueue$ 2.run(EventQueue.java:619)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: java.lang.IllegalArgumentException: driver name can not be empty
    at org.springframework.util.Assert.hasText(Assert.java:161)
    at com.sunopsis.sql.SnpsConnection.setDriverName(SnpsConnection.java:302)
    at com.sunopsis.dwg.dbobj.DwgConnectConnection.setDefaultConnectDefinition(DwgConnectConnection.java:380)
    to com.sunopsis.dwg.dbobj.DwgConnectConnection. < init > (DwgConnectConnection.java:274)
    to com.sunopsis.dwg.dbobj.DwgConnectConnection. < init > (DwgConnectConnection.java:288)
    at oracle.odi.core.datasource.dwgobject.support.DwgConnectConnectionCreatorImpl.createDwgConnectConnection(DwgConnectConnectionCreatorImpl.java:53)
    at com.sunopsis.dwg.reverse.Reverse.getLocalConnection(Reverse.java:1286)
    at com.sunopsis.dwg.reverse.Reverse.getLocalConnection(Reverse.java:1336)
    at com.sunopsis.dwg.reverse.Reverse.getLocalConnection(Reverse.java:1301)
    at com.sunopsis.dwg.reverse.Reverse.getMetaData(Reverse.java:1357)
    to com.sunopsis.graphical.frame.edit.EditFrameSnpModel$ 8.doInBackground(EditFrameSnpModel.java:2587)
    to com.sunopsis.graphical.tools.utils.swingworker.SwingWorker$ 1.call(SwingWorker.java:240)
    to java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at com.sunopsis.graphical.tools.utils.swingworker.SwingWorker.run(SwingWorker.java:278)
    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
    at java.lang.Thread.run(Thread.java:662)
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Any light please.

    Thank you

    In the bone tab of the model you will need to select custom and select the module of knowledge "RKM Hyperion Planning.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Error loading GPS engine. Flight pLan will not be used.

    In Microsoft Flight Simulator X, when I create a Fligh Plan this message: "error loading GPS engine. Flight plan will not be used. "I tried to delete old flight Plans and to create new ones, and re - install the program, but both of these solutions worked.

    Thank you very much
    Martin

    Hi Martin,

    Thanks for posting your query in Microsoft Community.

    According to the description of the problem you are facing problems with Microsoft Flight Simulator X and when you create the Flight Plan this message "error loading GPS engine. Flight plan is not used.

    It is probably because your default flight is based on a situation after a completed flight. Flight data contains a reference to a flight plan, but the plan is placed at the airport of destination, rather that the same departure of this plan and the GPS becomes confused.

    The message is harmless, but to get rid of him, all you have to do is set up a new flight to the way you want it to be, without create/open no matter what flight plan and save this flight as the default flight.

    In fact, all you have to do is back up your default flight one immediately after.

    I would also ask you to contact the Support of X for Microsoft Simulator for help on the issue:

     

    Support Microsoft Simulator X

     

    http://www.Microsoft.com/products/games/FSInsider/tips/pages/default.aspx

     

    Hope this information helps. For any other corresponding Windows help, do not hesitate to contact us and we will be happy to help you.

  • Problems of reverse engineering HFM

    Hello

    When I was trying to reverse engineering of metadata from HFM, I got this kind of error.
    com.hyperion.odi.common.ODIHAppException: error occurred in the driver when connecting to the application of financial management [demoapp] on [local] using the [admin] username.

    I did all the steps mentioned in this thread...
    Problems with connecting ODI to Hyperion Financial Management

    -Add the drivers for installation / var PATH environment
    -Check HFMdriver.dll exist in this folder
    -Install HFMClient on ODIServer
    -Check that the HFMClient can connect to HFMServer

    Is there any step I missing?
    Thank you

    When reversing to a 11.1.1.3.00 HFM application in ODI 10.1.3.5.0 the following error:

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (innermost last):
    File "", line 38, in it?
    com.hyperion.odi.common.ODIHAppException: error occurred in the driver when connecting to the application of financial management [xxxxxxxx] on [xxxxxxxx] using the [xxxxxxxx] username.

    Cause
    The cause is that the HFMDriver.dll provided with ODI 10.1.3.5.0 is not compatible with HFM 11.1.1.3.00.
    Solution
    Apply Patch 878589210.1.3.5.2.01 ODI.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Reverse engineering / import selected objects

    Hi all

    I'm new to tool ODI and try to understand how to reverse engineer / import the selected objects? I am unable to do this.

    For example, I have 10 tables in the database, I want to import / reverse engineer 3 of them, how do I do this at once? I'm able to do that, one by one.

    Your help is appreciated.

    Thank you

    Andy.

    Hello

    Create a template to.--> selective reverse engineering-click---> check the new store of data and object to boning. Then, you can select 3 tables of 10 tables.

    What do you mean by import here?

    You try to import 3 ODI tables?

    Thank you

  • HP Envy 4500 error Code OX83C0000A OUR LOADER APP

    My new HP Envy 4500 shows the error Code "OX83C0000A OUR LOADER APP" on the screen of the printer. Currently the power botton blinks and the printer will not turn off unless I unplug it.

    Any help you can offer is appreciated!

    Thank you!!

    This problem has been resolved after a call to HP support. Thank you!

  • Run dill error... Error loading C\User\Admministrator\App Data\local\ifificawajurija.dll access is denided, what, why? How can I fix it?

    Error loading C\User\Admministrator\App Data\local\ifificawajurija.dll access denied, what, why? How can I fix it?

    It started the night with a black screen and the white Messenger active but I was unable to do anything. Took me most of the day and night to be able to close completely portable!

    Today, I can start but now get the error posted above. I can't use one of my system tools, such as defragmenting, disk cleanup or fix it! Nothing.

    I'm not very computer savey when it comes to computer repairs, I rely on others or my Windows Vista "Simplified" book, and it does not cover this problem.

    Please, can you help me.   Thank you.

    Hello

    Google has nothing that suggests it might be the malicious program or a start remains entry against malware

    http://www.google.com/search?hl=en&source=HP&q=ifificawajurija.dll&aq=f&aqi=&AQL=&OQ=

    Download update and scan with the free version of malwarebytes anti-malware

    http://www.Malwarebytes.org/MBAM.php

    You can also download and run rkill to stop the process of problem before you download and scan with malwarebytes

    http://www.bleepingcomputer.com/download/anti-virus/rkill

    If it does not remove the problem and or work correctly in normal mode do work above in safe mode with networking

    Windows Vista

    Using the F8 method:

    1. Restart your computer.
    2. When the computer starts, you will see your computer hardware are listed. When you see this information begins to tap theF8 key repeatedly until you are presented with theBoot Options Advanced Windows Vista.
    3. Select the Safe Mode with networking with the arrow keys.
    4. Then press enter on your keyboard to start mode without failure of Vista.
    5. To start Windows, you'll be a typical logon screen. Connect to your computer and Vista goes into safe mode.
    6. Do whatever tasks you need and when you are done, reboot to return to normal mode.

    If the error persists after scanning use this program to out startup

    This utility, which has a knowledge of auto-starting locations of any startup monitor, shows you what programs configured to run at system startup or login and that the entries in the order of processing windows. These programs include those in your startup folder, Run, RunOnce, and other registry keys. You can configure Autoruns to show other locations, including Explorer shell, toolbar extensions, helper objects to the browser, Winlogon notifications, auto and many start-up services even more.

    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902

  • Error when downloading a new app

    Hello world

    I just got the approved for application in the world of BB, but it does not install and displays the message "error of Dowload. The app is available for research in the section of the Blackberry World web site, but not research in the application of the mobile phone. I tried to install it by using the QR code available on the web page, but after you press the download button, I get download error ' year error occurred processing your request. I checked it in both devices.

    The .bar has been tested before sending it and the app is now approved, so we do not know what is happening. Perhaps, download a new version might solve the problem? or could be a problem with mobile phones?

    Thank you

    Hi Prode,.

    You have chosen the category of your base as themes. Themes are not supported on the BlackBerry 10 platform.

    Please update this category. Once cache clears, about 2-3 hours after this change, your application must be visible on BlackBerry World of devices and the issue of downloading must be non-existent.

    powerfully.

    Bryan Van Engelen

    BlackBerry World

  • Issue in reverse engineering of TERADATA database

    When I reverse-engineering of a MI database Teradata able to get only tables which are referred to as T (tablekind in teradata dbc.tables) but im do not have tables that are referred to as O (tablekind to dbc.tables).

    The tablekind O are also tables, but with NOPI (NO primary index), can someone let me know how to get them in model?

    Thank you!

    I think there is no way to solve... .or to customize KM / alter tables of teradata with PI

  • will there ever be a 2 plan app?

    Currently I only use Illustrator, but will probably start dabbling in animate in the future. I find it odd that the use of the costs of the application 1 $20, but using 2 would cost more than double. Maybe a 2 plan app $ 30 / month?

    Not sure where you get more than double since.

    1 cool app for $20 / month

    2 apps cost $40 / month

    3 or more apps (applications) = $50 / month

  • SQL exception while stretching, error object standard display - oracle.apps.per.selfservice.deployperson.PositionLovVO

    Hello

    SQL exception while stretching, error object standard display - oracle.apps.per.selfservice.deployperson.PositionLovVO

    When I extend the standard above mentioned display object, with a substituted view object, the region of lov throws a sql error.
    I just added an extra column in the viewobject.
    I also tried to extend the view object without adding additional columns to the query of the view object, and it always up with the exception of sql.

    I've provided steps to reporduce and test cases.

    Thank you
    Kind regards
    B.Sethuram

    Error Extension of VO - steps to reproduce

    Original view object

    Name: PositionLovVO

    Path: Oracle.apps.per.selfservice.deployperson.Server

    Request: SELECT pos.position_id position_id

    business_group_id

    date_effective

    date_end

    name postl.name

    job_id

    organization_id

    NULL effective_date

    status

    effective_start_date

    effective_end_date

    availability_status_id

    OF hr_all_positions_f pos

    hr_all_positions_f_tl postl

    Where pos.position_id = postl.position_id (+)

    AND postl.language (+) = userenv ('LANG')

    Question: The Expression of the columns of the query appears as undesirable in the XML object view and see the code «SQL...» "in VO Assistant.

    Extended view object

    Nom : XxhrPositionLovVO

    Path: xxhr. Oracle.apps.per.selfservice.deployperson.Server

    Query:

    SELECT POS.POSITION_ID position_id

    business_group_id

    date_effective

    date_end

    name postl.name

    job_id

    organization_id

    NULL effective_date

    status

    effective_start_date

    effective_end_date

    availability_status_id

    , pos.attribute5 - newly added column

    OF hr_all_positions_f pos

    hr_all_positions_f_tl postl

    where pos.position_id = postl.position_id (+)

    AND postl.language (+) = userenv ('LANG')

    A substitution JPX

    Navigation: Self - Service Manager-> GTA

    Select any employee

    Click on continue

    Click on the name of post lov

    The first time when you click on the "Go" button works as expected.

    Second time when you click on the button go-error.

    Exception details:

    Details of the exception.

    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: 27122 Houston: SQL error in the preparation of the statement.  Statement: SELECT * FROM (SELECT pos.position_id position_id, business_group_id, date_effective, date_end, postl.name name, job_id, organization_id, NULL, effective_date, status, effective_start_date, effective_end_date, availability_status_id, attribute5 FROM hr_all_positions_f pos, postl hr_all_positions_f_tl where pos.position_id = postl.position_id (+) AND postl.language (+) = QRSLT WHERE userenv ('LANG')) (business_group_id = : 1 and (to_date (: 2 "RRRR/MM/DD') between effective_start_date and effective_end_date) and organization_id =: 3 and job_id =: 4 and (status is NULL or status = 'VALID') and availability_status_id in (select shared_type_id from the PER_SHARED_TYPES where lookup_type = 'POSITION_AVAILABILITY_STATUS' and system_type_cd = 'ACTIVE') and DECODE (HR_SECURITY. VIEW_ALL, 'Y', 'TRUE', HR_SECURITY. SHOW_RECORD ('PER_ALL_POSITIONS', POSITION_ID)) = 'TRUE' and DECODE (HR_SECURITY. VIEW_ALL, 'Y', 'TRUE', HR_SECURITY. (SHOW_RECORD ('HR_ALL_ORGANIZATION_UNITS', ORGANIZATION_ID)) = 'TRUE' AND (UPPER as UPPER(:5) (NAME) AND (NAME as: like 6 OR NAME: 7 OR similar NAME: 8 OR similar NAME: 9))) ORDER BY name

    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)

    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)

    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)

    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:3000)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1884)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:549)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:437)

    at _OA._jspService(_OA.java:212)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

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

    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)

    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)

    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)

    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)

    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    at java.lang.Thread.run(Thread.java:619)

    # # 0 in detail

    1. java.sql.SQLException: invalid column type

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:8516)

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8034)

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8767)

    at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:8748)

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectAtName(OraclePreparedStatement.java:11907)

    at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObjectAtName(OraclePreparedStatementWrapper.java:815)

    at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3966)

    at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)

    at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:14008)

    at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:804)

    at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)

    at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3754)

    at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection (unknown Source)

    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4560)

    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)

    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:892)

    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:806)

    at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:800)

    at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3674)

    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:439)

    at oracle.apps.fnd.framework.server.OAViewObjectImpl.initQuery(OAViewObjectImpl.java:743)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.setCriteriaOnVO(OAWebBeanHelper.java:2342)

    at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processFormRequestAfterController(OAListOfValuesHelper.java:1584)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:859)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385)

    at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processFormRequest(OAListOfValuesHelper.java:1490)

    at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processFormRequest(OAListOfValuesBean.java:423)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1039)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1005)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:860)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385)

    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)

    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2996)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1884)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:549)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:437)

    at _OA._jspService(_OA.java:212)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

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

    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)

    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)

    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)

    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)

    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    at java.lang.Thread.run(Thread.java:619)

    1. java.sql.SQLException: invalid column type

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectCritical(OraclePreparedStatement.java:8516)

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8034)

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectInternal(OraclePreparedStatement.java:8767)

    at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:8748)

    at oracle.jdbc.driver.OraclePreparedStatement.setObjectAtName(OraclePreparedStatement.java:11907)

    at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObjectAtName(OraclePreparedStatementWrapper.java:815)

    at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3966)

    at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)

    at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:14008)

    at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:804)

    at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)

    at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3754)

    at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection (unknown Source)

    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4560)

    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)

    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:892)

    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:806)

    at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:800)

    at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3674)

    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:439)

    at oracle.apps.fnd.framework.server.OAViewObjectImpl.initQuery(OAViewObjectImpl.java:743)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.setCriteriaOnVO(OAWebBeanHelper.java:2342)

    at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processFormRequestAfterController(OAListOfValuesHelper.java:1584)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:859)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385)

    at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processFormRequest(OAListOfValuesHelper.java:1490)

    at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processFormRequest(OAListOfValuesBean.java:423)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1039)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1005)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:860)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385)

    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)

    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2996)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1884)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:549)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:437)

    at _OA._jspService(_OA.java:212)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

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

    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)

    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)

    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)

    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)

    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    at java.lang.Thread.run(Thread.java:619)

    End of the document

    Hello

    Try changing the style of binding of VO extended to positional Oracle.

    BR, 906099

  • I just signed up for InDesign and I can't open the creative cloud app gives me an error message to launch an app then does nothing. mention the firewall and all that. Someone at - it help him?

    I just signed up for InDesign and I can't open the creative cloud app gives me an error message to launch an app then does nothing. mention the firewall and all that. Someone at - it help him?

    Log, activation, or connection errors. CS5.5 and later, Acrobat DC

    https://helpx.Adobe.com/x-productkb/policy-pricing/activation-network-issues.html

  • Error (17.14): samhi.oracle.apps.po.sample.server.SampleEOImpl of the class should be declared abstract. It defines no method setLastUpdateLogin (oracle.jbo.domain.Number) of the oracle.apps.fnd.framework.server.OAEntityImpl class

    Error (17.14): samhi.oracle.apps.po.sample.server.SampleEOImpl of the class should be declared abstract. It defines no method setLastUpdateLogin (oracle.jbo.domain.Number) of the oracle.apps.fnd.framework.server.OAEntityImpl class can help on this please

    Check once WHO columns are present or not table

    Last updated

    Last updated by

    Last updated connection

    Date of creation

    Created by

    These fields are required for the creation of EO.

    SANGU-

Maybe you are looking for

  • I suspect that my mail can't, how can I say this?

    I'll start by saying that I am VERY low tech. I installed a new software a few days ago, and since then my Mozilla account is very quiet. I can send messages to it from my personal account and receive. But I do not hear from clients, and when I sent

  • Get rid of Conduit search

    Whenever I update of Firefox, I am infected with Conduit search. It happened just update to 29 on my laptop and desktop. Getting rid of it is not as easy as to suggest answers in the forum, but I he would avoid rather than keep removing it. Does anyo

  • clone of open Panel frontal Subvi

    Hola a Todos, Estoy implementando UN SCADA para una planta deshidratadora of gas, in el momento estoy creando las HMI para el operator. Lost as tengo El es el siguiente: I have a vi that works como una ventana emerging as visuliza UN instrumento tran

  • Deleting songs on a Sansa

    I have a Sansa Clip and when my friend was addint songs to her she never turned on, just plugged, transferred songs and then it disconnected. When I turned it on all my 353 songs were gone. Anyone know if I can recover them somehow or why this happen

  • Don't know the name or the password for the administrator account

    'Useful' for my internet service technical advisor has created a new administrator account for my non-it network. I don't know the name of the administrator account or the password and am accessing the computer via a guest account. However, because t