Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Takes 10 seconds for my surface to boot up, running Windows 10. Takes 20 seconds for my rig at home but that's because of the RAID card.
  2. Bumb on this one, extended the closing date to 16th (so Friday).
  3. Ok did you replace teachersusername with a username of a teacher?
  4. Ok, that is odd, can you go to https://hapsite.domain/hap/api/ad/roles/teachersusername That should give you a list of roles HAP knows for that user Are you using the showto="All"? because if you aren't that may be causing some issues
  5. So my recomendations are:
  6. Teaching_Users shouldn't be admins, and if the admins are the same as the booking system you use inherit. Check the ~/bookingsystem/web.config file to see if they are unauthorised. I would also set the showto="all". Hide from can be left blank as you should be blocking students from the booking system using the web.config file instead.
  7. Can you paste the entire bookingsystem section please?
  8. Try it on 1 first
  9. Yes, but also clear out the profile on the server it's a roaming profile
  10. You may need to reset that user's profile to clear out the GP settings
  11. The *.* rule only applies to admin users. Since HAP+ is pretty obscure most malware developers wouldn't look at HAP+ for distributing malware. If you have an AV on the server HAP+ will still trigger that AV to check the file once it's uploaded. HAP+ runs as an isolated user on the server (IIS AppPool\HAP), that user doesn't tend to have interactive execution rights, most rights to execute stuff only run in the IIS AppPool instance.
  12. I'm after getting a technician to support myself with the IT of 1 high school and 4 primary schools. You will initially be front line support but expect to take on more and more of the development of the network. Experience is needed for this one as I'll be relying on you to problem solve issues yourself, as my role expands in a different direction. It'll be Term Time + 2 weeks initially. For more info see: http://www.crickhowell-hs.powys.sch.uk/about/jobvacancies/
  13. Edit the hapconfig.xml file directly
  14. You'll need to get the ISP to add some additional routing information to the router's routing table to avoid it bouncing the requests out and back in again.
  15. 1) You shouldn't need multiple IPs unless the router doesn't have the ability to route between the two ranges, if you are using a flat network then it should just work 2) It can use the default DNS ips, worst comes to worse it'll route via the router the DNS request 3) Yes it will go via the router, you can get around this by issuing your servers with additional IP addresses on the other subnet and the subsequent DNS entries
  16. No problem, forgot that this patch maybe needed.
  17. You cannot use compatibility mode with HAP+. HAP+ requires HTML5 which compatibility mode turns off a lot of HTML5 features. With IE11 can you press F12 and force IE into edge mode, if it then works fine you can add a HTTP header in IIS to force that mode
  18. yep, that's what that error means, very cryptic I know, really show program some more sensible error handling. Just so you lot know, I run into this error myself, so easy to duplicate a booking.
  19. 10.5 should be all you need
  20. You can do it either way
  21. Ah, you need IE11 to not be in compatibility mode as well, that'd be what's causing the font to not load
  22. Ok, the font mime is still in there. Can you see if your browser can access https://site/hap/style/icons.woff, https://site/hap/style/icons.ttf. See which file opens, if one doesn't (ttf) then something is missing from iis
  23. Hmm, looks like it's not loading the font file, can you check the web.config file has the font mime types still in it.
  24. Also add display: none; to the directedit entry at the top of that file as well
  25. In the myfiles.css file (down the bottom)
×
×
  • Create New...