Update of Balances - misses target

Hi,
I have an interface table that I use to import "Actual" scenario balances into Hyperion.
I have an extract of the same data that I have captured immediately after the update.
Some of the updates have missed their target, hitting the next entity along (had I not captured the 'cold' data immediately before and after I would not have believed it).
Has anyone run into it, does anyone have a fix?? (Could it be caused by running the interface whilst users are transacting against other scenarios such as "Budget"??)
Hyperion 11.1.2.1.0.83 - using the standard 'Data Synchronization' to achieve this.
- additional info - lines with exactly the same entity and account but a different period have updated a different entity - is this a known bug??
- additional info 2 - when we extract zero level lines we are getting data at heading level (account!) with numbers stored against it - is this likely to be a corruption??
thanks for any insights,
Robert.
(Any takers please - this is looking like I should log an SR?)
Edited by: Robert Angel on 18-Jul-2012 07:33

Excuse me, how can I see the note 1442144?
I donu2019t see any option to search that note.
Thanks,
Lorenzo Cruz

Similar Messages

  • Can not update request in data target

    Hi,
    We have a process chain for master data (10 parallel) loads.  One of the load
    failed with error "can not update request REQU_46xxxxxxxxxxxxxx in data target".
    When I checked the InfoPackage
    (a) update: full load
    (b) it has data selection
    (c) processing :PSA and then to data targets
    (d) Data targets: update in all data targets for which active rules exist.
    But I do not see any list of data targets here.
    Can some one please suggest me how do I correct this load failure.
    Thanks

    Hi Wondewossen, NS and Nagesh,
    Thanks for the information. I am in support, and the developer is
    not here now.
    I have checked Header tab in the monitor, in this there
    is a update symbol and infosource name and an -->
    but after arrow there is nothing.
    when I click on this I get a message
    "No active update rules exist".
    Can you please advice me how to I correct this.
    Thanks

  • How to update RG23D balance.

    Dear all,
    how to update RG23D balance for a depot. Its a new depot.
    i am getting error "no balance in RG23D"

    Dear Jeevan,
    please mention the Complete Scenario for a solution.
    Thanks & Regards,
    SAP FC

  • Records are not getting updating in to Data Targets

    hai friends...
    IN RSMO AFTER THAT STATUS BAR.....IN THAT --> Request successfully loaded into PSA - start further update
    Diagnosis
    The request has as data target "only PSA". It arrived there successfully.
    System Response
    The request has not yet been updated into the data targets.
    Procedure
    You can now trigger the update manually. The final target is determined in the request tables. You do not have to make any further settings.
    TO Load data in to DATA Targets succefullly? what should i do?
    ADMIN TEAM: Dont delete the thread until i get solution please...
    Edited by: Bi_Madhavi on Sep 9, 2010 7:56 AM
    This is very basic thing in BI. You must know about it before start working in a BI project. Please do not flood the forum with the basic questions
    Edited by: Pravender on Sep 9, 2010 11:36 AM

    Hi,
    If you are in BI 7.0,then execute the DTP.
    and If you are in BW 3.5 ,then go to psa select your request and press the button shedule."(you will get this buttton near to delete option for psa).
    Thanks,
    Saveen Kumar

  • HT1926 I keep getting the following message after attempting to download and install the latest update for iTunes: missing MSVCR80.dll.  error 7 (windows error 126)

    I keep getting the following message after attempting to download and install the latest update for iTunes: missing MSVCR80.dll.  error 7 (windows error 126). Anyone else having this issue? How do I get iTunes back in working order?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • ITunes wont run after update today says missing file msvcr80.dll

    iTunes wont run after update today says missing file msvcr80.dll
    tried to reinstall, nothing changed.

    Check out the user tip below.
    https://discussions.apple.com/docs/DOC-6562

  • Sp L records are coming to the PSA and not updating in the data target

    Special Ledger records are coming to the PSA and not updating in the data target in the month end and the info package is failing - because of that we are doing manual updating from PSA to the data target -
    Can so one can tell the reasons why this is happening? And give the solutions to it?

    Hi Sankar,
    If your Infopackage uses Only PSA and Update subsequently in Data Target on the Processing tab, then you will need to add a process for Read PSA and Update Data Target in your process chain, after the Infopackage load process. Then it will take data from the PSA and load to the data target.
    Hope this helps...

  • Sql Query - Update Closing Balance

    Hi
    I am trying to write  a SQL Query , for the following table , I want to update Closing Balance in the table during Query refresh and it should update Closing Balance.
    First Row Cl Balance : Op Balance + Receipt - Issue = Cl Balance
    From Second row      :  Last row Cl Balance + Rec - Issue = Cl Balance up to the end of row .
    Date
    Code
    Op Balance
    Rec
    Issue
    Cl Balance
    01/04/2014
    10001
    5000
    0
    0
    5000
    01/04/2014
    10001
    2000
    7000
    01/04/2014
    10001
    200
    6800
    01/04/2014
    10001
    2500
    9300
    05/04/2014
    10001
    300
    9600
    05/04/2014
    10001
    400
    10000
    05/04/2014
    10001
    2000
    8000
    05/04/2014
    10001
    100
    8100
    09/04/2014
    10001
    50
    8050
    10/04/2014
    10001
    250
    8300
    11/04/2014
    10001
    3000
    5300
    Thanks in advance
    Sandy

    Hi
    Thanks for Instant Solution .
    while running the script its been found that all the entries are not calculating correctly , Kindly find here below Calculated Cl Balance and the correct cl.balance
    select trandate,productcode,nvl(opbal,0)opbal,
                                nvl(ptnqty,0)ptnqty,
                      nvl(waybillqty,0)waybillqty,
                    nvl(clbal,0)ClBal,nvl(first_value(opbal)
    over (partition by productcode order by productcode,trandate), 0 )
    + nvl(sum(ptnqty) over (partition by productcode order by productcode,trandate), 0 )
    - nvl(sum(waybillqty) over (partition by productcode order by productcode,trandate), 0 )
    clbalance_calculated
    from fgaging where productcode = 499001
    order by productcode,trandate
    TRANDATE
    PRODUCTCODE
    NVL(OPBAL,0)
    NVL(PTNQTY,0)
    NVL(WAYBILLQTY,0)
    NVL(CLBAL,0)
    CLBALANCE_CALCULATED
    Correct Cl.Balance
    01-Apr-14
    499001
    812720
    0
    0
    0
    812720
    812720
    23-Apr-14
    499001
    0
    610800
    0
    0
    1423520
    1423520
    30-Apr-14
    499001
    0
    0
    1172590
    0
    250930
    250930
    31-May-14
    499001
    0
    1641750
    0
    0
    27330
    1892680
    31-May-14
    499001
    0
    0
    1865350
    0
    27330
    27330
    30-Jun-14
    499001
    0
    1231250
    0
    0
    729110
    1258580
    30-Jun-14
    499001
    0
    0
    529470
    0
    729110
    729110
    30-Jul-14
    499001
    0
    1767500
    0
    0
    2496610
    2496610
    31-Jul-14
    499001
    0
    0
    1304260
    0
    1192350
    1192350
    19-Aug-14
    499001
    0
    702000
    0
    0
    1894350
    1894350
    30-Aug-14
    499001
    0
    0
    958785
    0
    935565
    935565
    30-Sep-14
    499001
    0
    0
    743943
    0
    495622
    191622
    30-Sep-14
    499001
    0
    304000
    0
    0
    495622
    495622
    31-Oct-14
    499001
    0
    895500
    0
    0
    566322
    1391122
    31-Oct-14
    499001
    0
    0
    824800
    0
    566322
    566322
    26-Nov-14
    499001
    0
    617300
    0
    0
    1183622
    1183622
    30-Nov-14
    499001
    0
    0
    837560
    0
    346062
    346062
    29-Dec-14
    499001
    0
    891000
    0
    0
    1237062
    1237062
    31-Dec-14
    499001
    0
    0
    518000
    0
    719062
    719062
    31-Jan-15
    499001
    0
    0
    1116060
    0
    334002
    -396998
    31-Jan-15
    499001
    0
    731000
    0
    0
    334002
    334002

  • OGG-00204,Missing TARGET specification.

    Hi All,
    I'm having some issues on my replicat process as I'm encountering this error "OGG-00204, MIssing TARGET specification" when I'm trying to start it,
    my replicat parameter file includes "TARGET" on table mapping, am i missing something? please see below the error log and replicat parameters below.
    i tried googling it but i don't have any luck on finding a solution, please help.
    GG version
    Version 11.2.1.0.1 OGGCORE_11.2.1.0.1_PLATFORMS_120423.0230_FBO
    Solaris, x64, 64bit (optimized), Oracle 11g on Apr 24 2012 01:48:54
    DB version 11.2.0.1.0
    ERROR LOG
    2013-08-29 21:08:38  INFO
    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start replicat RPGRPA0A.
    2013-08-29 21:08:38  INFO
    OGG-00963  Oracle GoldenGate Manager for Oracle, mgr.prm:  Command received from GGSCI on host unknown (START REPLICAT RPGRPA0A ).
    2013-08-29 21:08:38  INFO
    OGG-00975  Oracle GoldenGate Manager for Oracle, mgr.prm:  REPLICAT RPGRPA0A starting.
    2013-08-29 21:08:39  INFO
    OGG-00995  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  REPLICAT RPGRPA0A starting.
    2013-08-29 21:08:39  INFO
    OGG-03035  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  Operating system character set identified as US-ASCII. Locale: en_US_POSIX, LC_ALL:.
    2013-08-29 21:08:39  INFO
    OGG-00506  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  Both GETTRUNCATES and DDL replication are enabled.
    2013-08-29 21:08:39  INFO
    OGG-01815  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  Virtual Memory Facilities for: COM
    anon alloc: mmap(MAP_ANON)  anon free: munmap
    file alloc: mmap(MAP_SHARED)  file free: munmap
    target directories:
    /ogg/ggs/dirtmp.
    2013-08-29 21:08:39  INFO
    OGG-00996  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  REPLICAT RPGRPA0A started.
    2013-08-29 21:08:39  ERROR   OGG-00204  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  Missing TARGET specification.
    2013-08-29 21:08:39  ERROR   OGG-01668  Oracle GoldenGate Delivery for Oracle, rpgrpa0a.prm:  PROCESS ABENDING.
    -bash-3.00$
    REPLICAT PARAMETER
    REPLICAT RPGRPA0A
    getenv (ORACLE_SID)
    USERID ggs_owner, &
    PASSWORD AADAAAAAAAAAAAJANEMJKFJARJIFTJCHBABBCIBEQJNIGJVFIGQJAGGIHHTHTHAIGIUJPGSDTCOECFVA, &
    ENCRYPTKEY clarityogg
    ASSUMETARGETDEFS
    DBOPTIONS DEFERREFCONST
    DISCARDFILE ./dirout/dscrpgrpa0a.dsc, APPEND
    APPLYNOOPUPDATES
    GETTRUNCATES
    --ERROR HANDLING
    REPERROR (-1, EXCEPTION)
    REPERROR (-1403, EXCEPTION)
    DDLERROR DEFAULT IGNORE RETRYOP
    --OPTIMIZATION
    BATCHSQL
    GROUPTRANSOPS 2000
    --DDL REPLICATION
    DDL &
    INCLUDE OBJNAME "SCHEMA2.APRTEMP" &
    INCLUDE OBJNAME "SCHEMA2.AWAIT_TASK4" &
    INCLUDE OBJNAME "SCHEMA2.BASH_CUSTOMER_RBG" &
    INCLUDE OBJNAME "SCHEMA2.BC_CBG" &
    EXCLUDE INSTR 'AS SELECT'
    --TABLE REPLICATION
    SEQUENCE SCHEMA2.*;
    MAP SCHEMA1.APRTEMP, TARGET SCHEMA2.APRTEMP;
    MAP SCHEMA1.AWAIT_TASK4, TARGET SCHEMA2.AWAIT_TASK4;
    MAP SCHEMA1.BASH_CUSTOMER_RBG, TARGET SCHEMA2.BASH_CUSTOMER_RBG;
    MAP SCHEMA1.BC_CBG, TARGET SCHEMA2.BC_CBG;
    Thanks a lot
    Villy

    Found the answer, i just removed sequence schema2.* and the replicat runs fine.

  • Updated Bank Balance - How to get?

    Dear Experts, Hi...
    It is a general practice to Create One house bank and Say two Sub bank accounts (one is for check received and another is for check issued)... here i have two doubts....
    1. Is it compalsary to create sub accounts? cont' we manage with One (House Bank) Account?
    2. If we are creating sub accounts.... how to get the latest balance...? Why i am asking this is our house bank and Bank Balance (with Banker) will match only when we completes the BRS, and usually BRS is prepared month end only. So in this case we can able to track current balance only at month end... but it is also necessary to know the updated bank balance at any given point of time... in House bank G/l account...
    Is it only way to "Hosuebank balance + Check Recived Balance - Cheque issue Balance" ?
    Please help me... is there any way to get / merge this three accounts and get one/ single net balance?

    Hi,
    If you would like to check the balance for the Three accounts which generally we maintain for Banks
    Main Bank Account + Cheque Rect+Payments.
    In that case you can go to FS10N and give all three account sequentially in to the multiple selection tab and after entering the accounts you can to the Tab of Save as variant and give the appropiate Name for individual bank account to check the balance and then in future if you would like the check the balance then directly you can access the variant specific to that bank.
    It could help you..
    Regards
    Sandeep

  • Update  option  is  missing

    hello   today  i  updating  after  effects  to  v12.2  but  when  i  opened  the  wndow  i  noticed that  the  update  option  is  missing  from  help  menu!!!

    You can get manual update files by following the links here:
    http://adobe.ly/DVA_updates

  • Load status in PSA "Request not updated to any data target using delta"

    Hi,
    I need to delete the Unwanted request from PSA with status u201CRequest not updated to any data target using deltau201D
    There are lot of requests are there in PSA but some of them loaded with status
    u201CRequest updated in Data targetu201D u2013 I donu2019t want delete this requests.
    Others u201CRequest not updated to any data target using deltau201D  -- need to delete
    We are deleting manually every week end.
    Is there any program or tables which can delete automatically unwanted u201C Request not updated to any data target using deltau201D requests from PSA.
    Thanks for your help in Advance,
    Raj.

    Hi Rajesh,
    You may create a simple process chain, where you could include the variant "Delete PSA Request".At the bottom of this variant maintenace screen you would find options exactly matching your requirements.It's a very simple option and should not take you more than 5 minutes.
    Best Regards,
    Bansi.

  • Delete Request which is already updated to Futher data target

    Hi Experts,
    Is there any way that we can delete a request from infocube which is already updated in to another data target.
    My requirement is i have PCA infocube which 3 full loads and 1 delta. I can delete the full loads by using delete overlap request process type. But from PCA infocube the data is futher updated in another planning cube as delta request to update the actuals.
    This is causing the problem as the data is getting further update to another cube as a delta request i am not able to delete the overlapping request of full loads in PCA cube. Any ideas or suggestions would be a great help.
    please note that i cant change the dataflow at this point as this cube is already in production.
    Thanks,
    RRRRR.

    Hi R,
    thanks for pointing this out.
    I still think the procedure that I described would be suitable.
    Let me re-capture: You want to delete the Full request in the Infocube, but you don't want to touch the data of this request that has been already updated in the planning cube.
    1- Delete the full request in your infocube
    2- Confirm the messages that this will lead to de-activating the delta to the planning cube (as explained previously)
    3- Load your new full request into your infocube iif you want to
    4- Set up the delta between Infocube and Planning cube again, by requesting an INIT w/o data
    This way you will be able to change the data in the Infocube, but not impact the data that has already been updated in your data target the planning cube.
    In case you want the new FULL request to be updated via a DELTA into your planning cube you have to swap the order of steps 3 and 4 above.
    Hope that clarifies this approach to you.
    kind regards,
    Ralf

  • Master data loads Request not updated to any data target using delta

    When checking the PSA the request updated ICON has red triangle and the mouse over says
    "Request not updated to any data target using delta".
    I am doing full loads for text data and both full and delta's loads for Attributes. This is BI 7.0 system but the loads are still from 3.1.  DTP has not been implemented yet. The system was just upgraded in July.  I am unable to schedule deletes from the PSA for successful loads.  However, I think the data is updating to the info objects.  My Info package has the selection to PSA then in the InfoObject package by package.  
    How do I schedule the deletes from PSA and why does the Request updated show red but the monitor for the info package show green?
    Edited by: Joe Mallorey on Jan 27, 2009 5:46 PM

    Hi shikha,
    The load has not failed but I am unable to delete the load from the PSA.
    If you do a manage on the Data Source or go to PSA from RSA1 the first column has the green gear icon instead of a green check mark I have red triangle the mouse over says "request not updated to any data target using delta" The data has loaded to info object. I am trying to schedule deletes from the PSA and using the option to "delete only successfully booked/updated requests" So how do I get the request updated column to show a green check mark so my deletes will Process? This is for master data only. My transactions load fine and delete properly according to my settings.
    Thanks for the reply.
    Regards,
    JoeM

  • Request not updated to any data target using delta

    I am on BI 70 using 70 DataSource.  I executed InfoPackage in full update, then ran DTP in full mode.  There is only 1 data target.  The requests were successfully updated in the target DSO.  However, when I checked the datasource PSA, the requests were showing u201CRequest not updated to any data target using deltau201D with red triangle. 
    My questions are:
    1.  Is this normal?
    2.  I need to do more full loads.  When I run DTP (in full mode) again, will it re-load those PSA requests (the ones already in DSO) to the same data target?
    Thank you.
    Rebecca

    Hi Rebecca,
    To answer your questions
    1. Yes. This is normal.
    2. Yes. When you run DTP in Full Mode again, this PSA request (along with any other subsequent loads you might have done to PSA)  would be re-loaded to the same data target .
    If this is not required you can set the DTP to delta mode. This ensures that the PSA request is updated to data target only once.
    Hope this helps!
    - Meera

