When uploading the scorm package I get an error 404.13
"The request filtering module is configured to deny a request that exceeds the request content length"
What is this error talking about and where/how is it adjusted?
Thanks,
joshm
joshm,
The error message is saying that the file is too big. How big is the SCORM file?
If you are on a Windows platform, IIS 7 has default file upload size limitation, and p.31 of the Learn 9.1 installation manual (the part that describes configuration changes to make before doing the Blackboard installation) tells you how to change that file upload size limit by using the appcmd utility to change the requestFiltering requetLimits.maxAllowedContentLength setting, though the example only bumps the default limit from 20Mb to 100Mb.
Mike
Can you provide some references on how this can be done in UNIX/LINUX?
Greg
Greg,
The setting that I mentioned is a limitation within IIS--I don't think the Apache HTTP server that the Linux version uses has an equivalent limit. However, there is a setting in bb-config.properties, "bbconfig.fileupload.max.filesize", that you might want to double-check.