Reporting Services Error - There is not enough space on the disk.

  • Anyone have an idea why I get this error?  It occurs several places such as when I try to click on the

    Configure Item-level role defitions under Site settings:

     

    There is not enough space on the disk.

    Description:

    An unhandled exception occurred during compilation using the CodeDomProvider 'Microsoft.CSharp.CSharpCodeProvider'. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.IO.IOException: There is not enough space on the disk.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [IOException: There is not enough space on the disk.

    ]

    System.IO.__Error.WinIOError(Int32 errorCode, String str) +723

    System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) +134

    System.IO.FileStream.FlushWrite() +55

    System.IO.FileStream.Flush() +39

    System.IO.FileStream.Dispose(Boolean disposing) +32

    System.IO.FileStream.Close() +17

    System.CodeDom.Compiler.CodeCompiler.FromDomBatch(CompilerParameters options, CodeCompileUnit[] ea) +383

    System.CodeDom.Compiler.CodeCompiler.FromDom(CompilerParameters options, CodeCompileUnit e) +90

    System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(CompilerParameters options, CodeCompileUnit e) +37

    System.Web.Compilation.BaseCompiler.GetCompiledType() +227

  • This was removed by the editor as SPAM

  • Hi everibody!!

    I've the same problem!!!

    Please some HELP!!!!

  • The problem doesn't mention that exactly error occurs with report. But it posted under the Reporting services I would like to share my information on that.

    I had this problem when I was running a large report either in BIDS or in Browser. SSRS engine use the Cache memory to render whole report and you report is a complex one with lots of data then it will use the disk space for paging. So when your disk become full, you will get this error. I just filter my resultset and error gone.

    So if you are facing this problem while rendering a large report please try this.

    Thank you

  • Ive been having the same problem as above, which is mainly due to a lack of diskspace on the C drive of the server in question. However we can not change this situation at the moment so...

    Does anyone know if there is a way to set the cache/paging drive/dir that reporting services uses so I can set it as another drive that has some space on it?

    Thanks!

  • Option 1:-Using SSMS, Right Click on the ReportServer database and go to properties and then Files. What drive(2) is the path pointing to (data and log files)?

    Do the same thing for ReportServerTempDB. What drive(s) are the paths using?

    Then navigate to the drive(s) used above to see your disc size and amount free. Does anything look abnormal?

    this solution i found in following blog

    Option 2:-Right click report server project go to configuration manager and for report select the debug option (check list).

    Regards,

    Hemanth[CTS]

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply