Journal [disposal] do not return all rows in the process log

Dear experts,

We are using HFM 11.1.2.1 and currently faced with the question regarding journal [disposal]. During development, all [disposal] journals were created in Jan - Sep. Then we have included the level of process until the published and lock us all features in Jan - Sep.

Then, we add 1 figure in the Sep data but not affected to the consolidation. So we open for seven entities only and put the update data and resolder again. Building successful, so relock us entities. FYI, the environment that we used for Jan - Sep was the development, and move us in production using LCM and copy request. When we update the data of seven minors, we were in Production. When we do the data of October, we realize that any newspaper [disposal] disappeared in the process log screen, we saw a few lines were created, like 7 rows (while all the disposal should have like 50 lines), but everything is empty. It's coming for October and apparently September got in the same way. But for Jan - August (data still lock and never been opened yet) are still intact, log [removal] is here.

Is there someone at - he had the same experience like this before? Data are ok, so in the table HFM, all data of the elimination is there, but we do not see only the journal in the process Log menu or in the newspaper States.

FYI, this is the version of HFM errors log, I found:

11.1.2.1.102.3324

11.1.2.1.103.13641965.3552

11.1.2.1.103.3505

11.1.2.103.3505

In our application, we apply a Consolidation rules = Y and that we had created a rules file contains our calculation, translation, consolidation, and the eliminations.

Grateful if you could give me more information on this issue.

Thank you

Anna

Hi all

FYI: I got an answer to my own question. Apparently there is a bug in this version. so, after making a patch up to 600 and then try to copy the apps and re - run the rules file. Everything is here, no missing journal more.

Kind regards

Anna

Tags: Business Intelligence

