Parameter missing Informatica 8.6.0 EBS SDE_ORA_Reverse_GLJournals

Hi all
I have a CEP environment that is an instance of 150G vm on an esx server, the OS is 32 bit Windows 2003 SP2, I use OBIEE 10.1.3.4.1 and 7.9.6 BI apps with fix Infa 8.6.0 4. DB is Oracle version 10.2.3
I've performed with success of the etl for the e-Business Suite 11.5.10 for supply chain areas. I created a custom implementation plan to include a few sales and finance areas, and when I run it I get a failure where less seems to abandon the parameter that is passed the CBC lkp file that was generated. Other messages, I see it as a problem in the infa 8.5 before a fix has been applied. In the log files, there is a warning about the size pool and block buffer DTM being too small as follows:

MAPPING > TM_6007 DTM initialized successfully for the session [SDE_ORA_Reverse_GLJournals]
DIRECTOR > PETL_24033 all the DTM connection information: [< NO >].
MANAGER > PETL_24004 from the tasks before the session. : (My Jul 13 11:18:05 2009)
MANAGER > task PETL_24027 before the session completed successfully. : (My Jul 13 11:18:05 2009)
DIRECTOR > PETL_24006 from data movement.
MAPPING > TM_6351 WARNING: insufficient number of blocks of data for optimal performance. Increase the buffer size of the DTM of the session. The recommended value is 42760801.
MAPPING > Total TM_6660 Buffer Pool size is 32000000 bytes and block size is 1280000 bytes.

I have the DTM settings on auto.

Then two sql insert statements are executed successfully, after which the following sql statement fails because the two parameters are not inserted
* ($$ SET_OF_BOOKS_ID_LIST = 1 *)
(* $$ SET_OF_BOOKS_TYPE_LIST = 'NONE') *.

The sql of the journal is:

* mplt_BC_ORA_GLXactsJournalsExtract.SQ_GL_JE_LINES] specified SQL Query [SELECT *]


GL_JE_LINES. JE_HEADER_ID,

GL_JE_LINES. JE_LINE_NUM,

GL_JE_LINES. LAST_UPDATE_DATE,

GL_JE_LINES. LAST_UPDATED_BY,

GL_JE_LINES. SET_OF_BOOKS_ID,

GL_JE_LINES. CODE_COMBINATION_ID,

GL_JE_LINES. PERIOD_NAME,

GL_JE_LINES. EFFECTIVE_DATE,

GL_JE_LINES. STATUS,

GL_JE_LINES. CREATION_DATE,

GL_JE_LINES. CREATED_BY,

GL_JE_LINES. ENTERED_DR,

GL_JE_LINES. ENTERED_CR,

GL_JE_LINES. ACCOUNTED_DR,

GL_JE_LINES. ACCOUNTED_CR,

GL_JE_LINES. REFERENCE_1,

GL_JE_LINES. REFERENCE_2,

GL_JE_LINES. REFERENCE_3,

GL_JE_LINES. REFERENCE_4,

GL_JE_LINES. REFERENCE_5,

GL_JE_LINES. REFERENCE_6,

GL_JE_LINES. REFERENCE_7,

GL_JE_LINES. REFERENCE_8,

GL_JE_LINES. REFERENCE_9,

GL_JE_LINES. REFERENCE_10,

GL_JE_LINES.GL_SL_LINK_ID,

GL_JE_HEADERS. JE_CATEGORY,

GL_JE_HEADERS. JE_SOURCE,

GL_JE_HEADERS.NAME,

GL_JE_HEADERS. CURRENCY_CODE,

GL_JE_HEADERS. POSTED_DATE,

GL_JE_BATCHES.NAME,

GL_PERIOD_STATUSES. START_DATE,

GL_PERIOD_STATUSES. END_DATE,

GL_PERIOD_STATUSES. ADJUSTMENT_PERIOD_FLAG,

GL_SETS_OF_BOOKS. MRC_SOB_TYPE_CODE

Of


GL_JE_BATCHES,

GL_JE_LINES,

GL_JE_HEADERS,

GL_PERIOD_STATUSES,

