Updating warehouse in PO

Hi all, I'm trying to update the warehouse on the 3rd line of a open PO. I am getting the error
You cannot open rows in the document [Purchase Order - Rows - Row Status][line: 0]  [Message 131-194]
I am able to update other fields in the row, just not the warehouse.
Please advise how we can update the warehouse.
Thanks,
Jane

Hi Jane Liang,
If you are trying to change, the third line with any other Warehouse that is different from the above two lines, you cannot add Purchase order.
If this is the problem, please check the following:
Is the check box for "Split Purchase Order" is marked in Document settings?
Select 'Split purchase order' to to split a purchase order that relates to more than one warehouse.
More info:
https://help.sap.com/saphelp_sbo882/helpdata/en/45/071a63f61941dee10000000a1553f6/content.htm
Thanks
JO

Similar Messages

  • Re:Error while updating Warehouse List for the items in DTW..!!!

    Dear SAP Members,
    We have transferred the items through DTW but while updating the warehouse list for the items.i got a error message like this:
    No.     Status                  Key               Reason
    1         Updatefailed       ItemCode       cannot find this object in B1-application defined or object defined error65171
    How to resolve this issue.It shows error for 600 records.It is very dfficult to enter manually.Help me on this issue.
    With Regards,
    Revathy

    Hi Revathy,
    I suggest you use SQL Server Management Studio. I am not sure which DTW template you are using. All templatesl map to certain tables in B1. You should perfform a select on that table in SQL Management Studio.
    It seems like the column that connects DTW Template in excel to the column in B1 Table do not match. Usually you may have incremental numbers in starting sequence in DTW Template, however, it is different in B1. You may need to copy the numbers over to DTW Template.
    If you want to do it automatically, you can achieve it through mapping or you could write your own little program that takes data from B1 tables and replace the one in Excel in that column.
    If it is one time effort you may just map them manually.
    I hope I am making sense to you.
    If you want us to try it out, give the name of the template, the content in the template may be few lines.

  • Updating Warehouse Infor via DTW

    Hi,
    I'm having some diffuclties in updating my warehouse info particularly the warehouses average price per item.
    Example:
    Item.txt has
    RecordKey         ItemCode
    1                          A1
    2                          B1
    3                          C1
    WhseInfo.txt has
    RecordKey   WhseCode   LineNum   ToAvgPrc   FrmAvgPrc
    1                    1                    0           1.00              2.00
    1                    2                    1           1.00              2.00
    1                    3                    2           1.00              2.00
    1                    4                    3           1.00              2.00
    2                    1                    0           3.00              2.00
    2                    2                    1           3.00              2.00
    2                    3                    2           3.00              2.00
    2                    4                    3           3.00              2.00
    3                    1                    0           2.00              2.00
    3                    2                    1           2.00              2.00
    3                    3                    2           2.00              2.00
    3                    4                    3           2.00              2.00
    Whenever the uploads begins, I always ended-up with this kind of error 'Field cannot be updated (ODBC -1029)Application-defined or object-defined error65171' and this error occurs only for some item. With the data shown above, only Item C1 would have that kind of problem.
    And the reason why I wanted to do the update via DTW is I don't want to have an accounting entry for this update.
    Is there anybody could explain or help me on this.
    Thanks in advance.

    I got your point and I'm aware that. I actually assumed that it would be the next subject, but apparently (based from the actual data that I have) for some items even if FrmAvgPrc and ToAvgPrc is the same, DTW upload is ok and for some items that have difference, upload was unsuccessful. And when I chose to eliminate/delete the item that causes the error, upload was successful.
    Here is the actual data;
    Item.txt
    RecordKey     ItemCode
    RecordKey     ItemCode
    1     000000200T
    2     000100000P
    3     000100000T
    4     000100200T
    WhseInfo.txt
    RecordKey     LineNum     StandardAveragePrice     WarehouseCode
    RecordKey     LineNum     StandardAveragePrice     WarehouseCode
    1     0     899.05     ACE01
    1     1     899.05     ACE02
    1     2     899.05     ACE03
    1     3     899.05     ACE04
    2     0     200.89     ACE01
    2     1     200.89     ACE02
    2     2     200.89     ACE03
    2     3     200.89     ACE04
    3     0     0     ACE01
    3     1     0     ACE02
    3     2     0     ACE03
    3     3     0     ACE04
    4     0     25.33     ACE01
    4     1     25.33     ACE02
    4     2     25.33     ACE03
    4     3     25.33     ACE04
    item 000100200T cause the problem and the rest are not, aside from that, item 000100000P and 000100000T doesn't have any changes with the item cost while 000000200T and 000100200T do have. and all item has history of transaction. and leaving LineNum column as blank doesn't made any effect at all.

  • Enhancement Pack 3 updated Warehouse Numbers with an entry for MLO

    Hello all,
    I am working with a supply chain team, and after the installation of enhancement pack 3, a new warehouse number appeared in the tables.
    Warehouse number MLO.
    None of us can explain it, but the change log lists an SAPK-603DINT object delivered via SAP transport.
    Any thoughts on where the warehouse number came from, or why it got delivered?

    Hi
    Without having looked into the special table entry:
    This term appears in the Online Support System mainly for the functional area "(Extended) Warehouse Management".
    Following the Master Guide for the SAP ERP 6.0 Enhancement Package 3 (among others) developments were made in the SAP Industry Scenario "SAP for Wholesale Distribution - Warehouse Management".
    Following the enhancement package overview presentation https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80b79088-d508-2b10-b497-b1628cb84166 differnet developments in "warehousing", were done in the SAP ERP Core as well.
    If you check out which Business Function you are using (i.e. LOG_MM_CI_2 includes some of these enhancements) you should be able to find out more (see for instance the Business Function documentation in help.sap.com)
    regards,
    Andreas R

  • ORA-01456 : may not perform insert/delete/update operation

    When I use following stored procedure with crystal reports, following error occurs.
    ORA-01456 : may not perform insert/delete/update operation inside a READ ONLY transaction
    Kindly help me on this, please.
    My stored procedure is as under:-
    create or replace
    PROCEDURE PROC_FIFO
    (CV IN OUT TB_DATA.CV_TYPE,FDATE1 DATE, FDATE2 DATE,
    MSHOLD_CODE IN NUMBER,SHARE_ACCNO IN VARCHAR)
    IS
    --DECLARE VARIABLES
    V_QTY NUMBER(10):=0;
    V_RATE NUMBER(10,2):=0;
    V_AMOUNT NUMBER(12,2):=0;
    V_DATE DATE:=NULL;
    --DECLARE CURSORS
    CURSOR P1 IS
    SELECT *
    FROM FIFO
    WHERE SHARE_TYPE IN ('P','B','R')
    ORDER BY VOUCHER_DATE,
    CASE WHEN SHARE_TYPE='P' THEN 1
    ELSE
    CASE WHEN SHARE_TYPE='R' THEN 2
    ELSE
    CASE WHEN SHARE_TYPE='B' THEN 3
    END
    END
    END,
    TRANS_NO;
    RECP P1%ROWTYPE;
    CURSOR S1 IS
    SELECT * FROM FIFO
    WHERE SHARE_TYPE='S'
    AND TRANS_COST IS NULL
    ORDER BY VOUCHER_DATE,TRANS_NO;
    RECS S1%ROWTYPE;
    --BEGIN QUERIES
    BEGIN
    DELETE FROM FIFO;
    --OPENING BALANCES
    INSERT INTO FIFO
    VOUCHER_NO,VOUCHER_TYPE,VOUCHER_DATE,TRANS_QTY,TRANS_AMT,TRANS_RATE,
    SHOLD_CODE,SHARE_TYPE,ACC_NO,SHARE_CODE,TRANS_NO)
    SELECT TO_CHAR(FDATE1,'YYYYMM')||'001' VOUCHER_NO,'OP' VOUCHER_TYPE,
    FDATE1-1 VOUCHER_DATE,
    SUM(
    CASE WHEN
    --((SHARE_TYPE ='S' AND DTAG='Y')
    SHARE_TYPE IN ('P','B','R','S') THEN
    TRANS_QTY
    ELSE
    0
    END
    ) TRANS_QTY,
    SUM(TRANS_AMT),
    NVL(CASE WHEN SUM(TRANS_AMT)<>0
    AND
    SUM
    CASE WHEN SHARE_TYPE IN ('P','B','R','S') THEN
    TRANS_QTY
    ELSE
    0
    END
    )<>0 THEN
    SUM(TRANS_AMT)/
    SUM
    CASE WHEN SHARE_TYPE IN ('P','B','R','S') THEN
    TRANS_QTY
    ELSE
    0
    END
    ) END,0) TRANS_RATE,
    MSHOLD_CODE SHOLD_CODE,'P' SHARE_TYPE,SHARE_ACCNO ACC_NO,
    SHARE_CODE,0 TRANS_NO
    FROM TRANS
    WHERE ACC_NO=SHARE_ACCNO
    AND SHOLD_CODE= MSHOLD_CODE
    AND VOUCHER_DATE<FDATE1
    --AND
    --(SHARE_TYPE='S' AND DTAG='Y')
    --OR SHARE_TYPE IN ('P','R','B'))
    group by TO_CHAR(FDATE1,'YYYYMM')||'001', MSHOLD_CODE,SHARE_ACCNO, SHARE_CODE;
    COMMIT;
    --TRANSACTIONS BETWEEND DATES
    INSERT INTO FIFO
    TRANS_NO,VOUCHER_NO,VOUCHER_TYPE,
    VOUCHER_DATE,TRANS_QTY,
    TRANS_RATE,TRANS_AMT,SHOLD_CODE,SHARE_CODE,ACC_NO,
    DTAG,TRANS_COST,SHARE_TYPE
    SELECT TRANS_NO,VOUCHER_NO,VOUCHER_TYPE,
    VOUCHER_DATE,TRANS_QTY,
    CASE WHEN SHARE_TYPE='S' THEN
    NVL(TRANS_RATE-COMM_PER_SHARE,0)
    ELSE
    NVL(TRANS_RATE+COMM_PER_SHARE,0)
    END
    ,TRANS_AMT,SHOLD_CODE,SHARE_CODE,ACC_NO,
    DTAG,NULL TRANS_COST,SHARE_TYPE
    FROM TRANS
    WHERE ACC_NO=SHARE_ACCNO
    AND SHOLD_CODE= MSHOLD_CODE
    AND VOUCHER_DATE BETWEEN FDATE1 AND FDATE2
    AND
    ((SHARE_TYPE='S' AND DTAG='Y')
    OR SHARE_TYPE IN ('P','R','B'));
    COMMIT;
    --PURCHASE CURSOR
    IF P1%ISOPEN THEN
    CLOSE P1;
    END IF;
    OPEN P1;
    LOOP
    FETCH P1 INTO RECP;
    V_QTY:=RECP.TRANS_QTY;
    V_RATE:=RECP.TRANS_RATE;
    V_DATE:=RECP.VOUCHER_DATE;
    dbms_output.put_line('V_RATE OPENING:'||V_RATE);
    dbms_output.put_line('OP.QTY2:'||V_QTY);
    EXIT WHEN P1%NOTFOUND;
    --SALES CURSOR
    IF S1%ISOPEN THEN
    CLOSE S1;
    END IF;
    OPEN S1;
    LOOP
    FETCH S1 INTO RECS;
    EXIT WHEN S1%NOTFOUND;
    dbms_output.put_line('OP.QTY:'||V_QTY);
    dbms_output.put_line('SOLD:'||RECS.TRANS_QTY);
    dbms_output.put_line('TRANS_NO:'||RECS.TRANS_NO);
    dbms_output.put_line('TRANS_NO:'||RECS.TRANS_NO);
    IF ABS(RECS.TRANS_QTY)<=V_QTY
    AND V_QTY<>0
    AND RECS.TRANS_COST IS NULL THEN
    --IF RECS.TRANS_COST IS NULL THEN
    --dbms_output.put_line('SOLD:'||RECS.TRANS_QTY);
    --dbms_output.put_line('BAL1:'||V_QTY);
    UPDATE FIFO
    SET TRANS_COST=V_RATE,
    PUR_DATE=V_DATE
    WHERE TRANS_NO=RECS.TRANS_NO
    AND TRANS_COST IS NULL;
    COMMIT;
    dbms_output.put_line('UPDATE TRANS_NO:'||RECS.TRANS_NO);
    dbms_output.put_line('OP.QTY:'||V_QTY);
    dbms_output.put_line('SOLD:'||RECS.TRANS_QTY);
    dbms_output.put_line('TRANS_NO:'||RECS.TRANS_NO);
    dbms_output.put_line('BAL2:'||TO_CHAR(RECS.TRANS_QTY+V_QTY));
    END IF;
    IF ABS(RECS.TRANS_QTY)>ABS(V_QTY)
    AND V_QTY<>0 AND RECS.TRANS_COST IS NULL THEN
    UPDATE FIFO
    SET
    TRANS_QTY=-V_QTY,
    TRANS_COST=V_RATE,
    TRANS_AMT=ROUND(V_QTY*V_RATE,2),
    PUR_DATE=V_DATE
    WHERE TRANS_NO=RECS.TRANS_NO;
    --AND TRANS_COST IS NULL;
    COMMIT;
    dbms_output.put_line('UPDATING 100000:'||TO_CHAR(V_QTY));
    dbms_output.put_line('UPDATING 100000 TRANS_NO:'||TO_CHAR(RECS.TRANS_NO));
    INSERT INTO FIFO
    TRANS_NO,VOUCHER_NO,VOUCHER_TYPE,
    VOUCHER_DATE,TRANS_QTY,
    TRANS_RATE,TRANS_AMT,SHOLD_CODE,SHARE_CODE,ACC_NO,
    DTAG,TRANS_COST,SHARE_TYPE,PUR_DATE
    VALUES
    MCL.NEXTVAL,RECS.VOUCHER_NO,RECS.VOUCHER_TYPE,
    RECS.VOUCHER_DATE,RECS.TRANS_QTY+V_QTY,
    RECS.TRANS_RATE,(RECS.TRANS_QTY+V_QTY)*RECS.TRANS_RATE,RECS.SHOLD_CODE,
    RECS.SHARE_CODE,RECS.ACC_NO,
    RECS.DTAG,NULL,'S',V_DATE
    dbms_output.put_line('INSERTED RECS.QTY:'||TO_CHAR(RECS.TRANS_QTY));
    dbms_output.put_line('INSERTED QTY:'||TO_CHAR(RECS.TRANS_QTY+V_QTY));
    dbms_output.put_line('INSERTED V_QTY:'||TO_CHAR(V_QTY));
    dbms_output.put_line('INSERTED RATE:'||TO_CHAR(V_RATE));
    COMMIT;
    V_QTY:=0;
    V_RATE:=0;
    EXIT;
    END IF;
    IF V_QTY>0 THEN
    V_QTY:=V_QTY+RECS.TRANS_QTY;
    ELSE
    V_QTY:=0;
    V_RATE:=0;
    EXIT;
    END IF;
    --dbms_output.put_line('BAL3:'||V_QTY);
    END LOOP;
    V_QTY:=0;
    V_RATE:=0;
    END LOOP;
    CLOSE S1;
    CLOSE P1;
    OPEN CV FOR
    SELECT TRANS_NO,VOUCHER_NO,VOUCHER_TYPE,
    VOUCHER_DATE,TRANS_QTY,
    TRANS_RATE,TRANS_AMT,SHOLD_CODE,B.SHARE_CODE,B.ACC_NO,
    DTAG,TRANS_COST,SHARE_TYPE, B.SHARE_NAME,A.PUR_DATE
    FROM FIFO A, SHARES B
    WHERE A.SHARE_CODE=B.SHARE_CODE
    --AND A.SHARE_TYPE IS NOT NULL
    ORDER BY VOUCHER_DATE,SHARE_TYPE,TRANS_NO;
    END PROC_FIFO;
    Thanks and Regards,
    Luqman

    Copy from TODOEXPERTOS.COM
    Problem Description
    When running a RAM build you get the following error as seen in the RAM build
    log file:
    14:52:50 2> Updating warehouse tables with build information...
    Process Terminated In Error:
    [Oracle][ODBC][Ora]ORA-01456: may not perform insert/delete/update operation inside a READ ONLY transaction
    (SIGENG02) ([Oracle][ODBC][Ora]ORA-01456: may not perform insert/delete/update operation inside a READ ONLY transaction
    ) Please contact the administrator of your Oracle Express Server application.
    Solution Description
    Here are the following suggestions to try out:
    1. You may want to use oci instead of odbc for your RAM build, provided you
    are running an Oracle database. This is setup through the RAA (relational access
    administrator) maintenance procedure.
    Also make sure your tnsnames.ora file is setup correctly in either net80/admin
    or network/admin directory, to point to the correct instance of Oracle.
    2. Commit or rollback the current transaction, then retry running your
    RAM build. Seems like one or more of your lookup or fact tables have a
    read-only lock on them. This occurs if you modify or add some records to your
    lookup or fact tables but forget to issue a commit or rollback. You need to do
    this through SQL+.
    3. You may need to check what permissions has been given to the relational user.
    The error could be a permissions issue.
    You must give 'connect' permission or roll to the RAM/relational user. You may
    also try giving 'dba' and 'resource' priviliges/roll to this user as a test. Inorder to
    keep it simple, make sure all your lookup, fact and wh_ tables are created on
    a single new tablespace. Create a new user with the above privileges as the
    owner of the tablespace, as well as the owner of the lookup, fact and wh_
    tables, inorder to see if this is a permissions issue.
    In this particular case, the problem was resolved by using oci instead of odbc,
    as explained in suggestion# 1.

  • Error in installing a new Repository in OWB 10g Release 2

    Hi,
    I am facing a consistent problem in creating a new repository, even after uninstalling and re-installing the OWB client many times. While creating a repository, I get the following three errors, after which the Repository Assistant automaticlly shuts down:
    1. The wizard noticed that the installation parameter 'enqueue_resources' of the database GRUSIT is set to 968. The recommended value for Warehouse Builder is 3000.
    2.The Warehouse Builder repository owner installation failed on user REPOWNER.
    java.sql.SQLException: ORA-04031: unable to allocate 4080 bytes of shared memory ("shared pool", "BEGIN
    DECLARE
    PROCEDURE brow...", "PL/SQL MPCODE", "pl/sql DS pg")
    3.INS0029: Error occured during installation. Check the log file
    F:\OraHome_1\owb\UnifiedRepos\log_070504_115828.000.log
    for details.
    Could you pls help me in resolving this issue?
    Thanks in advance,
    Tanvi

    Does this mean, ... we have to install the OWB 64 bit and install a new repository in the 64 bit server?In my opinion you don't need to create new repository.
    After migrating database to 64bit perform steps from Metalink note 434272.1 "How To Update Warehouse Builder 10.2 After A Database Cloning".
    It is better to save the same path for new OWB 64bit software. If you install OWB into different path you need to update OWBRTPS table with new path to OWB software (look at metalink note 550271.1).
    Regards,
    Oleg

  • OWB 10g Release 2 from 32 bit to 64 bit on Linux

    Hi guys,
    I have a client who is planning to migrate their Linux server from 32 bit to 64 bit and migrate their Oracle database from 10.2.0.3 from 32 bit server to 10.2.0.3 from 64 bit server.
    We have OWB 10g Release 2 (10.2.0.3) installed in the 32 bit server.
    Our DBA is planning to move the entire database to the new server including the OWB repositories.
    My question is,
    Will the following work?
    1. Install the OWB 10g Release 2 (10.2.0.3 or 10.2.0.4) 64 bit in the new 64 bit Linux 64 bit server
    2. Remove all the OWB repository user schemas & roles from the database where OWB is installed
    3. Install the OWB repository in the new 64 bit server
    4. Import the .mdl backup of the project from existing OWB 32 bit to the new OWB 64 bit server
    5. Configure the project with the new server
    OR
    Since our DBA is planning to move the entire database to the new server including the OWB repositories
    1. Install the OWB 10g Release 2 (10.2.0.3) 64 bit in the new 64 bit Linux 64 bit server
    Will I be able to access my repository that is migrated from the 32 bit server (avoiding the installation of OWB repository and importing the project and configuring the whole project in the new server) ?
    Please someone shed some light on this. Your help is appreciated
    Thanks in advance....
    Edited by: user528846 on Feb 11, 2010 11:59 AM
    Edited by: user528846 on Feb 11, 2010 11:59 AM

    Does this mean, ... we have to install the OWB 64 bit and install a new repository in the 64 bit server?In my opinion you don't need to create new repository.
    After migrating database to 64bit perform steps from Metalink note 434272.1 "How To Update Warehouse Builder 10.2 After A Database Cloning".
    It is better to save the same path for new OWB 64bit software. If you install OWB into different path you need to update OWBRTPS table with new path to OWB software (look at metalink note 550271.1).
    Regards,
    Oleg

  • What steps need follow in OWB after changing SERVICE_NAME in RAC

    Hi,
    Due to some reason we are planning to change the SERVICE_NAME in the RAC environment. We have deployed near about 500 mapping and 10 process flows with the old SERVICE_NAME.Using OMBALTER LOCATION "LOCATION_NAME" SET PROPERTIES(SERVICE_NAME) VALUES ("NEW_SERVICE_NAME")
    if we change the SERVICE_NAME to new one what are all the impacts.
    1. Whether all mapping and process flows will become invalid?
    2. Whether we need to re-deploy all mapping and process flows?
    3. What procedure we need to follow?
    Oracle DB version 10.2.0.4 and OWB version 10.2.0.4
    Regards,
    Murali

    Hi Murali,
    how did you specify address of target database during creating OWB repository (as SQL*Net string or with host/port/service name notation)?
    Using OMBALTER LOCATION "LOCATION_NAME" SET PROPERTIES(SERVICE_NAME) VALUES ("NEW_SERVICE_NAME")You won't change locations address in this way (because location is already registered).
    Again - how did created locations (with SQL*Net string or with host/port/service name notation)?
    Anyway try to look at metalink note 434272.1 "How To Update Warehouse Builder After A Database Cloning" (this note contains reference to utility for changing location address in form host/port/service)
    Regards,
    Oleg

  • OWB considerations  after the db upgrade

    We did out of place db upgrade (moving to new oracle home) from 11.2.0.3.4 to 11.2.0.3.5. are there any special
    considerations needed for the OWB during or after the db upgrade?
    1225254.1 docs describes steps needed for owb for db upgrade from 11.2.0.2-> 11.2.0.3,
    but I don't see any docs from 11.2.0.3.x to 11.2.0.3.y.
    Thanks for your time.

    880674 wrote:
    our os is Solaris
    Basically we create new oracle home.Patch that oracle home with latest psu(jan 2013)then we
    Move the database from the old oracle home to the new oracle home
    It is not clear as to why you take this approach - it is not required - all you need to do is apply the PSU patch to the current home by following the instructions in the PSU patch README.
    1.log in as Oracle
    2.. oraenv
    a.TS11
    b.sss
    i.shutdown immediate
    c.cd $ORACLE_HOME/dbs
    d.l TS11
    e.cp TS11 $NEW_ORACLE_HOME/dbs
    i.cd $ORACLE_HOME/network/admin
    ii.vi listener.ora
    1.edit the line for TS11 to listen for the new oracle home
    2.lsnrctl reload
    3.cp *.ora $NEW_ORACLE_HOME/network/admin
    iii.vi /var/opt/oracle/oratab
    iv.change the oracle home for TS11 to the new oracle home
    3.log out
    4.log in as oracle
    a.set the oraenv to TS11
    b.cd $ORACLE_HOME/rdbms/admin
    c.sss
    d.startup
    [email protected] psu apply
    f.@utlrp
    in this process do we have to do anything special for owb
    update wb_rt_service_nodes set SERVER_SIDE_HOME='/ora/SW/db/11.2.0.3.5';
    update owbrtps set VALUE='/ora/SW/db/11.2.0.3.5';I do not have any experience with OWB, but pl see if these MOS Docs can help
    How to Change The OWB Home on the Same Server [ID 968712.1]
    How To Update Warehouse Builder After A Database Cloning [ID 434272.1]
    HTH
    Srini

  • Scheduled process flows are not running automaticaly-OWB database clonning

    What I did:
    1.     Cloned the entire OWB repository database from live (bidb01.bh.xyz.com) server to new (green1.bh.xyz.com) server.
    ******     Source     New
    Physical Hostname     bidb01.bh.xyz.com     green1.bh.xyz.com
    DB Logical Hostname     xyzbidb      bidb-lh
    Service Name     BIPROD     BIPROD
    Listener Port     1521     1521
    Oracle Home of RDBMS     /app/oracle/home/product/10.2.0     /orabidb/oracle/product/10.2.0
    Oracle Home of OWB     /app/oracle/home/product/10.2.0/owb /orabidb/oracle/product/10.2.0/owb
    2.     Followed the Metalink Note 434272.1 (How To Update Warehouse Builder After A Database Cloning)
    Issue:
    Before doing the step-2, every time we put the new database up the normal process flows which run every day (10 AM, 1 AM , 2 AM , 2 PM, etc.) got executed on the production environment and hung the original processes that are being run on the production environment.
    After following the note 434272, scheduled process flows in production is working fine but in the new server it is not at all working.
    Could anyone please help me to fix this?
    Edited by: Padmanaban G on May 7, 2010 5:15 PM

    The issue was resolved by renaming the workflow. What is learned here is, we should not have same workflow name for two different workspace.

  • How to find verion information for owb?

    I have an oracke BI database that I need to migrate to a new server and storage platform for perfomance reasons and the server is running owb but I am not sure which version of owb is installed on the server. The database where the owb repository is 10.1.0.3 on suse linux.
    I plan to use oracle dataguard to migrate the database to the new hardware but I am also trying to fond out how to move the owb? Can the owb be installed ahead of time on the new server and then pointed back to the original repository once the database has been replicated to the new hardware?
    I am not familiar with the install of owb unfortunately and do not know of you can just install it without creating the repository and then point it to an existing repositor at a later time?
    Appreciate any help,
    Thx.

    You can ckeck OWB version in such ways
    - run Oracle Universal Installer and look at Oracle home for OWB installation (OUI display release of installed software including applied patches)
    - or connect to OWB repository owner and execute SQL SELECT RUNTIME_VERSION FROM WB_RT_SERVICE_NODESAfter that install corresponding OWB release on new server (into different from Oracle database Home).
    Then follow steps from Metalink note 434272.1 "How To Update Warehouse Builder 10.2 After A Database Cloning" (there are similar Metalink notes for other OWB releases).
    Other helpful forum threads:
    Why can't I connect to warehouse builder?
    How to clone an OWB Runtime environment?
    Regards,
    Oleg

  • Things to do with owb when i clone database

    dear all.
    im really worried because in less that 12 hours i must to migrate or cloned my 11.1.06 db. the clone procedure is not a problem. The host, ports, sid and service will be the same because i will cloned in another server.
    the problem is,
    1.- what should i do after this operation with OWB environment? i mean, this database use for datamart operations and this have owbsys user unlock and objects like workspaces, projects ....
    ...but if i have the same parameters and names (hostname, ports, initora, tnsnames, etc) i must to do something with workspaces or workspaces users?
    I saw How To Update Warehouse Builder After A Database Cloning http://ID 434272.1 but this not applied because i have the same parameters.
    The next question is:
    i forgot my owbsys password from this database, and i want to change. should i do only with: ALTER USER OWBSYS IDENTIFIED BY xxxxx;
    two dasys ago i posted but only one person answer me: Re: change owbsys password in 11g
    thanks for answers two questions.

    Hi,
    if host, ports, sid and service will be the same on the new server you need only install OWB software in the same directory,
    and you don't need to make any changes against OWB repository.
    i forgot my owbsys password from this database, and i want to change. there is not anough to run ALTER USER in this case.
    You need to to execute additional script under OWBSYS user - set_repository_password.sql (I am not sure at 100% about exact procedure for OWB11g, maybe now it is slightly different from previous OWB releases - I will check in OWB installation guide when Oracle docs server will up). And don't forget to restart Control Center Service (or whole DB instance)
    Link about changing OWB user passwords
    http://download.oracle.com/docs/cd/B28359_01/owb.111/b31280/security_07.htm#BGBFFECD
    (look at "Changing Passwords that Access Control Centers")
    Regards,
    Oleg
    Edited by: give link to changing OWBSYS password procedure

  • Things to do with OWB if i clone my DB 11g

    dear all.
    im really worried because in less that 12 hours i must to migrate or cloned my 11.1.06 db. the clone procedure is not a problem. The host, ports, sid and service will be the same because i will cloned in another server.
    the problem is,
    1.- what should i do after this operation with OWB environment? i mean, this database use for datamart operations and this have owbsys user unlock and objects like workspaces, projects ....
    ...but if i have the same parameters and names (hostname, ports, initora, tnsnames, etc) i must to do something with workspaces or workspaces users?
    I saw How To Update Warehouse Builder After A Database Cloning [ID 434272.1] but this not applied because i have the same parameters.
    The next question is:
    i forgot my owbsys password from this database, and i want to change. should i do only with: ALTER USER OWBSYS IDENTIFIED BY xxxxx;
    two dasys ago i posted but only one person answer me: Re: change owbsys password in 11g
    thanks for answers two questions.

    The first issue I recommend you address is posting to the correct gruop.
    Warehouse Builder

  • How to clone repository correctly (OWB 11.1.0.6)

    Hello all!
    I am want to find way to clone database with repository OWB. I have installed OWB (11.1.0.6) on another server, made cold copy of database (10.2.0.4). I can connect to workspace, but can not do anyting in control center. For example, when I try to unregister location I have errors ORA-06512: on OWBSYS.WB_RTI_UTLIL
    ORA-06512: on OWBSYS.WB_RT_STORE_REGISTRATION et cetera. How can I fix it?

    I think the simplest way move metadata (if this enough in your case) is using OWB [url http://download.oracle.com/docs/cd/E11882_01/owb.112/e17130/change_mgmt.htm#BABEAIEH]MDL export/imprt.
    If you sure that you need perform database cloning - follow configuration steps from Metalink note 434272.1 "How To Update Warehouse Builder After A Database Cloning"
    Regards,
    Oleg

  • How can I update accounts by Warehouse in Item Master Data, Inventory Data

    I have all of my inventory items set to G/L Accounts by Item Group and I need to change it to Item Level.  I know I can do this with DTW and Choose update using the oItems >> Items template.  I also need to modify the Stock account (inventory account) for one warehouse on all items.  It is the second part I can't get to work.  I get a message that "Field Cannot be Updated(ODBC - 1029)Application-Defined or object-defined error65171. 
    Thanks,
    Don

    Hi,
    If you have made already the transactions you cannot update the G/L method.
    Secondly if you have set G/L by Item level then you need to define the inventory accounts for all the items in your template then only you will be able to proceed further
    Regards
    Md.nazeer Shaikh

Maybe you are looking for

  • HP Pavilion G7 notebook locks up after Windows 8.1 upgrade

    Looking for some help & advice here..... I upgraded my HP Pavilion G7 notebook from Windows to Windows 8.1......and now it appears to lock up after a while. I have a Ralink RT3290 adapter and saw that may be a new driver will fix this problem but I'm

  • HT201456 From where can i get activation key to install windows via bootcamp

    Where can i get the activation key . Should i buy  the a activation key ?

  • I can't download iWork?

    I recently Restored my iPad mini with Retina Display. Later, I tried downloading iWork with my NEW Apple ID. So, I entered my password, it was loading, and then the loading circle when your downloading turned back to "Free". I tried it multiple times

  • IPhone 5 Screen Calibration

    Recently I have noticed that my iPhone 5 has had some troubles with the touch screen. When I am typing or trying to open an app it will click on the app besides it or not click at all; or for the keyboard if I am typing the letter "B" it will go to "

  • Problems in DropBox after the latest beta update

    I just updated firefox to latest v15 and found out that it doesn't show any files or folder in dropbox. I disabled all addons too, but no change. I hope it gets well in the next update.