GL Journal Import Web ADI Issue - Line DFF

We have a requirement to add DFF values to Journal Web ADI import. We have added Line DFF Context and Line DFF fields to the layout. Document is getting created and but the upload fails with the below message,
Upload processing did not complete
Exception during parsing of upload document. java.lang.NullPointerException
Any pointers/ help is highly appreciable.
Thanks In Advance

Hi Hussein,
Thank you for your response. Below are the error messages that I got from the BNE log file. Can you please help me to figure out what is the wrong here.
11/6/14 7:32 AM AJPRequestHandler-HTTPThreadGroup-34 ERROR          BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 101:L3_JOURNALS_120
11/6/14 7:32 AM AJPRequestHandler-HTTPThreadGroup-34 ERROR          BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 101:L3_JOURNALS_120
11/6/14 7:32 AM AJPRequestHandler-HTTPThreadGroup-34 ERROR          BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 101:L3_JOURNALS_120
11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          ORDER BY not found in LOV query
11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          BneUploader.processUpload(), fatal exception: java.lang.NullPointerException
11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          java.lang.NullPointerException
  at oracle.apps.bne.integrator.upload.BneFineValidator.runTableValidation(BneFineValidator.java:946)
  at oracle.apps.bne.integrator.upload.BneFineValidator.validateColumns(BneFineValidator.java:702)
  at oracle.apps.bne.integrator.upload.BneSAXUploader.processDeepestLevel(BneSAXUploader.java:2248)
  at oracle.apps.bne.integrator.upload.BneSAXUploader.startElement(BneSAXUploader.java:1202)
  at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:181)
  at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
  at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
  at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
  at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:234)
  at oracle.apps.bne.integrator.upload.BneUploader.processUpload(BneUploader.java:301)
  at oracle.apps.bne.integrator.upload.BneAbstractUploader.processUpload(BneAbstractUploader.java:114)
  at oracle.apps.bne.integrator.upload.async.BneAsyncUploadThread.run(BneAsyncUploadThread.java:149)
11/6/14 7:34 AM Web ADI Upload Job 367172 ERROR          BneOracleWebAppsContext.getExtraJDBCConnection recieved the same connection as the base connection.  There may be transaction problems.

