-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
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+
-
[sims] Sims.Net Staff Timetables Export to Outlook
nickbro replied to chrisalltraine's topic in MIS Systems
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 -
Ok, that error is complaining about the administrator username/password, try re-entering both on each server and saving.
-
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
-
See https://hap.codeplex.com/wikipage?title=HAP%20and%20NLB&referringTitle=Documentation
-
You need to generate some encryption keys so the 2 servers has the same keys to use for encryption
-
HAP booking system not showing booking on main page
nickbro replied to SeanVin's topic in Home Access Plus+
Check you've applied all the updates correctly, including the booking system plugin. -
Paul is looking into this, and I believe he has found a fix for it.
-
How odd, can you look in the bookings.xml file and see if they've double booked it (double clicked)
-
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
-
The error can be safely ignored if that isn't working, as it's more informative than anything else
-
Http 500 error after removing IIS8 from web.config
nickbro replied to chrisjako's topic in Home Access Plus+
You shouldn't get hidden errors on the server, it should give you a whole page of what is wrong, try using Firefox/Chrome -
Edit ~/app_data/hapConfig.xml, look find and add hidephotoerror="true"
-
Error 0x80005000 is a generic Windows AD issue, restart the server should clear it
-
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.
-
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)
-
Home Access Plus+ - Documentation
-
See the main releases: Home Access Plus+ - Downloads One of them has the Booking System Plugin
-
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
-
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
-
Feature Request if possible - Expired passwords
nickbro replied to Paul-K's topic in Home Access Plus+
@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 -
Http 500 error after removing IIS8 from web.config
nickbro replied to chrisjako's topic in Home Access Plus+
On the server browse to hap, it should give you an error page of what is wrong -
Good to hear, the video was written for an older version of HAP, but it's the same instructions
-
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, "/"),
-
Check the ~/bookingsystem/web.config
