<div class="gmail_quote"><div>The change in course creation is really messing things up. A user requests a course via a separate course request form (which writes an xml file) and when it is processed by Autocreate.pl the following message appears.<br>
<br>********************<br>Fri Aug 13 11:15:02 2010 Autocreation messages start --<br>Sending to batch - auto,fsu,fsudc,fsu xuser_fa10PHY3101_1281711629.xml<br><br>New LON-CAPA course ID: refused<br>Created on: no_host<br>
Cloning course from fsul1<br><username removed>:fsu) - does not have rights to access enrollment in these classes (as determined by the policies of your institution on access<br> to official classlists)<br><div class="LC_warning"><username removed>:fsu) - does not have rights to access enrollment in these classes (as determined by the policies of your institution on access to official classlists)<br>
<ul><br> - fa10PHY3101001<br><br><br>Setting environment: ok<br><br>-- Fri Aug 13 11:15:04 2010 Autocreation messages end<br><br>Where is the rights for enrollment determined?<br><br>On cron.d/loncapa there is the following entry<br>
<br>0,15,30,45 * * * *    www    /home/httpd/perl/Autocreate.pl fsu fsudc:fsu<br><br>Any quick fix for this? Going to be a problem next week.<br><br>Thanks,<br>-hk<br><br><br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I am running into the same problem when I tried to create a course in the<br>
fsuK12 domain. Is there any checking when cloning a course using a separate<br>
course request script? The script writes an xml file - does<br>
<a href="http://autocreate.pl" target="_blank">autocreate.pl</a> check when trying to create a course?<br>
</blockquote>
<br></div>
Although checking for cloning rights is done in that case, in 2.9.0 this mechanism already supports cloning of any course within the domain when a username and domain for a user with an active DC role is either:<br>
<br>
(a) included as arguments in the call to Autocreate.pl, i.e.,<br>
<br>
./Autocreate.pl <coursedomain  username:domain><br>
<br>
or if no arguments are included,<br>
<br>
(b) are defined in the Domain Configuration for the domain of the course:<br>
<br>
Set domain configuration -> Auto-course creation settings -> XML files processed as: (choose Dom. Coord.)<br>
<br>
<br>
Hence applying the diffs from 6/25 noted above will not solve the issue you encountered. This must have a different cause.<br><font color="#888888">
<br>
Stuart Raeburn</font><div><div></div><div class="h5"><br>
<br>
<br>
Quoting hkng <<a href="mailto:hkng@fsu.edu" target="_blank">hkng@fsu.edu</a>>:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Thanks Stuart, however when I do<br>
<br>
wget -O lond '<br>
<a href="http://source.loncapa.org/cgi-bin/cvsweb.cgi/%7Echeckout%7E/loncom/lond?rev=1.445;content-type=text/plain" target="_blank">http://source.loncapa.org/cgi-bin/cvsweb.cgi/~checkout~/loncom/lond?rev=1.445;content-type=text/plain</a><br>

'<br>
<br>
wget -O <a href="http://lonnet.pm" target="_blank">lonnet.pm</a> '<br>
<a href="http://source.loncapa.org/cgi-bin/cvsweb.cgi/%7Echeckout%7E/loncom/lonnet/perl/lonnet.pm?rev=1.1071;content-type=text/plain" target="_blank">http://source.loncapa.org/cgi-bin/cvsweb.cgi/~checkout~/loncom/lonnet/perl/lonnet.pm?rev=1.1071;content-type=text/plain</a><br>

'<br>
<br>
HTTP request sent, awaiting response... 403 Forbidden<br>
2010-07-28 08:55:28 ERROR 403: Forbidden.<br>
<br>
But<br>
wget -O <a href="http://lonpickcourse.pm" target="_blank">lonpickcourse.pm</a> '<br>
<a href="http://source.loncapa.org/cgi-bin/cvsweb.cgi/%7Echeckout%7E/loncom/interface/lonpickcourse.pm?rev=1.98;content-type=text/plain" target="_blank">http://source.loncapa.org/cgi-bin/cvsweb.cgi/~checkout~/loncom/interface/lonpickcourse.pm?rev=1.98;content-type=text/plain</a><br>

