Hi,
I was importing a csv file of size 11 mb using import data feature and got the below error.

The unsupported way we can resolve it for our on premise environment is by running the following update query against MSCRM_CONFIG database.
UPDATE ServerSettingsProperties
SET IntColumn =15
where columnname=‘ImportMaxAllowedFileSizeInMB’
Also refer to this support article
http://support.microsoft.com/kb/918609
Bye.







