Jump to content

Recommended Posts

Posted
Have just got HAP 10.6 working with Azure as shown in
This works fine but Myfiles is not working with a error referring to forms authentication. Any one have Myfiles working with Azure SSO?
net error:  Server Error in '/HAP' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.  Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.  Source Error:  Line 38:  Line 39:      Line 40:         var ad = ""; Line 41:         var dechecktimer, detimeout, run1 = true; Line 42:         $(function () { 

Posted
Have just got HAP 10.6 working with Azure as shown in
This works fine but Myfiles is not working with a error referring to forms authentication. Any one have Myfiles working with Azure SSO?
net error:  Server Error in '/HAP' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.  Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.  Source Error:  Line 38:  Line 39:      Line 40:         var ad = ""; Line 41:         var dechecktimer, detimeout, run1 = true; Line 42:         $(function () { 

You will need to remove the direct edit features.
Posted
Thanks for the quick response. Unfortunately im ok with Java and Apache not so good with .net and IIS. Will give it a go today see if i can work it out.
Posted
Thanks for the quick response. Unfortunately im ok with Java and Apache not so good with .net and IIS. Will give it a go today see if i can work it out.
Edit the file in notepad and remove the lines it references and the dechecker section in javascript
Posted
Been a busy few days but have finaly got time to give this another go. myfiles now shows the correct folders for all users but is giving access denied errors if the folder is on another server. local folders work fine e.g c:\test works \\server\folder\folder dose not. I cant remember fully but recall having a similar issue with v9 and something on codeplex's HAP page helped me out. It is probably a simple issue. but cant spot a difference between this 10.6 install with SSO or our other 10.5 with forms authentication. other than the auth mode being set to windows.
Posted
You will need to do some constrained delegation in ad on the other servers for that server. I had the same issue and that fixed it. Two services to do with file systen
Posted
Finaly have everything working. i plan to write up my install but basic instructions are: 1. Follow install guide included with HAP+
https://github.com/techienickb/hap/blob/master/docs/Documentation_Documentation.pdf

2. Amend install according to 10.6 video by Nick

http://www.edugeek.net/forums/home-access-plus/191918-hap-v10-6-release.html

3. remove line from MyFiles/Default.aspx

var ad = "";

4. if student/staff files %homedir% is on another server in AD Deligate the cifs roles to your HAP+webserver attachment.php?attachmentid=49408&stc=1&d=1529569036 extra. add public and internal url's of HAP+ server to your Goggle Chrome GPO's for auto login.

hap delegate auth.png

  • Thanks 1
  • 5 weeks later...
Posted

Hi,

 

I've got this all working with SSO and Azure but I can't work out where to remove the direct edit button from the My Files screen. I've removed the line from the video so its all working except that.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...