Database file sometimes gets to zero size and zero file flags

I have a problem that on my system sometimes single database file gets to a state where it has zero size and zero file flags ( as if set chmod 0 file ).
My database runs 24/7 and there are multiple agents running at the same time. My database files are backed up and removed from time to time to protect stored data. So I guess that this error could come up when two agents get to backup or recover the database file at the same time. Though, it is hard to find if it is caused by this problem, so I'd like to ask if there is anyone who stumbled on same problem - where one database ends up in state of 0 flags and 0 size.

Hello, anyone has any tip about this issue?

Similar Messages

  • Getting the page size and knowing how many pages they are in PDF file

    Hi There,
    when i do this script (
    var myPDFFile = File.openDialog(["Choose a PDF File"]); ) 
    with JS via Windows it is used for opening a new PDF file when i import this file i need to
    get the page size and how many pages they are in PDF file. but i dont know how to do it.
    please help me.

    Ask here: http://forums.adobe.com/community/indesign/indesign_scripting

  • How do find all database slog size and mdf file size ?

    hi experts,
    could you share query to find all databases log file size and mdf file (includes ndf files ) and total db size ? in MB and GB
    I have a task to kae the dbs size  around 300 dbs
    ========               ============     =============        = ===        =====
    DB_Name    Log_file_size           mdf_file_size         Total_db_size           MB              
    GB
    =========              ===========               ============       ============     
    Thanks,
    Vijay

    Use this ViJay
    set nocount on
    Declare @Counter int
    Declare @Sql nvarchar(1000)
    Declare @DB varchar(100)
    Declare @Status varchar(25)
    Declare @CaptureDate datetime
    Set @Status = ''
    Set @Counter = 1
    Set @CaptureDate = getdate()
    Create Table #Size
    SizeId int identity,
    Name varchar(100),
    Size int,
    FileName varchar(1000),
    FileSizeMB numeric(14,4),
    UsedSpaceMB numeric(14,4),
    UnusedSpaceMB numeric(14,4)
    Create Table #DB
    Dbid int identity,
    Name varchar(100)
    Create Table #Status
    (status sql_Variant)
    Insert Into #DB
    Select Name
    From Sys.Databases
    While @Counter <=(Select Max(dbid) From #Db)
    Begin
    Set @DB =
    Select Name
    From #Db
    Where @Counter = DbId
    Set @Sql = 'SELECT DATABASEPROPERTYEX('''+@DB+''', ''Status'')'
    Insert Into #Status
    Exec (@sql)
    Set @Status = (Select convert(varchar(25),status) From #Status)
    If (@Status)= 'ONLINE'
    Begin
    Set @Sql =
    'Use ['+@DB+']
    Insert Into #Size
    Select '''+@DB+''',size, FileName ,
    convert(numeric(10,2),round(size/128.,2)),
    convert(numeric(10,2),round(fileproperty( name,''SpaceUsed'')/128.,2)),
    convert(numeric(10,2),round((size-fileproperty( name,''SpaceUsed''))/128.,2))
    From sysfiles'
    Exec (@Sql)
    End
    Else
    Begin
    Set @SQL =
    'Insert Into #Size (Name, FileName)
    select '''+@DB+''','+''''+@Status+''''
    Exec(@SQL)
    End
    Delete From #Status
    Set @Counter = @Counter +1
    Continue
    End
    Select Name, Size, FileName, FileSizeMB, UsedSpaceMB, UnUsedSpaceMB,right(rtrim(filename),3) as type, @CaptureDate as Capturedate
    From #Size
    drop table #db
    drop table #status
    drop table #size
    set nocount off
    Andre Porter

  • Getting the page size in PDF file

    i want know how do get the page size in PDF file befor placing every page in document
    for example height=297 mm And width=210mm

    This script:
    http://indesignsecrets.com/zanelli-releases-multipageimporter-for-importing-both -pdf-and-indd-files.php
    answers all your questions.
    Peter

  • Lightroom trial doesn't show complete menu selections or import button.  Also get error message on launch:  An error occurred when attempting to change modules.  I am unable to find/see the following file to try renaming the SLCache and SLStore files:  Sy

    Lightroom trial doesn't show complete menu selections or import button.  Also get error message on launch:  An error occurred when attempting to change modules.  I am unable to find/see the following file to try renaming the SLCache and SLStore files:  System Library/Application Support/Adobe.  Any ideas?  I only have 16 days left on the trial and have been unable to get it to work on my Macbook Pro.  This is all I am seeing after Lightroom opens.  Thanks!

    Thanks to both of you for attempting to help.  I finally figured out what was wrong . . . it was a Permissions problem.  Very frustrating, but after scouring the troubleshooting tips I finally found the one that solved my problem.  I had to add a User and give it Read/Write privileges to Lightroom.  The file I had to add the User to was Hidden on my Mac, so that added an even bigger challenge to the mystery.  Only a few days left on my trial version!  I hope I have time to try it out!

  • When I try to open a file with TextEdit, I get the spinning beachball and the file takes almost a minute to open.

    When I try to open a file with TextEdit, I get the spinning beachball and the file takes almost a minute to open. When I just start TextEdit everything is fine. Also when I log on with another account TextEdit works like a charm, even when opening an existing file.
    What I have done so far:
    checked permissions in Disk Utility
    validated all fonts
    deleted all canon printer drivers
    deleted all preferences
    Nothing has helped. Mail shows the same behavior as TextEdit. What else can I do? Any help would be greatly appreciated.

    drwx------  2 admin  staff  -     68 29 Jan 12:16 Library/Caches/com.apple.AddressBook
    drwxr-xr-x  3 admin  staff  -    102 30 Jan 21:36 Library/Caches/com.apple.AddressBookSourceSync
    drwxr-xr-x  4 admin  staff  -    136 29 Jan 11:09 Library/Caches/com.apple.DictionaryServices
    drwxr-xr-x  3 admin  staff  -    102 30 Jan 17:21 Library/Caches/com.apple.DiskUtility
    drwxr-xr-x  3 admin  staff  -    102 29 Jan 11:19 Library/Caches/com.apple.FontBook
    drwxr-xr-x  3 admin  staff  -    102 29 Jan 11:54 Library/Caches/com.apple.KeyboardSetupAssistant
    drwxr-xr-x  3 admin  staff  -    102  2 Feb 07:41 Library/Caches/com.apple.PubSubAgent
    drwxr-xr-x  3 admin  staff  -    102  2 Feb 07:56 Library/Caches/com.apple.QuickLookDaemon
    drwxr-xr-x  5 admin  staff  -    170  2 Feb 07:41 Library/Caches/com.apple.Safari
    drwxr-xr-x  3 admin  staff  -    102 31 Jan 14:45 Library/Caches/com.apple.ScreenSharing
    drwxr-xr-x  3 admin  staff  -    102  2 Feb 03:40 Library/Caches/com.apple.SoftwareUpdate
    drwxr-xr-x  3 admin  staff  -    102 29 Jan 11:34 Library/Caches/com.apple.Terminal
    drwxr-xr-x  3 admin  staff  -    102  1 Feb 18:48 Library/Caches/com.apple.calculator
    drwxr-xr-x  3 admin  staff  -    102 29 Jan 11:10 Library/Caches/com.apple.finder
    drwxr-xr-x  5 admin  staff  -    170  1 Feb 23:41 Library/Caches/com.apple.helpd
    drwx------  3 admin  staff  -    102 29 Jan 11:27 Library/Caches/com.apple.iChat
    drwxr-xr-x  2 admin  staff  -     68 30 Jan 18:21 Library/Caches/com.apple.iLifeMediaBrowser
    drwxr-xr-x  4 admin  staff  -    136 30 Jan 18:21 Library/Caches/com.apple.iMovieApp
    drwxr-xr-x  6 admin  staff  -    204  1 Feb 23:19 Library/Caches/com.apple.iTunes
    drwxr-xr-x  7 admin  staff  -    238 30 Jan 18:22 Library/Caches/com.apple.idvd
    drwxr-xr-x  3 admin  staff  -    102  1 Feb 23:36 Library/Caches/com.apple.imagent
    drwxr-xr-x  3 admin  staff  -    102  1 Feb 18:13 Library/Caches/com.apple.installer
    drwxr-xr-x  3 admin  staff  -    102 29 Jan 14:36 Library/Caches/com.apple.loginwindow
    drwxr-xr-x  5 admin  staff  -    170  1 Feb 23:38 Library/Caches/com.apple.mail
    -rw-r--r--  1 admin  staff  -  17096  1 Feb 23:29 Library/Caches/com.apple.nsservicescache.plist
    -rw-r--r--  1 admin  staff  - 170969  1 Feb 23:30 Library/Caches/com.apple.preferencepanes.cache
    -rw-r--r--  1 admin  staff  - 106496  1 Feb 23:30 Library/Caches/com.apple.preferencepanes.searchindexcache
    drwxr-xr-x  3 admin  staff  -    102 31 Jan 16:03 Library/Caches/com.apple.safaridavclient
    drwxr-xr-x  5 admin  staff  -    170  1 Feb 20:03 Library/Caches/com.apple.storeagent
    drwxr-xr-x  3 admin  staff  -    102  2 Feb 07:38 Library/Caches/com.apple.syncdefaultsd
    drwxr-xr-x  4 admin  staff  -    136 31 Jan 16:03 Library/Caches/com.apple.systempreferences
    drwxr-xr-x  3 admin  staff  -    102 29 Jan 11:15 Library/Caches/com.apple.systemuiserver

  • My mac says that it has 40 gb of movies on it but when i finder search for file size, and for file type it gives me no videos

    My mac says that it has 40 gb of movies on it but when i finder search for file size, and for file type it gives me no videos or movies. I have called apple 3 times and each time they do the same thing and then do something that takes awhile to finish so we hang up and then it never works.
    Please Help

    each time they do the same thing
    And what thing might that be?

  • How do I get my home movies and avi files to play on my ipad 3?

    How do I get my home movies and avi files to play on my ipad 3?

    1) Download a third party player on the iPad, such as avplayerhd or cinexplayer. Search app store for AVI and read some reviews.
    2) Convert the files in a program such as handbrake, mpegstreamclip on the pc and import them.
    3) Download air video from the app store, install the server software on the pc and stream away.
    Take your pick.

  • I use Safari as my browser. When on a site and I click on a PDF file I get a black screen and a notice that "Adobe Reader blocked for this website". However, this does not happen if I use Firefox.

    I use Safari as my browser. When on a site and I click on a PDF file I get a black screen and a notice that "Adobe Reader blocked for this website". However, this does not happen if I use Firefox.

    Back up all data before making any changes. Please take each of the following steps until the problem is resolved.
    Step 1
    If Adobe Reader or Acrobat is installed, and the problem is just that you can't print PDF's displayed in Safari, you may be able to print by moving the cursor to the the bottom edge of the page, somewhere near the middle. A black toolbar may appear under the cursor. Click the printer icon.
    Step 2
    There should be a setting in its preferences of the Adobe application such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected.
    Step 3
    If you get a message such as ""Adobe Reader blocked for this website," then from the Safari menu bar, select
    Safari ▹ Preferences... ▹ Security
    and check the box marked
    Allow Plug-ins
    Then click
    Manage Website Settings...
    and make any required changes to the security settings for the Adobe PDF plugin.
    Step 4
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard by pressing the key combination command-C:
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, move to the Trash any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari.
    Step 5
    The "Silverlight" web plugin distributed by Microsoft can interfere with PDF display in Safari, so you may need to remove it, if it's present. The same goes for a plugin called "iGetter," and perhaps others — I don't have a complete list. Don't remove Silverlight if you use the "Netflix" video-streaming service.
    Step 6
    Do as in Step 3 with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari.

  • Popularity Trends Report - Zero Hits and Zero Unique Users

    Popularity Trends Report - Zero Hits and Zero Unique Users.  Search Service is working and returning results for generic look-ups.  I have read numerous postings on this subject, but non that define a step-by-step trouble shooting method such
    as what services/checks should be identified as running and so on.  Any help would be appreciated.  Would like to see what people are actually viewing on my site.  Thanks in advance.

    Hi,
    According to your post, my understanding is that Popularity Trends Report return zero Hits and zero Unique Users.
    I recommend to run some PowerShell scripts that added receivers to start data showing again.
    For more information, you can refer to:
    PowerShell Script to Workaround No Data in SharePoint 2013 Usage Reports
    Here are some similar threads for your reference:
    http://social.technet.microsoft.com/Forums/en-US/51c96873-de7e-4f38-ab2a-9f5a5efc8dd8/popularity-trends-report-always-zero?forum=sharepointadmin
    http://social.technet.microsoft.com/Forums/en-US/b94d2114-48a2-4ac8-aa10-b32762275611/popularity-trends-report-is-empty?forum=sharepointsearch
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Dual library question (iTunes gets the library size and bitrate wrong)

    I have two libraries, one ripped in Lossless, and the other in AAC at 256 kbps. I use one for streaming, and the other for syncing to our iPods. I just switched from the Lossless library to the AAC library (kept on separate drives). iTunes now sees the AAC files, but incorrectly lists all the bitrates as their higher Lossless numbers. However, when I click on an individual song to play it, the bitrate appropriately is recognized as 256 kbps. When I do this, the total library size (listed at the bottom) also incrementally "shrinks."
    The problem is that I just purchased a new 80 GB iPod capable of holding the entire library (nearly 8000 songs@25 kbps, ~60 GB total size). Unfortunately, iTunes still thinks the library is much larger (using the incorrect lossless bitrates to calculate file size). This results in it telling me (erroneously) that the library is too large to sync.
    Is there an easy way to get iTunes to realize the new file sizes? I could obviously double-click on each and every song in the library until iTunes "gets" the real size, but I assume there's a better way. I also assume that this will be an issue every time I switch between the two libraries.
    Help, anyone? Thanks in advance.
    KK
    iMac G5, Mini, PB G4   Mac OS X (10.4.6)  

    Thanks for the tip, but this didn't work, unfortunately. Following your lead a bit further, I even created a new playlist and dragged the whole library there, but the wrong bitrates (and thus, playlist size) still appeared.
    One more curious update regarding this situation. iTunes automatically populated my iPod with what it believed was a subset of my tunes that would fit on the iPod. The real size of this subset was ~20GB, but iTunes thought (using the Lossless size) that it was nearly 60 GB. In categorizing the contents of my iPod, it listed ~60GB of songs, ~1 MB of photos, 1 GB of video and still listed the space available as ~50 GB (for a grand total of ~112 GB of space on my 80 GB iPod). Clearly, iTunes used the calculated size to estimate the music content, but used the actual space remaining based on a query of the iPod drive. Strange, huh?
    I'm still looking for advice--any other suggestions would be welcome.
    KK

  • Size and creation file tempOutlooksoftDatabase.bak

    Hi gurus!!
    Does Somebody know what program or job creates the file tempOutlooksoftDatabase.bak?

    Thank you for your reply.
    Do you know how i can deactivate this option? I wish that if i create or copy a AppSet, the AppServer database backup does not increase its size.
    Edited by: Emilio Gonzalez Gonzalez on Sep 8, 2010 9:04 AM

  • How do I get PSE10 to import and rename files in order?

    When I place my CF card into the reader PSE opens and displays all the photos on the card the problem is they are out of order. I take volleyball photos and use the burst often The files are numbered properly by the camera but PSE seems to get them mixed up. When I import and renamer them PSE thakes them in the order they are shown and they are then renumbered out of order causind many shots to be out of order. I have never had this problem before. I have been using PSE 6 up thru 10 now and this is the first time I have had this happen. Last season I wasusing PSE9 and all my bursts sequences are in purfect order.
    Am I missing something in the settings?

    Hi,
    The problem I have is with the PSE Organizer "Photo Downloader". When I
    plug the CF card from my camera into the card reader on the computer the
    "downloader" opens up and shows thumbnails of the files on the card. At
    this point the files are out of order based on the file numbers applied
    by the camera. I.e.: one sequence looks like this-
    11,12,16,15,14,13,17,18; where 12 thru 16 were a burst. Another
    sequence- 121,120,125,124,122,123; all one burst. As you can see they
    are out of order.  I tried leaving the card in the camera and the same
    thing happens. If I view the photos in /on the camera they are in the
    right order. What has been happening is that I rename and number the
    files as I import them. When that happens the files get numbered in
    sequence as to how they are seen in the "downloader"....this means in
    the examples shown 16 would become 13; 15 becomes 14 ect. This ends up
    mixing up any sequence of shots.
    Once I have the RAW files imported I import them to Lightroom 4 to do
    most of my processing. Here if I choose to arrange by time created I can
    get them in the right order but because the files are rearranged into
    the correct order and since I renamed them on importing the file numbers
    are now out of order. After figuring out what the problem was I can now
    import the files to lightroom without renaming > arrange by time or file
    name> rename> and all seems to be OK. My question is I never had this
    problem before and it was very nice to be able to rename the files at
    import and be done with it.
    I haven't had time to check into it but one thing I'm wondering is is
    there a way to rename the files at import without changing the file
    number? Is there a way to insert the date and text while keeping the
    IMG_Number....i.e IMG001 becomes 2012 09 15_Volleyball_0001 keeping the
    original file number and only inserting a date/name? This would solve
    the whole problem as I could then arrange by file name and all would be
    well.
    Any ideas or help would be appreciated.

  • s:BitmapImage get image scaled size and position after it loaded and scaled

    I am try to know the dimensions of the uploaded image into <s:BitmapImage without success.
    The data coming back to me are isthe real image size and not size after it was scaled to fit the component size.
    I can see that the image scaled down and fit to the maxWidth, but I can't get the actual/real scaled width from the BitmapIMage properties.
    I tried:
    <s:BitmapImage id="mainBitMap"  ready="mainBitMap_readyHandler(event)" complete="bitmapimage1_completeHandler(event)" source="{data.Thumbnail.URL}" maxHeight="250" maxWidth="250" scaleMode="letterbox"/>
      protected function bitmapimage1_completeHandler(event:Event):void{ 
    trace("----------------------Start-----------------------"); 
    trace("mainBitMap.bitmapData.width" + mainBitMap.bitmapData.width); 
    trace("mainBitMap.width" + mainBitMap.width); 
    trace("mainBitMap.measuredWidth" + mainBitMap.measuredWidth); 
    trace("mainBitMap.displayObject.width" + mainBitMap.displayObject.width); 
    trace("mainBitMap.explicitWidth.width" + mainBitMap.explicitWidth); 
    trace("mainBitMap.preliminaryWidth" + mainBitMap.preliminaryWidth); 
    trace("mainBitMap.sourceWidth" + mainBitMap.sourceWidth); 
    trace("-----------------------End------------------------");
    Result:
    ----------------------Start-----------------------
    mainBitMap.bitmapData.width=435
    mainBitMap.width=0
    mainBitMap.measuredWidth=0
    mainBitMap.displayObject.width=0
    mainBitMap.explicitWidth.width=NaN
    mainBitMap.preliminaryWidth=NaN
    mainBitMap.displayObject.preliminaryWidth=435
    -----------------------End------------------------
    Thanks,
    Nimrod.

    Hi,
    I tried the ready event, But I still receive the same results.
    I expect to get the new scaled width And height according to the maxHeight and MaxWidth.
    I see that the image scaled to fi it But I can't recive the new size of it.
    Thanks,
    Nimrod

  • While working on my file things get automatically deleted/moved and become non-recoverable

    And when reopened the file shows the same problems/artifacts. I am using Yosemite. The file seems to corrupt itself while working on it.. even if I save it elsewhere and open it again the same thing happens.
    For example I will have 3 image layers and 2 adjustment layers. The 3 images get cropped in some areas and the masks in the layers become all noisy/messy and unusable.
    Is this a known issue? Any fixes?

    Thanks for the replies.
    I am using the latest version of PS CC (2014.2.1 20141014.r.257) and Yosemite 10.10.1.
    What happened is I had 3 image layers (plain photos) with 2 adjustment layers on top of them. I would edit some text and after doing so the masks in the adj layers would become full of "noise" and in some of the images cropped areas would remove parts of the image. If I opened a saved version of the file the same artifacts would happen and I would need to start over.
    What I did to fix the issue is just merge all of these layers together and since then no issues.

Maybe you are looking for