Jump to content

Recommended Posts

Posted

Hi,

 

We had an older version of HAP installed and have decided to go to the very latest but with a clean install.

 

So, I copied the old HAP folder and called it HAPold and then extracted the new contents into the HAP folder and then gave the entire folder IUSR write access.

 

When I then restarted IIS and went to the URL the site is not dynamic.

 

Does anyone know why this is?

 

I am unable view any images or see any dynamic content etc...

 

Please help. (url on PM request.)

Posted

What an earth???

 

A Error has occured:

Error Saving the Configuration

 

Object reference not set to an instance of an object.

 

at HAP.Web.Setup.Save_Click(Object sender, EventArgs e)

Posted

New issue.... we do all of our file access via DFS and UNC paths and not user folder shares.

 

Is there anyone who has got a configuration which has this layout?

Posted

Yes, this functionality exists in HAP.

 

Assuming that the home directory attribute is set for each user (to a DFS share in the format \\dfs\sharename\%username%) then you can use the %homedir% successfully:

 

e.g.

%homedir%

 

For the disk quota, use the dfstarget tag to re-map the DFS target back to the source UNC:

 

\\hgss.local\dfs\staffhome$\%username%

 

 

HTH,

Moby

  • Thanks 1
Posted (edited)
String cannot be of zero length. Parameter name: oldValue

:confused:

 

 

Does not seem to work...

 

 
%homedir%
\\LeAF.bournemouth.sch.uk\LeAFFileStorage\SysAdminWork\%USERNAME%

Edited by Dan_ATR
Posted

Requested value 'DiskSpace' was not found.

 


   
     %homedir%
     \\svr-fs-001\e$\Users\Students\Work\%username%
     \\svr-fs-001\e$\Users\Non-Teaching Staff\Work\%username%
     \\svr-fs-001\e$\Users\Teaching Staff\Work\%username%
     \\SVR-FS-002\Staff Temporary Area
     \\LeAF.bournemouth.sch.uk\Academic
     \\LeAF.bournemouth.sch.uk\Network
     \\LeAF.bournemouth.sch.uk\Business
     \\LeAF.bournemouth.sch.uk\Administration
   
   
     \\LeAF.bournemouth.sch.uk\LeAFFileStorage\SysAdminWork\%username%
   
 

Posted

:doh: Goes and looks at the code

    public enum MappingUsageMode { None, Quota, DriveSpace, HAPDriveSpace }

 

So try None for the usuage

 

The system may not like having the same drive letter used

Posted

The given key was not present in the dictionary.

 


   
     %homedir%
     \\svr-fs-001\e$\Users\Students\Work\%username%
     \\svr-fs-001\e$\Users\Non-Teaching Staff\Work\%username%
     \\svr-fs-001\e$\Users\Teaching Staff\Work\%username%
     \\SVR-FS-002\Staff Temporary Area
     \\LeAF.bournemouth.sch.uk\Academic
     \\LeAF.bournemouth.sch.uk\Network
     \\LeAF.bournemouth.sch.uk\Business
     \\LeAF.bournemouth.sch.uk\Administration
   
   
     \\LeAF.bournemouth.sch.uk\LeAFFileStorage\SysAdminWork\%username%
   
 

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...