Last week we discovered a problem with the calendar application that I had put in production for Dr. Dana Ulveland of the College of Education. When attempting to view the main calendar, an error occurred for any calendar for which events had been approved. My initial feeling was that this was caused by some sort of rights issue on Aero, the Oracle server. My rationale was that, since I had copied an existing, working application into a new schema and changed the code to refer to the new schema, that the problem couldn't be with the code itself.
Analyzing this in detail today with Mike Ross, we discovered that select privileges had not been properly granted to public for a particuiar table. Mike discovered this as we compared the original calendar application and schema with the one I had copied. Once we granted select permissions to public, we could view the calendar.
