Forum .LRN Q&A: Re: Res: Re: Res: Re: Re: How to create IMS/SCORM Content Package Course

One reason for that problem can be that the size of the SCORM package is bigger than the size the AOLServer can manage by default. If I'm not wrong, the default for AOLServer 4.0 is 1 MB.

To set it to a bigger amount (e.g. 64MB), you can add/modify the following parameter in the config.tcl file of AOLServer.
ns_param maxinput [expr 64 * 1024 * 1024]

Hope this helps,

Olga

thanks! do you know why the permission has a problem? I installed it. when i try to use it, it says I'm not allowed. so i cheched the permission area. I have all the permission there!
Hi Olga.

I modify the config.tcl and I tried with many SCORM-files.zip (whit several sizes) ... but same error message.

Some Idea?

Thanks very much.