Keep getting errors from application log that indicates transaction log is full but it has plenty of space

Dealing with a 4rd party application that inserts into its log table, but watching sql profiler i see a ton of the same traffic.  Its trying to insert into the table, but generates an error that mentions the transaction log for that DB is full. 
Well, earlier I had reset the recovery mode to simple, from full since this is a test system and dont really care about recovery.
So the message mentions to check the log_reuse_wait_desc column in sys.databases and there the value is 'CHECKPOINT'. At least at that point in time. 
There is plenty of space in the transaction log and the physical disk has plenty of space as well.
What could be causing the error that seems to suggest the transaction log is full, when in fact it is not?

What is the setup for autogrowth on the log file?
Transaction log shrink:
http://www.sqlusa.com/bestpractices2005/shrinklog/
Kalman Toth Database & OLAP Architect
SQL Server 2014 Design & Programming
New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

Similar Messages

  • Trying to install itunes on win 8.1.  keep getting error apple application support not found.  asks me to uninstall and install itunes.  i tried several times and keep getting same error.

    trying to install itunes on win 8.1.  keep getting error apple application support not found.  asks me to uninstall and install itunes.  i tried several times and keep getting same error.

    With the Error 2, let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR suitable for your PC (there's a 32-bit Windows version and a 64-bit Windows version):
    http://www.rarlab.com/download.htm
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you? If so, see if iTunes will launch without the error now.
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • I keep getting error message on iPad that it has not backed up to iCloud.  How to resolve?

    I keep getting error message on iPad that it has not backed up to iCloud.

    To get rid of the message and use your iPad normally again:
    Device Reset (won't affect settings/data/music/apps/etc)
    1. Press and hold (& continue to hold) BOTH the Sleep/Wake button & the Home button.
    2. Continue to hold BOTH (ignoring any other messages that may show) until you see the Apple logo on the screen.
    3. Release BOTH buttons when you see the Apple logo and allow the device to boot normally.

  • How do you export your movie using idvd? I keep getting error messages and notices that I do not have enough space to transfer to a dvd.

    How do you export your movie using idvd? I keep getting error messages and notices that I do not have enough space to transfer to a dvd.

    Can you give us the steps to re-create the problem, and the exact wording of the error message you are getting please.

  • I am on a wireless network.  Why do I keep getting messages from iTunes stating that I am not?

    I am on a wireless network and keep getting messages from ITunes stating that I am not on a wireless network.  I know the wireless is working.  Itunes will not allow me to rent a movie until i get on the wireless network of which I am already on.  Help.

    I just bought two song without problem, then i tried to get the video of the week (free) in canada and I had the same message as you.
    the video is just over 50 MB, which is the new limit for file size for App on IOS over 3G and LTE.
    I tried on my iPhone same thing. I even put it in the Airplane mode, and then activeated the WiFi
    with the same result.
    I then bought another song, smaller than 50 MB and it worked.
    My video is not listed as Bought, and it is not available in the "Check for available downoload"
    Did any of you had tried to buy something under the size of 50 MB ?
    Try the free song to see if is it seize related.
    Franco

  • ICWC: Getting messages from application log

    HI there,
    I'm trying to retrieve messages from the SAP GUI application log. Right now, the standard views do get the messages, but I have introduced a new viewset and view. These new viewsets and views do not seem to display the error messages.
    Any help is much appreciated.
    Cheers,
    J

    Hi Joshua,
        Application log messages do not appear by default in ICWC. Application developers have to add the appropriate messages in the global message container either in the GENIL implementation (where standard APIs are called) or in the UI of your custom-built views, wherever convenient.
      I hope this has given you some hints.
    Regards,
    Sudipta.

  • Domain user no longer exists but getting errors in application log

    Hi,
    We had a domin user with which SQL service and SQL agent is configured to start. But this account does not have access to that server in which SQL is installed now. I can see the follwing message in application log:
    Log Name:      Application
    Source:        MSSQLSERVER
    Date:          3/10/2014 2:00:00 PM
    Event ID:      18456
    Task Category: Logon
    Level:         Information
    Keywords:      Classic,Audit Failure
    User:          Domain \username
    Computer:      XXXX
    Description:
    Login failed for user 'Domain \username'. Reason: Failed to open the explicitly specified database. [CLIENT: <local machine>]
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSSQLSERVER" />
        <EventID Qualifiers="49152">18456</EventID>
        <Level>0</Level>
        <Task>4</Task>
        <Keywords>0x90000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-03T04:00:00.000000000Z" />
        <EventRecordID>20420597</EventRecordID>
        <Channel>Application</Channel>
        <Computer>XXXXXXX</Computer>
        <Security UserID="S-1-5-21-2091904384-3689332406-323980668-6522" />
      </System>
      <EventData>
        <Data>domain\usernamer</Data>
        <Data> Reason: Failed to open the explicitly specified database.</Data>
        <Data> [CLIENT: &lt;local machine&gt;]</Data>
        <Binary>184800000E000000100000004100550030003400550041005000300036003800510041004E00380032000000070000006D00610073007400650072000000</Binary>
      </EventData>
    </Event>
    How come this message is coming in the application log, since no one has tried to log in to the application?

    Hi Both are 2008R2 version. My doubt is I can see that login failed message in application log but how to find out which process is trying to use that login?
    First observe that this is something that runs on the same machine as SQL Server. (The error message says "CLIENT: <local machine>".) That may be a clue enough.
    If not, set up a includes Audit: Login Failed and no other event. Of interest are the columns ApplicationNmae and the the column ClientProcessID. ApplicationName may be sufficient, but if not you can use ClientProcessID and match this against the PIDs you
    see in Task Manager or Process Explorer. There is a risk it is a short-lived process and then you will have to look at Process Explorer and Profiler in parallel.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • I keep getting a message telling me that my message failed :network problem but only to one number that used to work fine, it is my sons number!

    Could someone please help me with this it is driving me crazy here! I keep getting this message when I try to send my son a text! It says there is a network problem and the message failed. what do i do to correct this on my samsung galaxy note 4? It only happens with his number and I have tried all the trouble shooting help things and nothing works.

        I'm very sorry to hear there is a error when texting your son. I'd like to help figure this out with you. Which phone does your son have? When did the error start? Does either device have any physical or liquid damage?
    VanetrisC_VZW
    Follow us on Twitter @vzwsupport

  • Trying to burn my project to a DVD using iDVD, but keep getting "Error during rendering/encoding of the menus/slideshows. The burning process has been canceled." How do I fix this?

    Just mad a movie and trying to burn it to a DVD but keep getting an error message.  It reads:
    "Error during rendering/encoding. There was an erro during rendering/encoding of the menus/slideshows. The burning process has been canceled."

    Enable Show TV Safe  Bengt Wärleby  lists items to consider about encoding issues in this topic:  Multiplexing Error: Apple Support Communities
    OT

  • Why can't I download apps from App store? I get error message to log into Itunes but when I do I have no idea what to do!?

    I'm stuck. Can't download any apps. Error message directs me to iTunes. No idea what to do when I get to iTunes. Still can't download anything. Dead in the water.

    If you are trying to download apps over 20MB in size, you can't do it via 3G. You can download them via WiFi.
    When you go to iTunes on your computer, from the menu at the top - go to Store>Check for available downloads.

  • Why do I keep getting Error 2 Apple Application Support not found

    I KEEP GETTING ERROR 2 PLEASE UNINSTALL AND REINSTALL IN WHICH I DID BUT GET THE SAME MESSAGE. I'M USING WINDOWS 7

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Trying to download latest Adobe Reader - keep getting error message

    Trying to download latest version of Adobe reader keep getting error message telling me that the file contains a virus - then it just shuts down

    Hi neilthueel
    Please try to download from Adobe Reader : http://get.adobe.com/reader/otherversions/
    Regards,
    Deepak

  • I keep getting error message 4002 when trying to update Genius

    I am trying to create a Genius list using the update Genius on the Store but I keep getting error message 4002.  I have deleted and reinstalled iTunes but the same thing keeps happening.

    See if that can help:
    Update 12.1 installation errors | Photoshop Elements, Premiere Elements

  • I am an annoyed person who keeps getting ERROR 50

    I am not playing a game for points - I am a disgruntled customer who wants to watch the rest of my rented movie.  I don't want to make friends with people - I WANT TO WATCH MY MOVIE
    Apple could not POSSIBLY make accessing help more convoluted and difficult.
    Here's my problem:   I rented a movie - it stops downloading part way through - it says "make sure you can access the internet"  Well how stupid would I have to be to NOT be hooked into the internet.  Well HOW COULD I BE WRITING TO YOU IF I WAS NOT HOOKED INTO THE INTERNET.  I keep getting Error 50 - What does that mean?
    Why is there no number you can call or a chat with your support people?  RIDICULOUS

    -50 is so common, I always have it bookmarked
    iTunes Store: "Error (-50)" when downloading purchased content
    http://support.apple.com/kb/TS1583

  • I am trying to burn a cd from itunes and I keep getting error code 4280.  I cant even burn cd that old cds that I loaded to my library.

    I keep getting error code 4280 when trying to burn a cd from downloaded itunes songs.  I can't even burn a cd from my own cds that I loaded to my library.  Is there a fix for this?

    I have Windows 7 on a Dell.  Open and play iTunes in the compatability mode and use Windows XP (service pack 2).  Disregard any messsages to disable the compability mode.  This has worked for me.  I have also reinstalled iTunes and played with burn speeds etc.  These ideas did not work.  Compatability mode works.

Maybe you are looking for