I work mainly with with Linux based servers and Sugarcrm. One of my clients has deployed his suagrcrm instance on a windows server. SugarCrm is a php application that I would normally run under a LAMP stack but can work with MS SQL etc.
Anyway the problem is that in the Sugarcrm instance there is an invoicing module that contains itemised lines. But some how the server is preventing the user from saving any more than 47 line items in a single save. This does not happen under Linux so there must be a limit on the server somewhere that limiting the POST data or query string length. Or it could be MS SQL. There are no errors showing anywhere in the logs and I have increased all the settings in the php.ini file so it cant be a php problem.
Anybody have anybody have any idea's what could be causing this?
The specs are as follows
Dell R520 Server
Windows Server 2012 R2
2x Intel Xeon E5-2430 v2 @ 2.5ghz
32GB Ram
1x Raid 1 160gb hdd array 15k SAS drives
2x Raid5 560gb hdd array 15k SAS drives
Webserver Configuration is IIS 8.5
PHP 5.4.24
MS SQL Server 2014
MS SQL Server 2012 Native Client