I’m getting “Content too large” errors at ~ 120MB. Is this a hard limit or is it possible to extend via settings?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ASFAIK, there are no hard limits at the content porter level. However, IIS has default 30 MB limit on file uploads. You can increase the value in web.config to higher value based on your needs.
Reference Link on increasing the limit: http://sdllivecontent.sdl.com/LiveContent/content/en-US/SDL_ContentPorter_2009_SP1/task_CCFED8DFFA9A4E138DEA72FBDF4C18AD
The above config value in web.config will set the limit to 200 MB.
Do not forget to start the Tridion core services, content porter service and IIS reset after the changes done.
Hope this information helps.