cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
922
Views
0
Helpful
2
Replies

Error in MFC V1.4

Andreas Krueger
Level 1
Level 1

I use Ironports Mail Flow Center V.1.4.0, but have trouble with some reports:


An error has occured:

The following report(s) failed during their scheduled run time:

'Volume Report by Domain - weekly' - Due to error: _mysql_exceptions.InternalError - (3, "Error writing file 'D:\\Application_Logs\\Mail Flow Central\\db\\Data\\tmp\\MY62' (Errcode: 28)")

Hostname: antispam-report.smtp.db.de


Database size:
Using 41.03 GB of 50 GB (82.07 % full)

We store the data for 1 month and there is enough free space on the disk available.

What can I do ?

2 Replies 2

kluu_ironport
Level 2
Level 2

Mysql uses the temp directory when creating temp tables. Some reports (particularly the volume by user report) can consume a very large amount of this temp space (eg: 30 gig database uses as much as 6 gigs).

The solution is to:
1. Create more space on your c: drive.
2. Modify c:\my.cnf file to use an alternative location for temp space.

[make a backup of the c:\my.cnf prior to make edits to it]

Under the [mysqld] section add the following line
set-variable = tmpdir=E:/mysqltemp


Good luck.

Andreas Krueger
Level 1
Level 1

Thank you very much, this could be the problem.
On C: are onle 6 GB space available.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: