Error while doing multiple object updation from EP ! object lock error

HI all,
I am doing multiple  object updation using a standard RFC(BAPI_PROJECT_MAINTAIN). The RFC i am calling from Enterprise portal. I am sending data to RFC one by one. But the error i am getting is object is locked by user so data can't be save.
Though i am using Lock and unlock method before and after calling RFC the project lock error comes up.
What might be the reason
regards
sandeep

Hi Sandeep,
Is the RFC you use for locking in the same model as the bapi BAPI_PROJECT_MAINTAIN? If it is not then you are using two connections for communication with the sap R/3 backend.
You can do 2 things.
1. You could add the RFCs for locking in the same model as the BAPI_PROJECT_MAINTAIN
2. Instead of adding the RFCs in one model synchronize the connections the models use as follows:
IWDDynamicRFCModel model1 = (IWDDynamicRFCModel) WDModelFactory.getModelInstance(Model1.class);
IWDDynamicRFCModel model2 = (IWDDynamicRFCModel) WDModelFactory.getModelInstance(Model2.class);
model1.setConnectionProvider(model2);
You can do this in the wdDoInit. This will make sure both models use the same connection but closing a connection will close both at the same time.
The same problem applies to commit/rollback functionality.
Regards,
Jeschael

Similar Messages

  • How can I remove the repetitive multiple daily updates from Mozilla

    Hello
    How can I remove the repetitive multiple daily updates from Mozilla?
    Within a day, each day I get prompts as: Mozilla Firefox Update is ready to install at your computer.........then I do install and update it.......then after few minutes again it asks to update the same edition.........again after logging in back few hours later it prompts me again with the same request........IT IS VERY ANNOYING!
    Thank You,
    Gene

    ''the-edmeister [[#answer-683804|said]]''
    <blockquote>
    You could allow the update to proceed - that will stop Mozilla from asking if you want to update every time you launch Firefox, as is supposed to happen.
    Any particular reason that you don't want Firefox 35.0.1 to be installed?
    </blockquote>
    Hi The EDmeister,
    Thank you for your response.
    Nevertheless, I have to repeat that I have ALREADY INSTALLED the Firefox 35.0.1 in my computer and ALLOWED IT TO PROCEED.
    The same edition is prompting me back again, and again and again, within a day, each day. I get that annoying message at the top-right hand.
    I do not want to see it every time, multiple times a day, that is the issue here, unresolved!
    Best regards,
    Gene

  • Updation problem while creating multiple objects from enterprise portal

    Hi All,
    From enterprise portal i am calling an RFC 'BAPI_PROJECT_MAINTAIN' to create objects .
    While trying to create multiple objects simultaneously it gives error "sapuser is currently using, can't be created".
    It seems like as i am creating multiple objects by calling RFC repeatedly , while the first one is not updated fully i am sending the second value to be processed.
    Pl. tell me how to overcome this. Do I need to add any sleep time in EP or any other method is there in SAP to overcome this situation.
    thanks
    sandeep

    Dear Sandeep,
    I have discussed this problem with EP team lead in my organisation, i have given your email id to him he will forward the solution on your id.
    If usefull reward points helpfull....
    Regards,
    Rajneesh Gupta

  • Industry error while doing replication of customer from R/3 to CRM

    Hi,
    We have production system already implemented and going for roll out for another company both R/3 & CRM.
    We have generated conditional objects while doing roll out phase. From then we are getting this error.
    Problem:
    Customers are not getting replicated to CRM. And in SMW01 the error log says
    "Industry 300 not defined for industry system SAPS
    Validation error occurred: Module CRM_BUPA_MAIN_VAL, BDoc type BUPA_MAIN."
    Since we are going for roll out we have done initial load of all conditional objects
    like 'DNL_COND_A002' etc.
    After running we did checked in R3AM1 - everything was DONE - in green colour.
    But in SLG1 - Display log - there are several entries in Red colour.
    Message text says -
    "It is not possible to change client-independent Customizing objects
    Diagnosis:
    Change of client-independent Customizing objects is not permitted in the client in which the transfer of data for table T682 is executed.
    System response:
    As table T682 contains client-independent Customizing, data transfer is interrupted.
    Procedure for System Administration
    Provide users with the appropriate authorization to execute data transfer in a client in which changes to client-independent objects is permitted."
    Now queues are pilled up with the industry error and don't know how to correct these errors.
    Please help.
    Regards,
    Dhanraj Dange

    Hi pankaj,
    Step 1:After completing Initial Download tranfer of data takes place from R/3 to CRM system in the form of Customers or employess.
    Bulk data will be flown in the first step.
    I f there are any errors ,we solve the errors and replicate them manually by using CRMM_BUPA_map.
    Step2:There are few customers which are created daily in SAP SD or R/3 and these customers are transfered from R/3 to CRM .
    So my question is  Is this b'cos of Delta Download or Bcoz of some other Reason.
    If so "Is there any specific name for this.
    Regards,
    divya

  • Want to save time while doing inserts or updates using JDBC

    I want to save time while doing inserts/updates in a database in my Java app. using JDBC. My app. has to do a lot of inserts and that takes up a lot of time.
    I can do some buffering and then do bulk/batch inserts if that will help. any pointers on whether this will be useful and how to go about it?
    Is there any other way I can save time and thereby improve performance?
    I am using Oracle 8 with Oracle thin driver.
    Thanks

    I tried using the PreparedStatement.addBatch() and PreparedStatement.executeBatch() in a test program.
    The error is SQLException - "Unsupported feature" which I get at the addBatch method call. I am using oracle thin driver sdk 8.1.6 for jdk 1.2.x
    What is wrong here?
    Thanks

  • OSX - SCEP Agent - Where does it get updates from?

    Really simple question that I simply cannot find an answer to.
    Where does the OSX version of the System Center Endpoint Protection agent download it's updates from?
    For Windows clients we have it set to get updates from SCCM and then failback to Microsoft Update.  In SCCM I can see those updates because they are auto-approved to our Software Update Points.  Does the OSX agent use SCCM and the same update definitions
    or does it just always use Microsoft Update??

    Hi,
    It doesn't use Windows Update or SCCM at all it is updated directly from the cloud.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Unique Key Violation While Doing Multiple Updates And Create in EJB

    Hello All,
    I am using oracle 9i and Weblogic 7.0. I have a table that has a unique key constraint on one column , say 'Col1' and i am using a CMP to read,create and update data in this table. The problem description is as follows.
    I have JTable that display the data from the above said table. The user can modify the existing data and insert new data that will be reflected in the DB using the CMP. Let us say the following are displayed
    ROW1
    Col1 : 3
    Col2 : 'ABC'
    Col3 : 1 (Primary key in the table)
    Now the user modifies the above row and inserts a new record. Now the following will be the display
    ROW1 (Modified)
    Col1 : 4
    Col2 : 'ABC'
    Col3 : 1 (Primary key in the table)
    ROW2 (New)
    Col1 : 3
    Col2 : 'DEF'
    Col3 : 2 (Primary key in the table)
    When the above data is saved i do the following in the Code
    a) Session Bean
    For (all the data in the Jtable)
    try
    home.findByPrimaryKey(Col3);
    remote.update(Col1,Col2);
    catch(FinderException fe)
    home.create(Col1,Col2,Col3);
    When the above code is run During the first loop the update runs succesfully (i.e update old value of 3 with 4 ) but during the 2nd loop the create (i.e Insert new value 3) gives me the unique key violated exception. The following is the stack trace
    <Oct 25, 2004 11:36:22 AM IST> <Info> <EJB> <010049> <EJB Exception in method: ejbPostCreate: java.sql.SQLException: ORA-00001: unique constraint (UAT_CYCLE2_1.UK_PYMT_DET_TX) violated
    java.sql.SQLException: ORA-00001: unique constraint (UAT_CYCLE2_1.UK_PYMT_DET_TX) violated
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:579)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1892)
    at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1093)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2130)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2013)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2869)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:608)
    at weblogic.jdbc.jts.Statement.executeUpdate(Statement.java:509)
    at de.dl.ucs.contract.entity.TerminalPaymentsCMP_kbdoop__WebLogic_CMP_RDBMS.__WL_create(TerminalPaymentsCMP_kbdoop__WebLogic_CMP_RDBMS.java:1435)
    at de.dl.ucs.contract.entity.TerminalPaymentsCMP_kbdoop__WebLogic_CMP_RDBMS.ejbPostCreate(TerminalPaymentsCMP_kbdoop__WebLogic_CMP_RDBMS.java:1353)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.ejb20.manager.DBManager.create(DBManager.java:1023)
    at weblogic.ejb20.manager.DBManager.localCreate(DBManager.java:904)
    at weblogic.ejb20.internal.EntityEJBLocalHome.create(EntityEJBLocalHome.java:180)
    at de.dl.ucs.contract.entity.TerminalPaymentsCMP_kbdoop_LocalHomeImpl.create(TerminalPaymentsCMP_kbdoop_LocalHomeImpl.java:73)
    at de.dl.ucs.contract.helperclasses.SubsegmentMaintanence.saveTerminalPayments(SubsegmentMaintanence.java:697)
    at de.dl.ucs.contract.controller.SubsegmentSL.saveSubsegmentDetails(SubsegmentSL.java:570)
    at de.dl.ucs.contract.controller.SubsegmentSL.processFinanceSubsegmentSave(SubsegmentSL.java:1601)
    at de.dl.ucs.contract.controller.SubsegmentSL_kgzv4j_EOImpl.processFinanceSubsegmentSave(SubsegmentSL_kgzv4j_EOImpl.java:498)
    at de.dl.ucs.contract.events.FinanceSubsegmentBEH.saveSubsegmentDetails(FinanceSubsegmentBEH.java:749)
    at de.dl.ucs.contract.events.FinanceSubsegmentBEH.processEvent(FinanceSubsegmentBEH.java:232)
    at de.dl.ucs.framework.flowcontroller.ControllerBean.delegateAction(ControllerBean.java:229)
    at de.dl.ucs.framework.flowcontroller.ControllerBean_riqvk4_EOImpl.delegateAction(ControllerBean_riqvk4_EOImpl.java:46)
    at de.dl.ucs.framework.flowcontroller.ControllerBean_riqvk4_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:441)
    at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:114)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:382)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:726)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:377)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:234)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:210)
    >
    <Oct 25, 2004 11:36:22 AM IST> <Info> <EJB> <010051> <EJB Exception during invocation from home: [email protected] threw exception: javax.ejb.TransactionRolledbackLocalException: EJB Exception:; nested exception is: java.sql.SQLException: ORA-00001: unique constraint (UAT_CYCLE2_1.UK_PYMT_DET_TX) violated
    Please help me with this, as far as i am concerned since both update and create is in the same transaction the update on the row must be visible to the create and hence there shouild not be any problem.....
    thanks in advance
    Shanki

    Hi,
    Thanks,
    There are 3 columns involved with that table . Out of whihc one is a Primary Key (string) , The other column (Number) has a unique key constraint defined on it and the last column stores a value corresponding to the 2nd column.
    The reason for me to do a create in the Finder exception is as follows.
    I Loop through the Data present in JTable. As given in the example let us assume that there are 2 rows in the JTable. Out of whihc the First row needs an updation and the second row , which is a new row needs to be created. So During the First iteration of the loop, The findermethod does not throw any exception (Because it is a modfied row) and hence the update gets fired successfully. During the second iteration , since it is a new row the findermethod will throw a finder exception and hence create will get fired.
    I understand that this is not a good coding style but then it is not 100% wrong and i need to find out as to why it is not working.
    Hope am clear in explaining my problem
    Thanks
    Shanki

  • Urgent please -- got error while doing a simple update -- Thanks:)

    Hi guys,
    I have a procedure that updates a table, when I run the update manually from sqlplus it works and when I run the procedure by it self from sqlplus it also works the problem comes when I call that procedure from another procedure that I have I get the following error:
    ERROR at line 1:
    ORA-20998: Transaction Failed
    ORA-06512: at "HSO.QMS$ERRORS", line 128
    ORA-06512: at "HSO.QMS_TRANSACTION_MGT", line 900
    ORA-06512: at "IAIGC.CG$AUS_CSH_LEDGER_HEADER", line 115
    ORA-04088: error during execution of trigger 'IAIGC.CG$AUS_CSH_LEDGER_HEADER'
    ORA-06512: at "IAIGC.CSH_GL_PKG", line 7634
    ORA-06512: at "IAIGC.CSH_GL_PKG", line 266
    ORA-06512: at line 1
    This procedure was working fine until I took an export of my production dB and import it in my test database to test a fix in a diff procedure, here is my code
    ================================================
    BEGIN
    -- Get the Last day in the period
    v_date := last_day(to_date(p_period,'RRRRMM'));
    -- delete the trail revaluation etries from the detail
    delete from csh_v_ledger_detail
    where leh_period = p_period
    and leh_own_id = p_own_id
    and leh_jv_type in ('PR','RV');
    -- delete the trial revaluation etries from the header
    /*delete from csh_v_ledger_HEADER
    where period = p_period
    and own_id = p_own_id
    and jv_type in ('PR','RV');
    -- adjust difference between debit and credit in jvs
    -- update balances
    FOR ret_rec IN c_gen_mon_bal(v_date) LOOP
    -- initialize balances for each account
    v_bal_base := 0;
    v_bal_fc := 0;
    v_end_bal_fc := 0;
    v_end_bal_base := 0;
    v_trn_dr_fc := 0;
    v_trn_cr_fc := 0;
    v_trn_dr_base := 0;
    v_trn_cr_base := 0;
    v_ins := 0;
    -- Get Beginning Balances for the period from the
    -- csh_balances table
    BEGIN
    select round(amount_base,ret_rec.own_dec)
    ,round(amount_fc,ret_rec.bal_dec)
    into v_bal_base
    ,v_bal_fc
    from csh_balances
    where gla_id = ret_rec.gla_id
    and period = p_period
    and own_id = p_own_id;
    v_ins := 0;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN v_bal_fc := 0;
    v_bal_base := 0;
    v_ins := 1;
    END;
    -- Get the sum of all debit and credit transaction
    -- from the transactions table for the current month
    select sum(round(entered_dr,ret_rec.bal_dec))
    ,sum(round(entered_cr,ret_rec.bal_dec))
    ,sum(round(accounted_dr,ret_rec.own_dec))
    ,sum(round(accounted_cr,ret_Rec.own_dec))
    into v_trn_dr_fc
    ,v_trn_cr_fc
    ,v_trn_dr_base
    ,v_trn_cr_base
    from csh_v_ledger_detail
    where gla_id = ret_rec.gla_id
    and to_char(leh_value_date,'RRRRMM') = p_period
    and leh_own_id = p_own_id
    and leh_closed_flag = 'N';
    -- Add Balances for the month to all the transactions
    v_end_bal_fc := nvl(v_bal_fc,0) - nvl(v_trn_dr_fc,0) + nvl(v_trn_cr_fc,0);
    v_end_bal_base := nvl(v_bal_base,0) - nvl(v_trn_dr_base,0) + nvl(v_trn_cr_base,0);
    -- Get the exchange rate for the month
    v_rate := csh_acc_pkg.csh_get_rate(p_own_id,ret_rec.cur_id,v_date,'ACC');
    if v_ins = 1 then
    insert into csh_balances(
    OWN_ID
    ,GLA_ID
    ,MONTH_END
    ,AMOUNT_BASE
    ,AMOUNT_FC
    ,CONVERSION_RATE
    ,PERIOD_STATUS
    ,PERIOD)
    values(
    p_own_id
    ,ret_rec.gla_id
    ,v_date
    ,v_end_bal_base
    ,v_end_bal_fc
    ,v_rate
    ,'C'
    ,p_period);
    else
    update csh_balances
    set amount_fc = v_end_bal_fc,
    amount_base = v_end_bal_base,
    period_status = 'C',
    conversion_rate = v_rate
    where gla_id = ret_rec.gla_id
    and period = p_period
    and own_id = p_own_id;
    end if;
    END LOOP;
    /* update csh_v_ledger_header
    set closed_flag = 'Y'
    where own_id = p_own_id
    and period = p_period
    and closed_flag = 'N'; */
    csh_gl_pkg.csh_upd_leh_close(p_own_id,p_period);
    END;
    ================================================

    There is a messages.sql script available at the hst\scripts folder of your headstart installation. When you run this script the error stack will be written to the output, this might give you the information why the procedure fails.

  • Error while doing Transaction data loading from ECC to BW

    HI,
    I faced error in data records so i corrected it manually by going PSA Maintenance. then now when i am trying to schedule data laod by going to that Data source then right click on Manage then select Request which i have updated with correct records. then Again right click-->UPDATE WITH SCHEDULER .now next screen is SCHEDULER(PSA SUBSQUENT UPDATE) here i am not getting any Data Target means data target field is disabled  so i cannot schedule it for load.
    Any solution for this error.
    Thanks
    Nilesh Pathak

    Hi,
    I guess you have not deleted the request from the InfoCube 'Manage' Screen. If the request is already updated to your InfoCube/ODS ,then it will not show the Data Target in PSA Scheduler.
    You can try to re-load the data using 'Only PSA'  in the InfoPackage and then correct the errors and load the data using Update option from the Manage screen.
    Thanks

  • Error while doing transport to Quality from Solman

    Dears,
    I am using Solman 7.0 SP15.
    I have recently configured Charm,Now to test it funcationality I created one transport and as per process released it by solman.
    Now I am trying to import this request by Solman into QAS but it is giving error:
    TMS communication error with TMSSUP#QAZ.DOMAIN_DEV
    Message no. XT153
    Diagnosis
    There was an error during communication with the RFC destination
    TMSSUP#QAS.DOMAIN_DEV
    System Response
    The exact error message of the system is:
    Name or password is incorrect (repeat logon)
    Procedure
    The function terminates.
    Procedure for System Administration
    Check your TMS configuration with the transaction STMS.
    I checked all RFCs are working fine with authorization test,RFC TMSSUP#QAZ.DOMAIN_DEV is also working fine but its created with clicked logon screen option that i read is OK.
    We have one RFC destination to 000 Client of our domain controller DEV.
    Please suggest do i nead to create RFC destnations to QAS and PRD also to import requests or what is the root cause of this issue.
    Shivam
    Edited by: Shivam Mittal on Jan 22, 2009 9:30 AM

    Hi,
    TMSSUP#QAZ.DOMAIN_DEV  Client 000 ...
    Looks like the user who performs action "import to qas" does not exist in QAZ (000).
    /cheers

  • ANT error while doing a setup-bpm from the OBPM documentation - antlib err

    Hi,
    Have anyone see this particular error and found a solution for the following problem:
    I've tried using the samples in OBPM Enterprise version for weblogic. It has samples under OBPMWlHome directory samples/interop.
    Setup my environment settings so that the ANT command works for regular java compilations and jar builds.
    But, when i try to run the ANT with samples/interop/AntTasks build.xml and setting the properties, getting the following error:
    build.xml:58: Problem: failed to create task or type antlib:fuego.tools.ant.enterprise:passport
    and when i add the ANT_ARGS=-lib c:/oraHome/lib;c:/oraHome/ext a different error msg is displayed.
    org/apache/tools/ant/antlib.xml:37: Could not create task or type of type: componentdef
    Would you please give any insight into what can be done to resolve this issue.
    Thank you and appreciate any help you can provide.
    -Arjen

    thank you.. it works..
    not sure if this is something, that we need to configure differently in ANT1.81.
    Apache site and ANT help messages in ant1.8.1 execute command mentions that this is not a bug..
    in any case, appreciate your help on this to use ant 1.6.5
    regards

  • Multiple Row Update From Similar Table

    I am attempting to update a table based on similar table if the Entry_Type is D and they have the same log_numbers. I have created queries to show me the results I want but am having some difficulities getting the update to happen. I am getting a single-row subquery returns more than one row error, but I would like to update all necessary rows.
    Here is my sql...
    UPDATE V.MASTER
    SET (MODIFIED_BY, ENTRY_TYPE) = (
         SELECT MODIFIED_BY, ENTRY_TYPE
         FROM J.BACK)
         WHERE LOG_NUMBER IN
         (SELECT LOG_NUMBER FROM V.MASTER
         WHERE ENTRY_TYPE <> 'D' AND LOG_NUMBER = ANY
                   (SELECT LOG_NUMBER FROM J.BACK
                   WHERE ENTRY_TYPE = 'D'))
    I would appreciate any assistance! Thanks!

    You can also use correlated update. This one is from AskTom (http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1197999096334)
    if you have the proper primary keys to assure uniqueness on S and C, this does it (i have the keys
    noted in the creates)
    ops$tkyte@ORA920> create table pgp_person
    2 ( date_of_birth date,
    3 update_by varchar2(10),
    4 update_date date,
    5 load_timestamp date,
    6 person_num int );
    Table created.
    ops$tkyte@ORA920>
    ops$tkyte@ORA920> create table ship_passenger
    2 ( date_of_birth date,
    3 person_num int,
    4 voy_num int,
    5 book_num int,
    6 seq_num int,
    7 primary key (person_num) );
    Table created.
    ops$tkyte@ORA920>
    ops$tkyte@ORA920> create table pgp_cruise_history
    2 ( voy_num int,
    3 book_num int,
    4 seq_num int,
    5 matched_ind int,
    6 primary key(voy_num,book_num,seq_num) );
    Table created.
    ops$tkyte@ORA920>
    ops$tkyte@ORA920> update ( select p.date_of_birth dob1, s.date_of_birth dob2,
    2 p.update_by, p.update_date, p.load_timestamp
    3 from pgp_person p, pgp_cruise_history c, ship_passenger s
    4 where p.person_num = s.person_num
    5 and s.voy_num = c.voy_num
    6 and s.book_num = c.book_num
    7 and s.seq_num = c.seq_num
    8 and c.matched_ind is not null
    9 and s.date_of_birth <> p.date_of_birth )
    10 set dob1 = dob2,
    11 update_by = 'sdm18649',
    12 update_date = trunc(sysdate),
    13 load_timestamp = sysdate;
    0 rows updated.

  • Where does the Agent update from?

    If I update the Zen Agent on some workstations using the ZCC, where do
    they get the agent from? The Primary ZCM server or from the Satellite
    server that the Workstations have in the Closest Server Rule?
    Thanks

    From their Closest Content Server as defined in the Closest Server Rules.
    On 2/20/2013 10:19 AM, Patrick Doherty wrote:
    > If I update the Zen Agent on some workstations using the ZCC, where do
    > they get the agent from? The Primary ZCM server or from the Satellite
    > server that the Workstations have in the Closest Server Rule?
    >
    > Thanks
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Testing while doing the database upgrade from 9.2.0.6 to 11.2.0.2 apps ?

    Dear Experts,
    Please note that we are in process of doing database upgrade from 9.2.0.6 to 11.2.0.2 ?
    We have gone through the interoperablity note id for 11i 11gr2 ?
    Step 1
    upgrading the database from 9.2.0.6 to 9.2.0.8 ?
    Step 2-
    Upgrading the Forms patchset to 19 ?
    Step-3
    Applying the Rollup-6 patch ?
    Step -4
    Upgrading the database from 9.2.0.8 to 11.2.0.2 ?
    We would like to know whether after each step do we have to do any kind of testing on the Oracle Application Instance and the database?
    Please advise.
    Regards
    Mohammed.

    We would like to know whether after each step do we have to do any kind of testing on the Oracle Application Instance and the database?There is no such a list. However, you can refer to the documents referenced in each task above and it should cover if any testing need to be done or not (for example, the Developer Patchset doc). For the rest of the docs you will have to do your regular testing (test the application/database and make sure it is working properly).
    Also, make sure you review (Known issues on Top of 11i.ATG_PF.H. delta.6 (RUP6) - 5903765 [ID 459353.1]).
    ATG RUP 7 is the latest 11i.ATG_PF patch.
    About Oracle Applications Technology 11i.ATG_PF.H.delta.7 (RUP 7) [ID 783600.1]
    Known Issues On Top of 11i.ATG_PF.H.delta.7 (RUP7) - 6241631 [ID 858801.1]
    Thanks,
    Hussein

  • Change log for Z field while doing a direct update

    Hi ,
    I have a Z field added to the EKKO table and the change log is activated . Any change to the Z field from the transaction ME52N is updated in the CDHDR , CDPOS tables .
    The issue I have is now i have a requirement to update this Z field through a program . I could update this field but the change doesnt get into the change log . But the change done from the program appears in the front end screen i.e ME53N.
    Please help me on this.
    Regards,
    Hari.

    Hi Hari hara Kumar,
    As far as my thinking, there is only one solution for this, do a recording/BDC(I know that Enjoy transaction BDCs are not successfull but as you have only 1 field to update,you can have a try) to update the Customer fields  or Using the BAPI you can update the same to get change records, but it will be a long procedure to add Z field in the BAPI structures and then do that required coding, better is to have a try a with the BDC. I will never ever do a direct DB table update using a Z program for Standard tables.
    Thanks & Regards,
    Faheem.

Maybe you are looking for

  • How to measure performance?

    Hi all, I have a scenario where in i need to check performance of design being used. I have one infocube in which data is on Per calender day basis. I have loaded that data in other cube on fiscal year basis with only specific characteristics and key

  • Assigning Query to Transport Request

    Hello , I need to modify the Query 0CSRV_C01_Q0102 Service Tickets Current Month Completion Rate by Emp Resp The Requirement is I need to change the Text view of Employee Responsible to Mediun Length text . When i changed the text and saved it is not

  • Samrtform Text Display In quality

    Hi All, We are Calling Smartform From VL02n Tcode, based on Output Types. In the Layout Texts are Displayed in Japanese Characters. In Development everythng is fine and texts / Data are displayed as required. But after Transport to Quality, Japanese

  • HT1918 How do I change my security questions I have forgotten my answers

    I have forgotten the answers to my security questions and it won't let me purchase any items off my ipad due to it is there a way of changing them or getting an email with my answers

  • BC4J and JSP

    I have a question about jsp using bc4j. I need to create some view object row methods and let jsp to use it. Do I have to use struts? We could not use view object row methods from jbo, right? We have to create some javabean classes, right? Thanks!!