Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Sounds like it's having issues connecting to the SQL database quickly, if you switch the provider to XML for the tracker, see what happens then, if it speeds up then the issue is SQL related not HAP+
  2. SIMS.net to Exchange - nb development You can set it to run as a scheduled task each day, it wont do room changes or cover though
  3. Ok, that error is complaining about the administrator username/password, try re-entering both on each server and saving.
  4. Don't know it's something that I know paul has worked on, it sounds like the user is double clicking on the book button and it's double booking. Because it's not the share attribute it's just shifting
  5. See https://hap.codeplex.com/wikipage?title=HAP%20and%20NLB&referringTitle=Documentation
  6. You need to generate some encryption keys so the 2 servers has the same keys to use for encryption
  7. Check you've applied all the updates correctly, including the booking system plugin.
  8. Paul is looking into this, and I believe he has found a fix for it.
  9. How odd, can you look in the bookings.xml file and see if they've double booked it (double clicked)
  10. O, sorry, this was changed in the v10 release by paul Just below the OU's add this Also make sure you have reverse DNS
  11. The error can be safely ignored if that isn't working, as it's more informative than anything else
  12. You shouldn't get hidden errors on the server, it should give you a whole page of what is wrong, try using Firefox/Chrome
  13. Edit ~/app_data/hapConfig.xml, look find and add hidephotoerror="true"
  14. Error 0x80005000 is a generic Windows AD issue, restart the server should clear it
  15. Try the logon tracker part of Home Access Plus+. https://hap.codeplex.com/ GUI interface, can have a limit on logons, shows a popup if you logon somewhere else. Can remotely log pcs off. All logged to either an XML file or a SQL db. With a Web front end.
  16. O, should really documentate that. 1) See the App_Data folder of the timetable plugin, run the reportdef file in SIMS 2) Set the employeeID in AD to be the student's UPN 3) Run HAP+ 4) Login as an Administrator 5) Go to timetable.aspx 6) At the top click on Options and run the Conversion script to reduce the file size and make HAP+ like it better 7) Test by impersonating a student, either by UPN or by username (if employeeID is filled)
  17. Home Access Plus+ - Documentation
  18. See the main releases: Home Access Plus+ - Downloads One of them has the Booking System Plugin
  19. Sorry for the delay in getting back to you guys, it's a busy time for me at the moment (Timetabling), please try the attached dll, once installed check /hap/api/ad/roles/{username} for a list of groups that user belongs toHAP.AD 5.5.zip
  20. Ok, can you try the attached dll, once that's done check on /hap/api/ad/roles/{username} to see if the role you need is listed, as it could be giving out the wrong namesHAP.AD 5.5.zip
  21. @Paul-K It's best with exchange, as HAP+ cannot authenticate an expired password, so it doesn't know if the old password is valid
  22. On the server browse to hap, it should give you an error page of what is wrong
  23. Good to hear, the video was written for an older version of HAP, but it's the same instructions
  24. Thanks for the spot, fixed: Edit ~/myfiles/default.aspx line 391 Replace with: data: ('{ "OldPath" : "' + clipboard.items[index].Data.Path.replace(/\.\.\/download\//gi, "") + '", "NewPath": "' + (target + '\\' + clipboard.items[index].Data.Path.substr(clipboard.items[index].Data.Path.lastIndexOf('/'))) + '", "Overwrite": "' + overwrite + '" }').replace(/\\/gi, "/"),
  25. Check the ~/bookingsystem/web.config
×
×
  • Create New...