GL_SETS_OF_BOOKS

WHERE


GL_JE_LINES. CREATION_DATE > TO_DATE (January 1, 1753 00:00:00 ',' ' the HH24: MI: SS DD/MM/YYYY) AND

GL_JE_LINES. JE_HEADER_ID = GL_JE_HEADERS. JE_HEADER_ID AND

GL_JE_HEADERS. ACTUAL_FLAG = 'A' AND

GL_JE_LINES. STATE = 'P' AND

GL_JE_HEADERS. JE_BATCH_ID = GL_JE_BATCHES. JE_BATCH_ID (+) AND

GL_JE_LINES. PERIOD_NAME = GL_PERIOD_STATUSES. PERIOD_NAME AND

GL_JE_LINES. SET_OF_BOOKS_ID = GL_PERIOD_STATUSES. SET_OF_BOOKS_ID AND

GL_PERIOD_STATUSES. APPLICATION_ID = 101 AND GL_JE_LINES. SET_OF_BOOKS_ID =

GL_SETS_OF_BOOKS. SET_OF_BOOKS_ID AND

DECODE (, 'Y')


GL_SETS_OF_BOOKS. SET_OF_BOOKS_ID, 1))

AND DECODE (, 'Y', GL_SETS_OF_BOOKS.) (MRC_SOB_TYPE_CODE, 'AUCUN') ()]
READER_1_1_1 > RR_4049 SQL query sent to the database: (Thu Jul 13 11:18:05 2009)
READER_1_1_1 > CMN_1761 Timestamp event: [Mon Jul 13 11:18:06 2009]
READER_1_1_1 > RR_4035 SQL Error]
ORA-00936: lack of expression

Database driver error...

The two parameters that are missing are in the decode portions where you will notice there are only comma in parentheses...

I wonder if it has nothing to do with the DTM block size and buffer pool size error mentioned before the race? Any comments would be appreciated.

Found the problem:
No line underscore in label between reverse and GLJournals
[SDE_ORA_Reverse GLJournals]
$$ DATASOURCE_NUM_ID = 2
$DBConnection_OLAP = PARAM_OLAP
$DBConnection_OLTP = PARAM_OLTP
mplt_BC_ORA_GLXactsJournalsExtract.$$INITIAL_EXTRACT_DATE=01/01/1970
mplt_BC_ORA_GLXactsJournalsExtract.$$LAST_EXTRACT_DATE=01/01/1970
mplt_BC_ORA_GLXactsJournalsExtract. $$ FILTER_BY_LEDGER_ID = 'n'
mplt_BC_ORA_GLXactsJournalsExtract. $$ LEDGER_ID_LIST = 1
mplt_BC_ORA_GLXactsJournalsExtract. $$ FILTER_BY_LEDGER_TYPE = 'n'
mplt_BC_ORA_GLXactsJournalsExtract. $$ LEDGER_TYPE_LIST = 'NONE '.
mplt_BC_ORA_GLXactsJournalsExtract. $$ FILTER_BY_SET_OF_BOOKS_ID = 'n'
mplt_BC_ORA_GLXactsJournalsExtract. $$ SET_OF_BOOKS_ID_LIST = 1
mplt_BC_ORA_GLXactsJournalsExtract. $$ FILTER_BY_SET_OF_BOOKS_TYPE = 'n'
mplt_BC_ORA_GLXactsJournalsExtract. $$ SET_OF_BOOKS_TYPE_LIST = 'NONE '.

[SDE_ORA_GLJournals_ImportReference_Derive]
$DBConnection_OLAP = PARAM_OLAP
$DBConnection_OLTP = PARAM_OLTP_ORA11I

Problem in the parameter file - parameterfileOLTP.txt

Bug: 8673433 has been noted.

Tags: Business Intelligence

Similar Questions

  • MuCow: "parameter missing attribute name required."

    I get this error when I go to put the MuCow in the Muse.

    "Missing parameter mandatory name attribute."

    Nevermind, I fixed it by recoding my first section.

  • Parameter missing or NOT to index in ODI

    Hi all

    I use ODI 11.6

    I am facing the error while working on the sequence generator in ODI below. I pass the sequence as (: SP_OFFER_OFFER_ID_SEQ.) NEXTVAL)
    Its a mapping Table to Table.

    ODI-1217: INT_TEMP_TO_OFFER Session (757011) fails with return code 17041.
    ODI-1226: step INT_TEMP_TO_OFFER fails after 1 attempt.
    ODI-1240: Flow INT_TEMP_TO_OFFER fails during an operation of integration. This flow of charge table target SP_OFFER.
    ODI-1228: failed INT_TO_OFFER (integration) task on the target ORACLE PROPRIETARY connection.
    Caused by: java.sql.SQLException: parameter IN or OUT to missing index: 1

    The code is

    / * DETECTION_STRATEGY = NOT_EXISTS * /.
    Insert the OWNER. SP_OFFER T
    (
    CAMPGN_NO,
    CAMP_OFF
    OFFER_ID
    )
    Select CAMPGN_NO,
    CAMP_OFF
    ,: SP_OFFER_OFFER_ID_SEQ. NEXTVAL
    from an OWNER. I HAVE$ _SP_OFFER S



    where IND_UPDATE = 'I '.

    Please let me know how to solve this problem

    Thank you
    Lony

    Yes run on the implementation stage and target should be there. Also if you use the incremental update you could face another sequence of error numbers are not allowed here.
    Takecare of it.

  • Parameter Missing IN error or OUT to index: 1

    Hello
    I created a procedure with
    SOURCE:
    Select distinct a.bseg_id, b.pricecomp_id, c.svc_qty, a.seqno
    ci_bseg_cl_char has,
    (select BSEG_CL_CHAR. BSEG_ID, BSEG_CL_CHAR. SEQNO,
    case
    When BSEG_CL_CHAR. CHAR_TYPE_CD = "PAPCPICH" then
    BSEG_CL_CHAR. ADHOC_CHAR_VAL
    end PRICECOMP_ID
    of CI_BSEG_CL_CHAR BSEG_CL_CHAR) b.
    (select CL_CHAR. BSEG_ID, CL_CHAR. SEQNO,
    -case when CL_CHAR. CHAR_TYPE_CD = "AGGSVQTY" then
    CL_CHAR. ADHOC_CHAR_VAL
    end SVC_QTY
    of CI_BSEG_CL_CHAR CL_CHAR) c
    where a.bseg_id = b.bseg_id
    and a.bseg_id = c.bseg_id
    and a.seqno = b.seqno
    and a.seqno = c.seqno
    and b.pricecomp_id is not null
    and c.svc_qty is not null
    order of pricecomp_id, seqno

    TARGET:
    insert into FACT_ODI_INTERMEDIATE1
    (
    bseg_id,
    pricecomp_id,
    svc_qty,
    Seqno
    )
    values
    (
    : bseg_id,.
    : pricecomp_id,.
    : svc_qty,.
    : seqno
    )

    but its me gives error as:

    ODI-1228: task load Intermediate1 (process) fails on ORACLE VISA connection target.
    Caused by: java.sql.SQLException: parameter IN or OUT to missing index: 1


    If anyone can help? /

    Try changing the column names to upper case and check it once... .quelquechose like this...

    insert into FACT_ODI_INTERMEDIATE1
    (
    BSEG_ID,
    PRICECOMP_ID,
    SVC_QTY,
    SEQNO
    )
    values
    (
    : BSEG_ID,.
    : PRICECOMP_ID,.
    : SVC_QTY,.
    : SEQNO
    )

  • Parameter missing or NO to Index1

    Hi all

    I write the below code for the search to hardcode, but I got an exception when I run my page.
    This method, I called in the ProcessRequest() method

    Public Sub passTocusttrxn()
    {

    XxcurtradeconsummaryVOImpl cdrillVO = getXxcurtradeconsummaryVO1 ();

    String s1 = "CUSTOMER_ID =' '+' GX3000 '+'" ' ";"

    cdrillVO.setWhereClauseParams (null);
    cdrillVO.setWhereClause (s1);
    cdrillVO.executeQuery ();

    System.out.println ("the executed query is:" + cdrillVO.getQuery ());
    }

    Exception details:
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: 27122 Houston: SQL error in the preparation of the statement. Statement: SELECT * FROM (select
    CONSOLIDATION_SUMMARY_ID
    CREATION_DATE,
    CREATED_BY
    BATCH_ID
    PROCESS_FLAG
    ERROR_MESSAGE
    CUSTOMER_ID
    BILLING_FREQUENCY
    CONSOLIDATION_LEVEL
    SOLD_TO_ORG_ID
    SHIP_TO_ORG_ID
    TRANSACTIONAL_CURR_CODE
    INVOICE_TO_ORG_ID
    PRICE_LIST_ID
    ORIG_SYS_DOCUMENT_REF
    INVENTORY_ITEM_ID
    ORGANIZATION_ID
    ORDERED_ITEM
    ORDERED_QUANTITY
    UNIT_LIST_PRICE
    UNIT_SEELING_PRICE
    ORDER_QUANTITY_UOM
    ORDER_NUMBER
    ORDER_DATE
    INVOICE_NUMBER
    INVOICE_DATE
    FEE_CALCULATION_WORKSHEET_PDF
    TRADE_DETAILS_PDF
    INVOICE_REPORT_PDF
    PRICING_ATTRIBUTE_CONTEXT
    PRICING_ATTRIBUTE
    PRICING_ATTR_VALUE_FROM
    of xxcur_trade_consol_summary xxcrnx
    where xxcrnx.customer_id = nvl (:1,xxcrnx.customer_id)) QRSLT WHERE (CUSTOMER_ID = "GX3000")
    at oracle.apps.fnd.framework.OAException.wrapperException (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    in OA. jspService(_OA.java:71)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    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.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    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:595)
    # # 0 in detail
    java.sql.SQLException: parameter IN or OUT to missing index: 1
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
    at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1566)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2996)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3043)
    at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:857)
    at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:666)
    at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3655)
    at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection (unknown Source)
    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection (unknown Source)
    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:742)
    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:891)
    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:805)
    at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:799)
    at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3575)
    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery (unknown Source)
    at xxcurnx.oracle.apps.ont.custdtls.server.XxcustdtlsmainAMImpl.passTocusttrxn(XxcustdtlsmainAMImpl.java:166)
    at xxcurnx.oracle.apps.ont.custdtls.webui.XxcusttransactionCO.processRequest(XxcusttransactionCO.java:33)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    in OA. jspService(_OA.java:71)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    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.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    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:595)
    java.sql.SQLException: parameter IN or OUT to missing index: 1
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
    at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1566)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2996)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3043)
    at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:857)
    at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:666)
    at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3655)
    at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection (unknown Source)
    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection (unknown Source)
    at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:742)
    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:891)
    at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:805)
    at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:799)
    at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3575)
    at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery (unknown Source)
    at xxcurnx.oracle.apps.ont.custdtls.server.XxcustdtlsmainAMImpl.passTocusttrxn(XxcustdtlsmainAMImpl.java:166)
    at xxcurnx.oracle.apps.ont.custdtls.webui.XxcusttransactionCO.processRequest(XxcusttransactionCO.java:33)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    in OA. jspService(_OA.java:71)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    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.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    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:595)

    Thank you

    There is a ": 1" in your query.

    so you must pass the value for it, using
    setWhereClauseParam(0, );

    But since you define the dynamic where clause, you can remove the: 1 the query.

  • Parameter missing or NOT to index the Data Modeler

    Hello
    I use Data Modeler 2.0.0 build 570 (with Java 1.5.0 (build 1.5.0_15 - b04)).
    Usually, to import tables from the dictionary of (Oracle Database 10 g Enterprise Edition Release 10.2.0.3.0) data in a relational model, I change and then I export information of relational model in a Reporting scheme (different inside oracle db schema).
    I don't understand why sometimes, during these exports, I get the error "Missing IN or OUT parameter to the index.
    Here is an excerpt of the logfile Data Modeler:

    2009-09-15 16:00:36, 601 [Thread-6] ERROR ReportsHandler - Error exporting to the schema declaration:
    java.sql.SQLException: parameter IN or OUT to missing index: 10
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
    at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1737)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3376)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3462)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1061)
    at oracle.dbtools.crest.exports.reports.RSCheckConstraint.export (unknown Source)
    at oracle.dbtools.crest.exports.reports.RSColumns.export (unknown Source)
    at oracle.dbtools.crest.exports.reports.RSRelationalModel.export (unknown Source)
    at oracle.dbtools.crest.exports.reports.ReportsHandler.export (unknown Source)
    to oracle.dbtools.crest.swingui.ControllerApplication$ ExportToReportsSchema$ 1.run (unknown Source)

    Anyone know how to fix this?

    There is a bug related to the export of none check constraints "generic" column - during the import check constraints are defined as associated with the database version being used. As workaround you can make generic and they will be exported - you can change the check constraint in the dialog column. You can generate the DDL in order to see to what columns you have constraint defined check.

    Philippe

  • error of variable date "parameter missing."

    Hello!

    I created a my_date_variable, which is then used in the PL/SQL procedure,
    for example, "create table my_test in select #my_date_variable from dual;"
    but when I run this in ODI, I get the following error:

    com.sunopsis.sql.SnpsMissingParametersException: missing parameter
    at com.sunopsis.sql.SnpsQuery.completeHostVariable (SnpsQuery.java)
    at com.sunopsis.sql.SnpsQuery.updateExecStatement (SnpsQuery.java)
    at com.sunopsis.sql.SnpsQuery.executeUpdate (SnpsQuery.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlS.treatTaskTrt (SnpSessTaskSqlS.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(Thread.java:619)

    Variable is set to default, I tried all the actions of 3 - Historize, the most recent value, not persistent.
    When I do the same thing with the numeric variable, my test scenario works perfectly.
    So, this problem seems to be related only to a date variable, or maybe I don't know how to use it.

    Karlis

    Published by: Karlis 26 May 2009 08:37

    Hello

    I created the variable #my_date_variable. With the default value according to 2009-01-01 and not persistent.
    Then I created the procedure with the following expression.

    "create table my_test_aw as select '#my_date_variable' aw double."

    Table is created with the name of the column as aw and data value "2009-01-01.

    I would like to know what is your problem?

    Kind regards
    Ashwini

  • ' Parameter IN or OUT to missing index: 3 'call to a procedure.

    Hello
    Dear all, I searched the Forum before posting my problem but I can find no useful solution so please help.
    I followed this Post and fact http://sameh-nassar.blogspot.com/2010/01/create-plsql-function-and-call-it-from.html
    but after that I have little change and turn it into a procedure that is;

    create or replace PROCEDURE xim_req
    (reqID IN XIM_PURCHASE_REQUISITIONS.req_id%TYPE,
    rreqID ON XIM_PURCHASE_REQUISITIONS.req_status%TYPE
    )
    IS
    BEGIN
    Select req_status in the rreqID of XIM_PURCHASE_REQUISITIONS
    Where req_id = reqID;
    END xim_req;

    And my java code in Impl class

    public String getReqID (int reqID) {}
    CallableStatement cs = null;
    try {}
    CS = getDBTransaction () .createCallableStatement ("start?: = xim_req(?,?);") end; ", 0) ;
    cs.setInt (1, reqID);
    cs.registerOutParameter (2, Types.VARCHAR);
    cs.executeUpdate ();
    Return cs.getString (2);
    } catch (SQLException e) {}
    throw new Aexception.getLocalizedMessage (e);
    }
    }
    and on jsf page behind the button code is

    public String cb1_action() {}
    BindingContainer links = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("getReqID");
    Object result = operationBinding.execute ();
    System.out.println ("result =" + result);
    If (! operationBinding.getErrors () .isEmpty ()) {}
    Returns a null value.
    }
    Returns a null value.
    }
    but after the execution of this page, I get this error "parameter Missing IN or OUT to index: 3" Please help me
    Thank you

    Your call to the procedure

    cs=getDBTransaction().createCallableStatement("begin ? := xim_req(?,?); end;",0);
    

    Display three '?' so the statement expects three parameters, but you define only two.
    As you call a procedure that does not return a value (other then the parameter defined on) change to

    cs=getDBTransaction().createCallableStatement("begin xim_req(?,?); end;",0);
    

    Timo

  • DAC does not read parameter file

    Hi all

    We have recently upgraded the 7.9.4 to 10.1.3.4.Everything DAC went well. We got a message saying that this successful upgrade. We are able to see our implementation plan. We started the DAC server too. But when we begin to plan some tasks fail. DAC is not picking up paramenetrs settings for these tasks. Also, DAC is recovering not date of refreshment as well. Still running a full load. There are dates of refreshment filled for DAC tables.

    I googled for it and found out it has something to do with the parameter InformaticaParameterFileLocation in DAC. Its value must be the same as the PMSourceFileDIt parameter of informatica. I filled the same value, but again, it is not read this file.

    Can someone help me with this. I'm fairly new DAC.

    Kind regards
    Sandeep

    Hi Sandeep,

    You must copy the parameters of informatica in CAD.

    Two files (parameterfileOLTP.txt and parameterfileDW.txt), you will need to copy the folder of installation of informatica and these will be found at Informatica_Installation_Directory\server\infa_shared\SrcFiles.

    Copy these 2 files in DAC_Installation_Folder\bifoundation\dac\Informatica\parameters\input.

    Restart your DAC server and then run the load CAD.

    Hope this helps you...

    Thank you
    Navin Kumar Bolla

  • ObjIdl.h errors

    Finally, we want to improve our Labwindows from 2008 to 2012. I knew I would have some difficulties and I certainly am.

    When you build the project each file is down many errors on the file ObjIdl.h.

    The errors are many but the one 1 flags this line:

    / * [size_is] [in] * / __RPC__in_xcount_full (aenvoyes) BYTE * buf

    Error is:

    Type of parameter missing (__RPC_in_xcount_full)

    Expected an identifier

    Many, many others in ObjIdl.h file fail for the same reason.

    I have Microsoft DirectX SDK (February 2007) loaded.

    I tried Microsoft's latest SDK live (2010). He did reported none of the errors above, but he couldn't look for a file called Sal H which is not found, so I'm back to the SDK I had when using labwindows 2008, February 2007 SDK only refers to SAL H. dsound.h 2010 SAL h. needs the new file, but the dsound.h of 2007 does not work. So confused.

    I hope this is enough information for someone to help me. This is an area where I have no idea what's going on and I really don't want to know.

    Thank you

    John


  • Current connected user returning 'anonymous' in the environment of the client only.

    Hi all.

    We are having trouble getting to the user currently logged on our faces / ADF / BPM Workspace application running at the customer.

    First of all we try this:

    Director main = ADFContext.getCurrent () .getSecurityContext () .getUserPrincipal ();

    Or

    String userName = ADFContext.getCurrent () .getSecurityContext () .getUserName ();

    Or

    FacesContext.getCurrentInstance () .getExternalContext () .getRemoteUser ());

    And all variants of this return 'anonymous' as a user.

    I don't know if the two problems are related, but if we try to get through WorkflowContext we had a warning "not secure", followed NullPointerException.

    As this code:

    IWorkflowContext wfContext = ADFWorklistBeanUtil.getWorkflowContext ();

    String userName = wfContext.getUser ();

    Output:

    < 3 December 2014 11:03:34 BRST > < WARNING > < oracle.soa.services.workflow.worklist > < BEA-000000 > < < >. WorkflowService.getWorkFlowContext () - the application with context path: / workflow/InfraeroUI is not secure. It is strongly recommended to secure the applications of task details. >

    < 3 December 2014 11:03:34 BRST > < error > < infraeroui.mbean.AbrirPecBean > < BEA-000000 > < Erro na inicializacao:

    java.lang.NullPointerException

    at oracle.bpel.services.workflow.worklist.adf.ADFWorklistBeanUtil.verifyContext(ADFWorklistBeanUtil.java:767)

    at oracle.bpel.services.workflow.worklist.adf.ADFWorklistBeanUtil.getWorkflowContext(ADFWorklistBeanUtil.java:722)

    at oracle.bpel.services.workflow.worklist.adf.ADFWorklistBeanUtil.getWorkflowContext(ADFWorklistBeanUtil.java:677)

    at infraeroui.mbean.AbrirPecBean.initialize(AbrirPecBean.java:230)

    ...

    I guess that our problem if the same thing that these unanswered question here:

    https://community.oracle.com/thread/3562505?start=0 & tstart = 0

    Despise these errors, if I look for the user name (I know is the current) in LdapIdentityStore (see below), he finds the user properly.

    Ctx JpsContext is JpsContextFactory.getContextFactory () .getContext ();.

    LdapIdentityStore ldapIdentityStore = (IdentityStoreService.class) ctx.getServiceInstance (LdapIdentityStore);

    UserManager uMgr = ldapIdentityStore.getIdentityStore () .getUserManager ();

    User name is "t808835673".

    User user = uMgr.searchUser ("t808835673", new ReadOptions());

    String name = user.getName ();

    System.out.println (Name); t808835673, found.

    Some info from the environment:

    WebLogic Server: 10.3.6.0

    Middleware: 11.1.1.7.1

    I guess it is a matter of settings for weblogic/bpm.

    Thanks in advance.

    Gabriel Stabel

    Well, we found a solution.

    In our case, the problem was a parameter missing (automatic by JDeveloper removal v11.1.1.7.1) in our page human task workflow configuration file (_TaskFlow.xml).

      
          bpmWorklistContext
          #{pageFlowScope.bpmWorklistContext}
          
        
    

    Without this parameter, we had a problem in the customer environment, but not in ours. Probably of slightly different versions components question about.

    With this setting the code below works in both environments.

    String userName = ADFWorklistBeanUtil.getWorkflowContext().getUser();
    
  • Get the message "the preferences file is corrupted" everytime I launch Illustrator

    7f9a88371d9363ec03996853eb41e23e.PNG

    and all my parameter missing. What can I do about it? (The most recent version of illustrator CC 2015)

    Hello

    We have released an WINDOWS ONLY fix today that solves this problem of corrupted preferences. Go to the creative cloud application and download the patch CC 20151.1 (19.1.1)

    If you see not the patch in the creative Cloud application wait on or refresh cycle you can disconnect and connect to force refresh the list of available patches.

    Kind regards

    Ashutosh

    On behalf of the Illustrator engineering team

  • View security server 404 error - access external Office

    Hi all

    I am a security view in our gateway server deployment and for purposes of test base, we use a self-signed on view security server certificate.

    We are trying to access the external address and the following error.

    404errorviewclient.PNG

    When you view the web address, we see the following error.

    404errorIE.PNG

    The current set in place is that https traffic (443) intervenes, it strikes at our front door that transfers the SSL and port 80 traffic hits the view Security Server.

    I suspect that this could be a sort of issue of the certificate, or a configuration parameter missing.

    Any advice would be much appreciated.

    Thank you

    Gary.

    I wish that I could provide more assistance, but I do not have an F5 and yet I found the deployment guide that you have already gone through.  The section with the changes necessary for starting servers F5 and safety on page 8.  The only thing that caught my attention was that you need to configure the file locked.properties for servers that require http

    http://www.F5.com/PDF/deployment-guides/VMware-view5-IAPP-DG.PDF

  • [4.0 AI2] Cannot use MATCH_RECOGNIZE 'reluctant qualifiers.

    Database Oracle 12 c introduces the MATCH_RECOGNIZE clause, which uses regular expressions in the subclause of MODEL.

    Regular expressions use the exclamation mark (""? "") to indicate a 'reluctant' qualifier

    Developer SQL sees the question mark and says "parameter Missing IN or OUT to index: 1".

    How can I find out Developer SQL that this question mark is part of the syntax and not a variable binding?

    Hi, stew,

    As far as I know, Developer SQL did its own analysis and always says the pilot "setEscapeProcessing (false)" regardless of subclass of Java of the statement, so that the developer of the JDBC team is off the hook for this one.  I, however, am not too surprised - that's why we have communicated to EA.

    Bug connected with the component SQL Developer worksheet:

    Bug 17591803 - PARSER INTERPRETS? JACQUARD MATCH_RECOGNIZE 12 C AS BIND VAR


    Kind regards

    Gary

    SQL development team

  • Apply criteria to child VO when executing Parent VO

    I use Jdev 11.1.1.3

    I have a Parent VO and VO child with a view that link linked between them.
    I have a Search Page with 4 search parameters, including the Parent VO 2 and 2 of the VO of the child. AM data control, I dropped the VO Parent and the child VO with her 2 different tabular associaed.

    My question is when the user enters the value of the child VO, and then when I run the query on the VO Parent, I want the criteria to apply for the VO of the child.

    I have tried to substitute the executeQueryForCollection in my Parent VO, obtained the viewlink in the VO Parent, then got the Destination (which is my child VO) and set the connection parameters.
    So my Code looks like

    ' public Sub executeQueryForCollection (Object, Object [] params qc,
    int noUserParams)
    {

    ViewLinkImpl viewLinkImpl = null;
    ViewLink UCS [] = this.getViewLinks ();
    String [] vluNames = new String [vlu.length];
    for (int j = 0; j < vlu.length; j ++)
    {
    vluNames [j] is ASI [j] .getName ();.
    If (vluNames [j] .equals ("ViewLinkName"))
    {
    viewLinkImpl = (ViewLinkImpl), ASI [j];
    break;
    }
    }

    ChildVOImpl childVOImpl = viewLinkImpl.getDestination ((ChildVOImpl));

    childVOImpl.setBindXXX ("Value");
    childVOImpl.setBindYYY ("Value");
    super.executeQueryForCollection (qc, params, noUserParams);

    }

    But what happens is that when I run it, I get an exception "parameter Missing IN or OUT to index: 1"because if I print the query for ChildVO, I see. "

    Select * from child Table where FiledName1 =: BindXXX and FieldName2 =: BindYYY and = FieldName3: BindAnotherID

    This BindAnotherId comes from where the Clause attached to the ViewLink.
    I expect the framework so that the value for BindAnotherID, because BindAnotherID is the field that ParentVO and ChildVO are associated.

    Can someone please shed some light on this or if you know a different approach to meet the requirement of the execution of a child VO executing test so VO parent is appreciated. Thanks in advance.

    Hello

    Please, try this link and see if it works, I've created a little demo to replicate your situation, and it seems to work for me. See if you can use this approach. I don't create additional view objects (other than the two objects from view base) and created a sample page.
    I created bind variable during execution and used (the objects in my view has not all bind variables)

    http://rnuka.blogspot.com/2013/03/master-detail-screen-with-search-fields.html

    I hope it's useful for you.

    Thank you
    Delighted Nuka.

    Published by: Nuka delighted March 29, 2013 16:16

Maybe you are looking for

  • Cost of iTunes on the credit card registration

    Hello You want to ask, while creating a new appleid on itunes, is it normal that it will charge $1.00 during registration because he says that will be done free of charge, but I got the message from my credit card that apple charged $1.00. Why? can s

  • empty the trash on the dock

    A small window opens saying trash does not empty because a certain file still works

  • Know the password of HDD, want to change

    Aspire AO756. I put a HDD password in the Bios. It works very well. Now I want to change it, but in the Bios, the hard drive password option is grayed out and has the word 'frozen' next to it. So, how can I change the password if I know that the curr

  • Microsoft Security Essentials re: Avanquest registry Utilities Professional

    In February 2010, I installed registry Utilities Professional of Avanquest ("ORS").  I used it every week since that time without difficulty. In June 2010, I installed Microsoft Security Essentials ("MMS") and in the initial round, the only recommend

  • 0x800705B4 error code when you try to activate Windows 7

    I installed Windows 7 Enterprise Edition on multiple computers. Two of the computers will not activate however. When I try, I get: "A problem occurred when Windows tried to activate. 0x800705B4 error code. The error description is the time-out period