Jump to content

Recommended Posts

Posted
Ah, i'm having a stupid moment. It's my account and my home area i'm trying to delete a file from. My area is on a NAS box which i'm testing out before I move our staff across, I just found out I hadn't given myself permissions to acess the share correctly. It all works now.
Posted
OK, ive got this working quite well at the moment, but i just can't figure out how to create the file for the booking system upload from sims so it can auto populate the timetable. Can someone please help?
Posted
It isn't very well implemented at this time. When we get our timetable in SIMS i'll be able to write a better importer, with a sample report to run. Our Assistant Head is dragging her feet with it, it's been pushed back 3 times now (2 years). She still does it by hand, but never imports it into SIMS. August, hopefully!
Posted
Ok, cheers nick. If I put the current timetabled lessons into the booking system as static bookings will they be on the booking system as unavailable periods for booking the room?
Posted
Yep, that's how it works. Domain Admins can Override the timetabled bookings on a one off basis if needed. They appear in the bs with a timetabled icon
Posted

Hi all, I've got to do some testing but here's the next addition to HAP+. The User Card.

 

Like the logon tracker this app users bits of HAP to show a nice interface for staff, allowing them to reset student passwords if needed, enable controlled assessment users, as well as allow users to update their department/form. It'll bug the user once in September to update their form/department, as well as when they user firsts logs on.

 

[ATTACH=CONFIG]9527[/ATTACH][ATTACH=CONFIG]9528[/ATTACH][ATTACH=CONFIG]9529[/ATTACH]

 

Students, obviously, will only see the My Tab.

 

It runs as a system tray icon, and pops up like that when the user clicks on it, or their attention is needed.

 

The forms/departments are defined via a web interface on the HAP+ website, with the other information being pulled from the HAP+ configuration file. Data is sent via the SOAP api, so is encrypted, and if you put it on https it's doubly encrypted.

 

The app uses direct AD calls so you can't run it from a pc outside of the AD site, although you can use it from pcs not joined to the domain

  • Thanks 1
Posted

Dear,

 

I'm IT in Dubai College I need some help in Home Access Plus. Please.

We have one machine (2003 server). It's member server machine.

We have account (admin group account but not the administrator of AD)

1- Home access plus worked on this?

2- I did the installation of Home access plus but I have some problems in the configuration and I need hand if you can?

 

All the best

Dubai College IT.

Posted
Hi itdc, yes it does work on server 2003, in a 1 dc environment, it should work. The system used the ad admin just for changing passwords/resetting passwords/updating user details.
  • Thanks 1
Posted (edited)

Dear,

 

Can you help me in configuration please?

 

>

 

 

 

I use windows server 2003 and the "useradmin" is admin group not the administrator of AD. We don't use RM network and we use HAP V 5.4 .

 

All the Best,

Dubai College IT.

Edited by itdc
Posted
Dear,

 

Can you help me in configuration please?

 

>

 

 

 

I use windows server 2003 and the "useradmin" is admin group not the administrator of AD. We don't use RM network and we use HAP V 5.4 .

 

All the Best,

Dubai College IT.

 

OK,

 

Firstly, the adusername field should be in the format DOMAIN\USERNAME - using groups will not work. As stated in previous posts you may use a specific user that has been delegated the appropriate permissions.

 

As you are not using RM you can remove the {0} and OU={0} tags these are for RM systems only. As Nick has stated you will also need a Pupil Group name

 

For example:

 

   
     
       
       >
     

 

In the Allow Users Tag you may wish to change this to a domain group that will be able to use HAP

 

For Example:

 

   
     
     
   

 

Try these options first to test

 

Regards,

 

Mark

  • Thanks 1
Posted

Thank you for your responses,

 

What do you mean by student group? Is a group of all student in AD or random name?.

 

Regrads,

IT Dubai College.

Posted
Thank you for your responses,

 

What do you mean by student group? Is a group of all student in AD or random name?.

 

Regrads,

IT Dubai College.

 

It is a group that all your students will be a member of. For Example, our student group name is simply called pupils

  • Thanks 1
Posted

non RM

 

Getting error

 

Server Error in '/extranet' Application.
--------------------------------------------------------------------------------

Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: Authorization rule names cannot contain the '?' character.

Source Error: 


Line 131:    
Line 132:    
Line 133:      
Line 134:      
Line 135:    


Source File: C:\inetpub\wwwroot\extranet\web.config    Line: 133 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1 

 

How do i fix this.. thanks.

Posted

Here's the current list of changes in HAP 6:

 

  • Tracker API changed from text to .net WebService (more secure and more reliable)
  • My User Card added
  • My Computer .net WebService API added
  • Replace API in the Silverlight Browser to using the .net WebService.
  • More WPF compliant Silverlight My Computer Browser (currently uses a lot of older methods for rendering, this should make it quicker)
  • More threading on the Silverlight Browser
  • The ability to choose either an XML or MS SQL Provider for the logon tracker

Posted

Hi i am trying to set up hap on 2008 server vanilla network. I followed the video for my version of IIS and all settings match.

 

I ran the config tool and it completed. I go to my web address for HAP and get a login box, i input username and password and get an error page that says:

 

Server Error in '/' Application.

--------------------------------------------------------------------------------

 

Logon failure: unknown user name or bad password.

 

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.DirectoryServices.DirectoryServicesCOMException: Logon failure: unknown user name or bad password.

 

 

Source Error:

 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

 

Stack Trace:

 

 

[DirectoryServicesCOMException (0x8007052e): Logon failure: unknown user name or bad password.

]

System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) +420085

System.DirectoryServices.DirectoryEntry.Bind() +36

System.DirectoryServices.DirectoryEntry.get_AdsObject() +31

System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne) +78

System.DirectoryServices.DirectorySearcher.FindAll() +9

HAP.AD.ActiveDirectoryHelper.getUser(DirectoryEntry root, String userName) +153

HAP.AD.ActiveDirectoryHelper.GetRolesForUser(DirectoryEntry root, String username) +35

HAP.AD.ActiveDirectoryRoleProvider.GetRolesForUser(String username) +10

System.Web.Security.RolePrincipal.IsInRole(String role) +182

System.Web.Configuration.AuthorizationRule.IsTheUserInAnyRole(StringCollection roles, IPrincipal principal) +132

System.Web.Configuration.AuthorizationRule.IsUserAllowed(IPrincipal user, String verb) +256

System.Web.Configuration.AuthorizationRuleCollection.IsUserAllowed(IPrincipal user, String verb) +201

System.Web.Security.UrlAuthorizationModule.OnEnter(Object source, EventArgs eventArgs) +8890701

System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148

System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

 

 

 

 

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

Posted

open the ~/web.config file and check the adusername and adpasswords are entered.

 

Then you need to look for the ou objects section, you need to edit this bit

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