USD OVERRIDES Not Rolling Forward

We are operating on HFM 9.3.1. When we utilize the USD Override account there is a currency variance which continues in the future months and it does not appear to be rolling over each month automatically. The account in our metadata is not set to Balance Reaccuring but Balance. Can this be changed without creating a problem? How can we insure the overrides only have to be input once.

user11993454 wrote:
Hi
I'm about to use the process defined in note: Steps to perform for Rolling forward a standby database using RMAN incremental backup when primary and standby are in ASM filesystem [ID 836986.1]. I'm on 11.1.0.7.
However, it does not mention the DataGuard broker.
Has anyone performed this process when using the broker.
Does the broker handle it properly?
Does it matter if the broker is up or down during the physical standby recovery or control file replacement?
Does the broker configuration need to be recreated?
Thanks.1) disable the Broker
2) perform Roll forard SCN.
3) enable Broker

Similar Messages

  • Group Currency Roll-Forward

    Hello,
    I seem to be having an issue rolling by 2006 balances forward. I have been using transaction F.16 to carry them forward and FS10 to verify. Everything looks fine in the local currency view in FS10 but when I look at the group currency balance it has not rolled forward. Any ideas on why this may be happening would be greatly appreciated.
    Thanks.

    Wrong Forum

  • Group Currency Balance Roll-Forward

    Hello,
    I seem to be having an issue rolling by 2006 balances forward. I have been using transaction F.16 to carry them forward and FS10 to verify. Everything looks fine in the local currency view in FS10 but when I look at the group currency balance it has not rolled forward. Any ideas on why this may be happening would be greatly appreciated.
    Thanks.

    Hi
    See below the procedure from help
    Carry forward the parallel currency ledgers also
    Message no. GU633
    Diagnosis
    You want to carry forward the balances for the general ledger.
    You have other active ledgers, in addition to ledger 00, and they have to be carried forward as well.
    Procedure
    Using the input help, display the parallel currency ledgers and carry them forward also.
    thanks
    Ashok
    Award points if this is useful

  • Equity roll-forward scripting

    <BR>I've inherited an HFM application that has been built by two previous consultants. The client wishes to report Common and Preferred Stock beginning balances at historic cost in entity currency, parent currency and reporting currency (USD) with consolidations and eliminations of intercompany equity holdings. My thought is to write two separate scripts the first being to execute the rollforward. <BR><BR>The method originally used to script for this looked like;<BR>     If HS.Value.Currency = "USD" then     <BR><BR>          If HS.GetCell("A#232001_H") <> 0 Then<BR>                    HS.Exp "A#232001=A#232001_H"<BR>               Else<BR>                    HS.Exp "A#232001=P#Last.Y#Prior"<BR>               End if'getcell<BR><BR>          If HS.GetCell("A#231001_H") <> 0 Then<BR>                    HS.Exp "A#231001=A#231001_H"<BR>               Else<BR>                    HS.Exp "A#231001=P#Last.Y#Prior"<BR>               End If'getcell<BR><BR>The "_H" accounts contained a value that had been entered by one of the consultants and did not match the data in the actual accounts. This "_H" method also does not roll the amount that should be booked in subsequent years forward. <BR><BR>What I'm thinking might be the quickest and easiest solution is to try to write a script that simply replaces the beginning balance for common stock (A#232001) with the value of Total Common Stock (A#CommStockTot) for the last period, of the prior year. <BR>What I'm wondering is how best to write this.<BR>This is what I've come up with so far and I'm not fond of it.<BR><BR>If HS.GetCell("A#CommStockTot.P#Last.Y#Prior") <> 0 Then HS.Exp "A#CommStockTot.P#Last.Y#Prior) Else HS.Exp "A#CommStockTot.P#First.Y#Cur"<BR><BR>and a similar piece for the Preferred Stock (A#231001)<BR><BR>Is there a simpler way to do this that would work like a REPLACE command or UPDATE Query?<BR><BR>

    No ,there is no simpler way .Got to use Hs.ExpPeacenaveen

  • Rollback ( Tx Recovery) and Roll forward ( cache Recovey)

    Hi Guys,
    I have a some doubt after Going through the links :
    Difference between redo logs and undo tablespace and Oracle DBA ADMIN Guide (E25494-02).
    1) Redologs Contain committed and Uncommitted data . Wether they also contain before Image Data ? or its vector that points to the Undo Segments ?
    Doc Says : Redo entries record data that you can use to reconstruct all changes made to the database, including the undo segments.
    But Above forum Links says that it contains the vector only .
    2) Crash of database ( Abort) , how it happens .
    I know first it makes the roll forward and then backward. During this Time Undo Tablespace Comes into the picture ? Do the Undo tablespace segments are build from the redo logs. Please Help on this. really get confused
    I try to test few scenarios but Not able to conclude ?
    1> Make A TXN ( Updated almost 29000 rows )
    2) Abort the Database.
    3) Change the undo Tablespace Name in init file some dummy .
    Database error with the following Error :
    SMON: enabling cache recovery
    Errors in file d:\install\pracledb\diag\rdbms\dba\dba\trace\dba_ora_5592.trc:
    ORA-30012: undo tablespace 'UNDOTBS11' does not exist or of wrong type
    Errors in file d:\install\pracledb\diag\rdbms\dba\dba\trace\dba_ora_5592.trc:
    ORA-30012: undo tablespace 'UNDOTBS11' does not exist or of wrong type
    Error 30012 happened during db open, shutting down database
    USER (ospid: 5592): terminating the instance due to error 30012
    Second Test :
    1) Create a 2nd Undo Tablespace
    2) Update the same number of rows .
    3) Shut abort in another session.
    4) Modify the Pfile with new undotabs2 ( No Spfile)
    5) Startup database it started.
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Started redo scan
    Completed redo scan
    read 7971 KB redo, 1272 data blocks need recovery
    Started redo application at
    Thread 1: logseq 28, block 3
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 28 Reading mem 0
    Mem# 0: D:\INSTALL\PRACLEDB\ORADATA\DBA\REDO01.LOG
    Completed redo application of 6.72MB
    Completed crash recovery at
    Thread 1: logseq 28, block 15945, scn 1487147
    1272 data blocks read, 1272 data blocks written, 7971 redo k-bytes read
    Thread 1 advanced to log sequence 29 (thread open)
    Thread 1 opened at log sequence 29
    Current log# 2 seq# 29 mem# 0: D:\INSTALL\PRACLEDB\ORADATA\DBA\REDO02.LOG
    Successful open of redo thread 1
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    SMON: enabling cache recovery
    Successfully onlined Undo Tablespace 5.
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    Sun Oct 28 18:11:03 2012
    SMON: enabling tx recovery
    Database Characterset is WE8MSWIN1252
    No Resource Manager plan active
    SMON: Parallel transaction recovery tried
    3) Third Test :
    1) Update the same number of rows
    2) Change the UNDOTBS to the New UndoTBS
    3) rename the Old Datafile
    4) db start to fail with error
    ALTER DATABASE OPEN
    Errors in file d:\install\pracledb\diag\rdbms\dba\dba\trace\dba_dbw0_3960.trc:
    ORA-01157: cannot identify/lock data file 10 - see DBWR trace file
    ORA-01110: data file 10: 'D:\INSTALL\PRACLEDB\ORADATA\DBA\UNDOTBS2.DBF'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Errors in file d:\install\pracledb\diag\rdbms\dba\dba\trace\dba_ora_4552.trc:
    ORA-01157: cannot identify/lock data file 10 - see DBWR trace file
    ORA-01110: data file 10: 'D:\INSTALL\PRACLEDB\ORADATA\DBA\UNDOTBS2.DBF'
    ORA-1157 signalled during: ALTER DATABASE OPEN...
    Sun Oct 28 18:20:04 2012
    Checker run found 1 new persistent data failures
    Please Help on understand this

    Sourabh85 wrote:
    Hi Hemant,
    Thank you very much , really very helpful. One More Question :
    Why Oracle do the Double work ? First Populate the Undo Blocks and then do the roll backward ? Why Not directly recovered from the redo logs for uncommitted txn.Its not the doubling of the work. Oracle updates teh Undo blocks with the old data and since the Undo blocks are also just like the Other data blocks, any changes done to them is also logged as a Change Vector to the redo log files. This means, that there would be an Undo data block change vector recorded in the redo log file before the change vector of the data block which contains the data of your statement. This is what is meant when it is said that the redo log also contains the old images . The idea is to do the recovery, when needed, in the same sequence(based on the SCN's) using everything from the redo log files. This would include the recovery of the Undo datafiles as well in the case they are lost too!
    HTH
    Aman....

  • Roll Forward consistent-closed database copy, that hasn't been opened yet

    Hi Oracle DBAs,
    I was told that it is possible to do this;
    1. Shutdown the database
    2. copy accross to another server
    3. mount the database
    4. roll forward the database if there had been some archived redo logs generated after the original database had been started up.
    Please if you can provide the command(s) to do that...
    Thanks,
    Marc.

    Aman,
    thanks for the notes on using the RMAN Duplicate commands, ultimately, we will be going down that path to use RMAN, and the notes will be the first place I look at to start.
    Cheers,
    Marc.

  • Reg Max DB roll forward

    We have SAP MAX DB database in our environment.
    We used the Database Dump file and the Backup log files to build the database and roll forward the logs.
    But when we try to do the same activity again using the same Database Dump file and Roll Forward using the same Backup Log Files, we cannot perform the same activity again. When we actually used the Database Dump again, it did not even provide a Option to Roll Forward the logs
    Please advice if it is possible to do roll forward

    Hello Balaji Rajendran,
    1. What is the MAXDB database version?
    2. Are you SAP customer?
    3. Please review the document u201CSetting Up and Updating Standby Instancesu201D
    at MAXDB library http://maxdb.sap.com/doc/7_6/default.htm -> Tutorials -> Tutorial Database Administration
    4. There is documentation available in section u201CBackup / Recoveryu201D at
    http://wiki.sdn.sap.com/wiki/display/MaxDB/SAP+MaxDB -> SAP MaxDB HowTo
    5. Please let us know the database version & what document or SAP note did you follow for the database administration and we could help you further.
    Thank you and best regards, Natalia Khlopina

  • Roll forward standby database

    hi.
    i'd like to roll forward standby 9.2.0.8 database using backup of primary made with rman. there is Note:290817.1 on this topic. the only problem is that we don't use recovery catalog at our site.
    can i create standby controlfile on primary (it'll contain information about recent backups then) and somehow replace controlfile on standby with this newly created one? and then somehow recover standby with rman...
    what do you think? if this procedure can be performed, i could then do 'nologging' maintenance on primary which in turn greately reduce maintenance time and amount of archived logs generated.

    You could create the "standby" as a physical clone
    of the databaseyes. and i did it several times. whith assistant of rman, ofcourse. not a fast procedure i'd say. copying of 800GB took about 2-3 hours even over fc.
    and keep it in continuous "roll-forward" using your
    own scripts / procedures.
    That would be with normal controlfile backup (instead
    of a standby controlfile).that would be a mess. i'd like to use standard oracle features/procedures to achieve HA.
    However, if your primary runs nologging transactions
    you'd still have to
    take backups of the database files from the primary
    to the cloned "standby".though it is not applicable to my case i just curious: is that possible at all with rman? AFAIK, cloned database is an another incarnation of primary db. and
    backup taken on primary won't work with such clone.
    So, after every completion of the nologging jobs,
    backup and copy over the
    update database files.i know that. it is stated clearly in documentation. so immediately after nologging operations i plan to take incrementab backup and use that backup to roll forward standby.
    thats the plan :-)

  • AR GL Activity roll-forward.

    In the FS which i got some input types for the AR GL Activity roll-forward are mentioned.Wht actually is this AR GL Activity roll-forward..The input types given is
    Debit Billings
    Misc Debits
    Cash Collected
    The FS is for a ALV report.
    Please help me.
    Thanks
    Ansari

    Hello Balaji Rajendran,
    1. What is the MAXDB database version?
    2. Are you SAP customer?
    3. Please review the document u201CSetting Up and Updating Standby Instancesu201D
    at MAXDB library http://maxdb.sap.com/doc/7_6/default.htm -> Tutorials -> Tutorial Database Administration
    4. There is documentation available in section u201CBackup / Recoveryu201D at
    http://wiki.sdn.sap.com/wiki/display/MaxDB/SAP+MaxDB -> SAP MaxDB HowTo
    5. Please let us know the database version & what document or SAP note did you follow for the database administration and we could help you further.
    Thank you and best regards, Natalia Khlopina

  • No Roll forward in Assest Accounting. Impact on FI, CO, PCA,SPl

    Hi, for one company code, NO roll forward is done for 2011. Is there any impact on report generation for Asset Accounting. Further any impact on FI and CO

    Hi
    The solution is: re-open fiscal year in FI-GL (txn OB52) and follow the
    steps from note 619969.
    o  RAAFAR00
    o  RAPOST2000
    o  RAPERB2000
    o  RAJABS00
    If it is not possible to open the fiscal year because audit has already
    been completed: workaround (which is not quite correct from the legal
    point of view) is the report RACORR20_A from note 29694.
    Please do the testing first, as this is not the normal procedure.
    Best Regards,
    Blaz

  • Inactive component cost not rolled up to top level item

    Hi
    Our scenario is as follows: we have a top level item with a BOM. And some components of the BOM  are having material status u2018inactiveu2019. Inactive means materials will not procured and sold, however we could have inventory which can be consumed in production of other materials. In other words inactive items are like old items. These inactive items already have costing value. And we donu2019t want to recost inactive items.
    Having described above scenario, the requirement here is when we run costing for top level item, system should take costing value of inactive items  and roll up into top level item costing which is NOT happening now. Client donu2019t want to recost inactive items. The reason for not recosting inactive items is the recosting could change cost of inactive items significantly.  We are using 4.7 version and standard costing.
    Would appreciate any ideas or suggestions in this regard.
    thanx
    Sunil

    Thanks Young for the reply. 
    We already set 'do not cost' indicator for inactive components. And these inactive components do have standard costs valid up 10 12/31/2999.  It seems bom explosion is excluding these materials. it is ok to exclude. However the existing standard cost of these inactive components did not roll up in to top level. when I checked the costing status log, it says material ABCDF123 in plant 3344 has material status 40: Inactive.
    I checked BOM as well and inactive component is flagged as 'relevant for costing'.
    We are using following valuation varaiant
        Strategy Sequence ->  1. Planned Price 1    2.Standard Cost
        Transfer Control - Complete Transfer
    thnx

  • Project professional 2010: Physical % Complete field does not roll-up to the summary tasks

    Hi,
    I have a project plan which I need to set the physical % complete fields of it in order to use it for earned value over time report. I have assigned costed resources to come of the tasks, set all project task's earned value method to physical % complete,
    and finally set a baseline. However, the physical % complete still does not get calculated for the summary tasks! It is always zero! 
    I have created another project with only 3 tasks and 3 resources, did the same as above, and was able to get calculated values for the physical % complete.
    I followed the same procedure in both projects. In one I was able to get the physical % complete value of the summary tasks while it was always zero in the other! What may be the problem? 
    Regards,
    George 

    Hi Julie,
    This is what I am seeing as necessary to make Physical % complete roll up to the summary level task.
    BEFORE tasks are entered, set the "Default Task Earned Value method" to Physical % complete. File > Options, Advanced.  This will set both the summary and detail tasks to that method.
    Add tasks
    Add resources with costs.
    Assign resources to tasks.
    Baseline the file
    Take a look at the Tracking table and enter progress in the Physical % complete field for subtasks. The value should roll up.
    Sadly I don't know of anyway to force the change after the tasks have been added.  You can certainly add the Earned Value Method field to a task view to confirm all is set - but I have never been able to switch mid-flight and get it to work correctly.
    I did, however, just try an experiment.  I created a file that did not work correctly - Physical % complete was not rolling up.  I inserted it into a blank project that had the option set correctly without linking.  After a bit of tweaking
    (outdenting all tasks to be able to delete the "extra summary task", saving a baseline), it now appears to be working correctly.
    I hope this helps.

  • S_ALR_87013532 report -plan cost not rolling upto the WBS/Project level

    Dear All,
    Plan cost from production orders is not rolling up to the WBS/Project level in S_ALR_87013532 ( Plan/Actual Variance report).
    Where as plan cost from network is properly rolling up to the WBS/Project level in the above report. 
    Please suggest what could be the reason for this issue. Is any configuration needs to be done for this.
    Thanks & Regards,
    Vishal

    Dear sir,
    Thanks for the reply & sorry for late response from my side.
    OPSV settings are already maintained in our system.
    Some how i realized  later that cost are actaully getting rolled to the WBS level, but we have observed one more discrepancy.
    Example -
    Production order "X" value - 100 (  as seen through co03)
    Production order "X"value- 40 ( as seen through report s_alr_87013532).
    We found that  in report  s_alr_87013532 , although my total  producton order value of 100 is represented at the WBS /Project level, but at the production order level , it is showing value of 40. 
    On further analysis we found that for production order X
    Materail cost- 60
    Labour cost-40
    The material cost of 60  is not getting fetched against production order "X" in report " S_ALR_87013532".
    There are very few cases , where such discrepancy is seen.
    Kindly suggest.
    Regards,
    Vishal

  • SFTP Receiver adapter error Message could not be forwarded to the JCA adapter

    Hi Experts,
    I'm needing help to solve a problem with an SFTP Receiver interface.
    Before I was sending in the adapter configuration as "Direct" in Write Modus (File .txt) and now I changed to "Use temporary file" is occurring this error:
    Message
    could not be forwarded to the JCA adapter. Reason: 2: Moving
    /ABCftp/To_XXX/140187613515701OUT_20140604-100214-622.TXT.tmp to /ABCftp/To_XXX/01OUT_20140604-100214-622.TXT failed.
    Files as TXT they are being written to the SFTP however when as TMP returns this error ... would not rule SFTP server to accept different TXT files?
    I also changed the namespace to "http://sap.com/xi/XI/System/SFTP" and "http://sap.com/xi/XI/System/File" but is not working.
    Any help will be welcome!
    tks.

    Hi Durga and Naveen...
    I believe the problem is when the application's legacy system picks up the file because the log file got the "tmp", ie, was not formed yet ...
    I changed to a directory without the intervention of the legacy application and it worked.
    I'm waiting for the opportunity to modify the legacy system to capture only files with the extension TXT.
    Tks All for help!

  • Statement in Transaction Does Not Roll Back

    I have a group of MySQL statements in a method of a Java application.
    I include an SQL error in the last statement to test the rollback of the transaction.
    All the statements roll back, EXCEPT for the one detailed below.
    The MySQL table:
         CREATE TABLE Counter (
              number INT( 4 ) NOT NULL DEFAULT 0,
              account_id VARCHAR( 12 ) NOT NULL PRIMARY KEY
         ) ENGINE = InnoDB;I have run the staement as a PreparedStatement and a Statement:
    PreparedStatement:
         String updateCounterStr =
              " UPDATE Counter " +
                   " SET number = number + 1 " +
                   " WHERE account_id = ? "
         updateCounter = con.prepareStatement ( updateCounterStr );
              updateCounter.setString( 1, accountID );
              int uc = updateCounter.executeUpdate();     Statement:               
         Statement updateCounterStatement = con.createStatement();
              int updatecounter = updateCounterStatement.executeUpdate(
                   "UPDATE Counter SET number = number + 1 " +
                   "WHERE account_id = \'" + accountID + "\'"
              con.setAutoCommit( true );     //     ------------------------------------ Transaction ENDS
              updateCounterStatement.close();
    //               updateCounter.close();
              ... several more
              con.close();
         } catch(SQLException ex) {
              System.err.println("SQLException: " + ex.getMessage());
              if (con != null) {
                   try {
                        System.err.print("Transaction is being ");
                        System.err.println("rolled back");
                        con.rollback();     //     < ------------------------------------ con.rollback() HERE
                   } catch(SQLException excep) {
                        System.err.print("SQLException: ");
                        System.err.println(excep.getMessage());
    }     //     ---------------------------------------- END the methodIn both cases Counter is incremented, but does NOT roll back.
    The other statements in the transaction do roll back,
    I am using:
    mysql Ver 14.12 Distrib 5.0.18, for apple-darwin8.2.0 (powerpc) using readline 5.0
    on Mac OS X 10.4.x
    I would greatly appreciate a solution to this problem.
    Many thanks in advance

    I think autocommit is true by default. Also, it looks like your'e setting it to true, and then executing more SQL.
    Explicitly set it to false, and DON'T set it back to trueif there's any chance you're going to want to rollback after that.

Maybe you are looking for