'<br>
<br>
works.<br>
<br>
Can't spot where the typo is? Any ideas?<br>
<br>
-hk<br>
<br>
<br>
On Wed, Jul 28, 2010 at 8:45 AM, Mark Lucas <<a href="mailto:lucasm@ohio.edu" target="_blank">lucasm@ohio.edu</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Thanks! Will this be in the new release?<br>
<br>
Mark<br>
<br>
On Jul 28, 2010, at 8:23 AM, Stuart Raeburn wrote:<br>
<br>
Mark,<br>
<br>
Changes in lond (rev 1.445), <a href="http://lonpickcourse.pm" target="_blank">lonpickcourse.pm</a> (rev 1.98) and  <a href="http://lonnet.pm" target="_blank">lonnet.pm</a>(rev 1.1071) -- from June 25:<br>
<br>
(see<br>
<br>
<a href="http://mail.lon-capa.org/pipermail/lon-capa-cvs/Week-of-Mon-20100621/021011.html" target="_blank">http://mail.lon-capa.org/pipermail/lon-capa-cvs/Week-of-Mon-20100621/021011.html</a><br>
for details),<br>
<br>
allow a DC to override cloning rights for an existing course (in the same<br>
domain) when a DC creates a single course on behalf of the owner of the new<br>
course via "Create a single course".<br>
<br>
The Domain Coordinator can specify cloning of any course in the domain when<br>
creating a new course regardless of who will own the new course, and whether<br>
they owned the existing course, had an active CC role in the existing<br>
course, or otherwise had rights to clone it.<br>
<br>
Stuart Raeburn<br>
<br>
<br>
Quoting Mark Lucas <<a href="mailto:lucasm@ohio.edu" target="_blank">lucasm@ohio.edu</a>>:<br>
<br>
<br>
On Jun 24, 2010, at 12:18 PM, Stuart Raeburn wrote:<br>
<br>
<br>
The aim with 2.9 has actually been to reduce the administrative  tasks<br>
which a Domain Coordinator must perform, by devolving  responsibility for<br>
course creation to the faculty who will be  teaching the course.<br>
<br>
<br>
In the future, this trend will continue by making cloning more  granular,<br>
and also making cloning something that a Course  Coordinator can do directly<br>
into a course that has already been  created (see:<br>
<a href="http://bugs.loncapa.org/show_bug.cgi?id=6039" target="_blank">http://bugs.loncapa.org/show_bug.cgi?id=6039</a>)<br>
<br>
<br>
<br>
With respect, this is a royal pain in the butt for a smaller  installation<br>
(though still somewhat big) like mine,<br>
<br>
where it is more desirable for me to take care of the cloning and  creation<br>
of courses than to have other<br>
<br>
people creating courses and screwing up.<br>
<br>
<br>
At this point instead of just creating the course, I have to find  each<br>
course that I want to clone, enter it, add the<br>
<br>
new owner,  then go create the course. I realize this doesn't seem  like<br>
much, but it roughly doubles or more the<br>
<br>
time it takes for me to set up courses for a quarter.<br>
<br>
<br>
Mark<br>
<br>
<br>
<br>
--<br>
<br>
Mark Lucas     email: <a href="mailto:lucasm@ohiou.edu" target="_blank">lucasm@ohiou.edu</a><br>
<br>
252D Clippinger Lab   phone: (740)597-2984<br>
<br>
Department of Physics and Astronomy fax: (740)593-0433<br>
<br>
Ohio University<br>
<br>
Athens, OH 45701<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
LON-CAPA-admin mailing list<br>
<a href="mailto:LON-CAPA-admin@mail.lon-capa.org" target="_blank">LON-CAPA-admin@mail.lon-capa.org</a><br>
<a href="http://mail.lon-capa.org/mailman/listinfo/lon-capa-admin" target="_blank">http://mail.lon-capa.org/mailman/listinfo/lon-capa-admin</a><br>
<br>
</blockquote></blockquote>
<br>
<br>
<br>
_______________________________________________<br>
LON-CAPA-admin mailing list<br>
<a href="mailto:LON-CAPA-admin@mail.lon-capa.org" target="_blank">LON-CAPA-admin@mail.lon-capa.org</a><br>
<a href="http://mail.lon-capa.org/mailman/listinfo/lon-capa-admin" target="_blank">http://mail.lon-capa.org/mailman/listinfo/lon-capa-admin</a><br>
</div></div></blockquote></div><br>