There is not enough space on the disk - Inventory value SSRS report Batchjob error

Hi all,

We are facing below error when executing Inventory value report in Batch job, the batch will save the report on disk in .xls/csv format.

Error says “There is not enough space on the disk”. We had checked our DB and machine have disk space available.

We are running AX2012R2 RTM with SQL server 2008, multiple temp db’s hosted configured with good disk space available. Below is the stack trace, can anyone point what is missing or we need to check to get it working. Thanking in advance for your support.

Error trace:

Error Message (12:12:18 pm) There is not enough space on the disk.

Error Message (12:12:18 pm) There is not enough space on the disk.

Error Message (12:12:18 pm) Microsoft.Dynamics.Ax.Xpp.ErrorException: Exception of type ‘Microsoft.Dynamics.Ax.Xpp.ErrorException’ was thrown.

at Dynamics.Ax.Application.SrsReportRunController.Runreport() in SrsReportRunController.runReport.xpp:line 96

at Dynamics.Ax.Application.InventValueReportPrint.Run() in InventValueReportPrint.run.xpp:line 21

at Dynamics.Ax.Application.BatchRun.runJobStaticCode(Int64 batchId) in BatchRun.runJobStaticCode.xpp:line 54

at Dynamics.Ax.Application.BatchRun.runJobStatic(Int64 batchId) in BatchRun.runJobStatic.xpp:line 13

at BatchRun::runJobStatic(Object )

at Microsoft.Dynamics.Ax.Xpp.ReflectionCallHelper.MakeStaticCall(Type type, String MethodName, Object parameters)

at BatchIL.taskThreadEntry(Object threadArg)

Irum