Error when trying to update course enrollments

Error when trying to update course enrollments

by Walter Walter -
Number of replies: 4

I'm having some trouble with my enrollment script. We just upgraded from 2.4.4 to 2.6.2 and the script isnt working now. We connect to the database and import the courses and enrollments via a python script. however when the script tries to update any information in the database it gives this error:

<Fault 13798712: 'The site is undergoing maintenance and is currently not available | ERRORCODE: sitemaintenance'>

I have checked and the site isnt in maintenance mode. I'm not sure where this is coming from?
Average of ratings: -
In reply to Walter Walter

Re: Error when trying to update course enrollments

by Walter Walter -

Does anyone know where it checks to pull the specific error message from?

In reply to Walter Walter

Re: Error when trying to update course enrollments

by Walter Walter -
Well that error went away but now i've got a differnt error. when it tries to run the create_courses(server, course_info) the first time it says <Fault 631: 'Failed to parse request'> the the second time it runs it says. <Fault 404: 'Unknown error'>

still not sure where to go from here.

In reply to Walter Walter

Re: Error when trying to update course enrollments

by Darko Miletić -

Without seeing the actual code there is not much anybody can do here. Saying something does not work is not helpful.

In reply to Darko Miletić

Re: Error when trying to update course enrollments

by Walter Walter -

Well i figured someone might have some info on what those error messages mean. I attached the script.