Similar Messages

  • Journal Import EBS R12 Issue

    Hi All,
    Environment :
    - Solaris 11
    - EBS R12
    - Oracle DB 11.2.0.3.0
    Journal Import Profile option is default (still no settings / default settings / not still tune).
    Our Journal Import could not submit more than 4000 records.
    When we try to import data more than 4000, there is an error SQL*Net message to client on OAM view log, and when I looking on LAB128 and OEM, the process stop mostly on gl.gl_je_lines, sometimes on gl.gl_je_headers.
    I had already followed suggestion from metalink forum :
    change DB : sqlnet.ora, listener.ora
    add sqlnet.ora on Apps Server (EBS R12 Server)
    But, now there is another issue, the error SQL*Net message to client not raise anymore, but when I see Journal Import OAM log, LAB128 and OEM, the sessions is inactive but the process looks like looping forever.
    Need suggestion solution for this issue.
    Any help is very appreciated and score. Thanks before.
    Best Regards,
    Yohanes Hany Haryadi Widodo
    Edited by: SigCle on May 7, 2013 2:11 AM

    Dear Mr. Hussein,
    Our EBS version : 12.1.3, while
    R12:Journal Import Failing With ORA-24337 Error When Importing All GROUP IDs [ID 1159594.1] Oracle General Ledger - Version: 12.0.0 to 12.1.2 - Release: 12.0 to 12.1
    I'm already change the settings of :
    Please revert to Oracle Net Server tracing/logging, set following parameter in the server's sqlnet.ora :
    DIAG_ADR_ENABLED = OFF
    - to back out the ADR diag for the Listener component, set following parameter in the server's listener.ora:
    DIAG_ADR_ENABLED_<listenername> = OFF
    - Where the <listenername> would be replaced with the actual name of the configured listener(s) in the listener.ora configuration file. For example, if the listener name is 'LISTENER', the parameter would read:
    DIAG_ADR_ENABLED_LISTENER = OFF
    -Reload or restart the TNS Listener for the parameter change to take effect.
    ACTION PLAN
    ============
    We will need to trace a connection on both CLIENT and SERVER endpoints to see what is happening. Please follow these steps:
    1. Add the following parameters in the sqlnet.ora file on the CLIENT workstation (where sql loader is executed):
    TRACE_LEVEL_CLIENT=16
    TRACE_DIRECTORY_CLIENT=<some_known_directory>
    TRACE_FILE_CLIENT=client
    TRACE_UNIQUE_CLIENT=ON
    TRACE_TIMESTAMP_CLIENT=ON
    DIAG_ADR_ENABLED =OFF -- add this in case of 11g client
    If you need to restrict the amount of disk space used by the long-term traces then you can also set the following:
    TRACE_FILELEN_CLIENT=<file_size_in_Kbytes>
    TRACE_FILENO_CLIENT=<number_of_files>
    2. Add the following parameters in the sqlnet.ora file on the SERVER:
    TRACE_LEVEL_SERVER=16
    TRACE_DIRECTORY_SERVER=<some_known_directory>
    TRACE_FILE_SERVER=server
    TRACE_TIMESTAMP_SERVER=ON
    DIAG_ADR_ENABLED =OFF
    If you need to restrict the amount of disk space used by the long-term traces then you can also set the following:
    TRACE_FILELEN_SERVER=<file_size_in_Kbytes>
    TRACE_FILENO_SERVER=<number_of_files>
    3. Try to reproduce the issue.
    4. Check if trace files were created.
    5. Disable tracing by removing the TRACE lines from sqlnet.ora on both CLIENT and SERVER.
    6. Compress (in .zip or .tar.gz format) and upload the trace files.
    We only need a pair of client and server trace files for the same sqlplus session which exhibits the issue; in order to match client and server trace files you should use the tips in Note:374116.1 "How to Match Oracle Net Client and Server Trace Files"below is result of failing Journal Import :
    +---------------------------------------------------------------------------+
    General Ledger: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    GLLEZL module: Journal Import
    +---------------------------------------------------------------------------+
    Current system time is 07-MAY-2013 19:43:26
    +---------------------------------------------------------------------------+
    gllsys() 07-MAY-2013 19:43:26
        fnd_user_id = 1164
        fnd_user_name = CN_FAH_MANAGER
        fnd_login_id = 134937
        con_request_id = 491859
        sus_on = 0
        from_date =
        to_date =
        create_summary = 1
        archive = 0
        num_rec = 25000
        run_id = 6415
    << gllsys() 07-MAY-2013 19:43:26
    SHRD0108: Retrieved 202 records from fnd_currencies
    gllcnt() 07-MAY-2013 19:43:26SHRD0118: Updated 1 record(s) in table: gl_interface_control
    source name = CN FAH Credit Card 
    interface source name = CN FAH Credit Card 
    group id = 17232
    ledger_id = -1
    LEZL0001: Found 1 sources to process.
    glluch() 07-MAY-2013 19:43:26
    << glluch() 07-MAY-2013 19:43:26
    gl_import_hook_pkg.pre_module_hook() 07-MAY-2013 19:43:26
    << gl_import_hook_pkg.pre_module_hook() 07-MAY-2013 19:43:26
    glusbe() 07-MAY-2013 19:43:26
    << glusbe() 07-MAY-2013 19:43:26
    << gllcnt() 07-MAY-2013 19:43:26
    gllacc() 07-MAY-2013 19:43:26
    << gllacc() 07-MAY-2013 19:43:26
    gllenc() 07-MAY-2013 19:43:26SHRD0108: Retrieved 6 records from gl_encumbrance_types
    << gllenc() 07-MAY-2013 19:43:26
    gllfss() 07-MAY-2013 19:43:26LEZL0005: Successfully finished building dynamic SQL statement.
    << gllfss() 07-MAY-2013 19:43:26
    gllcje() 07-MAY-2013 19:43:26
    gllalb() 07-MAY-2013 19:43:26
    << gllalb() 07-MAY-2013 19:43:26
    glllgr() 07-MAY-2013 19:43:34
    gllpst() 07-MAY-2013 19:43:34SHRD0108: Retrieved 45 records from gl_period_statuses
    << gllpst() 07-MAY-2013 19:43:34
    gllbud() 07-MAY-2013 19:43:34
    << gllbud() 07-MAY-2013 19:43:34
        currency = IDR
        sus_flag = N
        ic_flag = Y
        bc_flag = N
        latest_opened_encumbrance_year = 2011
    << glllgr() 07-MAY-2013 19:43:34
    SHRD0108: Retrieved 200 records from gl_je_categories
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    << gllged() 07-MAY-2013 19:43:34
    <x gllcje() 07-MAY-2013 19:49:18
    Error in: gllcje
    Function return status: 0
    Function Err Message: Executing upd_prep using descriptor updbindda
    Function warning number: -1
    sqlcaid:   sqlabc: 0  sqlcode:  -3113  sqlerrml: 48
    sqlerrmc:
    ORA-03113: end-of-file on communication channel
    sqlerrp:       sqlerrd: 0 1 0 0 0 538976288
    sqlwarn:           sqltext: 
    *****************************************************SHRD0044: Process logging off database and exiting ...
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was:  and was executed from the file .
    Routine FDPCLS encountered an error changing request 491859 status.
    Contact your support representative.
    ORACLE error 3114 in close_server_files
    Cause: close_server_files failed due to ORA-03114: not connected to ORACLE.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    ORACLE error 3114 in fetch_lines
    Cause: fetch_lines failed due to ORA-03114: not connected to ORACLE.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    ORACLE error 3114 in open_server_files
    Cause: open_server_files failed due to ORA-03114: not connected to ORACLE.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    ORACLE error 3114 in close_user_handles
    Cause: close_user_handles failed due to ORA-03114: not connected to ORACLE.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    ORACLE error 3114 in FDPCLS
    Cause: FDPCLS failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: lock TABLE FND_CONCURRENT_REQUESTS IN SHARE UPDATE MODE and was executed from the
    /u02/oracle/PFT/apps/apps_st/appl/gl/12.0.0/bin/GLLEZL
    Program exited with status 1
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 07-MAY-2013 19:49:18
    +---------------------------------------------------------------------------+I don't know how ORA-03114: not connected to ORACLE could happened.
    My temporary suspect is on network issue between Apps Server and DB Server (Two-Tier) because with AutoBatch for FAH (Financial Accounting Hub), there is 5 Journal Import Processing on Request and only this one was error.
    My team had raised this issue to SR two days ago, hopefully few hours again, we could see their answer.
    Best Regards,
    Yohanes
    Edited by: SigCle on May 14, 2013 3:05 AM

  • Mass Additions WEB ADI Issue

    All,
    Has anyone come across a need to modify the mass additions upload via web adi, to do validation on asset numbers. We find that if we use web adi to mass additions, the error of duplicate asset numbers is only picked up when we do a post. Our users require that validation, when they do the upload from web adi. As this was a functionality that desktop adi provided.
    Any help here would be much appreciated.

    Hi
    Can you think about one work around
    1. Import Asset table containing Asset Number before uploading the asset using Web ADI.
    2. Compare the Imported data with Web ADI Template using EXCEL macro check or using a sql script
    Have you loged SR & wether Oracle can think of some Validation (as this is the standard functionality) ?
    Regards
    Sunil Kumar

  • WEB ADI issue on oracle e-biz 11.5.10.2

    Friends -
    We recently web ADI Patch - 6759191 including Pre-req patches.
    Users are getting following error when they are trying to downloading data to EXCEL.
    “java.lang.NullPointerException”
    How to find web ADI Version?
    Appreciate your support on this.
    Regards
    Sathsih

    Hi,
    Check the value of "BNE: Server Log Path" profile option, if it is set you can the log file under this directory. Otherwise, check under $FND_TOP/log directory.
    Regards,
    Hussein

  • Web ADI issue after Hardware Change

    Hi,
    We are encountering an issue when uploading the template in Linux OS. The same template works in Solaris instance.
    Can you please help.
    The error on the excel template is
    "ORA-00976: Specified pseudocolumn or operator not allowed here."
    9/22/10 5:15 PM TRACE SettingValue: <bne:document xmlns:bne="http://www.oracle.com/bne"><bne:message bne:type="ERROR" bne:text="ORA-00976: Specified pseudocolumn or operator not allowed here." bne:cause="Database insert error" bne:action="" ><bne:context bne:collection="collection_1" bne:idx="2" /></bne:message><bne:message bne:type="DATA" bne:text="BNE_VALID_ROW_COUNT" bne:value="0" /><bne:message bne:type="DATA" bne:text="BNE_INVALID_ROW_COUNT" bne:value="1" /><bne:message bne:type="STATUS" bne:text="No rows uploaded" bne:value="" ><bne:context bne:collection="collection_1" /></bne:message><bne:message bne:type="STATUS" bne:text="1 rows were invalid" bne:value="" ><bne:context bne:collection="collection_1" /></bne:message></bne:document>
    =======BNE TRACE FILE=============
    9/22/10 5:15 PM TRACE BneOASessionUtils.checkFunctionalSecurityByFunction, returnValue(true if Y: Y
    9/22/10 5:15 PM TRACE BneAsyncUploadPage: page parameters comparePageParameters = false
    9/22/10 5:15 PM TRACE BneAsyncUploadPage: page parameters isInitialized = false
    9/22/10 5:15 PM TRACE BneAsyncUploadPage: update page parameters ...
    9/22/10 5:15 PM TRACE BneAsyncUploadPageBean.updateUploadParameters Service
    9/22/10 5:15 PM TRACE BneAsyncUploadPageBean.updateUploadParameters Upload
    9/22/10 5:15 PM TRACE BneAsyncUploadPageBean.updateUploadParameters Upload name = bne:rows, null
    9/22/10 5:15 PM TRACE BneAsyncUploadPageBean.updateUploadParameters Upload name = bne:validation, null
    9/22/10 5:15 PM TRACE BneAsyncUploadPageBean.updateUploadParameters Upload name = bne:import-hidden-No, null
    9/22/10 5:15 PM TRACE BneAsyncUploadPageBean.updateUploadParameters Upload name = bne:import, null
    9/22/10 5:15 PM TRACE BneAsyncUploadPageBean.updateUploadParameters Upload name = bne:integratorId, null
    9/22/10 5:15 PM TRACE BneAsyncUploadPageBean.updateUploadParameters Upload name = bne:language, US
    9/22/10 5:15 PM TRACE BneAsyncUploadPageBean.updateUploadParameters Upload ... set name = bne:language, US
    9/22/10 5:15 PM TRACE BneAsyncUploadPageBean.updateUploadParameters Upload ... set setParamProcessorArgs()
    9/22/10 5:15 PM ERROR BneAsyncUploadPage.renderPage Error trying to check whether the job will be importing.
    9/22/10 5:15 PM ERROR BneAsyncUploadPage.renderPage Parameter value is not a Boolean.
    9/22/10 5:15 PM TRACE BneWebAppsContext.getExtraJDBCConnection assigned connection oracle.jdbc.driver.OracleConnection@1390fb3
    9/22/10 5:15 PM TRACE BneUploaderFactory.getUploader() start
    9/22/10 5:15 PM TRACE BneWebAppsContext.getExtraJDBCConnection released connection oracle.jdbc.driver.OracleConnection@1390fb3
    9/22/10 5:15 PM TRACE BneWebAppsContext.getUserId() Start
    9/22/10 5:15 PM TRACE BneWebAppsContext.getUserId() End, userId = 18543
    9/22/10 5:15 PM TRACE BneBasePageController:getPage() Start
    9/22/10 5:15 PM TRACE BneBasePageController:getPage() Creating a page reference, for page = oracle.apps.bne.webui.pageflow.BneAsyncUploadPageConfirmation
    9/22/10 5:15 PM TRACE BneBasePageController:getPage() class detail, name = oracle.apps.bne.webui.pageflow.BneAsyncUploadPageConfirmation
    9/22/10 5:15 PM TRACE BneBasePageController:getPage() End
    9/22/10 5:15 PM TRACE BneAsyncUploadPageConfirmation::createPage() Start
    9/22/10 5:15 PM TRACE BneWebAppsContext.getExtraJDBCConnection assigned connection oracle.jdbc.driver.OracleConnection@1390fb3
    9/22/10 5:15 PM TRACE BneWebAppsContext.getExtraJDBCConnection released connection oracle.jdbc.driver.OracleConnection@1390fb3
    9/22/10 5:15 PM TRACE SettingValue: <bne:document xmlns:bne="http://www.oracle.com/bne"><bne:message bne:type="ERROR" bne:text="ORA-00976: Specified pseudocolumn or operator not allowed here." bne:cause="Database insert error" bne:action="" ><bne:context bne:collection="collection_1" bne:idx="2" /></bne:message><bne:message bne:type="DATA" bne:text="BNE_VALID_ROW_COUNT" bne:value="0" /><bne:message bne:type="DATA" bne:text="BNE_INVALID_ROW_COUNT" bne:value="1" /><bne:message bne:type="STATUS" bne:text="No rows uploaded" bne:value="" ><bne:context bne:collection="collection_1" /></bne:message><bne:message bne:type="STATUS" bne:text="1 rows were invalid" bne:value="" ><bne:context bne:collection="collection_1" /></bne:message></bne:document>
    9/22/10 5:15 PM TRACE BneWebAppsContext.getExtraJDBCConnection assigned connection oracle.jdbc.driver.OracleConnection@1390fb3
    9/22/10 5:15 PM TRACE BneWebAppsContext.getUserId() Start
    9/22/10 5:15 PM TRACE BneWebAppsContext.getUserId() End, userId = 18543
    9/22/10 5:15 PM TRACE BneJDBCUtils.commit() current connection: oracle.jdbc.driver.OracleConnection@1390fb3
    9/22/10 5:15 PM TRACE BneWebAppsContext.getExtraJDBCConnection released connection oracle.jdbc.driver.OracleConnection@1390fb3
    9/22/10 5:15 PM TRACE BneAsyncUploadPageConfirmation::createPage() End
    9/22/10 5:15 PM TRACE BneBasePageController.createPageBody() End.
    9/22/10 5:15 PM TRACE BneBasePageController.handlePageHead() start.
    9/22/10 5:15 PM TRACE BneBasePageController.handlePageHead() end.
    9/22/10 5:15 PM TRACE BneBasePageController.handlePage() Done
    9/22/10 5:15 PM TRACE BneBajaServlet.setupResponse() Start
    9/22/10 5:15 PM TRACE BneWebAppsContext.getUserId() Start
    9/22/10 5:15 PM TRACE BneWebAppsContext.getUserId() End, userId = 18543
    9/22/10 5:15 PM TRACE BneBajaServlet.getRenderingContext() Response.setContentType = text/html; charset=UTF-8
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_BASE_PATH = /OA_HTML/cabo/ from Constant. Using Default Value
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBaseDirectory, Value for "CaboBaseDirectory" is: /OA_HTML/cabo/.
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_BASE_PATH = /OA_HTML/cabo/ from Constant. Using Default Value
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBaseDirectory, Value for "CaboBaseDirectory" is: /OA_HTML/cabo/.
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_PHYSICAL_DIRECTORY = /opt/applmgr/INTLDEV1/comn/html/cabo from Profile Option
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBasePhysicalDirectory, Value for "CaboBasePhysicalDirectory" is: /opt/applmgr/INTLDEV1/comn/html/cabo.
    9/22/10 5:15 PM TRACE BneCaboUtils.getCaboImagesPhysicalDirectory is: /opt/applmgr/INTLDEV1/comn/html/cabo/images/
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_BASE_PATH = /OA_HTML/cabo/ from Constant. Using Default Value
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBaseDirectory, Value for "CaboBaseDirectory" is: /OA_HTML/cabo/.
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_PHYSICAL_DIRECTORY = /opt/applmgr/INTLDEV1/comn/html/cabo from Profile Option
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBasePhysicalDirectory, Value for "CaboBasePhysicalDirectory" is: /opt/applmgr/INTLDEV1/comn/html/cabo.
    9/22/10 5:15 PM TRACE BneCaboUtils.getCaboImagesCachePhysicalDirectory is: /opt/applmgr/INTLDEV1/comn/html/cabo/images/cache/
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_BASE_PATH = /OA_HTML/cabo/ from Constant. Using Default Value
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBaseDirectory, Value for "CaboBaseDirectory" is: /OA_HTML/cabo/.
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_PHYSICAL_DIRECTORY = /opt/applmgr/INTLDEV1/comn/html/cabo from Profile Option
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBasePhysicalDirectory, Value for "CaboBasePhysicalDirectory" is: /opt/applmgr/INTLDEV1/comn/html/cabo.
    9/22/10 5:15 PM TRACE BneCaboUtils.getCaboStylesPhysicalDirectory is: /opt/applmgr/INTLDEV1/comn/html/cabo/styles/
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_BASE_PATH = /OA_HTML/cabo/ from Constant. Using Default Value
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBaseDirectory, Value for "CaboBaseDirectory" is: /OA_HTML/cabo/.
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_PHYSICAL_DIRECTORY = /opt/applmgr/INTLDEV1/comn/html/cabo from Profile Option
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBasePhysicalDirectory, Value for "CaboBasePhysicalDirectory" is: /opt/applmgr/INTLDEV1/comn/html/cabo.
    9/22/10 5:15 PM TRACE BneCaboUtils.getCaboStylesCachePhysicalDirectory is: /opt/applmgr/INTLDEV1/comn/html/cabo/styles/cache/
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_BASE_PATH = /OA_HTML/cabo/ from Constant. Using Default Value
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBaseDirectory, Value for "CaboBaseDirectory" is: /OA_HTML/cabo/.
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_PHYSICAL_DIRECTORY = /opt/applmgr/INTLDEV1/comn/html/cabo from Profile Option
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBasePhysicalDirectory, Value for "CaboBasePhysicalDirectory" is: /opt/applmgr/INTLDEV1/comn/html/cabo.
    9/22/10 5:15 PM TRACE BneCaboUtils.getCaboJslibsPhysicalDirectory is: /opt/applmgr/INTLDEV1/comn/html/cabo/jsLibs/
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_BASE_PATH = /OA_HTML/cabo/ from Constant. Using Default Value
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBaseDirectory, Value for "CaboBaseDirectory" is: /OA_HTML/cabo/.
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_PHYSICAL_DIRECTORY = /opt/applmgr/INTLDEV1/comn/html/cabo from Profile Option
    9/22/10 5:15 PM DETAIL BneCaboUtils.getCaboBasePhysicalDirectory, Value for "CaboBasePhysicalDirectory" is: /opt/applmgr/INTLDEV1/comn/html/cabo.
    9/22/10 5:15 PM TRACE BneCaboUtils.getCaboJspsPhysicalDirectory is: /opt/applmgr/INTLDEV1/comn/html/cabo/jsps/
    9/22/10 5:15 PM TRACE BneSitePropertyManager.getProperty: BNE_UIX_HEADLESS_MODE_ENABLED = FALSE from Constant. Using Default Value
    9/22/10 5:15 PM WARNING BneCaboUtils.getCaboHeadlessMode, Value for "CaboHeadlessMode" property is null! Headless mode could not be changed.
    9/22/10 5:15 PM TRACE BnePerformanceStatistics - Wrote 0 of 2 statistics in 0 Milliseconds.
    9/22/10 5:15 PM TRACE BneJDBCUtils.commit() current connection: oracle.jdbc.driver.OracleConnection@1ce915
    9/22/10 5:15 PM TRACE BneWebAppsContext.releaseContext() 91989750 Primary connection release oracle.jdbc.driver.OracleConnection@1ce915
    9/22/10 5:15 PM TRACE BneWebAppsContext.releaseContext() Web Event Duration = 0.481(s)
    9/22/10 5:15 PM TRACE Exit BneApplicationService.handleRequest()
    9/22/10 5:15 PM TRACE Enter BneAbstractXMLServlet.doRequest()
    9/22/10 5:15 PM TRACE BneMLSUtils.setLangOnThread from bne:language parameter :US
    9/22/10 5:15 PM TRACE BneWebAppsContext:getValidContext() Start.
    9/22/10 5:15 PM TRACE BneWebAppsContext:dumpCookies() === ALL COOKIES ===
    9/22/10 5:15 PM TRACE BneWebAppsContext:dumpCookies() cookie[0] Name : FSADEV_intldev1
    9/22/10 5:15 PM TRACE BneWebAppsContext:dumpCookies() cookie[0] Domain : null
    9/22/10 5:15 PM TRACE BneWebAppsContext:dumpCookies() cookie[0] Value : pGcbBMfwBfEhWC3HAzaovk-U:S
    9/22/10 5:15 PM TRACE BneWebAppsContext:dumpCookies() cookie[0] Path : null
    9/22/10 5:15 PM TRACE BneWebAppsContext:dumpCookies() --------------------------------
    9/22/10 5:15 PM TRACE BneWebAppsContext:dumpCookies() cookie[1] Name : JServSessionIdrootpaehowlz302
    9/22/10 5:15 PM TRACE BneWebAppsContext:dumpCookies() cookie[1] Domain : null
    9/22/10 5:15 PM TRACE BneWebAppsContext:dumpCookies() cookie[1] Value : 4c8jspvns1.q65zo6XRp7CNa38Iq79Pn6jIr6zvp2TxpQOUtxCLbx0Ka0--
    9/22/10 5:15 PM TRACE BneWebAppsContext:dumpCookies() cookie[1] Path : null
    9/22/10 5:15 PM TRACE BneWebAppsContext:dumpCookies() === DONE COOKIES ===
    9/22/10 5:15 PM TRACE BneWebAppsContext:getValidContext() Apps Version = 115
    9/22/10 5:15 PM TRACE BneWebAppsContext:getValidContext() DBC Security is Enabled.
    9/22/10 5:15 PM TRACE BneContext:getBneDbcFilename() Start.
    9/22/10 5:15 PM TRACE BneContext:getBneDbcFilename() Done, filename = /opt/applmgr/INTLDEV1_local/fnd/secure/FSADEV_intldev1.dbc
    9/22/10 5:15 PM TRACE BneWebAppsContext:getValidContext() request is not null
    9/22/10 5:15 PM TRACE BneWebAppsContext:getValidContext() Session Ticket 1 is null = false
    9/22/10 5:15 PM TRACE BneWebAppsContext:getValidContext() Check for Application SSO Type
    9/22/10 5:15 PM TRACE Into BneOASessionUtils.isPortalSession()
    9/22/10 5:15 PM TRACE BneOASessionUtils:isPortalSession() retrieved value of APPS_SSO profile option: SSWA
    9/22/10 5:15 PM TRACE BneOASessionUtils.isPortalSession(), isPortalEnabled :: false
    9/22/10 5:15 PM TRACE BneWebAppsContext:getValidContext() validated session with sessionTicket: pGcbBMfwBfEhWC3HAzaovk-U:S
    9/22/10 5:15 PM TRACE BneWebAppsContext:getValidContext() 115 sessionId = 91989750
    9/22/10 5:15 PM TRACE BneWebAppsContext:getValidContext() appsCon = oracle.jdbc.driver.OracleConnection@1ce915
    9/22/10 5:15 PM TRACE BneWebAppsContext.setLoggedInUser(), request = org.apache.jserv.JServConnection@44bf2, newUser = null
    9/22/10 5:15 PM TRACE BneWebAppsContext.setLoggedInUser(), m_bneLoggedInUser = null
    9/22/10 5:15 PM TRACE BneWebAppsContext.getUserId() Start
    9/22/10 5:15 PM TRACE BneWebAppsContext.getUserId() from AppsContext, userId = 18543
    9/22/10 5:15 PM TRACE BneWebAppsContext.getUserId() End, userId = 18543
    9/22/10 5:15 PM TRACE BneWebAppsContext.get110IcxSessionInfo() Start, looking for responsibility_id
    9/22/10 5:15 PM TRACE BneWebAppsContext.get110IcxSessionInfo() End, return 52161
    9/22/10 5:15 PM TRACE BneWebAppsContext.setLoggedInUser(), set id, name, resp, session.
    9/22/10 5:15 PM TRACE BneWebAppsContext.setLoggedInUser(), set language via apps context.
    Thank you

    Are you sure that that label/partition still exists? (e.g. your filesystem hasn't gotten corrupted)
    Have you rebuilt the initramfs since you changed hardware (e.g. via chroot)? If not, try booting using the fallback image.
    All you should need to do to get booting by label is change the root= statement in the bootloader's kernel params to
    root=LABEL=arch
    the initram image's code should handle the rest at boot time.

  • Web ADI Error: Permissions and Connection Issues (Please Help)

    Hello
    I'm new to WEB ADI and I'm trying to set up on an 11.5.10 Oracle Application. I'm reading the white paper "Understand and using Web ADI in Oracle HRMS" From metalink
    I created the functions Create Document, Web ADI Layout Definition, Web ADI Text Mapping and HRMS Create Document. I also create the sub menus HR ADI Seeded Integrator Form Functions and HR ADI Skills Seeded Integrator Form Functions in the menu US_SHRMS_NAV, and made sure the ‘BNE Allow No Security Rule’ is set to Yes
    I was able to get the seeded download procedure to work, however the seeded upload procedure didn't work for me. I received an error " The connection to the server is unavailable". I also notice that I don't have access to HR Update Salary Proposals Integrator or the HR Integrator Setup integrator, when I select them from WEB ADI I get the following error "You do not have permission to access this functionality."
    Can someone please assist me in get passed these issue?

    Please see these docs.
    When Trying To Upload the Salary Proposal Receiving Connection Unavailable Error [ID 604200.1]
    Error -The Connection to the Server is Unavailable When Upload Web ADI - Interface Columns Integrator [ID 394680.1]
    WebADI Upload ''Connection To The Server Is Unavailable'' While Uploading [ID 419995.1]
    Web ADI Create Document Fails - Connection to The Server is Unavailable Error on Worksheet [ID 334632.1]
    Connection To The Server Error Message When Using WEBADI journal upload [ID 556465.1]
    WEBADI Cannot Upload ADI Spreadsheet Because "The Connection To Server Is Unavailable." [ID 359584.1]
    Connection Unavailable Error Occurs When Uploading Files In Web Adi [ID 271811.1]
    Error 'The Connection To The Server Is Unavaiable' when Uploading WEB ADI Document [ID 847091.1]
    BNE.D Web ADI Letters Fail to Export Download is an Empty Document - Spreadsheet [ID 329926.1]
    Also, please check the BNE.log file for details about the error -- How to Create a BNE Log For Web Adi Issues and Errors? [ID 817023.1]
    Thanks,
    Hussein

  • Journal Import

    Hi
    Please advise on below requirement:
    Business users are uploading journals using web ADI and one unbalanced journal is also uploaded, now while importing journal program is error out because of unbalanced journal entry and correct journal are also stuck in interface.
    We are deleting the unbalanced record from GL_INTERFACE and journal import works fine.
    Please suggest the way that journal import will not fail because of one wrong journal entry for other correct entries will imported successfully.
    Best Regards,
    AMIT

    Hi Amit,
    Please suggest the way that journal import will not fail because of one wrong journal entry for other correct entries will imported successfully.
    I am not quiet sure whether this is recommended and achievable, hopefully other experts may have a valuable input
    We are deleting the unbalanced record from GL_INTERFACE and journal import works fine.
    For clearing the incomplete imported Journal l entries, Please try running the program "Delete Journal Import Data" as GL user. And select the respective request ID which failed.
    Thanks &
    Best Regards,

  • Web ADI and Autopost

    Currently, we are setup in GL to autopost all GL journals. I am trying to troubleshoot a Web ADI issue and for a particular user, I'd like to have the uploaded spreadsheet data stay in the interface table rather than post to GL. I believe there is some problem with this template. I'm told setting the profile option BNE Allow Set Parameters would all the person uploading to choose whether to post or not, but from my understanding, if you change that option, don't you have to download a new template for that to take effect? If so, that would defeat my purpose of checking out what is wrong with the existing spreadsheet. If this is the case, is my only other option to disable autopost?

    Yeah, that's what I was thinking originally until someoneone told me about the profile option. I was hoping I could do it by profile option and really just trying to understand how this works with Web ADI as I am a Web ADI newbie. From what I saw elsewhere it didn't sound like the profile option would work for my purposes and was trying to confirm that here. If it requires downloading the template again after changing it, then it won't work for me.

  • WEB ADI Error with Excel - Compile Error

    I am trying to export data to Excel. The process works until the data is loaded to Excel whereupon I get a Microsoft Visual Basic error "Compile Error: User-defined type not defined.
    Behind the error message is several screens from VB with the following line highlighted "Dim oParser As New SAXXMLReader30"

    Please post the details of the application release, database version and OS.
    I am trying to export data to Excel. The process works until the data is loaded to Excel whereupon I get a Microsoft Visual Basic error "Compile Error: User-defined type not defined.Can you find any details about the error in the BNE.log file? -- How to Create a BNE Log For Web Adi Issues and Errors? [ID 817023.1]
    Behind the error message is several screens from VB with the following line highlighted "Dim oParser As New SAXXMLReader30"Please see if (Web ADI: Compile Error - Userdefined Type Not Defined LEDGER_IDDetails [ID 1319992.1]) is applicable.
    Thanks,
    Hussein

  • Custom Web Adi doesn't donwload data 11i

    Hi,
    I've developed a custom web adi for download/upload data to a custom table in ebs 11i. The integrator works fine for upload: I create new records in excel and upload api works for upload them to custom table... The only problem is initial download o data: when excel is retrieving data, the progress window shows that records are being downloaded ("100 Records ...", "200 Records ...", "300 Records"...) but excel doen't show any data.
    I've checked other "factory" integrations (such as "HR People Details") and they download data with no problems.
    Do you know wich can be the problem?
    Tanks in advance.

    Can you find any errors in the BNE.log file? -- How to Create a BNE Log For Web Adi Issues and Errors? [ID 817023.1]
    Please see if the solution in (Unable To Download Data Into Spreadsheet Using Custom Integrator [ID 555639.1]) helps.
    If none of the above helps, please enable trace and see if you get more details about the error -- How to enable tracing for WEBADI [ID 294739.1]
    Thanks,
    Hussein

  • Customize the WEB ADI Journal Import layout

    Hi ,
    I would like to know from gurus , on how to customize the WEB ADI Journal Import Template, as per the client's requirements.
    I would like to add a custom validation for a line level reference column (Referenc6 of GL JE Lines) and also for the Accounting Date column in the Template's Header field.
    Kindly suggest me which package / setup needs to be looked at so that I can include the validations. I could see lots of BNE stuff ..not sure where to go for.
    We are on 11.5.10 Oracle Applications version on 10g Database and trying to create the layout with the responsibility 'DESKTOP INTEGRATION'.
    Oracle Web ADI 11i 8.4.1.34.
    Please help me on this..
    Thanks & Regards,
    Kiran Kesari

    Check this MOS note: GLLEZL: Error EU02 in Journal Import (Doc ID 1423023.1)
    thanks

  • Web ADI GL Journal Template - Journal Line Number

    Is anyone know if you can add the journal line number to a web adi journal template.
    Our users create journals in a spreadsheet and upload in to Oracle vua web adi. They print a hard copy of the journal in Excel ADI template format as well as an output from Oracle of the journal to which their backup is attached. This is required for our audit/SOX requirements.
    Our users/audit review team are frustrated that the order of the lines in the adi xls file is not the same as in the actual oracle journal.
    Having looked at the journal template document I cannot find the journal line number as an option when creating the adi template. Is there any other way of ensuring that the line number in excel is the same as in Oracle (aside from re-ordering the excel lines into code combination order).
    We are running on Oracle Applications : 11.5.10.2
    Thanks

    As per (How To Add Line Number Column To Journal Entry Webadi Template [ID 1102405.1]) this feature is not available in R12 so this implies that it is not available in 11i.
    Thanks,
    Hussein

  • Unexpected Error - Web ADI having more than 800 lines in an invoice.

    Hi All,
    I am trying to upload an invoice having more than 800 lines through a custom build "AP Invoices WebADI". I am getting "Unexpected Error"; where Error message may be different in each unsuccessful run.
    I have tried decreasing the lines step by step; by decreasing 25-50 lines per run. I was able to load an invoice with 450 lines but couldn’t load invoice with 500 lines.
    What can be the reason ? Is there any limitation in open interface to load particular number of lines per invoice OR some sort of Web ADI limitation ?
    Please advise.
    Regards,
    MH

    Hi Yoonas,
    Thanks for your reply.
    I have checked the log file and found the issue:
    BneBaseSQL.executeQuery:Stack trace: java.sql.SQLException: ORA-01000: maximum open cursors exceeded
    I can understand its due to limit of open cursors. Before making change to db parameter I am troubleshooting code if I can find something to close the cursors properly.
    One thing I have noticed is that this message is coming, every time (after 450 records), when Web ADI calls Java LOVs to validate the given values. All other code is fine.
    I have 8 java based LOVs (java components attached in Web ADI). As per my understanding, during validation of each record, it calls the SQL Code for 8 LOVs hence open 8 cursors for each record. After 450 records, limit of maximum open cursors exceeds hence causing the issue.
    What do you think, Is it true in this case? If yes, is there any solution to it ? The thing I am worried about is; how I can control the call of Web ADI to Java LOVs ??
    Thanks & Best Regards,
    MH

  • Journal Import fails with EC12 issue

    Journal Import fails with EC12 issue, we knew the AR credit memo transactions causing this issue have distribution lines with accounted_dr value as zero and entered_dr as non zero, same is the case with accounted_cr and entered_cr.
    Issue is with the Credit memos generated out of iReceivables that are creating distributions with null amounts when applied on invoices with rules. Null amounts are on REV/UNEARN distribution lines. Applied patch# 12957348 as suggested in metalink and we noticed more number of such transactions after patch application.
    Any pointers are really appreciated. We have over 5000 such lines and is not possible to clear them manually and since these CM's are phased, we are sure to see them again with this issue till it is resolved. Note# 285995.1 didn't help either.
    We are on 11.5.10.2 and 10g database.
    K

    FOR l_rec IN (SELECT ledger_id,group_id from apps.gl_interface
    WHERE status='NEW'
    AND user_je_source_name='GIS_DATA_CONVERSION'
    GROUP BY ledger_id,group_id
    ORDER BY group_id
    LOOP
    apps.gl_journal_import_pkg.populate_interface_control (user_je_source_name => 'GIS_DATA_CONVERSION',
    GROUP_ID => l_rec.group_id,
    set_of_books_id => l_rec.ledger_id,
    interface_run_id =>vl_interface_id,
    table_name => 'GL_INTERFACE',
    processed_data_action=>'D'
    COMMIT;
    vl_request_id := apps.fnd_request.submit_request (application => 'SQLGL', -- application short name
    program => 'GLLEZLSRS', -- program short name
    description => NULL, -- program name
    start_time => NULL, -- start date
    sub_request => FALSE, -- sub-request
    argument1 => 2065, --Data access set id
    argument2 => 'GIS_DATA_CONVERSION', --Source
    argument3 => l_rec.ledger_id, -- set of books id
    argument4 => l_rec.group_id,
    argument5 => 'N', -- error to suspense flag
    argument6 => NULL, -- create summary flag
    argument7 => 'N' -- import desc flex flag
    COMMIT;
    IF ( vl_request_id = 0 ) THEN
    xxgis.gis_conv_util_pkg.debug_print_p(1,'FND_LOG','E001: Journal Import Submission Failed. ' || SQLERRM);
    retcode := 2;
    EXIT;
    ELSE
    xxgis.gis_conv_util_pkg.debug_print_p(1,'FND_LOG','P001: Submitted Journal Import Program for group id: ' || l_rec.group_id ||
    'and ledger :'||l_rec.ledger_id|| ', Request ID: ' || vl_request_id);
    END IF;
    END LOOP;

  • Web ADI Journal Layout

    Hello
    Could someone please advise if it is possible to change the Web ADI Journal layout to a Cross Tab format (i.e. Accounts down the page and Periods across the top of the page)
    Example
    Account Apr May Jun July etc...
    a/c #1 £ £ £ £ £
    a/c #2
    a/c #3
    I can only see where it can be added as a Header or Line Item.
    Thanks in Advance
    Alex

    difficult question... update or not update...
    I guess you are in a test environment, so I would update the table, and test thoughtfully.
    what was the application id in the source environment? if it changed, then you should check with who performed the upgrade.
    if instead the integrator application id changed, then you might ask a patch from oracle.
    Least but not last, if your manager is in a hurry and s he is against direct update on the table, go front end and recreate it - it takes 10 minutes. however this introduces another step and dependencies in the system upgrade process, and you might want to have as few as possible steps in it.

Maybe you are looking for

  • How can I display documents as icons in email?

    When using email, single page documents are displayed in-line but I prefer to have them show as a icon. I had this corrected a while back but it is presenting itself again. Where is the settign to fix this?

  • File to JDBC ....file sequencing

    Hi I have a file to JDBC insert async scenario. My requirement is the source files should be processed according to Date and in sequence .. Option 1 : I think it can be done through a) processing seq as DATE b) EOIO queue in the sender adapter.. Opti

  • Japanese: ms word format to utf?

    Hello Forum... I'm doing a site with servlets and trying out i18n. I succeed with european character sets using a combination of vim and native2ascii to create utf-8 encoded property files for my ResourceBundle code. However, now I've received a japa

  • For loop indexing?

    Is it possible to change indexing step in labView "For Loop" structure? By default this value is 1, and I need to make a step value different from "1" like in C example: for (index=0; index < 100; index++) {}; // step=1 for (index=0; index < 100; ind

  • What happened to CS6 upgrade for Mac? and what think of subscription?

    It was usually $200 or so on Amazon and now it's gone. What do people think of this subscription thing? It seems just like a way for Adobe to extract more money out of us. Am I wrong?