Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Open ~/App_Data/hapConfig.xml,look for years="Inherit", change that to years="1,2,3,4,5,6"
  2. Add that lesson to the cycle structure Set the block's min lessons a bit higher, this will allow you to schedule the block into that period 5 slot Shift the lessons as needed
  3. The help desk uses PUT HTTP commands, which conflict with WEBDAV, you will need to ensure that the WEBDAV IIS Module is disabled on the HAP folder
  4. Sounds like a binding issue, the fact that you can't see the full error message on the server is very worrying
  5. Do you have webDav installed on that server?
  6. You need to store UPN's in the employeeID field in AD. Also, looks like you've enabled EWS, remove the https bit from the exchange attribute of the SMTP element in the hapConfig.
  7. Got Go4Schools here too, seems to be going good. Haven't used the Student/Parent part yet, but have been using it for coming up on a Year for reports and behaviour. These don't get written back into sims but we never used reporting or behaviour in sims outside of core exams/tests. Attendance will write back to sims for the AM/PM marks if you go for that option. It means that Go4Schools is the only thing that teaching staff need access to, so one point of call. It's web based so can be used on any device with a web browser. The interface is bit dated but it's better than SLG.
  8. Pricing for Intune in $ is available on microsoft's website: Windows Intune. Basically you need to add SCCM (£1 per user on EES) and then Intune on ontop (£3.90)
  9. You need exchange for the live tile to work, you need to set the exchange attribute of SMTP to point to your exchange server
  10. Check the ASUS website to see if there's a bios update
  11. You can, you will need to edit ~/myfiles/directedit.aspx and update the link, i've put the wrong one up there
  12. The help desk has changed, click on the status and it will change to a drop down box, the update button actually updates the ticket, it's all inline editing now
  13. Should be DirectEdit - nb development
  14. Ok, you may need to reinput the SMTP password, I think I moved to encrypting it in v10
  15. Ok, it's failing on the SMTP part
  16. Can you expand a little on what you are trying to do? The user will remain logged in until the browser session terminates, as it uses a session cookie for authentication.
  17. ok can you have a look at the event log on the server, hopefully it'll give a bit more info
  18. Ok, you'll need to put some text into the display name AD field, as I think that's what it's complaining about
  19. If you are just using Windows, then no, but if you are using the kerberos SSO then you do to access my files but other areas just work. It will come up with the auto prompt because it's auto logged on to warn that accessing my files has been disabled. To stop the auto logon message edit ~/scripts/hap.web.js.js Look for if (jQuery.parseJSON(xhr.responseText).Message == "Length of the data to decrypt is invalid." || jQuery.parseJSON(xhr.responseText).Message.match(/invalid length for a base\-64/gi)) hap.help.Load("impmsg"); change it to if (jQuery.parseJSON(xhr.responseText).Message == "Length of the data to decrypt is invalid." || jQuery.parseJSON(xhr.responseText).Message.match(/invalid length for a base\-64/gi)) /*hap.help.Load("impmsg");*/
  20. In the HAPConfig.xml file what is set in the MyFiles section?
  21. Which authentication system are you using? Forms or Windows? Internal SSO (Kerberos) is part of Forms.
  22. It will close the folder connection to that share. The user remains logged on.
  23. All browsers do that if you have the middle mouse button set up correctly, some software (logitech) use it as the zoom function but you can override that in their software and set it back to the middle button. If you click the middle button else where on the page, not on a link, you can scroll
  24. Ok, sounds like it's taking its time caching things, which isn't a good sign. Have you tried upgrading to v10?
×
×
  • Create New...