he database file is larger than the configured maximum database size.
Hello everyone,
I have that error,
Parser Error Message: The database file is larger than the configured maximum database size. This setting takes effect on the first concurrent database connection only. [ Required Max Database Size (in MB; 0 if unknown) = 257 ]
he database file is larger than the configured maximum database size.
Hello everyone,
I have that error,
Parser Error Message: The database file is larger than the configured maximum database size. This setting takes effect on the first concurrent database connection only. [ Required Max Database Size (in MB; 0 if unknown) = 257 ]
I really need your help
Thanks.
Hi Idris,
Take a look at my answer here: http://our.umbraco.org/forum/developers/extending-umbraco/47141-The-database-file-is-larger-than-the-configured-maximum-database-size
/Dennis
You need to locate the connection string and add: Max Database Size = 4096 (4GB), it works. Wait for 10 minutes.
web.config file
<add name="umbracoDbDSN" connectionString="Data Source=|DataDirectory|\Umbraco.sdf ; Max Database Size=4096"
providerName="System.Data.SqlServerCe.4.0" />
is working on a reply...