Posted on 10-30-2012 11:45 PM
Hi,
We are trying to upload an in house ipa file but are recieving the error "Unable to upload the specified file".
I read that the max file size in MySQL needs to be changed in the JSS Database Utilities but when I try and go to the MySQL settings it is greyed out.
Any help appreciated.
Thanks.
Posted on 03-06-2013 03:32 AM
I have the same problem, don't know how to fix it.
Posted on 05-29-2013 07:10 AM
I've seen the greyed out issue happen on a windows JSS where the JSS Database Utility has no control over the MySQL instance. I don't know what causes that disconnect or how to make the JSS Database Utility hook up with MySQL for administration purposes, but I have been able to fix the max file size issue without using the JSS Database Utility. Here's what I've done:
1. Navigate to your Data location for MySQL (the default location is C:ProgramDataMySQL<MySQL version>).
* Typically, I round up to the next 10 MB for my inhouse .ipa's. So if it's a 12 MB ipa I'll set the packet size to 20 MB.
** If the max_allowed_packet didn't change, your mysql instance is most likely using a different .ini file.
Hope this helps.