Similar Questions

  • 2540 DeskJet not print all rows in the column

    I am satisfied with my new 2540 Deskjet, except on the simple Excel documents it prints only a portion of the lines even if the grid is checked. This never happened with my old dell printer.

    Hi CathB123,

    Welcome to the HP Forums!

    If printing works well in other programs, I recommend this site, print gridlines in a worksheet. I would also try using the HP print and Scan Doctor, in which case there may be a driver conflict.

    Otherwise, if it does not help, please contact Microsoft Office technical support. The Agency supports, as I am not familiar with Excel.

    Good luck!

  • all rows in the table are not eligible for the specified partition

    SQL > Alter Table ABC
    Exchange 2 Partition P1 with Table XYZ;

    Modified table.

    SQL > Alter Table ABC
    Exchange 2 Partition P2 with Table XYZ;


    P2 Partition Exchange with XYZ Table
    *
    ERROR on line 2:
    ORA-14099: all rows in the table are not eligible for the specified partition

    The exchange partition works fine for the first time. However, if we try to swap the 2nd partition it gives the error.
    How to solve this error?
    How can I find the lines which are not qualified for a specific part. is there a query to find out the same thing?

    >
    Well, exchange of syntax and logic is not clearly as it should (IMHO). There is no element of syntax that tells Oracle we want to Exchange partition data in a table that is not partitioned or not partitioned into partition table data.
    >
    What? Not sure where you got that but maybe it was before you had first cup of coffee? ;)

    An "Exchange", it's just that; an Exchange. Partition data end up in the non-partitioned table and vice versa. It is meaningless and totally obsolete if "we want Exchange partition data in a table that is not partitioned or not partitioned into partition table data".
    >
    It was decided by Oracle not partitioned table control. If the non-partitioned table is empty, it means you want to Exchange data partition in a non-partitioned table. And if not partitioned table is not empty, it means you want to Exchange data in the table that is not partitioned into partition.
    >
    There is no decision to make. The segments are swapped. Oracle doesn't check, know or even care if one or the other or both segments are empty. 'Control' which is carried out (by default except if NO CONTROL is used) only consists of ensuring all the data in the segment intended for the partition belongs to this partition.

    It is what gives the example of John. This can NEVER work if table1 is empty unless p1 is empty at the beginning:
    1 Exchange p1 with table1
    2 Exchange p2 with table1

    As John explains, assuming that no other operations are trying to put the data from p1 P2 which is not possible if p1 actually contains data.

    You can save it for next April 1!

  • Problem updated 16 rows, it updates all rows in the table

    I tried to update of 16 ranks with AL as the name of divion with the script as below:

    Update wire_center set a.wg_id = '63'
    where EXISTS (select b.div_name from wire_center, title b, area c, ns_workgroups d).
    where B.DIV_NAME =' al ' AND a.dis_id = c.dis_id and b.div_id = c.div_id and d.wg_id = a.wg_id);

    When I run it, it updates all rows in the table.

    However when I run the select subquery, it returns 16 ranks.

    It seems where EXISTS is the problem. If I exist, it gave me error ora-00936.

    How to fix? Need urgent help please. DB is 10g.

    Thanks in advance.

    If I understand correctly what you want, you must not include wire_center once again in the second select (in your clause).
    The second selection has no relationship to the table you're updating, so because select the second returns 16 rows, it is always set to true will. For each line. If all the rows will be updated.

    Instead of

    Update wire_center a set a.wg_id='63'
    where EXISTS (select b.div_name from wire_center a, division b, district c, ns_workgroups d
    where B.DIV_NAME='AL' AND a.dis_id=c.dis_id and b.div_id=c.div_id and d.wg_id=a.wg_id );
    

    Try this:

    Update wire_center a set a.wg_id='63'
    where EXISTS (select b.div_name from division b, district c, ns_workgroups d
    where B.DIV_NAME='AL' AND a.dis_id=c.dis_id and b.div_id=c.div_id and d.wg_id=a.wg_id );
    

    Published by: big on 29-dec-2010 14:27

  • My event.result may or may not return a node in the xml file. How can I avoid that TypeError: Error #1009:

    My event.result may or may not return a node in the xml file. How can I avoid that TypeError: Error #1009: cannot access a property or method of a null object reference.

    I have a very simple question. I want to take the value of

    Event.Result.Item.nodeindex1.nodeindex2.Row.MyValue;

    and assign it to a text field

    mytextTi.text = event.result.item.nodeindex1.nodeindex2.row.myvalue;

    But if a part of the tree is missing, which is also valid, so I get TypeError: Error #1009: cannot access a property or method of a null object reference.

    I tried various solutions such as the following. Is there any simple way to do this?

    If (event.result.item.nodeindex1.nodeindex2.row.myvalue! = undefined)-does not work

    Unfortunately, one must test all levels to ensure that it is not null before the reference to it. You can take advantage of the short-circuit evaluation in tying together, for example

    if (event.result.item
        && event.result.item.nodeindex1
        && event.result.item.nodeindex1.nodeindex2
        && event.result.item.nodeindex1.nodeindex2.row
        && event.result.item.nodeindex1.nodeindex2.row.myvalue)
    {
        // access the variable
    }
    else
    {
        // one of the XML nodes in the path is null
    }
    

    Or you could stay away from her a little hacky and wrap the reference in a try/catch block.

    -Tom

    Flex SDK engineer

  • Request from oracle to MySql using dblink read all rows in the table

    Hello
    I use the heterogeneous connectivity between oracle 10204 to the Mysql database.
    I have a database of link on the side of the oracle.
    I request a table in MySql with 10 million rows.

    His is not serious if I am running:
    ' Select * from ' CDR_Accounts"@mysql where 'id '= 7675405;
    or
    Select * from 'CDR_Accounts"@mysql;

    There is an index on the column id.
    It seems that the Mysql is feteching all rows in the table, all data is transferred to oracle on the dblink and only after the required lines are back to the client.

    The /etc/odbcinst.ini file is as follows:
    [odbcprd:oracle@odbc /software/oracle]$ cat /etc/odbcinst.ini
    [myodbc3]
    Description             = Mysql connector to mysql version 3.5
    Driver          = /software/oracle/MysqlOdbc/3.52/lib/libmyodbc3-3.51.25.so
    Driver64                = /usr/lib
    Setup           = /software/oracle/MysqlOdbc/3.52/lib/libmyodbc3S-3.51.25.so
    Setup64         = /usr/lib
    UsageCount              = 1
    CPTimeout               = 3600
    CPReuse         = 
    Please advice

    Thank you

    Initialization of gateway open tha file located in $ORACLE_HOME/hs/admin called init .ora and change HS_FDS_TRACE_LEVEL to HS_FDS_TRACE_LEVEL =WE.

    ATTENTION:
    Do not forget t turn off after all your tests.

  • I got a mini iPad 2 32 GB as a gift to replace a dead laptop but I'm not at all familiar with the product. Can I create and save word documents a presentations on a flashdrive off iPad mini?

    I got a mini iPad 2 32 GB as a gift to replace a dead laptop but I'm not at all familiar with the product. Can I create and save word documents a presentations on a flashdrive off iPad mini?

    You can create word documents and powerpoint presentations, but you cannot save them directly on a normal USB.

    Microsoft made a version of office for iPad, you can find it in the App Store. Here is a link:

    Word

    https://iTunes.Apple.com/en/app/Microsoft-Word/id586447913?Mt=8

    PowerPoint

    https://iTunes.Apple.com/us/app/Microsoft-PowerPoint/id586449534?Mt=8

    There are usb drives that work with iPads, and you can save documents to those who use their own applications.

    http://9to5Mac.com/2015/03/20/the-best-iPhoneiPad-USB-flash-drives-with-Lightnin g-connectors.

    Also I suggest you read through the iPad User Guide:

    http://help.Apple.com/iPad/9/

  • Sir, iam not at all satisfied with the functionality of windows vista, I need immediate upgrading to windows 7, please please give me this, I have the version of the license of vista,.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • Programs you are Sir, iam, not at all satisfied with the functionality of windows vista, I need immediate upgrading to windows 7, please please give me this, I have the version of the license for vista, problems with
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    For any question on Windows 7:

    http://social.answers.Microsoft.com/forums/en-us/category/Windows7

    Link above is Windows 7 Forum for questions on Windows 7.

    Windows 7 questions should be directed to the it.

    You are in the Vista Forums.

    See you soon.

    Mick Murphy - Microsoft partner

  • Network type changes 'Public' and does not return to work when the default gateway is detected

    Original title: Type of network not restored on ethernet cable reconnect.

    I have a Dell Precision R5500 running Windows 7 Professional Service Pack 1. It is connected to a network that is stored as a type of 'work '. When the ethernet cable is removed and replaced network type changes to 'Public' and does not return to work when the default gateway is detected. I also have a Toshiba Tecra M10 running Window 7 Professional Service Pack 1 that initially detects the network restored as 'Public', but 'Work' once again Exchange is a connection to the default gateway. Is there a setting somewhere in the strength of the network to double check its type periodically?

    Hello

    You have any other network assets wireless (specifically) running on the computer?

    Have another active network connection could also cause this.

    Allows us to follow the methods mentioned below and see if they help.

    Method 1: Run the network troubleshooter.

    When the network type gets changed to 'Public' after the cable is disconnected and reconnected. The troubleshooter should let you know if there are errors with the associated services.

    See the following article:

    Using the troubleshooter from network in Windows 7:

    http://Windows.Microsoft.com/en-us/Windows7/using-the-network-troubleshooter-in-Windows-7


    Method 2:
    check if network discovery and file sharing options are enabled in the network and sharing Center.

    See the following steps:

    a. click on start toreduce this top, type network and sharing Center in the Start Search box, and then click network and sharing Center in the programs list.

    b. If network discovery is off, click the arrow to expand the section, click turn on network discoveryand then click apply.

    Reduce this includes this imIf that you are prompted for an administrator password or for confirmation, type your password or click continue.

    c. If file sharing is off, click the arrow to expand the section, click turn on file sharingand then click apply.

    Collapse this includes this ima

    If you are prompted for an administrator password or for confirmation, type your password, or click continue.


    Method 3: Uninstall the network drivers and then install the last set of drivers on the manufacturer's Web site and check the issue.

    See the following steps:

    (a) click Start, right click on computer.

    (b) click on properties, click on Device Manager

    (c) expand the network adapter, right click on the adapter option

    (d) click on uninstall

    (e) now go to your computer / site Web of the manufacturer of the device, download the updated drivers and install them.

    Reference:

    Updated a hardware driver that is not working properly:

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

  • During a conversion attempt has us page to PDF in explorer11, does not in all folders in the list of the file Explorer. The olny happened after conversion to win 10

    During a conversion attempt a webpage to PDF in explorer11, does not in all folders in the list of the file Explorer. The olny happened after conversion to win 10

    Hello

    We could not see the attachment. Let me tell you how you can attach the file.

    1 - Select the icon of the image of the top toolbar.

    2. then click on "select a file".

    3 - Select the image you want to download.

    4 - Click on "insert image".

    I hope this has been helpful.

    Thank you!

    Shivam

  • When purchasing a subscription, if I know that I used to use the product until a certain date in the future, am I able to set up a future subscription start date as a way to not lose all day in the duration of my subscription?

    When purchasing a subscription, if I know that I used to use the product until a certain date in the future, am I able to set up a future subscription start date as a way to not lose all day in the duration of my subscription?

    Not according to the terms and conditions

    Adobe - General conditions of subscription

    Service starts as soon as your first payment is processed.

    Subscribe when you are ready to use it.

  • Repeat parent node values in all rows of the child

    In the xml editor, how we could repeat the parent values in all rows of the child in Model Builder if there is more than one query in the sql report.

    Try


    or post the output example

  • Is it possible to delete all entries in the Eventvwr log?

    Separated from this thread.

    Is it possible to delete all entries in the Eventvwr log, so I can go back to that is the app is written in the Eventvwr log?

    By default, event viewer produced a considerable number of newspapers.

    The four elements of the menu in event viewer bar are file, Action, view and help.

    Clear a log only appears in the Action menu of drop-down menu if the cursor is placed in a newspaper that can be erased and a report in the list is not currently selected. So if it is placed on the option Windows logs clear a log is unavailable, while "subject of a report in a folder under five is not selected, the option clear a log is available."

    The three main Windows logs files are Application, security, and system. The default file for these logs size is 20, 480 KB, which is larger than necessary. A reasonable size is 2 048 KB. You can easily change the size immediately after clearing the log by using the scrollbar to the right of the maximum log size to change whatever size you choose. In the same time make sure that the box before overwriting is checked. All of your changes by clicking apply then OK. If you have not disabled the first newspaper the system prevents the selection of a maximum file size less than the size of the existing file.

    see that the app is written in the Eventvwr log?

    The system records the entries in the logs. The system monitors everything that happens. Individual applications do not write entries in the Event Viewer logs. It's the system that records the entries on startup applications, stop and crashing!

  • BIOS update failed: the process does not have this system. The process of the utility is not complete.

    I have a Thinkpad T450s and I'm trying to update the BIOS version 1.19 to 1.20. I've created a live usb with the 'el tortio' - image extracted using linux "dd". Once I boot on the USB under Legacy-BIOS and select upgrade, it proceeds witht the error message "the process does not have this system. The process has been cancelled. "I have disabled the protection against theft, AMT (I think this is the option) and I'm sure that I use the correct .iso file from the downloads section. I don't have a Windows operating system installed, but I'm able to start in various linux distributions using Legacy and UEFI methods.

    Here is my BIOS information.

    "Manage 0 x 0031, DMI type 0, 24 bytes.
    BIOS information
    Seller: LENOVO
    Version: JBET54WW (1.19)
    Release date: 06/11/2015
    Address: 0xE0000

    Runtime size: 128 kB
    ROM size: 16384 KB
    Features:
    PCI is supported
    PNP is supported
    BIOS is extensible
    BIOS shadowing is allowed
    Boot from CD is supported
    Selectable boot is supported
    ACPI is supported
    Legacy USB is supported
    BIOS boot specification is supported
    Targeted content distribution is supported
    UEFI is supported
    BIOS version: 1.19
    Firmware revision: 1.2 "

    What could you suggest to get the update disc to recognize my system?

    I think I've fixed the problem, I formatted FAT16 USB drive and not in FAT32 and also when you use the geteltorito command, it is preferable to use the-o option rather than a redirection ">"syntax. " An article said that it is best to drop in a DOS command line using the USB boot, then run dosflash.exe from there, however, I could not edit the .bat file, but it is an option however.

    I hope this helps someone stuck in a similar situation.

  • A snapshot could not be created. Check the event logs "VSS" and "SPP" application for more information

    Original title: a snapshot could not be created. Check the event logs "VSS" and "SPP" application for more information. Details: shadow enough storage to create the copy storage file or other shadow copy data. Error code: 0 x 81000019

    I tried to back up my files using an external hard drive (which I have done before with Windows 7 64-bit), but recently I get the same error code. I have re-formatted external hard drive, run diagnostics on it, restarted the computer, etc and nothing seems to work. I also tried both options posted in another forum with the same error and too, they were not successful (external is already NTFS and now that it has been re-formatted is completely empty). Windows has more suggests? I hope not to have to use drag and drop my files whenever I want to save my computer.

    Thanks for the help!

    Read this article because I believe that the amount of free space in the 100 MB partition is too small. Article is a different error code, but the technique to increase the size of the 100 MB partition is the same.

    Note: Backup of your hard drive as described in the article.

    How to fix error code: 0 x 81000033
    http://www.PAGESTART.com/win7br0x8100003301.html

    JS
    http://www.PAGESTART.com

    Never be afraid to ask. This forum has some of the best people in the world to help.

Maybe you are looking for

  • Why do I need this? I use Firefox on my computer apple not my phone or my IPad...

    Why should I Sync? Why you need to access my mobile if I do not use your browser on these other devices?

  • Load the options down

    When I load PDF files or pictures, I used to display a pop-up window asking me if I want to OPEN or SAVE. At some point, I put save as default. How to reset it?

  • Firefox, not loading pages in external links

    When I get an email with a link and ask Android to open it, the browser opens and appears to load. But only a blank page is here. If I close the browser and reopen it, I see the page. Help appreciated.

  • Questions about Satellite C670 / 670D

    A month ago, I bought my laptop. And now I have problems.(1.) a few days ago, that there is no charge. (Battery not found)... after two hours it was OK.2.) now, when it is plug it has fully charged (100%), when I unplug the cable - 98%.3.) time and t

  • Connect devices usb 2.0 at T440s

    I just bought a T440s and I have several USB 2.0 devices I want to use with it. Should which adapter I since the T440s has only USB 3.0 ports.