Maybe you are looking for

  • Release chanage request faild

    When I want to release the chanage request,return code 0232.I reconfigure stms,and the error still exist. In the case,I check the tracsport tool.find the tp connect to db faild. eror log: Test call of transport control program (tp) ended with return

  • Cannot install 10.6.3 for ipod touch 4th gen and windows xp svc pack 3

    I am getting error 2330?  when trying to connect  ipod to sync or trying to update Itunes on my windows computer.  Finally uninstalled Quicktime and Itunes on computer, now I have No Itunes on computer and a nonfunctioning empty (reset) Ipod touch...

  • Need Help Please - PSD InDesign (for print)?

    Hello Everyone, I'm a graphic designer for a company that has decided to run some print ads in a magazine. At the time, I only had Photoshop to create their advertisement with. Now they have purchased CS4, which will make my life easier in the future

  • Syncing iPhone to iMac after hard drive restore

    My hard drive died very s l o w l y over the last couple of weeks. I was very careful during this time not to delete any data from the phone (for example, I imported pictures to iPhoto, but did not delete them from the phone) as I just didn't feel te

  • Dual processor not showing up in Activity Monitor

    I have a dual processor G5 PowerPC at work and when I look at the CPU Activity Monitor it shows me the activity on both processors. My Mac Pro at home is also a dual processor but when I look at the activity monitor it only shows one processor thread