Jump to content

Peter_TVS

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by Peter_TVS

  1. There's a Two Week Timetable switch on /HAP/setup.aspx under the Booking System tab. To import the data from SIMS, you'll need to first import the SIMS report and run it. (I also had to edit the report in Design report to filter it by our IT rooms to get any data out of it.) In the resulting XML file, you should be able to see which format your two week timetable periods are in. (We used to be on a two-week timetable, but are not any longer. Ours were in the format 2Wed:1, where 2 was the week number and 1 the period.) I found that the Lessons as configured in /HAP/setup.aspx under Booking System needed to have a space between P and the period number for the import to match to the right day and period. For example: P 1, P 2. With this all set up, you can copy the XML file from the SIMS report into App_Data, name it sims-bookings.xmland press the Import SIMS button on /hap/bookingsystem/Admin/, Static Bookings tab. HAP seems to magically know the format of the 2Wed:1 style strings and assign the lessons to the correct week and period for that room. It's been a while since I did this, and we now are no longer on a 2-week timetable, but it did work for us for several years once we understood the process!
  2. Can you get to setup.aspx with any account at all? (I know this sounds silly, but with a non-domain admin account?) Are you able to post your Web.config, with any private information scrubbed out?
  3. I am wondering whether the Group Builder sees the group you are trying to target the drive at or not... If you go to /HAP/setup.aspx, fill in the password for the delegate user under the Active Directory tab and click away from the field. The "Base Settings" should display a tick, so you know that the setup page will now be able to enumerate your AD. You should now be able to go to the My Files tab, click on a drive and in the Enable Write To or Enable Read To box, use the Group Builder. Click the Search icon and it should let you browse through your AD for the security group. Does it show the list of security groups correctly? Are you able to re-select the target security group and save the settings?
  4. Here is the previous 10.5 release: https://github.com/techienickb/hap/releases/tag/v10.5
  5. We are also experiencing this issue with MyFiles. It looks like there is something not quite right about the new permissions model. The issue with "Cannot read property 'CreateDirs'" is due to the fact that the API response has a 'Permissions' object which is null, as if it could not retrieve the user's permissions. We also see the exact same sequence of JSON responses from the API that @maeday85 reports. I removed some of the new try/catch blocks that were suppressing some of the underlying errors, recompiled the HAP.MyFiles project, and I now see this: {"Message":"While trying to retrieve the authorization groups, an error (5) occurred.","Detail":null,"FaultType":"PrincipalOperationException"} This appears to suggest that something is wrong with the permissions that the IIS AppPool would use to retrieve group information, but I am following the HAP install video recommendations for IIS permissions and these haven't changed since the previous release! I hope @nickbro might be able to shed some light!
  6. For anyone else experiencing this issue with the Booking System Weekview page (Cal.aspx), I have managed to get it to work with the Booking System 4.5 and HAP 10.4 Core. It looks like for some reason, the copy of the FullCalendar JavaScript file is being corrupted when it is loaded by the beforehap JavaScript tag (perhaps something to do with how it is being minifed?). I needed to edit ~/BookingSystem/Cal.aspx:. Under: Add this line: This loads another copy of the correct version of FullCalendar, which is not corrupted, at the beginning of the page, so the rest of the JavaScript on the page will function. Hope this helps, until an update is available!
  7. I am trying to use the Booking System, in its multiple week configuration, and I'm trying to import some SIMS bookings in. In hapconfig.xml, I have each period of each day of each week entered as a lesson. The terms are also configured. The sims-bookings.xml file contains bookings exported from SIMS: 1 Mr A N Other I.C.T. 2Tue:2 Year 10 1 Mr A N Other I.C.T. 1Wed:4 Year 10 1 Mrs S Sample I.C.T. 1Mon:2 Year 11 1 Mrs S Sample I.C.T. 1Fri:4 Year 11 1 Mr A N Other I.C.T. 2Thu:4 Year 10 1 Mr A N Other I.C.T. 2Thu:5 Year 10 1 Mrs S Sample I.C.T. 2Fri:2 Year 11 1 Mr T Example Science 2Fri:3 Year 11 1 Mrs S Sample I.C.T. 2Fri:5 Year 11 I've anonymised the names and exact details of which lesson is in which time slot, but the actual names have a unique surname for the three teachers in this export file in AD, so that should be picking them up. When attempting to add the SIMS exported bookings on the Static Bookings page, I see this error: (Please ignore the cert error -- I was running that on the local machine using 'localhost' instead of the normal hostname to capture the detailed error message!) I'm afraid I'm not sure if I'm misconfiguring the Booking System, have missed something important, or if this is an actual bug, but I'd appreciate any help and guidance!
  8. I'd like to echo this request. My goal is to set up the HAP Booking System on a two-week timetable, and sync in some static bookings from SIMS.net. I'm struggling, though, with how to configure my hapconfig.xml file correctly, because I'm not finding documentation on the XML tags/attributes I need to be adding! Am I missing documentation somewhere obvious?
×
×
  • Create New...