With DB02 tcode, DB file in red color & status gives No free space

Hi Experts,
With DB02 transaction --> in File tab it is showing all Database files with red color and in the status message gives "No free space in file".
Below is details for your reference
Logical file name used by SQL Server:  DEVDATA1
File size in MB: 30.220
SQL Server FILE ID      1
Next file growth(MB)     3.022
Physical file name of the database file     E:\DEV\SAPDATA\DEVDATA1\DEVDATA1.mdf
Allocated MB     30.167
Free on file system (MB)     86.284
Growth Setting     10%
File size limit in MB     no limit
Filegroup name     PRIMARY
Status Message     No free space in file
FLPRIM     X
FILE GROWTH PERCENT     X
Kindly reply what action we have to perform to change the file status.
Regards,
JP

Hello Jigar,
I had the same problem, I found this help file:
http://help.sap.com/erp2005_ehp_03/helpdata/EN/f2/31ad9b810c11d288ec0000e8200722/content.htm
It helped me solve my issue, I increased the size of the files as recommended and their status in DB02 changed to green.
Hope this helps you.
Regards,
Chris

Similar Messages

  • Adapter engine in red color status

    Dear All,
           I got pi production system.When i verified componenet in RWB everything is fine except adapter engine.
    Adapter Engine in red color status.Error in Are registrations of connections and protocol handler without errors?
    I clicked on details.Please see below
    13 of 23 connection(s) registered successfully(it was showing 5 of 23 success after i restarted it's showing 13 of 23)
    8 of 8 protocol handler registered successfully
    Connection registration failed for connection BC_http://sap.com/xi/XI/System on node 106310950 due to: Failed to register connection BC_http://sap.com/xi/XI/System. Reason: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Failed to load messages into Queue BC_http://sap.com/xi/XI/SystemRecv from database. Reason: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException occurred in method ConnectionFactoryImpl.getConnection(): javax.resource.ResourceException: (Failed in component: dbpool, BC-JAS-TRH) Cannot create connection.
    Possible reasons:
    1)Maximum allowed connections to DB or EIS is reached. You can apply CSN Note 719778 in order to check and resolve connection leaks.
    2) Configuration to DB/EIS is wrong or DB/EIS is temporary unreachable
    3) Connections are not enough for current load.
    I tried many ways to resolve this problem unfirtunately i couldn't.Whether this gives any issues i mean shall i ignore this if not please suggest me to resolve this.
    Thanks in advance
    Regards
    Kumar

    Dear Team,
    I am facing the same issue in SLD(PI Java Stack).
    Please find below snapshot. Please Help. Many Thanks .....

  • HT1848 I'm trying to sync my ipad mini with itunes and i get an error message '' there is no free space on your ipad mini''..... any ideas on how to empty some space on ipad mini manually? currently i run on 6.0.2

    I'm trying to sync my ipad mini with itunes and i get an error message '' there is no free space on your ipad mini''..... any ideas on how to empty some space on ipad mini manually? currently i run on 6.0.2

    iOS device backups are stored in your iTunes library.
    Move your iTunes library to an external drive.

  • Deleted files wont give me free space

    i created two projects on my laptop, then exported them back to dv and dragged the projects into my trash bin. I then emptied my trash, awaiting the free space i had missed so greatly( the projects took up about 20 GB each), but after the files were deleted, which took about a second. i did not get the free space back, does anyone know what happened or could someone point me to another forum where this questin could be answered.

    i created two projects on my laptop, then exported
    them back to dv and dragged the projects into my
    trash bin. I then emptied my trash, awaiting the
    free space i had missed so greatly( the projects took
    up about 20 GB each), but after the files were
    deleted, which took about a second. i did not get the
    free space back, does anyone know what happened or
    could someone point me to another forum where this
    questin could be answered.
    Type Media in finder you may find those deleted files still have a connection there. Careful you don't delete the wrong ones because they're gone. anoka114

  • My iMac 8,1 (early 2008) is running very slow.  I continually get the spinning color wheel.  The free space dropped from 133. GB to 87.86 GB in about 2 days.  System memory is 2.00 GB with 1.25 GB free.  kernel_task   root   1.1  63   205.3 MB intel.

    My Mac is running very slowly.  After reading other posts I have attempted to gather more info for an easier more accurate response but not being computer savy am unsure what is helpful/necessary.  The utilized space is 231.6 GB with 88.13 GB free.  Memory is 2.00 GB w/ 1.25 GB free and 771.8 MB used.  The kernel_task  root  1.1  63  205.3 MB intel.  What can I do to increase the speed and stop the spinning wheel?  Thanks for all your help.

    See:
    Mac Maintenance Quick Assist,
    Mac OS X speed FAQ,
    Speeding up Macs,
    Macintosh OS X Routine Maintenance,
    Essential Mac Maintenance: Get set up,
    Essential Mac Maintenance: Rev up your routines,
    Maintaining OS X, 
    Five Mac maintenance myths, and
    Myths of required versus not required maintenance for Mac OS X for information.

  • Unable to Turn Off File Vault - I don't have enough Free Space on my System Drive.. Any Advise?

    I am trying to Turn-Off File Vault on my MacBook Pro. The Following Message Appears: There isin't enough Space on your Harddrive to Turn File Vault Off.
    It requires an additional 28.7Gb of Free Disc Space on my System Drive to proceed... I currently only have 4,78Gb of Space available on my System Drive..
    Any advise on how to do this??

    Better yet, could you adjust the size of the partition of your System Partition? I didn't know you had your HD Partitioned, I would really avoid moving the whole Applications folder off it is possible it will mess things up. Maybe give it more room, so that file vault can copy everything over. If that is possible to just take space from the Projects and give it to System, that would be the best option.
    Thanks,
    Kevin

  • Red color detection using a web cam

    i have by hit and trial made code plz any1 chk it thats what the mistake in it.when i run it ma system stops responding =(
    i have done the following things:
    1)the camera is continuously looking at all the sequence of images.
    2)i have coupled an imaq color learn vi with an input image of a red color made in paint and saved as JPEG image.
    3)The color spectrum obtained of this red color pic is then compared with the image from the webcam in the imaq color match vi
    4)if its output is true then that image is obtained on the screen.
    but its not happening.help me out plz.
    i am ataching ma vi also.im using lab view(8.2)
    i need serious help.
    Attachments:
    continuous grabing.vi ‏98 KB

    Hi,
    Your VI will hang up surely.
    1. You have wired the 'image out' from first loop as input to second loop.  Your second loop will get data only when the first loop stop executing.  The first loop will never stop because you have wired a 'True constant' with 'Continue if TRUE' condition for while loop.
    I have modified it to avoid dependancy.  Change the code as per your needs.
    Post back for queries.
    With regards,
    JK
    (Certified LabVIEW Developer)
    Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
    Attachments:
    continuous grabing_modified.vi ‏91 KB

  • Deleting Files in MacBookPro - Yosemite sending "FREE SPACE" to "Other"

    I have the weirdest problem.
    I'm running a Macbook Pro Late 2013 with OS X Yosemite 10.10.1.
    The MAC came with a 500GB SSD Drive.
    I have about 60GB of free space on my Mac. I need to restore a large file that is about 60GB.
    So I thought to myself, "I'll just delete files I don't need".
    I went ahead and deleted a parallels VM that was about 60GB in size. But I was shocked when I checked "About this Mac": no free space had been added!
    I went ahead and did all the usual stuff. Empty trash, restart the MAC, repair permissions using "Disk Utility", restart the mac again, - but no matter what I did, I could not get the 60GB of free space from the file I had just deleted.
    I downloaded OmniDisk Sweeper and Disk Doctor, but none of these applications where able to either get my 60GB back, or at least point me to where the 60GB has gone.
    So I decided to disable my time machine. This usually gets rid of the backup cache. "About this Mac" showed that I would get about 50GB free space by doing this. After doing this, I was shocked to see that my free space had only changed negligibly - from 60GB to 64GB. Deleting 50GB of backups only added 4GB to my free space.
    However during all of this, I noticed my "Other" data in "About this Mac" had grown considerably from about 90GB to about 206GB. It seems to me that all that space I have free'd up has somehow gone into the "Other" category instead of going to the "Free Space" category.
    Please note my trash can is completely empty, and I have repaired permissions using Disk Utility at least twice with no effect.
    I need to get my free space back so I can restore my virtual machine and get back to work.
    Please help!!!

    How much space does it say is available when you click on the HDD icon on your desktop COMMAND + I?
    Hoe does this compare with OmniDiskSweeper?
    You might have to reindex Spotlight  if you are seeing inconsistent amounts.
    Ciao.

  • Claiming of free space in data files

    I have a problem for claiming the free space in few data files .There is the data in the files at fragmented places i.e. the free space is below the high water mark.DB is production db and Export/Import is not possible due to time consideration. How to get back that space. Please reply soon.....

    Dolly, the term HWM in Oracle is normally only used to describe the last used block in a table allocation. There is no way to reclaim unused blocks below the HWM in a table without reorganizing the table though Oracle will resuse the space for new rows if the pct_used threshold allows (or ASSM) allows it do so.
    You can sometimes release free (unused) blocks above the HWM of a table using the alter table shrink option.
    You can perform a similar function on extendable datafiles between the last allocated object extent and the end of file.
    As Justin said, you need to explain your situation better.
    -- Mark D Powell --

  • Removing free space in DMG file

    I have a 7GB .dmg file that I'm trying to burn to a DL DVD. When mounted (and in Disk Utility), the file shows as having 1.2GB of free space. If I try to burn it in Toast 10 or Disk Utility, I get an error saying that my blank DL DVD can't fit the 8.2GB file, even though it only contains 7GB of actual files. How can I "delete" the free space in this .dmg file so that it will fit on a dual-layer DVD?

    Peter Petracca wrote:
    I have a 7GB .dmg file that I'm trying to burn to a DL DVD. When mounted (and in Disk Utility), the file shows as having 1.2GB of free space. If I try to burn it in Toast 10 or Disk Utility, I get an error saying that my blank DL DVD can't fit the 8.2GB file, even though it only contains 7GB of actual files. How can I "delete" the free space in this .dmg file so that it will fit on a dual-layer DVD?
    What's interesting is that a blank DL DVD has a capacity of 8.5 GB.

  • Want to save my iTunes files in an external hard drive to free up space for next semester

    I'd like to save my college music itunes files in an external hard drive to free space for next semester's music stuff.........how to proceed ???? need detailed guidance....thanx

    Copy all your iTunes music to external HDD
    Finder -> Music -> iTunes and select your library
    In iTunes. select iTunes preferences (in top bar of Mac screen) Then click Advanced. Deselect "Copy files to iTunes media when adding to library".
    Highlight all your songs in iTunes and delete them. Then re import them, you can just click on the file named music on your external HDD to import all of your songs.
    Once they're imported delete the original iTunes library on your Mac HDD. iTunes will now look to your externak HDD to play your music.

  • Using  Adobe Premiere CS3 (ver. 3.2) with Microsoft AVI DV files (4:3, 48Khz) on timeline now ask render (red line) and before didnt.Proyect is DV NTSC standard 48Khz. What it could be?

    Hi,
    Normally during months the edition was done with Microsoft AVI DV Files (4:3 NTSC 48 Khz). No effects (just cuts). Proyect settings as DV-NTSC Standard 48 KHz
    Since today when the work is done in a new or old proyect (DV-NTSC Standard 48 KHz) and  if the same file (Microsoft AVI DV) is loaded to timeline now is showing a red line over the video on timeline (so requires render). There no effects. This never happens before. it is very weird.
    The Premiere is CS3 ver 3.2.0.
    This is  happening to 2 computers with the same version.So far I know there is no changes on the systems
    I was thinking to reisntall 3.0 and then test and the update to 3.2...
    Any idea?

    Hi,
    It worked once in one of the computers. (AVi DV didnt show render red over line). BUt afterwards the problem got back. The only solution so far was to reinstall premiere, update to 3.2.0 in both pc.
    It worked for a while then problems was again. Reinstalled for second time, so far 2 days still ok.. It is very weird. I unchecked updates from cs3 and windowsfor just in case has any relation.
    Thanks for your tip anyway.

  • [Solvedish] Can color depth be changed in X with no xorg.conf file?

    I have a laptop that's working perfectly with no xorg.conf file except for the color depth is at 16 and I want it at 24. Can color depth be changed in X with no xorg.conf file? (I already tried the amazing three line xorg.conf file to no avail.)
    Last edited by skottish (2008-03-09 03:15:11)

    Won't work on a running X session, and has the same effect as the aforementioned xorg.conf file if run before starting X.
    I may just have to make a new xorg.conf file. The last one decided it hated some upgrade I made and started wreaking havoc all over my system. Crashes and lockups and flickers galore!
    --EDIT--
    It turns out that the xf86-video-intel driver was my problem all along. I reverted to the i810 driver and my xorg file works again (it has more than three lines).
    Last edited by skottish (2008-03-09 03:16:45)

  • Red Color Cast when printing with Canon Pixma Pro 9000

    My printer is giving me a horrible red color cast after the latest software update. The color cast can also be seen in Preview and in the print window. No changes to drivers have been made. Printer worked fine before the update.
    Has anyone else found this problem and offered a solution?

    You may find it helpful.
    Thanks, but if you look in the archives of the Apple ColorSync Users List, you'll find thousands of posts from his Mac dating back to the beginning of the List.
    The principle is that you configure your device colour spaces to the largest gamut of which they are capable, calibrate them to a stable condition, characterise that condition in a measured test chart, and build ICC device profiles for those characterisations in your ICC profiling package of choice.
    You then capture and correct colour with correct colour previews, resulting in normalised exposures in an ideal CIE colour space. With you normalised exposures, you convert into output condition 1, output condition 2, output condition n which is what repurposing is about.
    But you do no apply a gamma change on top of the colour managed rendering. That is incorrect by definition. You apply your gamma change as part of the colour correction in order to get your normalised exposure.
    If you imagine this in a prepress process, then you can forget the concept of determinate rendering which is the bedrock of the ICC architecture. If you as photographer do a gamma correction on top of your presentation print or proof print, then you can claim that you have a presentation print, but you cannot contractually claim that you have a proof print as your proof print is a colour correction on top of the colour management system. If Apple Aperture allows the user access to colour correction on top of colour management, then that is a bug in the application. Sorry ...
    /hh

  • Red color for negative values with $ symbol in Excel

    Hi All,
    We have a custom XML Publisher Report developed using XML rtf template. There is a number field in that template and the field is number formatted with $. i.e. output will look like this.
    $100
    $200 ...
    the issue which we are facing is when that number field is having negative value, then it is displayed in red color.
    and the client dont want that red color to appear in excel.
    ex:
    -($100) is displayed in red color in the excel output. This should be displayed in black color.
    Can anyone help me on this..
    Thanks
    gtungala

    In excel, under format cells, under category -> Number, look under Negative Numbers to see if the selected option is a number format in red. I think selecting a regular format (in black) should fix the issue..
    Thanks!

Maybe you are looking for