-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
Doh, forgot that the help desk API doesn't exist in the core package anymore, will need to tell HAP+ not to generate that tile unless the helpdesk is installed as well.
-
The error message is telling you where to look, line 94 of the web.config file seems to be wrong, if you can post that line, or better yet the section it's in we can help
-
Server Error in '/HAP' Application. Security Exception
nickbro replied to KYS's topic in Home Access Plus+
I believe we removed this requirement in v10.2 -
Server Error in '/HAP' Application. Security Exception
nickbro replied to KYS's topic in Home Access Plus+
See http://www.edugeek.net/forums/home-access-plus/107138-unhandled-security-exception-v8-7-iis-7-5-a.html#post917758 -
It should work, it may be that HAP+ isn't processing the groups correctly, can you go to https://%hap.domain%/hap/api/ad/roles/%username%, and see what it lists as the roles available, and if they match. Copy and paste the role name into the hapConfig.xml file, just incase there is a difference
-
NickB => nickbro
-
Did you try the version above? It should create a log file with any error messages
-
No Hyper-V doesn't need System Centre It's Easier, you install the Hyper-V role in Windows Server Hyper-V is free with Windows, Windows Server comes with 1 free Virtual Server License Hyper-V is just a case of installing Windows Server on the base server, either standard or hyper-v version. On the standard you just then install the hyper-v hypervisor: Hyper-V - Wikipedia, the free encyclopedia
-
Can't quite figure out why it can't pull the AD data out, that's most odd
-
HAP+ doesn't work well with multiple domains, that may be the issue here, you may need to setup a HAP+ for each child domain.
-
Looks all ok to me, odd. Can you confirm your UPN is the FQDN of your domain, e.g. my domain is crick, but it's UPN is crick.internal. Don't use a server specific FQDN
-
Hmm, ok, something with your AD setup isn't working as it should. Can you copy your AD config section from the hapConfig.xml file? Minus the username/password/key bits
-
hmm, looks like the system isn't able to parse your AD infrastructure properly, did you change username to your username? e.g. /HAP/api/ad/roles/nick
-
The notifier is by design, it will prompt them if their username logs on else where I've attached a version of the tracker which seems to work correctly HAP Logon Tracker Installer.zip
-
______Server Error in '/HAP' Application. IIS issues possibly?
nickbro replied to Juls26's topic in Home Access Plus+
You need to use HTTPS for the whole connection, you cannot use HTTPS offloading -
try putting the /silent before the url? or /silent, I can't remember how I set that one
-
Reset their roaming profile on the server. If that fails, also check their username doesn't exist in the profile list in the registry
-
If you restart IIS/recycle the app pool it shouldn't save the settings, unless you've clicked save. If you have clicked save edit the hapConfig.xml file directly. There are some bugs in the setup page
-
HAP 10.4 - The Webpage cannot be displayed
nickbro replied to jamiehill1231's topic in Home Access Plus+
Update to 10.5, which removes some the DirectEdit features which were causing this. -
If you're just getting authenticated users when going to that API call HAP+ isn't able to get any membership information for that user.
-
set the my files icon in the homepage to be visible to external addresses only
-
This code on the login page works $('input[type=text],input[type=password]').keyup(function (e) { if (e.keyCode == 13) { $("#<%=username.ClientID%>").val($.trim($("#<%=username.ClientID%>").val())); location.href = $("#<%=login.ClientID %>").attr("href"); } else if (e.keyCode == 220 || e.keyCode == 222) { alert("Please enter just your username"); $(this).val($(this).val().substr(0, $(this).val().length - 1)); } }); I just tested it, as soon as I typed \ or @ I get the warning and it removes the @ or \ sign
-
Meraki System Manager is still free, it's the enterprise version that is paid for https://meraki.cisco.com/form/systems-manager-signup
-
See Hyper-V - Wikipedia, the free encyclopedia, Hyper-V Server 2012 R2 has the same capabilities as the standard Hyper-V role in Windows server 2012 R2 and supports 1024 active VMs
