ORACLE error 1847 in FDPSTP while running concurrent program

When I try to run concurrent program getting below error
ORACLE error 1847 in FDPSTP
Cause: FDPSTP failed due to ORA-01847: day of month must be between 1 and last day of month
ORA-06512: at line 1
Parameters
Org_id number
Date select sysdate from dual;
Executable
PROCEDURE call_iptp15c (
p_operating_unit_in IN ap_invoices_all.org_id%TYPE,
p_start_date_in IN DATE,
ERROR_BUF OUT VARCHAR2,
RETCODE OUT VARCHAR2
What would be the reason for this.

Hi,
Please mention the application release along with the database version and OS.
Is this a custom or seeded concurrent program?
Please make sure you use a valid date format -- Note: 19171.1 - OERR: ORA 1847 day of month must be between 1 and last day of month
Thanks,
Hussein

Similar Messages

  • Error while running concurrent program in Release 12.0.6

    Hi All,
    We are running many requests of a concurrent program in parallel in Oracle Applications Release 12.0.6 and many requests are erroring out with the below error message :
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 15 (X_QueryTree)
    Resource id in failed request: 0x7400001
    Serial number of failed request: 532
    Current serial number in output stream: 532"
    Could someone please advise as to what could be the issue here.
    This is happening in production instance
    Thanks

    we are getting the same error in 11.5.10 oracle apps!
    Current system time is 19-MAR-2013 11:41:33
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    p_order_by='TRX_NUMBER'
    p_cust_trx_class='CM'
    p_trx_number_low='1'
    p_trx_number_high='1'
    p_project_number='2160610'
    p_report_fmt='Y'
    p_open_invoice='N'
    p_check_for_taxyn='N'
    p_choice='SEL'
    p_header_pages='1'
    p_debug_flag='N'
    p_message_level='10'
    p_pmt_advice='Y'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Spawned Process 5484
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 15 (X_QueryTree)
    Resource id in failed request: 0xa400001
    Serial number of failed request: 518
    Current serial number in output stream: 518
    Database version: 10.2.0.4

  • Error with data source while running hybernate program

    Hi,
      An error has occured while running the hybernate example.I have deployed the application using the net weaver.
    The Error is :
      500   Internal Server Error
      SAP J2EE Engine/6.40 
      Application error occurs during processing the request.
    Details: com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method addDepartment.
         at com.sap.j2ee.examples.ejb.HibernateFacadeLocalLocalObjectImpl0.addDepartment(HibernateFacadeLocalLocalObjectImpl0.java:163)
         at com.sap.j2ee.examples.Control.addDepartment(Control.java:126)
         at com.sap.j2ee.examples.Control.doPost(Control.java:73)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:391)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:265)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.services.ejb.exceptions.BaseRuntimeException: Cannot create an instance of the stateless bean.
         at com.sap.engine.services.ejb.session.stateless_sp5.BeanFactory.getActiveBean(BeanFactory.java:192)
         at com.sap.engine.services.ejb.session.stateless_sp5.StatelessContainerFP.getActiveBean(StatelessContainerFP.java:183)
         at com.sap.j2ee.examples.ejb.HibernateFacadeLocalLocalObjectImpl0.addDepartment(HibernateFacadeLocalLocalObjectImpl0.java:154)
         ... 18 more
    Caused by: java.lang.NoClassDefFoundError
         at com.sap.j2ee.examples.ejb.HibernateFacadeBean.setSessionContext(HibernateFacadeBean.java:44)
         at com.sap.engine.services.ejb.session.stateless_sp5.BeanFactory.createObject(BeanFactory.java:111)
         at com.sap.engine.services.ejb.util.pool.ContainerPoolImpl.doResizeOneStepUp(ContainerPoolImpl.java:368)
         at com.sap.engine.services.ejb.util.pool.ContainerPoolImpl.ensureNotEmpty(ContainerPoolImpl.java:337)
         at com.sap.engine.services.ejb.util.pool.ContainerPoolImpl.pop(ContainerPoolImpl.java:291)
         at com.sap.engine.services.ejb.session.stateless_sp5.BeanFactory.getActiveBean(BeanFactory.java:188)
         ... 20 more
    com.sap.engine.services.ejb.exceptions.BaseRuntimeException: Cannot create an instance of the stateless bean.
         at com.sap.engine.services.ejb.session.stateless_sp5.BeanFactory.getActiveBean(BeanFactory.java:192)
         at com.sap.engine.services.ejb.session.stateless_sp5.StatelessContainerFP.getActiveBean(StatelessContainerFP.java:183)
         at com.sap.j2ee.examples.ejb.HibernateFacadeLocalLocalObjectImpl0.addDepartment(HibernateFacadeLocalLocalObjectImpl0.java:154)
         at com.sap.j2ee.examples.Control.addDepartment(Control.java:126)
         at com.sap.j2ee.examples.Control.doPost(Control.java:73)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:391)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:265)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.lang.NoClassDefFoundError
         at com.sap.j2ee.examples.ejb.HibernateFacadeBean.setSessionContext(HibernateFacadeBean.java:44)
         at com.sap.engine.services.ejb.session.stateless_sp5.BeanFactory.createObject(BeanFactory.java:111)
         at com.sap.engine.services.ejb.util.pool.ContainerPoolImpl.doResizeOneStepUp(ContainerPoolImpl.java:368)
         at com.sap.engine.services.ejb.util.pool.ContainerPoolImpl.ensureNotEmpty(ContainerPoolImpl.java:337)
         at com.sap.engine.services.ejb.util.pool.ContainerPoolImpl.pop(ContainerPoolImpl.java:291)
         at com.sap.engine.services.ejb.session.stateless_sp5.BeanFactory.getActiveBean(BeanFactory.java:188)
         ... 20 more

    we are getting the same error in 11.5.10 oracle apps!
    Current system time is 19-MAR-2013 11:41:33
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    p_order_by='TRX_NUMBER'
    p_cust_trx_class='CM'
    p_trx_number_low='1'
    p_trx_number_high='1'
    p_project_number='2160610'
    p_report_fmt='Y'
    p_open_invoice='N'
    p_check_for_taxyn='N'
    p_choice='SEL'
    p_header_pages='1'
    p_debug_flag='N'
    p_message_level='10'
    p_pmt_advice='Y'
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Spawned Process 5484
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 15 (X_QueryTree)
    Resource id in failed request: 0xa400001
    Serial number of failed request: 518
    Current serial number in output stream: 518
    Database version: 10.2.0.4

  • Getting warning while running concurrent program for XML report

    HI,
    Am trying to run a xml-publisher report by converting a D2k report and am getting the following warning message and not getting the out put.
    Receivables: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XX_EMPLOYEES module: XX_EMPLOYEES
    Current system time is 04-DEC-2007 12:25:37
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    APPLLCSP Environment Variable set to :
    XML_REPORTS_XENVIRONMENT is :
    /dplay/applmgr/product/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /dplay/applmgr/product/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_AMERICA.UTF8
    Report Builder: Release 6.0.8.25.0 - Production on Tue Dec 4 12:25:38 2007
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 2057165 on node CRMAP102.ASHOKLEYLAND.COM at 04-DEC-2007 12:25:42.
    Post-processing of request 2057165 failed at 04-DEC-2007 12:27:43 with the error message:
    The Output Post-processor is running but has not picked up this request.
    No further attempts will be made to post-process this request, and the request will be marked
    with Warning status.
    Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary.
    ------------- 2) PRINT   -------------
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 04-DEC-2007 12:27:43
    pls help
    Thanks

    Hi
    pls see this post
    OPP Timing out
    Thanks
    Rahul

  • Error in running request: ORACLE error 20100 in FDPSTP

    Got following error when running a concurrent manager job:
    ORACLE error 20100 in FDPSTP
    Cause: FDPSTP failed due to ORA-20100: File o0002562.tmp creation for FND_FILE failed.
    You will find more information on the cause of the error in request log.
    ORA-06512: at "APPS.FND_FILE", line 410
    ORA-06512
    From the request logfile:
    APPPRSPR module: Payment Process Manager
    ORACLE error 20100 in FDPSTP
    Cause: FDPSTP failed due to ORA-20100: File o0002562.tmp creation for FND_FILE failed.
    You will find more information on the cause of the error in request log.
    ORA-06512: at "APPS.FND_FILE", line 410
    ORA-06512: at "APPS.FND_
    Any idea?
    Thanks

    We discussed this issue many times in the forum before; please go through old threads and it should be helpful in fixing this issue -- https://forums.oracle.com/forums/search.jspa?threadID=&q=ORA-20100&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Strange error while running java program in oracle

    Hi all,
    I have written a java program and saved it as .sqlj file. i have to run the program on sql prompt.
    while running the program i am getting the following error.Please help me.I am in urgent situation
    ORA-29536: badly formed source: User has attempted to load a class
    (tactossSecurity) into a restricted package. Permission can be granted using
    dbms_java.grant_permission(<user>, LoadClassInPackage...
    Thanks & Regards
    Raghavender Rao Kodumuri

    Raghavender,
    I also answered you in the SQL forum, where you posted the exact same question.
    Re: Trying to execute java programm in oracle getting the following error
    Good Luck,
    Avi.

  • ORACLE error 29282 in FDPSTP

    hi
    i have this code with me ,a custom code which wrked fine till i added few lines of code for sequence number generation(eg 2010-0001, ie YYYY-xxxx format)
    CREATE OR REPLACE PROCEDURE Nap_Create_Job (ERRBUF OUT VARCHAR2,RETCODE OUT NUMBER,P_Job_Number VARCHAR2
    )IS
    BEGIN
    DECLARE
    g_eam_wo_relations_tbl0 Eam_Process_Wo_Pub.eam_wo_relations_tbl_type;
    g_eam_wo_relations_rec Eam_Process_Wo_Pub.eam_wo_relations_rec_type;
    g_eam_op_rec0 Eam_Process_Wo_Pub.eam_op_rec_type;
    g_eam_op_rec1 Eam_Process_Wo_Pub.eam_op_rec_type;
    g_eam_op_tbl2 Eam_Process_Wo_Pub.eam_op_tbl_type;
    g_eam_op_network_rec0 Eam_Process_Wo_Pub.eam_op_network_rec_type;
    g_eam_op_network_rec1 Eam_Process_Wo_Pub.eam_op_network_rec_type;
    g_eam_mat_req_rec0 Eam_Process_Wo_Pub.eam_mat_req_rec_type;
    g_eam_mat_req_rec1 Eam_Process_Wo_Pub.eam_mat_req_rec_type;
    g_eam_di_rec0 Eam_Process_Wo_Pub.eam_direct_items_rec_type;
    g_eam_di_rec1 Eam_Process_Wo_Pub.eam_direct_items_rec_type;
    g_eam_res_rec0 Eam_Process_Wo_Pub.eam_res_rec_type;
    g_eam_res_rec1 Eam_Process_Wo_Pub.eam_res_rec_type;
    g_eam_res_inst_rec0 Eam_Process_Wo_Pub.eam_res_inst_rec_type;
    g_eam_res_inst_rec1 Eam_Process_Wo_Pub.eam_res_inst_rec_type;
    g_eam_op_tbl0 Eam_Process_Wo_Pub.eam_op_tbl_type;
    g_eam_op_tbl1 Eam_Process_Wo_Pub.eam_op_tbl_type;
    g_eam_op_network_tbl0 Eam_Process_Wo_Pub.eam_op_network_tbl_type;
    g_eam_res_tbl0 Eam_Process_Wo_Pub.eam_res_tbl_type;
    g_eam_res_inst_tbl0 Eam_Process_Wo_Pub.eam_res_inst_tbl_type;
    g_eam_sub_res_tbl0 Eam_Process_Wo_Pub.eam_sub_res_tbl_type;
    g_eam_res_usage_tbl0 Eam_Process_Wo_Pub.eam_res_usage_tbl_type;
    g_eam_mat_req_tbl0 Eam_Process_Wo_Pub.eam_mat_req_tbl_type;
    g_eam_di_tbl0 Eam_Process_Wo_Pub.eam_direct_items_tbl_type;
    g_out_eam_wo_relations_tbl Eam_Process_Wo_Pub.eam_wo_relations_tbl_type;
    g_out_eam_wo_rec Eam_Process_Wo_Pub.eam_wo_rec_type;
    g_out_eam_wo_tbl Eam_Process_Wo_Pub.eam_wo_tbl_type;
    g_out_eam_op_tbl Eam_Process_Wo_Pub.eam_op_tbl_type;
    g_out_eam_op_network_tbl Eam_Process_Wo_Pub.eam_op_network_tbl_type;
    g_out_eam_res_tbl Eam_Process_Wo_Pub.eam_res_tbl_type;
    g_out_eam_res_inst_tbl Eam_Process_Wo_Pub.eam_res_inst_tbl_type;
    g_out_eam_sub_res_tbl Eam_Process_Wo_Pub.eam_sub_res_tbl_type;
    g_out_eam_res_usage_tbl Eam_Process_Wo_Pub.eam_res_usage_tbl_type;
    g_out_eam_mat_req_tbl Eam_Process_Wo_Pub.eam_mat_req_tbl_type;
    g_out_eam_di_tbl Eam_Process_Wo_Pub.eam_direct_items_tbl_type;
    g_eam_wo_rec1 Eam_Process_Wo_Pub.eam_wo_rec_type;
    g_eam_wo_rec2 Eam_Process_Wo_Pub.eam_wo_rec_type;
    g_eam_wo_rec3 Eam_Process_Wo_Pub.eam_wo_rec_type;
    g_eam_wo_tbl0 Eam_Process_Wo_Pub.eam_wo_tbl_type;
    g_eam_wo_tbl1 Eam_Process_Wo_Pub.eam_wo_tbl_type;
    g_eam_wo_tbl2 Eam_Process_Wo_Pub.eam_wo_tbl_type;
    g_eam_wo_res_usg_tbl0 Eam_Process_Wo_Pub.eam_res_usage_tbl_type;
    l_return_status     VARCHAR2(1);
    l_msg_count         NUMBER;
    P_Date              DATE     ;
    g_eam_wo_usg_rec1 Eam_Process_Wo_Pub.eam_res_usage_rec_type;
    g_eam_wo_usg_rec2 Eam_Process_Wo_Pub.eam_res_usage_rec_type;
    L_Asset_Activity_id           NUMBER;
    L_OPERATION_SEQ_NUM           NUMBER;
    v_loop_counter               NUMBER := 10 ;
    L_Inv_Item_Id                 NUMBER;
    l_Foam                        NUMBER;
    v_COUNT_J                     NUMBER := 0 ;
    l_Qty                         NUMBER;
    l_dept                        NUMBER;
    l_rig                         VARCHAR2(130);
    V_CELL                        VARCHAR2(13);
    l_well                        VARCHAR2(130);
    l_field                       VARCHAR2(130);
    l_job                         VARCHAR2(130);
    Att_Field              VARCHAR2(130);
    Att_Well              VARCHAR2(130);
    Att_Rig                       VARCHAR2(130);
    Att_lab_test_No               VARCHAR2(30);
    Att_Client                    VARCHAR2(300);
    Att_contract                  VARCHAR2(30);
    Att_material_order_type       VARCHAR2(30);
    Att_service_order_type        VARCHAR2(30);
    l_rig_Value               NUMBER;
    Att_Field1                 VARCHAR2(30);
    Att_Well1                  VARCHAR2(30);
    Att_Rig1                   VARCHAR2(30);
    Att_Job_type               VARCHAR2(30);
    Att_Job                    VARCHAR2(30);
    V_OPN_JOB_DESC              VARCHAR2(60);
    Field_Distance             NUMBER;
    L_Sum_Pound                NUMBER;
    L_Sum_Cement               NUMBER;
    L_Cnt                      NUMBER;
    L_Sum_Pound_Amount         NUMBER;
    L_Sum_Cement_Amount        NUMBER;
    L_Slurry_Vol               NUMBER;
    L_Sum                      NUMBER;
    L_ITEM_count               NUMBER;
    L_ITEM_count1              NUMBER;
    V_wip_entity_id            NUMBER;
    V_Run_API                  NUMBER:=1;
    V_Invoice_no               VARCHAR2(20);
    CURSOR C1 IS
    SELECT  job  ,    ORG_JOB_NUMBER   job_number,    job_type,      entry_date,      class_code    cell
              FROM xxnp_opn_joblog_001
              WHERE ORG_JOB_NUMBER   =  p_job_number
              and Rownum =1 ;
    CURSOR  C3  IS
            SELECT  Distinct
                  SUBSTR (   DTL.DATA_DESCRIPTION ,1,240)    DATA_DESCRIPTION
            FROM   XXNP_OPN_JOBLOG_DATA_009  DTL  ,
                   XXNP_OPN_JOBLOG_001       MST
            WHERE
                       MST.OPN_JOBLOG_001_ID = DTL.OPN_JOBLOG_001_ID
             AND       ORG_JOB_NUMBER   =  p_job_number;
    BEGIN
           BEGIN
         SELECT    ENTRY_DATE  , Field, well , rig, CUSTOMER_NAME,contract, MATERIAL_ORDER_TYPE,SERVICES_ORDER_TYPE ,job_type,job , CLASS_CODE
         INTO      P_Date , Att_Field,Att_Well,Att_Rig,Att_Client,Att_contract, Att_material_order_type,Att_service_order_type,Att_Job_type,Att_Job ,v_CELL
         FROM      XXNP_OPN_JOBLOG_001
         WHERE     ORG_JOB_NUMBER   = P_Job_Number
         and Rownum =1 ;
         EXCEPTION WHEN OTHERS THEN
            V_Run_API   := 0 ;
           Fnd_File.Put_Line(FND_FILE.LOG,  'Inset Correct Job Number for this Request ' ) ;
       END;
       BEGIN
         SELECT department_id INTO l_dept
         FROM BOM_DEPARTMENTS
         WHERE DEPARTMENT_CODE = 'OPERATIONS';
        EXCEPTION WHEN OTHERS THEN     l_dept := 0;
       END;
    If  v_CELL  is  null then
       Fnd_File.Put_Line(FND_FILE.LOG,  'Inset Cell Number for this Job ' ) ;
       V_Run_API   := 0 ;
    End if ;
    IF V_Run_API <> 0 then
                    g_eam_wo_rec1 := NULL;
                    g_eam_wo_rec1.transaction_type := Eam_Process_Wo_Pvt.G_OPR_CREATE;
                    g_eam_wo_rec1.batch_id := 1;
                    g_eam_wo_rec1.header_id := 1;
                    g_eam_wo_rec1.wip_entity_id := NULL;
                    g_eam_wo_rec1.wip_entity_name := P_job_number;
                    g_eam_wo_rec1.Asset_Activity_Id := L_Asset_Activity_id;
                    g_eam_wo_rec1.organization_id := 104;
                    g_eam_wo_rec1.asset_group_id := 31759;
                    g_eam_wo_rec1.asset_number := 'NAPESCO OPERATIONS';
                    g_eam_wo_rec1.rebuild_item_id := NULL;
                    g_eam_wo_rec1.rebuild_serial_number := NULL;
                    g_eam_wo_rec1.maintenance_object_source := 1;
                    g_eam_wo_rec1.maintenance_object_type := 1;
                    g_eam_wo_rec1.maintenance_object_id := 346;
                    g_eam_wo_rec1.parent_wip_entity_id := NULL;
                    g_eam_wo_rec1.manual_rebuild_flag := NULL;
                    g_eam_wo_rec1.owning_department := 1;
                    g_eam_wo_rec1.description := 'Created From Job Log';
                    g_eam_wo_rec1.class_code := V_CELL ;
                    g_eam_wo_rec1.status_type := 3;
                    g_eam_wo_rec1.date_released := P_Date  ;
                    g_eam_wo_rec1.firm_planned_flag := 2;
                    g_eam_wo_rec1.scheduled_start_date := P_Date;
                    g_eam_wo_rec1.requested_start_date :=  P_Date;
                    g_eam_wo_rec1.scheduled_completion_date := P_Date;
                    g_eam_wo_rec1.material_issue_by_mo := 'N';
                    g_eam_wo_rec1.priority := 10;
                    g_eam_wo_rec1.issue_zero_cost_flag := 'Y';
                    g_eam_wo_rec1.po_creation_time := 1;
                    g_eam_wo_rec1.job_quantity := 1;
                    g_eam_wo_rec1.notification_required := 'N';
                    g_eam_wo_rec1.Attribute1 := Att_Well;
                    g_eam_wo_rec1.Attribute2 := Att_Rig;
                    g_eam_wo_rec1.Attribute4 := Att_Client;
                    g_eam_wo_rec1.Attribute5 := Att_contract;
                    g_eam_wo_rec1.Attribute6 := Att_material_order_type;
                    g_eam_wo_rec1.Attribute7 := Att_service_order_type;
                    g_eam_wo_rec1.Attribute8 := Att_Field;
                    g_eam_wo_rec1.Attribute9 := Att_Job_type;
                    g_eam_wo_rec1.Attribute10 := Att_Job;
                    g_eam_wo_tbl0(1) := g_eam_wo_rec1;
                    Eam_Process_Wo_Pub.PROCESS_WO
                    ( p_bo_identifier => 'EAM'
                    , p_api_version_number => 1.0
                    , p_init_msg_list => TRUE
                    , p_commit => 'N'
                    , p_eam_wo_rec => g_eam_wo_rec1
                    , p_eam_op_tbl => g_eam_op_tbl2
                    , p_eam_op_network_tbl => g_eam_op_network_tbl0
                    , p_eam_res_tbl => g_eam_res_tbl0
                    , p_eam_res_inst_tbl => g_eam_res_inst_tbl0
                    , p_eam_sub_res_tbl => g_eam_sub_res_tbl0
                    , p_eam_res_usage_tbl => g_eam_res_usage_tbl0
                    , p_eam_mat_req_tbl => g_eam_mat_req_tbl0
                    , p_eam_direct_items_tbl => g_eam_di_tbl0
                    , x_eam_wo_rec => g_eam_wo_rec2
                    , x_eam_op_tbl => g_out_eam_op_tbl
                    , x_eam_op_network_tbl => g_out_eam_op_network_tbl
                    , x_eam_res_tbl => g_out_eam_res_tbl
                    , x_eam_res_inst_tbl => g_out_eam_res_inst_tbl
                    , x_eam_sub_res_tbl => g_out_eam_sub_res_tbl
                    , x_eam_res_usage_tbl => g_out_eam_res_usage_tbl
                    , x_eam_mat_req_tbl => g_out_eam_mat_req_tbl
                    , x_eam_direct_items_tbl => g_out_eam_di_tbl
                    , x_return_status => l_return_status
                    , x_msg_count => l_msg_count
                    , p_debug => 'Y'
                    , p_output_dir => '/usr/tmp'
                    , p_debug_filename => 'eambo24.log'
                    , p_debug_file_mode => 'w'
                     --------------------------------------------------- inserting Operation------------------------------------- -----------------------------------
                     FOR I IN  C3 LOOP
                    g_eam_op_rec1.header_id := 1;
                    g_eam_op_rec1.ROW_id := 1;
                    g_eam_op_rec1.batch_id := 1;
                    g_eam_op_rec1.WIP_ENTITY_ID :=g_eam_wo_rec2.wip_entity_id;
                    V_wip_entity_id     :=g_eam_wo_rec2.wip_entity_id;
                    g_eam_op_rec1.ORGANIZATION_ID :=  104  ;
                    g_eam_op_rec1.OPERATION_SEQ_NUM :=  v_loop_counter    ;
                    g_eam_op_rec1.DEPARTMENT_ID  :=  l_dept     ;
                    g_eam_op_rec1.DESCRIPTION :=  I.DATA_DESCRIPTION    ;
                    g_eam_op_rec1.START_DATE := SYSDATE ;
                    g_eam_op_rec1.COMPLETION_DATE := SYSDATE ;
                    g_eam_op_rec1.OPERATION_SEQUENCE_ID := v_loop_counter  ;
                    g_eam_op_rec1.TRANSACTION_TYPE:= 1;
                    v_loop_counter := v_loop_counter +10 ;
                    g_eam_op_tbl2  (1) := g_eam_op_rec1 ;
                    Eam_Process_Wo_Pub.PROCESS_MASTER_CHILD_WO
                    ( p_bo_identifier => 'EAM'
                    , p_api_version_number => 1.0
                    , p_init_msg_list => TRUE
                    , p_commit => 'N'
                    , p_eam_wo_relations_tbl => g_eam_wo_relations_tbl0
                    , p_eam_wo_tbl => g_eam_wo_tbl2
                    , p_eam_op_tbl => g_eam_op_tbl2
                    , p_eam_op_network_tbl => g_eam_op_network_tbl0
                    , p_eam_res_tbl => g_eam_res_tbl0
                    , p_eam_res_inst_tbl => g_eam_res_inst_tbl0
                    , p_eam_sub_res_tbl => g_eam_sub_res_tbl0
                    , p_eam_mat_req_tbl => g_eam_mat_req_tbl0
                    , p_eam_direct_items_tbl => g_eam_di_tbl0
                    , x_eam_wo_tbl => g_eam_wo_tbl1
                    , x_eam_wo_relations_tbl  => g_out_eam_wo_relations_tbl
                    , x_eam_op_tbl => g_out_eam_op_tbl
                    , x_eam_op_network_tbl => g_out_eam_op_network_tbl
                    , x_eam_res_tbl => g_out_eam_res_tbl
                    , x_eam_res_inst_tbl => g_out_eam_res_inst_tbl
                    , x_eam_sub_res_tbl => g_out_eam_sub_res_tbl
                    , x_eam_mat_req_tbl => g_out_eam_mat_req_tbl
                    , x_eam_direct_items_tbl => g_out_eam_di_tbl
                    , x_return_status => l_return_status
                    , x_msg_count => l_msg_count
                    , p_debug => 'Y'
                    , p_output_dir => '/usr/tmp'
                    , p_debug_filename => 'eambo26.log'
                    , p_debug_file_mode => 'w'
                    END LOOP ;
    End if ;
    /*NEWLY ADDED ON 8TH FEB FOR SEQ NUM*/
    Begin
             Select
                     to_char (sysdate , 'RRRR') || '-' || nvl (lpad ( to_char ( max (  to_number ( ( substr ( attribute7 ,   6,  instr ( substr ( attribute7 , 6 ),'-')-1 )) ) )+1  ) , 4,'0'),'0001')
                        into V_Invoice_no
                       From (
                       Select ATTRIBUTE7  from  OE_HEADERS_IFACE_ALL where ATTRIBUTE7 is not null union All
                       Select ATTRIBUTE7  from  OE_ORDER_HEADERS_all where ATTRIBUTE7 is not null
                     where substr ( ATTRIBUTE7,1,4 )   = to_char (sysdate , 'RRRR') ;
              Exception
                    when others then
                   select   to_char (sysdate , 'RRRR')||'-0001'  into  V_Invoice_no    from dual  ;
           End  ;
            INSERT INTO WIP_DISCRETE_JOBS
              (ATTRIBUTE14 )
          VALUES
               (V_Invoice_no  );
      ------   Material creation
      Napesco_Work_Order_Api_Res   (  p_JOB_NUMBER     ,    g_eam_wo_rec2.wip_entity_id     ) ;
      ------   services  creation
       Napesco_Work_Order_Api  (  p_JOB_NUMBER     ,    g_eam_wo_rec2.wip_entity_id     ) ;
       UPDATE   wip_discrete_jobs
       SET   CREATION_DATE =  P_Date
       WHERE  wip_entity_id =   v_wip_entity_id
       AND ROWNUM =1 ;
       UPDATE XXNP_OPN_JOBLOG_001
       SET      WO_FLAG = 'Y'  ,
                WO_date = SYSDATE
       WHERE     ORG_JOB_NUMBER  = P_Job_Number ;
           Fnd_File.Put_Line(FND_FILE.LOG, 'Work Order ' || P_job_number || '  Successfully    ' ) ;
    END LOOP;
    END  ;
    /just to be clear this is the code i included
    /*NEWLY ADDED ON 8TH FEB FOR SEQ NUM*/
    Begin
             Select
                     to_char (sysdate , 'RRRR') || '-' || nvl (lpad ( to_char ( max (  to_number ( ( substr ( attribute7 ,   6,  instr ( substr ( attribute7 , 6 ),'-')-1 )) ) )+1  ) , 4,'0'),'0001')
                        into V_Invoice_no
                       From (
                       Select ATTRIBUTE7  from  OE_HEADERS_IFACE_ALL where ATTRIBUTE7 is not null union All
                       Select ATTRIBUTE7  from  OE_ORDER_HEADERS_all where ATTRIBUTE7 is not null
                     where substr ( ATTRIBUTE7,1,4 )   = to_char (sysdate , 'RRRR') ;
              Exception
                    when others then
                   select   to_char (sysdate , 'RRRR')||'-0001'  into  V_Invoice_no    from dual  ;
           End  ;
            INSERT INTO WIP_DISCRETE_JOBS
              (ATTRIBUTE14 )
          VALUES
               (V_Invoice_no  );but i am getting this error
    Enterprise Asset Management: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    NAPESCO_CREATE_JOB module: NAP Create Work Order
    Current system time is 10-FEB-2011 11:44:37
    **Starts**10-FEB-2011 11:44:38
    ORACLE error 29282 in FDPSTP
    Cause: FDPSTP failed due to ORA-29282: invalid file ID
    ORA-06512: at "SYS.UTL_FILE", line 774
    ORA-06512: at "APPS.EAM_ERROR_MESSAGE_PVT", line 1987
    ORA-06512: at "APPS.EAM_ERROR_MESSAGE_PVT", line 1197
    ORA-065
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Finished executing request completion options.
    Exceptions posted by this request:
    Concurrent Request for "NAP Create Work Order" has completed with error.
    Concurrent request completed
    Current system time is 10-FEB-2011 11:44:42
    kindly guide me
    thanking in advance

    hi
    i just found out ever since i added my peice of code to the already wrking fine concurrent pgm this error is showing
    so i figure the prob is with my peice of code which i added
    i require a sequence number generation
    ie YYYY-0001 format till 9999
    say a job is registered in the year 2011 on feb 2 the sequence wud be 2011 -0001
    on feb 3 for another job it wud be 2011-0002
    well this wht i tried
    /*NEWLY ADDED ON 8TH FEB FOR SEQ NUM*/
    Begin
    select to_char (sysdate , 'RRRR')||'-0001' into V_Invoice_no from dual ;
    End ;
    INSERT INTO WIP_DISCRETE_JOBS
    (ATTRIBUTE14 )
    VALUES
    (V_Invoice_no );but will it increment from 0001 to 0002
    kindly guide me
    thanking in advance
    Edited by: makdutakdu on Feb 10, 2011 1:56 PM

  • URG: ORACLE ERROR 6502 IN FDPSTP IN PICK SELECTION LIST GENERATION

    Dear All,
    I'm on 11.5.7 on Linux.
    My problem is with WSHPSGL: Pick Selection List Generation that ends with error when launched from transactions form.
    The program end with the following error:
    Oracle Shipping: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    WSHPSGL module: Pick Selection List Generation
    Current system time is 14-NOV-2002 11:26:13
    **Starts**14-NOV-2002 11:26:14
    ORACLE error 6502 in FDPSTP
    Cause: FDPSTP failed due to ORA-06502: PL/SQL: numeric or value error:
    character to number conversion error
    ORA-06512: at line 1
    If we launch the report trough OM Superuser - Shipping - Release Sales Orders -
    Release Sales Orders, there's no error.
    Has anyone have this kind of error? How can we solve it?
    Any help would be greatly appreciated.
    Thanks in advance
    FG

    EBS is 11.5.10.2
    OS is OEL 5.3.
    It was running fine until yesterday.But its giving error today.
    error log shows exception in Release_Batch_SRS procedure.
    exact code is ---
    ++++++++++++++++++++++++
    IF G_CONC_REQ = FND_API.G_TRUE THEN
    l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');
    errbuf := 'Exception occurred in Release_Batch_SRS';
    retcode := '2';
    END IF;
    ++++++++++++++++++++++
    Thanks,
    Rakesh

  • ORACLE error 20001 in FDPSTP

    Hi
    In select statement i used view TPC_ORDER_REPORT_V
    Previously report runs without error,
    but i have changed view i.e. removed one column from this view , and when try to run it gives following error
    **Starts**17-JAN-2013 13:25:06
    ORACLE error 20001 in FDPSTP
    Cause: FDPSTP failed due to ORA-20001:
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.TPC_ORDER_REPORTS_PKG", line 715
    ORA-06512: at line 1
    The SQL statement being executed at the time of the error was: S
    Can anyone help me to resolve it
    Thanks,
    Sunil
    Edited by: 973411 on Jan 16, 2013 10:44 PM
    Edited by: 973411 on Jan 16, 2013 10:45 PM

    Hi Kishore,
    I have executed your query
    select * from dba_objects where status='INVALID' and object_name='TPC_ORDER_REPORTS_PKG';
    Result : Blank record
    Means not any row fetch. I have checked executing following query.
    select * from dba_objects where status='VALID' and object_name='TPC_ORDER_REPORTS_PKG';
    result:
    OWNER     OBJECT_NAME     SUBOBJECT_NAME     OBJECT_ID     DATA_OBJECT_ID     OBJECT_TYPE     CREATED     LAST_DDL_TIME     TIMESTAMP     STATUS     TEMPORARY     GENERATED     SECONDARY
    APPS     TPC_ORDER_REPORTS_PKG          571808          PACKAGE     1/13/2011 8:53:20 PM     1/7/2013 6:10:40 AM     2013-01-07:06:10:40     VALID N     N N
    APPS     TPC_ORDER_REPORTS_PKG          571811          PACKAGE BODY     1/13/2011 9:18:15 PM     1/15/2013 8:02:03 PM     2013-01-15:20:02:03     VALID     N     N     N
    Hence I sure package is valid .......
    Edited by: 973411 on Jan 21, 2013 4:05 AM
    Edited by: 973411 on Jan 21, 2013 4:06 AM

  • Error while running the program of deferred Tax ( New)Program Name RFUMSV50

    Hi
    I am getting the error while running the program of deferred Tax ( New)
    Following is the detailed error :
    Enter rate / INR rate type M for 00.00.0000 in the system settings
    Message no. SG105
    Diagnosis
    For the conversion of an amount into another currency, an entry is missing in the currency conversion table.
    Procedure
    Add the missing entry in the currency conversion table.
    Execute function
    You can then continue to process the commercial transaction.
    Thanks & Regards,
    PM

    Check the following notes:-
    1)  Note 46582 - 2.2->3.0: error SG105 for exchange rate M w. inv.
    2)  Note 165645 - SG105:Enter rate & / & rate type & for 00.00.0000..
    3)  Note 483542 - F110: SG105 in maintenance of proposal run with wthhldng tax
    4)  Note 975657 - SG 105: FI-Enjoy with foreign currency and calculate tax
    thanks
    G. Lakshmipathi

  • Error while running jms program in eclipse

    Hi,
    Friends.I am new to forum.This is the first question I am posting.I am new to Java Messaging service.While running the program in eclipse I am getting the following error...
    javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for 'scsstasdap03:QSEIBEL'
         at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:569)
         at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:2328)
         at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:1749)
         at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:144)
         at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:54)
         at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:106)
         at com.bofa.pbes.cedapi.cmwmq.JMSManager.<init>(JMSManager.java:87)
         at com.bofa.pbes.cedapi.cmwmq.JMSManager.<clinit>(JMSManager.java:40)
         at com.bofa.pbes.cedapi.cmwmq.JMSCEDAgent.<init>(JMSCEDAgent.java:24)
         at com.bofa.pbes.cedapi.cmwmq.MessageProcessingController.<init>(MessageProcessingController.java:34)
         at com.bofa.pbes.cedapi.cmwmq.MessageProcessingController.<clinit>(MessageProcessingController.java:38)
    java.lang.ExceptionInInitializerError
    Caused by: java.lang.NullPointerException
         at com.bofa.pbes.cedapi.cmwmq.JMSManager.addMessageListener(JMSManager.java:173)
         at com.bofa.pbes.cedapi.cmwmq.JMSCEDAgent.<init>(JMSCEDAgent.java:25)
         at com.bofa.pbes.cedapi.cmwmq.MessageProcessingController.<init>(MessageProcessingController.java:34)
         at com.bofa.pbes.cedapi.cmwmq.MessageProcessingController.<clinit>(MessageProcessingController.java:38)
    Exception in thread "main"
    Please help me.....

    Have a look in eclipse in the menu under window -> preferences -> java -> installed jre's which one is selected there.
    Than you have to check you project settings: right click on the project and select properterties. Check "Java Build Path" and "Java Compiler" settings.
    If you run your program, the console also shows the version you are running. If it is an 1.6 version everything should work.

  • Error While Submitting Concurrent Program

    Hi all,
    While submitting Concurrent Program in HRMS to check the Seeded Output,I am getting the following Message
    app-fnd-00314 invalid printer ( not print ) and print style (ZA PS Portrait) combination.
    Could someone please tell me How could I figure it out.
    Thanks & Regards

    914618 wrote:
    Hi all,
    While submitting Concurrent Program in HRMS to check the Seeded Output,I am getting the following Message
    app-fnd-00314 invalid printer ( not print ) and print style (ZA PS Portrait) combination.
    Could someone please tell me How could I figure it out.
    Thanks & RegardsWhat is the type of the concurrent program?
    Are you printing to specific printer or to noprint?
    Please see the solution in these docs.
    Accrual Reconciliation Report Errors With APP-FND-00314 Invalid Printer And Print Style Combination [ID 564009.1]
    Cash/Bank Book Report Error APP-FND-00314: "invalid printer and print style inloc_bacs” [ID 551975.1]
    Quarterly Tax Return Worksheet (Form 941) Fails With APP-FND-00314 [ID 307701.1]
    Thanks,
    Hussein

  • ORACLE error 29283 in FDPSTP

    Hi Team.
    We have a DB 11.1.0.07 ON HP-UX 11.23 64 Bits. and wr have this error;
    ORACLE error 29283 in FDPSTP
    **Starts**27-SEP-2013 12:05:10
    ORACLE error 29283 in FDPSTP
    Cause:  FDPSTP failed due to ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 536
    ORA-29283: invalid file operation
    ORA-06512: at "APPS.FLC_OPM_INTERFACE", line 119
    ORA-06512: at line 1
    Generando archivo: /homeoa/proaut2/PROD/OP/OPM130927120510.dat
    Invalida Operacion
    Guido

    938302 wrote:
    Hi Team.
    We have a DB 11.1.0.07 ON HP-UX 11.23 64 Bits. and wr have this error;
    ORACLE error 29283 in FDPSTP
    **Starts**27-SEP-2013 12:05:10
    ORACLE error 29283 in FDPSTP
    Cause:  FDPSTP failed due to ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 536
    ORA-29283: invalid file operation
    ORA-06512: at "APPS.FLC_OPM_INTERFACE", line 119
    ORA-06512: at line 1
    Generando archivo: /homeoa/proaut2/PROD/OP/OPM130927120510.dat
    Invalida Operacion
    Guido
    [oracle@localhost ~]$ oerr ora 29283
    29283, 00000, "invalid file operation"
    // *Cause:  An attempt was made to read from a file or directory that does
    //          not exist, or file or directory access was denied by the
    //          operating system.
    // *Action: Verify file and directory access privileges on the file system,
    //          and if reading, verify that the file exists.

  • MGX-8850 DIAG: slot 8, error = 0xffffffff: Reset occurred while running Offline diag.

    Need help with resolving this error message. 
    From what I can tell the card seems find when doing a dspcd 8 it does not show any alarms.
    AGNODE-331-1.7.PXM.a > dspcd 8
    AGNODE-331-1                     System Rev: 05.06   May. 02, 2014 15:51:28 GMT
    MGX8850/B                                            Node Alarm: CRITICAL
    Slot Number    8    Redundant Slot:  7
                        Front Card          Upper Card          Lower Card
    Inserted Card:      PXM45C              UI Stratum3/B       PXM HardDiskDrive  
    Reserved Card:      PXM45               UI Stratum3         PXM HardDiskDrive  
    State:              Standby             Active              Active         
    Serial Number:      SAD100509GD         SAD1032004C         SAD102509L4 
    Prim SW Rev:        5.6(10.200)         ---                 ---
    Sec SW Rev:         5.6(10.200)         ---                 ---
    Cur SW Rev:         5.6(10.200)         ---                 ---
    Boot FW Rev:        5.6(10.200)         ---                 ---
    800-level Rev:      E0                  B0                  A0   
    800-level Part#:    800-20217-06        800-25728-01        800-05052-06
    CLEI Code:          BA7AURPDAA          BA6ATU0FAB          BA7IADYAAB 
    Version ID (VID):   ---                 ---                 ---        
    Reset Reason:       On Reset From Shell
    Card Alarm:         NONE                
    Failed Reason:      None                
    Type <CR> to continue, Q<CR> to stop: 
    AGNODE-331-1                     System Rev: 05.06   May. 02, 2014 15:51:28 GMT
    MGX8850/B                                            Node Alarm: CRITICAL
    Miscellaneous Information:
    Crossbar Slot Status:      Present
    Alarm Causes
        NO ALARMS                 
    Backcard Mismatch/Failed Reasons
    Upper Card 
        NO MISMATCH               
    Lower Card 
        NO MISMATCH               
    Type <CR> to continue, Q<CR> to stop: 
    AGNODE-331-1                     System Rev: 05.06   May. 02, 2014 15:51:28 GMT
    MGX8850/B                                            Node Alarm: CRITICAL
    Front Card Mismatch Reason
    NO MISMATCH
    AGNODE-331-1.7.PXM.a > 
    but when I run the dsplog command the following is shown.
    07A00454 05/02/2014-14:13:31 DIAG-4-ERR           
            SysDiag    SysDiagReportError
    DIAG: slot 8, error = 0xffffffff: Reset occurred while running Offline diag.
    07A00455 05/02/2014-12:40:41 DIAG-4-ERR           
            SysDiag    SysDiagReportError
    DIAG: slot 8, error = 0xffffffff: Reset occurred while running Offline diag.
    07A00602 05/02/2014-12:53:54 DIAG-4-ERR           
            SysDiag    SysDiagReportError
    DIAG: slot 8, error = 0xffffffff: Reset occurred while running Offline diag.
    Anyone know why the log is showing this and how do I get past it?

    Need help with resolving this error message. 
    From what I can tell the card seems find when doing a dspcd 8 it does not show any alarms.
    AGNODE-331-1.7.PXM.a > dspcd 8
    AGNODE-331-1                     System Rev: 05.06   May. 02, 2014 15:51:28 GMT
    MGX8850/B                                            Node Alarm: CRITICAL
    Slot Number    8    Redundant Slot:  7
                        Front Card          Upper Card          Lower Card
    Inserted Card:      PXM45C              UI Stratum3/B       PXM HardDiskDrive  
    Reserved Card:      PXM45               UI Stratum3         PXM HardDiskDrive  
    State:              Standby             Active              Active         
    Serial Number:      SAD100509GD         SAD1032004C         SAD102509L4 
    Prim SW Rev:        5.6(10.200)         ---                 ---
    Sec SW Rev:         5.6(10.200)         ---                 ---
    Cur SW Rev:         5.6(10.200)         ---                 ---
    Boot FW Rev:        5.6(10.200)         ---                 ---
    800-level Rev:      E0                  B0                  A0   
    800-level Part#:    800-20217-06        800-25728-01        800-05052-06
    CLEI Code:          BA7AURPDAA          BA6ATU0FAB          BA7IADYAAB 
    Version ID (VID):   ---                 ---                 ---        
    Reset Reason:       On Reset From Shell
    Card Alarm:         NONE                
    Failed Reason:      None                
    Type <CR> to continue, Q<CR> to stop: 
    AGNODE-331-1                     System Rev: 05.06   May. 02, 2014 15:51:28 GMT
    MGX8850/B                                            Node Alarm: CRITICAL
    Miscellaneous Information:
    Crossbar Slot Status:      Present
    Alarm Causes
        NO ALARMS                 
    Backcard Mismatch/Failed Reasons
    Upper Card 
        NO MISMATCH               
    Lower Card 
        NO MISMATCH               
    Type <CR> to continue, Q<CR> to stop: 
    AGNODE-331-1                     System Rev: 05.06   May. 02, 2014 15:51:28 GMT
    MGX8850/B                                            Node Alarm: CRITICAL
    Front Card Mismatch Reason
    NO MISMATCH
    AGNODE-331-1.7.PXM.a > 
    but when I run the dsplog command the following is shown.
    07A00454 05/02/2014-14:13:31 DIAG-4-ERR           
            SysDiag    SysDiagReportError
    DIAG: slot 8, error = 0xffffffff: Reset occurred while running Offline diag.
    07A00455 05/02/2014-12:40:41 DIAG-4-ERR           
            SysDiag    SysDiagReportError
    DIAG: slot 8, error = 0xffffffff: Reset occurred while running Offline diag.
    07A00602 05/02/2014-12:53:54 DIAG-4-ERR           
            SysDiag    SysDiagReportError
    DIAG: slot 8, error = 0xffffffff: Reset occurred while running Offline diag.
    Anyone know why the log is showing this and how do I get past it?

  • APP-DT-34605:Oracle error ORA-4098 occured while writing to PER_ALL_ASSIGNM

    We have Upgraded DB from 10.2.0.2 to 10.2.0.5 having same Apps version 11.5.10.2,
    we have seen below issue upon upgrade,
    While updating any information in Assignment i.e. Assignment Status getting following error.
    APP-DT-34605:Oracle error ORA-4098 occured while writing to PER_ALL_ASSIGNMENTS_F
    How to overcome these errors, please advise,
    RM

    Please see these docs.
    PERWSHRG: Updating Assignment Gives Error APP-DT-34605 ORA-6510 [ID 286294.1]
    Update Employee Assignment Details Cause Error: APP-DT-34605-- ORA-20001 occurred writing to PER_ALL_ASSIGNMENTS_F [ID 793451.1]
    APP-DT-34605 Error When Saving on Assignment Form [ID 829292.1]
    Receive APP-DT-34605 Error When Updating an Existing Payment Method [ID 780090.1]
    ORA-06508 PL/SQL Could Not Find Program Unit Being Called: "APPS.PAY_PAY_SHD" [ID 1170903.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Error while Creating Key Flex Feild

    Hi Experts, I am learning OAF; i want to create KEY FLEXFIELD in OAF page. Steps: 1. Created VO(GLCodeCombinationsVO) -- SQL Query:select code_combination_id from gl_code_combinations_kfv 2. Created AM(GLCodeCombinationAM) and attached VO to AM. 3. C

  • My HP Officejet Pro 8600 Plus printer will not recognize my wireless router passwrd

    My printer was working fine but when I turned it on today it wouldn't connect to my wireless router. I try inputing the correct password and the printer gives me this message......"the WPA security passphrase configured on your HP printer does not ma

  • Can't uninstall a network installation (Version: WebLogic 8.1 for Windows)

    Hi, As described in the above subject, I encountered an error when trying to uninstall WebLogic 8.1 for windows, which is installed from another computer (WINXP) thru network. The installation executes on the remote machine. When asking the location

  • Why is the App Store in Spanish on both my iPod touch and iTunes for my PC?

    I live in Mexico, but am an American. I have set all my languages to English, but since I returned from Christmas to Mexico, all my items in the appstore both on itunes and on my itouch are in Spanish. The rest of the apps are in English. Help! Thank

  • How to concatenate fields in Search help exit

    Hi, My requirement is i have to create a search help for a field in cj20n transaction. when i press f4 on that field i should get a popup of 4 fields from custom table,when user selects any 1 row, first 3 field values should be concatenated and appea