OTRS attachment size limit

Moderator: crythias

Locked
oscar
Znuny newbie
Posts: 68
Joined: 04 Mar 2011, 11:02
Znuny Version: 3.0.6

OTRS attachment size limit

Post by oscar »

Hi all,


I got problem regarding of my customer they keep sending more than 1 MB file to my OTRS, so my OTRS unable to received it, so isn't possible OTRS can changing the attachment size limit become 8 MB or 10 MB ? I know this is the coding part, so can you guy teach me which file and which line need to changing the code ? In addition what should I need to change in the code?



thank you
fedora 5.0, OTRS 3.0.6

Professional software engineer
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS attachment size limit

Post by jojo »

check your database settings. Default for MySQL is 1MB (max_package_size)
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
knischan
Znuny newbie
Posts: 65
Joined: 29 Sep 2011, 05:18
Znuny Version: 3.0.11
Real Name: Ken
Company: Baltimore City Mayor's Office

Re: OTRS attachment size limit

Post by knischan »

What about if you store on a filesystem instead of the DB?
OTRS 3.0.11 / IIS7 / MSSQL 2005 / VMware ESX
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS attachment size limit

Post by jojo »

Thats possible also, but the package manager will need for some packages more than 1 MB of inserts into the database
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked