Dirty flag set for readonly file page

We are using BDB 4.8.26 transactional data store on Windows 2008 R2.
DB is logging the message "dirty flag set for readonly file page" to the error log ... this entry was logged 17 times in a 24 hr period. The system processes about 3-5 requests a second.
We also are having an incorrect "SECONDARY inconsistent with primary" error reported - this used to be very rare but has increased with increased concurrency. But the dirty flag error is recent - after we dropped a secondary and added a new one - there was no error during the secondary drop and rebuild process.
Appreciate any help on this.
Thanks
Kimman Balakrishnan

Hi Kimman,
I assume you are not opening your databases with the DB_RDONLY flag. This could be cause by not running recovery after a system or application failure. Make sure you run recovery correctly, single threaded, after each system or application failure; review the Architecting Transactional Data Store applications documentation section.
Regards,
Andrei

Similar Messages

  • Export Media from DV Pal to AVI: Best recommended setting for Output file?

    I have a project in CS4, on Windows, in DV format (original videos were M2t).
    What is the optimal setting for export (and possibly for the sequence settings too) for the best quality and then smallest size?
    If my input is M2T files - is the best settings to work in Premiere is DV 1 for Pal?
    I always use Progressive Interlace - is that required or is the default of Lower field OK as well (I am not sure exactly what is the impact of using just one field, but from previous versions of Premiere Progressive always improved the video image)?
    Is the frame rate of Pal as 25 FPS must be adhered in the sequence setting and export to avoid re-rendering?
    As for the Export side:
    Is using the DV Pal is best for quality without going uncompressed?
    Is starting with 16GB of DV as m2T and ending with 20GB of DV reasonable?
    Is the method of exporting to DV and then compressing it using a 3rd party is the best way going about the creation of the movie and then compressing it for distribution?
    What is the the recommended tool for compressing - and with which format?
    The end result is meant to be consumed as an AVI on people's desktop. Not on mobiles or YouTube or DVD.
    On BitTorrent I see many files that are in HD but have an amazingly small size of less 1 GB - what do these guys use to achieve such small sizes yet amazing quality?
    What is the best tool and codec to achieve a compression based on a file size?
    Is DivX better than XVid? And is "Multipass nth pass" is the way to configure the DivX for best results?
    I really feel we lack any guidance on these aspects and a huge of time is wasted every time I get to this stage when it should all be pretty standrad for me.
    I know I am asking a number of question but if someone is able to jot down the basics of the tool, codec and settings to achieve best quality (regardless of the time it takes to get to it) - I'd be very grateful!
    Merry Xmas and a Happy New year to all,
    Eroka00

    I find your post somewhat confusing.
    These m2t are they converted?
    Run a file that you are using in Prmeiere through Media Info and post a screendump.
    http://mediainfo.sourceforge.net/nl
    What is the endproduct going to be? YouTube, DVD, media player or .....

  • Default setting for deleting files, default setting for deleting files

    How can I change default value for deleting files from 'Keep file' to 'In waste basket' (sorry this is a translation from the German 'In den Papierkorb') meaning delete file from harddisk definitely.

    Thank you for your quick answer. Yes that's the place I am doing the job. And yes I do get a choice to choose between 'Delete from hard disk' or 'Delete from iTunes only'.
    But the 'Delete from iTunes only' is the default setting. I would like to change the default setting to 'Delete permanently (from hard disk too)'. This would enable me to work much quicker by using keys only (Del + Enter) without touching the mouse to change from 'Delete from iTunes only' to 'Delete permanently'.

  • Project setting for MOD files

    Does any one know the best project settings for MOD files?

    They have to be converted. Probably best with MPEG Streamclip.

  • Time setting for pdf file presentation

    Can I set different times for different pages of my pdf file when using the whole screen presentation in Adobe Reader? Thanks!

    I'm pretty sure that needs to be done in the creation of the PDF in Acrobat. Best to ask in that forum

  • Why can't FC save the folder locations set for render files?

    I wrongly assumed that when you go to system settings to select the scratch disks (root folder where all the audio and video render folders and files go, capture files, etc.) that Final Cut would save the folder locations within the FC project you are working in. Makes total sense, but for reasons I don't understand, FC does NOT save these folder locations and the result is that I have render files scattered all over the place on my hard drive and it is quite a mess! Fortunately, the project file remembers where it put the render files, so as long as you don't remove or rename any project folders, everything shows up rendered on the time line as it should. The problem is, if I'm working on several projects at once, I have to reset the scratch disks every time I reopen a project, otherwise the program will save it to the last scratch location selected and put all of the render files in another project's folder. I often forget to reset the scratch disks when I'm busy and now I have render files mixed up in various project folders.
    Why can't you just set the scratch disks one time when you first set up the project and have the project always remember that location, instead of always having to reset them every time you reopen a project. I love Final Cut, but this is a product defect that should be addressed and corrected. If the project file can remember where it is putting all the render files, it should also be capable of remembering the scratch disk locations you originally selected when you first set up the project or better yet, save it to the project's root folder by default. Am I missing something here?

    As MtD describes, FCP sets file locations for ALL projects at the system level.  It may help to organize things this way so your files don't end up scattered across multiple locations.
    Save the project files to your User folder on the boot drive.
    For all the other files FCP creates, set them on a non-boot drive similar to this:
    Media Drive
    ----->FCP Documents
    ---------->Autosave Vault
    ---------------->Acme Widgets Demo (sample project name)
    ---------------->Grass Valley Music Video (sample project name)
    ---------------->Jen's Wedding (sample project name)
    ---------->Audio Render Files
    ---------------->Acme Widgets Demo (sample project name)
    ---------------->Grass Valley Music Video (sample project name)
    ---------------->Jen's Wedding (sample project name)
    ---------->Capture Scratch
    ---------------->Acme Widgets Demo (sample project name)
    ---------------->Grass Valley Music Video (sample project name)
    ---------------->Jen's Wedding (sample project name)
    ----------->Render Files
    ---------------->Acme Widgets Demo (sample project name)
    ---------------->Grass Valley Music Video (sample project name)
    ---------------->Jen's Wedding (sample project name)
    ----------->Waveform Cache
    Of course, you can choose to keep renders or the Autosave Vault folder on other drives ... just keep them off your boot drive.  It may not be the way you're use to working, but it's worked well for me the past 14 years.  When you finish with a project and ready to delete the associate files, just go to your media drive and delete folders bearing the project's name.
    -DH

  • Iterate DB using DBcursor- get with DB_DBT_USERMEM flag set for DBT

    Have BDB running in TDS mode. Want to iterate over a complete database using a DBcursor from start to end. Set the DB_DBT_USERMEM flag on the DBT structure with data pointing to a fixed sized user allocated memory block to hold the contents of a single record read. Currently cursor-get fails with DB_BUFFER_SMALL. I assume that this is because cursor->get retrieves more than one record.
    Is it possible to iterate over the DB using the said cursor while allocating user-memory for only one (1) database record? Each call to cursor->get with DB_NEXT / DB_PREV / DB_FIRST /DB_LAST etc would update the single record entry.

    Hi Kedar,
    No, DBcursor->get() retrieves multiple key/data items if you're using the DB_MULTIPLE or DB_MULTIPLE_KEY flags. See "Bulk Retrieval":
    [http://www.oracle.com/technology/documentation/berkeley-db/db/programmer_reference/am_misc_bulk.html#am_misc_bulk_get]
    You only want to retrieve a single record per call, hence are not using the aforementioned flags. In this case the DB_BUFFER_SMALL error indicates that the length of the requested/retrieved item is larger than that specified for the DBT via its "ulen" field.
    [http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/C/dbt.html#dbt_DB_DBT_USERMEM]
    If you want to iterate over all the records in the database (including duplicates, if the database is configured to support them) you should use the DB_NEXT flag.
    Note than when the DB_BUFFER_SMALL error is returned the "size" field of the DBT is set to the the length needed for the requested item; you can inspect that value to decide how to size your supplied buffer (or you may know in advance the size of the data items in the database).
    Here is an excerpt from the example code in "Retrieving records with a cursor" with the necessary adjustments for the data DBT:
    [http://www.oracle.com/technology/documentation/berkeley-db/db/programmer_reference/am_cursor.html#am_curget]
         DB *dbp;
         DBC *dbcp;
         DBT key, data;
         int close_db, close_dbc, ret;
         /* Acquire a cursor for the database. */
         if ((ret = dbp->cursor(dbp, NULL, &dbcp, 0)) != 0) {
              dbp->err(dbp, ret, "DB->cursor");
              goto err;
         close_dbc = 1;
         /* Initialize the key/data return pair. */
         memset(&key, 0, sizeof(key));
         memset(&data, 0, sizeof(data));
         /* Retrieve data item in user suplied buffer. */
    #define BUFFER_LENGTH 1024
         if ((data.data = malloc(BUFFER_LENGTH)) == NULL)
              return (errno);
         data.ulen = BUFFER_LENGTH;
         data.flags = DB_DBT_USERMEM;
         /* You can supply your own buffer for the key as well. */
         /* Iterate through the database. */
         while ((ret = dbcp->c_get(dbcp, &key, &data, DB_NEXT)) == 0)
              /* Operate on the retrieved items. */
         if (ret != DB_NOTFOUND) {
              dbp->err(dbp, ret, "DBcursor->get");
              goto err;
    err:
         // ...Regards,
    Andrei

  • Yesterday, March 2, 2013, MSN is set for my home page and it will not load. I can access other pages such as: Facebook, bank accounts, etc.

    I tried deleting cookies, reloading page and nothing has worked.

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Good setting for DV files?

    Okay, I'm trying not to be impatient with FCPX, but I learned today that the numerous cameras that we use record in a format that FCPX won't import.
    DV. I thought that that was a fairly universal format in the reporting field.
    So now I have to batch files for the next few weeks until we upgrade our cameras (we still us SD, so upgrades are needed!).
    Which compressor setting should we use for basic DV, 720x480? My first batch imported with no audio, yet the files had audio when played in Quicktime (?). My second batch conversion showed up as unimportable.
    Please explain a reliable setting????

    We use six Sony1080i's. The DV files are saved onto a card, then moved to a network.
    As I was teaching FCPX to the editors, we were unable to import the files from a pen drive (network was down). They neglected to also copy the IDX files, so I assumed we'd found the problem.
    Today, network is fine, but we're still getting "no importable files".
    A sister TV station sent 2 techs that use FCPX daily, and they're stumped.
    Right now we're testing the camera to record as AVI... any other suggestions? The problem seems to source at the camera and FCX, as the DV files play in Quicktime and Compressor, WITHOUT the IDX's.

  • Same setting for two file adapter but different output

    Hi ,
    I am having two receiver file adapter for two differrent scenario with same settings but different structure.
    I want the output of the file for both the scenario should be displayed line by line but it is working fine for one scenario.File type,file encoding and FCC are same in both the interface except the fieldsnames in FCC.
    When i check both the output file i found that the scenario which is working fine  having OA OD hexadecimal value at the end of line of each line.and the second scenario which is giving the output in single line is having only OA.
    waitng for Valueable inputs!!!
    Thanks
    Santosh

    Hi Santosh,
    Kindly elaborate your question.
    it would be helpful if you post the content conversion parameters of the erroneous file channel.
    Regards,
    Varun

  • The URL that was set for my homepage redirects to a network authorization page even though I cannot connect to that network.

    I am no longer within range of a network that I was ''attempting'' to connect to as ''guest'' and now the guest registration page for the network overrides the url that was set for my home page in Firefox. (I never actually established a connection to the internet on that network because the guest username and password repeatedly failed.) The redirect executes whenever I type the URL, www.yahoo.com, into the address bar or when I follow a link from a search engine to that URL, or when I click the home button. How can I stop the
    redirect? I deleted all network locations that contained that network and cookies that contained the network name but that did not stop the page redirection. I do not believe this to be a virus or malicious network because it was at an research institute. I looked in prefs.js for any keywords from that network but I did not find anything obvious.
    Thank you for your help.

    Easily fixed: clear the cache.

  • Firefox 24 uses its own stricter umask for downloaded files then 23, where do I set this ?

    Apparently, Firefox24 uses its own umask (0077) setting for downloaded files (in libxul.so ?) , whereas Firexfox23 seems to use the inherited umask from the calling process (0022 in my case).
    Securitywise this is change fine, but in my case I need to use my own umask setting.
    Anyway to specifies this ? (had checked about:config)
    thanks !
    Note:question https://support.mozilla.org/en-US/questions/971876?esab=a&as=aaq seems related, but IMHO an existing directory hasn't a umask setting.

    hello trummel7, please try to upgrade to firefox 25 which got released today and should contain a fix for this issue. thank you!

  • How to get file download dialog box in IE 6.0 for .CSV files?

    In our Java application, when we download .csv file (by clicking a tool bar button or menu item) in IE 5.5, it brings up the download dialog box and when we click the open button it opens the file in a seperate browser window but after migrating to IE 6.0 it doesn't bring the download dialog box and we are not able to open the excle sheet in a new browser window.
    We tried downloading .csv file in IE 6.0 by changing its extension(such as .cs1 and .xls) even then it did not work.We also tried associating CSV type of extension with "Microsoft Excel Comma Separated Values File" in the Windows folder options (Windows Explorer->tools->folder options->file types(tab)), which did not work.
    Please respond if you have come across this kind of issue and solution for the same.
    Thanks in Advance

    This has nothing to do with Java. It's Microsoft
    setting for known file type. IE is responding to the
    setting which will automatically download known file
    type (MIME type).
    To show the "Save As" file dialog, you have to do the
    following (for each file type)
    1. open Window Explorer
    2. click on Tool-->"Folder Option"
    3. click on the "File Type" tab
    4. select the extension and then click on the
    "Advance" button
    5. Check the "Confirm open after download" checkbox
    6. Click OK
    IE should now display the "Save As" file dialog for
    that extension. Remeber, you have to to this for all
    extension you want to see a "file dialog" pop up.Unfortunately this is not the only cause. Even with this box checked, downloading java source files from the pages of The Java Tutorial causes them to open in the most recent IE - I (and others also) don't get the save/open dialog box. Java source files downloaded from (some) other websites result in the save/open dialog box. I believe that one of the security changes that MS made in IE's handling of files is the cause. The setting of content-disposition by the server appears to be the key, according to MSDN information.

  • Transaction code to view process orders set for deletion

    Hi PP Gurus
    We are trying to search for transaction code to view the process orders which have status as DLFL i.e deletion flag  set for the orders. In cooispi, the deleted orders are not shown in the report output.
    I request you to let me know if there is any other code through which we can view deleted process orders.
    Thanks & Regards
    Harleen Kaur

    Dear,
    In COOISPI  put DLT in system status field and execute the report this will give you the list of all order with deletion flags
    Also refer this thread,
    COOIS Report for Production orders with status DLFL
    Regards,
    R.Brahmankar
    Edited by: R Brahmankar on May 6, 2009 11:16 AM

  • What is the best practise for setting dirty flag of a page/view?

    For a page/view, normaylly there are 2 things to do for diry data:
    1. when it's clean, Save button is disabled, when it's dirty, save button is enabled.
    2. when it's dirty and the window is closed, a popup says "you have unsaved data, close will lose the data".
    My thought is: it must be handled at client side, because not all valuechange is auto submitted. E.g., you type the 1st letter of a string in a input box, the server side does not know it, but save button should be enabled immediately.
    Is it possible to capture all valueChange events in a page or a view at client side?
    I'm not sure what is the best practise for setting dirty flag? If there is better solution? Does ADF provide facility for this?

    public void save(ActionEvent event){
    boolean formValid = isFormValid();
       if (formValid) {
      save button is enabled.
        private boolean isFormValid() {
            boolean valid = true;
            if (Check Condition 1) {
                valid = false;
               showErrorMessage1();
            if (Check Condition 2) {
                valid = false;
               showErrorMessage1();
            return valid;
        private void showErrorMessage1() {
                    when it's dirty and the window is closed, a popup says "you have unsaved data, close will lose the data".

Maybe you are looking for

  • Turn off notifications sounds at night? (Z3)

    Hi All I am a new proud owner of a Z3, I love it! Well apart from this.... I get woken up at night with Facebook notifications, emails and such buzzing and bleeping in the night. I cannot turn my phone on silent as i'm on-call for my job and need my

  • Sender jms adapter-archiving before processing the message

    Hi, Do we have any option in Sender JMS adapter to archive the message before processing the message? I have searched in sender JMS adapter (XI7.0) settings, but couldn't find any option. My assumption is whether any option provided in configuration

  • SAP IDM integration in SLD

    Hi there one of our customers raised the question if SAP IDM can be integrated with SLD (system landscape directory)? Obviously, one of the dispatchers showed up in the SLD for one time (maybe during installation). best regards Matthias

  • MacBook Air is blocked on the loggin page

    Hello I have a Mac Book Air, I don't remember the version of my OS but I did a complete update in june and all my softwares are automatically updated so i guess i have the last version of almost everything. Since 3 days, I cant login, the keyboard an

  • Airport utility 6.3.1 doesn't work with airport express

    need help I can't get my airport extreme and airport express to work together on airport utility 6.3.1. The extreme works but not the express. Message pops up this version of airport utility doesn't support this base station