Jump to content

CountNZ

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by CountNZ

  1. Hi Nick I have been using HAP for a front end for our users for a while and I would like to get the bookings system functioning. My problem is that here in New Ze4aland we do not use SIMS but we use a student management system called KAMAR. I can export the time table data as a csv but I have no Idea what the xml that hap wants looks like. If you could post an example of exported xml ready to import into HAp then I could use Excel to massage the Timetable data from KAMAR to the right format for HAP. Thanks in advance Dave
  2. Hi Nick I am getting this in ie and firefox comes up internal server error. have applied the patch. any ideas running 7.9 btw thanks Dave
  3. Yes all working now samll and large calendars too Thanks again Dave
  4. Sorry Nick I thought you were meaning the forst bin.zip with two dlls, Have just tried the second HAPweb.dll and now the over view calendar and the samll calendar are both working fine. Thanks so much Cheers Dave
  5. yes I have tried the two dlls
  6. Termdates.xml Overview Calendar error Server Error in '/hap' Application. -------------------------------------------------------------------------------- Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index Source Error: Line 16: Line 17: Line 18: Line 19: Line 20: Source File: c:\Inetpub\wwwroot\hap\BookingSystem\OverviewCalendar.aspx Line: 18 Stack Trace: [ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index] System.ThrowHelper.ThrowArgumentOutOfRangeException() +72 HAP.Web.BookingSystem.BigBookingCalendar..ctor() in N:\Visual Studio 2010\Projects\CHS Extranet\HAP.Web\BookingSystem\BigBookingCalendar.cs:18 ASP.bookingsystem_overviewcalendar_aspx.__BuildControlOverviewCal() in c:\Inetpub\wwwroot\hap\BookingSystem\OverviewCalendar.aspx:18 ASP.bookingsystem_overviewcalendar_aspx.__BuildControl__control7(Control __ctrl) in c:\Inetpub\wwwroot\hap\BookingSystem\OverviewCalendar.aspx:16 System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container) +12 System.Web.UI.UpdatePanel.CreateContents() +65 System.Web.UI.UpdatePanel.set_ContentTemplate(ITemplate value) +53 ASP.bookingsystem_overviewcalendar_aspx.__BuildControl__control6() in c:\Inetpub\wwwroot\hap\BookingSystem\OverviewCalendar.aspx:16 ASP.bookingsystem_overviewcalendar_aspx.__BuildControlform1() in c:\Inetpub\wwwroot\hap\BookingSystem\OverviewCalendar.aspx:13 ASP.bookingsystem_overviewcalendar_aspx.__BuildControlTree(bookingsystem_overviewcalendar_aspx __ctrl) in c:\Inetpub\wwwroot\hap\BookingSystem\OverviewCalendar.aspx:1 ASP.bookingsystem_overviewcalendar_aspx.FrameworkInitialize() in c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\hap\84de08c5\70e6ba5a\App_Web_l4uf03fz.4.cs:0 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +54 System.Web.UI.Page.ProcessRequest() +78 System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21 System.Web.UI.Page.ProcessRequest(HttpContext context) +49 ASP.bookingsystem_overviewcalendar_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\hap\84de08c5\70e6ba5a\App_Web_l4uf03fz.4.cs:0 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237
  7. Take the spaces out of the resource names It worked for me
  8. Hi Nick Have been away for a few days so back to looking at the booking system. I changed the mid term dates to Saturdays and added the two dlls from bin.zip and restarted iis. Also had a poke around to see why the resources were not showing as free (ie just white space where it should be a grey square saying Free/not booked and realised that the resources that were blank had spaces in the name so I took out spaces in the rersource name and they all show now. great! interesting that you can have a space in the lesson name? but not the resource name. ie var user = { username: 'HS', isAdminOf: [ 'LC1-30', 'LC2', 'LC3', 'T9Classroom-15', 'B1Classroom-15', 'SciencePOD-18', 'C1Classroom-30', 'ScienceLaptops-8', 'Minibus1', 'Minibus2' ], isBSAdmin: true, minDate: new Date(2011, 9, 25), maxDate: new Date(2011, 9, 7), maxBookings: -1 }; still unable to expand the small calendar and still showing the same maxdate on my logon also the overview shows this error tried logging on as a normal teacher and was able to expand the small calendar andd the pages source shows the correct maxdate var user = { username: 'hs2', isAdminOf: [ ], isBSAdmin: false, minDate: new Date(2011, 9, 25), maxDate: new Date(2011, 10, 27), maxBookings: 5 }; however still the same error page when trying to get the overview Thanks for your time on this Dave
  9. here is my termdates.xml as youcan see we have four terms and I have figured out that is getting the limit date from term 3 and not term 4 , not sure what to do about it Cheers Dave PS does it matter about the half term dates , we dont have halfterm breaks as such but I could use them for teacher only Professional development days? I added some new resources and changed an existing one they do not seem to have been populated - could be the same problem??
  10. how is this nick var user = { username: 'HS', isAdminOf: [ 'LC1', 'LC2', 'LC3' ], isBSAdmin: true, minDate: new Date(2011, 9, 19), maxDate: new Date(2011, 9, 7), maxBookings: -1 }; HS is my username and am a member of domain admin's and teachers
  11. Hi Nick HAP 7.5 Booking system Rocks have one small bit of non functionality though. when first go to the booking system and see todays bookings I pop down the month calendar but moving forward a month just doesnt happen, any ideas? BTW using Windows 7 IE9 Thanks Dave
  12. Hi Nick How about the abiltiy to bring dates etc into the booking system from an ical file? Thanks BTW thanks again for the four terms tip Dave
  13. Hi Nic I love the new look in 7.4 great job. is there any way of adjusting the booking system to make four terms rather than three. In New Zealand we have four terms so this would be great if we could choose three or four terms somehow Thanks again Dave
  14. Thanks Nic spent ages reinstalling thsi several times and checking all of the settings. Was logged on as domain admin and changes weren't kept in IIS, logging on as local admin meant changes were saved in IIS and 7.5 finally worked, great!!! A couple of things can I change the booking system to accommodate four terms as thats what we have down here in New Zealand. also is it possible to go back to Basic authentication in 7.5 as when our users log on remotely they authenticate against our MS threat Managementt Gateway server and under 6.5 they simply logged on to TMG and did not have to separately log into HAP. Thanks again Dave Harris
  15. Thanks Nic any idea how to sort it out? installed in to new hap folder so may be I should try reinstalling the files from the zip? do you think I might have missed copying one into the hap folder? Dave
  16. Hi HAP is great - installed 6.5 a few weeks ago and was very impressed. I was anticipating v7 and downloaded 7.2 the other day and went throught the printed instructions and video. running setup.aspx I was flummoxed by this.. when I typein the domain upn "riccarton.school.nz" and the admin password a box pops up saying not found. also the blue progess bar accross the top only moves about an inch. if I go to the students OU field an in complete ad selector window pops up have tried restarting IIS and the server. and reworking throught the instructions, runiing iis6 on server 2003. if I go to the hap home page I get what I expect ie the user drive works and my username and change password etc. Help From the bottom of the world Dave
×
×
  • Create New...