-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
Ok, that's not going to tell me anything, can you install chrome or firefox on the server and try hap again, they may give more error information. IE tends to hide it
-
Check the application even log on the server
-
Is it IIS8? Have you removed the (remove for IIS8) bits? The error above is a result of not installing the .net 3.5 WCF bits for ASP.net
-
Some helpdesk emails contain http links rather than https
nickbro replied to mattgrimley's topic in Home Access Plus+
There's an error is one of them, the a href is correct, but the text on the page isn't. I've found the problem and fixed it, see Home Access Plus+ - Source Code -
Check you have installed all of the pre-reqs for HAP+
-
Some helpdesk emails contain http links rather than https
nickbro replied to mattgrimley's topic in Home Access Plus+
Check the templates in the help desk folder, see if any of them are incorrect -
It's a bug when you first install HAP+ due to the booking system and help desk being moved into plugins, if you remove the Homepage Link for both then the warning will go away
-
You shouldn't need impersonation, that was phased out for everything but the Windows Authentication version back in v4.
-
You shouldn't need that enabled unless you are using Windows Authentication instead of Forms authentication.
-
Ok, you need to use the administrator user, looks like the password isn't correct in the hapConfig. Follow the steps on this page to set HAP+ into firstrun mode and adjust the admin password and save: Home Access Plus+ - Documentation
-
Check the hapConfig.xml file, it may be that some of the details in that file are in correct. You can also use the api call /hap/api/ad/roles/%username% to get a list of roles/groups which HAP can see for that user.
-
Sound/Projector/Lighting Software is IT, support in the PA Department for the lighting but they are in charge of the lighting.
-
Changed active directory password now error HELP
nickbro replied to mickyuk's topic in Home Access Plus+
See the bit on the documentation page on codeplex about it http://hap.codeplex.com/documentation -
Newbie question - get loads of error 500 on new install
nickbro replied to ass17's topic in Home Access Plus+
not at this time, I could never get the APIs working they way I needed them to -
Newbie question - get loads of error 500 on new install
nickbro replied to ass17's topic in Home Access Plus+
Just personal onedrive -
Newbie question - get loads of error 500 on new install
nickbro replied to ass17's topic in Home Access Plus+
In the hap Config you need to get a Live Client ID Go to https://account.live.com/developers/applications/index > Create a new application -
Newbie question - get loads of error 500 on new install
nickbro replied to ass17's topic in Home Access Plus+
Already one there, it's still called skydrive I think -
Newbie question - get loads of error 500 on new install
nickbro replied to ass17's topic in Home Access Plus+
Set the Enable Read to = "All" and Enable Write to = "All" -
Newbie question - get loads of error 500 on new install
nickbro replied to ass17's topic in Home Access Plus+
Have you edit the web.config file removing the sections which says remove for IIS 8? -
Update the App_locationresources folder with the strings.xml file from the source Home Access Plus+ - Source Code, looks like it hasn't got the correct update in
-
Hmm, yes. You can fix that by editing the basestyles.css file, put html, before the #hapcontent tag
-
Home Access Plus+ - Source Code foreach (UserInfo user in ADUtils.FindUsers(OUVisibility.BookingSystem)) if (user.DisplayName == user.UserName) userlist.Items.Add(new ListItem(user.UserName, user.UserName.ToLower())); else userlist.Items.Add(new ListItem(string.Format("{0} - ({1})", user.UserName, user.Notes), user.UserName.ToLower())); userlist.SelectedValue = ADUser.UserName.ToLower();
-
[sims] Remote access to SIMS to allow staff to do reports from home.
nickbro replied to kennysarmy's topic in MIS Systems
With the Remote Desktop Gateway you are effectively doing an SSTP tunnel anyhow, so no real need to put a VPN in the way to slow things down further. Our two factor authentication is 1, user with SIMS rights on the AD network, and 2, separate SIMS credentials. Since the traffic is going over HTTPS it's encrypted, not only with the RDP encryption but then again with the HTTPS encryption through the RDP gateway -
4000 users would probably not get rendered correctly in the drop down box, are you able to create sub ous?
