-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
Open ~/App_Data/hapConfig.xml,look for years="Inherit", change that to years="1,2,3,4,5,6"
-
[sims] Scheduling one lesson within a block at a different time in NOVA T6
nickbro replied to AHS's topic in MIS Systems
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 -
Help Desk - Can't update or assign tickets
nickbro replied to OrangeExige's topic in Home Access Plus+
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 -
Http 500 error after removing IIS8 from web.config
nickbro replied to chrisjako's topic in Home Access Plus+
Sounds like a binding issue, the fact that you can't see the full error message on the server is very worrying -
Help Desk - Can't update or assign tickets
nickbro replied to OrangeExige's topic in Home Access Plus+
Do you have webDav installed on that server? -
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.
-
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.
-
[windows tablet] 30 Surface RT's... What to do with them?
nickbro replied to fairm010's topic in Mobile Devices & Tablets
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) -
You need exchange for the live tile to work, you need to set the exchange attribute of SMTP to point to your exchange server
-
Check the ASUS website to see if there's a bios update
-
You can, you will need to edit ~/myfiles/directedit.aspx and update the link, i've put the wrong one up there
-
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
-
Should be DirectEdit - nb development
-
Ok, you may need to reinput the SMTP password, I think I moved to encrypting it in v10
-
Ok, it's failing on the SMTP part
-
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.
-
ok can you have a look at the event log on the server, hopefully it'll give a bit more info
-
Ok, you'll need to put some text into the display name AD field, as I think that's what it's complaining about
-
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");*/
-
Missing Upload Option for some users in myfiles
nickbro replied to jeepster94's topic in Home Access Plus+
In the HAPConfig.xml file what is set in the MyFiles section? -
Which authentication system are you using? Forms or Windows? Internal SSO (Kerberos) is part of Forms.
-
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
-
Ok, sounds like it's taking its time caching things, which isn't a good sign. Have you tried upgrading to v10?
