Jump to content

Recommended Posts

Posted (edited)
OK - quick question. How do I change the year numbers? Instead of 7-13 we'd like KG,PP, 2,3,4,5,6,7,8

Using notepad, or visual studio open ~/bookingsystem/bookingpopup.ascx

 

Find:

[color=blue]<[/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]DropDownList[/color] [color=red]runat[/color][color=blue]=[/color][color=blue]"server"[/color] [color=red]ID[/color][color=blue]=[/color][color=blue]"BookYear"[/color] [color=red]Width[/color][color=blue]=[/color][color=blue]"60px"[/color][color=blue]><[/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color] [color=red]Value[/color][color=blue]=[/color][color=blue]""[/color][color=blue]>[/color]--[color=blue][/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]><[/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]>[/color]7[color=blue][/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]><[/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]>[/color]8[color=blue][/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]><[/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]>[/color]9[color=blue][/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]><[/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]>[/color]10[color=blue][/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]><[/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]>[/color]11[color=blue][/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]><[/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]>[/color]12[color=blue][/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]><[/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]>[/color]13[color=blue][/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]ListItem[/color][color=blue]>[/color][color=maroon]asp[/color][color=blue]:[/color][color=maroon]DropDownList[/color][color=blue]>[/color]

Change each of the ListItems to the new items.

Edited by nickbro
Posted

Hi all, here's a HAP+ 6 dev update:

 

  • New ComputerBrowser API [75% done]
    • Includes: Better upload script
    • SOAP based web service
    • Windows Quota Use (needs a service to be installed on the file server you want HAP+ to get quota info for, e.g. for home directories, I've installed it on our primary server)
      <quotaservers> <add expression="\\chs01\{0}.$" server="chs01" drive="h:" /> <add expression="\\chs01.crickhowell.internal\{0}.$" server="chs01" drive="h:" /> quotaservers>

    [*]Separation of code into multiple dll's (HAP.Web.Configuration, HAP.Data, HAP.Data.SQL, HAP.AD, HAP)

    [*]Addition of HAP User Card (will be adding a quota progress bar to it) [90% done]

    [*]Tracker API changed from text to .net WebService (more secure and more reliable) [DONE]

    [*]Replace API in the Silverlight Browser to using the .net WebService [not started]

    [*]More WPF compliant Silverlight My Computer Browser (currently uses a lot of older methods for rendering, this should make it quicker) [not started]

    [*]More threading on the Silverlight Browser

    [*]The ability to choose either an XML or MS SQL Provider for the logon tracker [DONE]

  • Thanks 2
Posted

Written to accompany HAP+. Though you can use the service outside of HAP+, it's just a WCF service. The actual service exe is 9kb big. It runs on TCP port 8010/11. To see what it's like you can check out the latest HAP+ source code checkin.

 

It is optional!! It has to be enabled on the UNC Drive Mapping

Posted (edited)

I'm struggling to to get URL Rewrite configured correctly to allow users to launch rdweb applications (hosted on a different server) directly from HAP+. Can someone who has this working please give me some pointers?

 

I've created a Reverse Proxy URL Rewrite rule but when testing I get '502 - Web Server received an invalid response' errors.

Edited by gybe78
Posted

@sister_annex

 

Installed a completely new instance and only changed the web.config where it needed it, all working well now :-) Thanks!

I don't support the Booking System "Import from SIMS" is working is it? Would like to use this great feature but I know it was on hold for a while... That's probably a question for @nickbro.

 

Thanks for the app. Our Maths department told me today it's a godsend and they love it!

Posted

Don't thank me for HAP+ I don't make it lol :) I just try and do my bit to support it so that @nickbro can do the best at getting HAP+ working at it's best :)

 

As for the booking system, we have a bespoke system in house, so we don't use it and have had no reason to set it up... sorry

Posted

I have thanked you a few times nick but let me say again what a BRILL ! program for free

 

I imagine if you even sold this for £50 a school licence you would get many schools intrested ;)

 

I have had it running for a while now and on average get between 10-50 logins a day

 

 

I even have it mapped so the ICT teachers can access the kids work . Saves them a lot of hassle Taking home lots of paper and saves the Trees !

 

Well done for such a great program !

Posted

I have finally got our timetable into the booking system! This is probably a silly question but on the booking page, is there a way to manipulate the sheet so that the lessons are on the left and the rooms are at the top? At the moment the lessons are at the top and the rooms are on the left.

 

Sorry for being confusing :-S

Posted (edited)

we seem be be having a few problems with staff being able to download documents. The drives are mapping fine and you can browse them ok, but when you double click it says unable to find the file. It seems to effect all filetypes except .txt

 

Edit: attached the whole web.config below can anybody see anything wrong??

Linkazoid.web.config.txt

Edited by linkazoid
Posted
we seem be be having a few problems with staff being able to download documents. The drives are mapping fine and you can browse them ok, but when you double click it says unable to find the file. It seems to effect all filetypes except .txt

 

I've posted the drive mappings and filetype section from web.config below can anybody see anything wrong??

 

       
       
       
     
     
       
       
       
       
       
       
     

 

Post your whole config file . Replacing the password with something else

I cant see a problem with the above

Posted
I've attached it above /\ /\ /\

 

Ive had a quick look , try making a share that is not hidden and giving that a go.

 

also 4505Staff and 4505Student......... Any groups missing ? are these the security groups in Active directory for kids and Staff

 

try this first though

 

when you originally set up did u do the nocache thing in IIS ?

 

if you did > remove it ..

 

If you did not > Add it.

  • Thanks 1
Posted

Thanks for your help, I'll try tomorrow. I don't think that it affecting all users though.

 

I think I may install it on a new server as I've now got a Server 2008 box available.

Posted

Hi all

 

I have found some time and installed HAP, I have installed it on our CC4Anywhere where server which is a 2003 R2 Terminal server. I followed the install pdf as U-Tube is blooked in school, I am getting an error. When I go to the site address I enter the log in information for one of our domain accounts and I get the following :

 

Hope someone can help, Andy

 

Server Error in '/CLJSIntranet' 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.Runtime.InteropServices.COMException: 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:

 

 

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

]

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

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) +195

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

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

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

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

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

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

 

 

 

 

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

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

Posted
Hi all

 

I have found some time and installed HAP, I have installed it on our CC4Anywhere where server which is a 2003 R2 Terminal server. I followed the install pdf as U-Tube is blooked in school, I am getting an error. When I go to the site address I enter the log in information for one of our domain accounts and I get the following :

 

Hope someone can help, Andy

 

Server Error in '/CLJSIntranet' 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.Runtime.InteropServices.COMException: 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:

 

 

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

]

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

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) +195

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

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

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

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

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

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

 

 

 

 

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

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

 

A bind error is an issue with your username/ password that you are using, or, an issue with your LDAP settings - first off I would check these - if you search through this thread there have been multiple issues to do with this that I and others have given answers to.

 

If needs be pop up a copy of your web.config file (remove the 3 password entries) and I'm sure someone will take a look :)

  • Thanks 1
Posted

I'm currently testing Home Access Plus for remote file access and I'm really liking it. :thumb:

 

A couple of bugs I've found, although I don't know if this is down to my particular set up (IIS7.5) is that it seems to change the "Date Modified" time stamp to the current time on all the folders that are on view.

 

The other minor thing is that it doesn't seem to allow uploading of files with an "&" symbol in the filename.

Posted
For the '&' issue try the fix here: Home Access Plus&#43

 

Not sure about the date modified time, all I can think of is that HAP+ does do a security check (I think) and that may cause the time to change

Thanks, I should of said I have already done that fix so +'s are fine just uploading documents with &'s in them being the issue. It's a pretty minor issue, the date modified time being the main one I'd like to try resolve if possible.
Posted
I'm currently testing Home Access Plus for remote file access and I'm really liking it. :thumb:

 

A couple of bugs I've found, although I don't know if this is down to my particular set up (IIS7.5) is that it seems to change the "Date Modified" time stamp to the current time on all the folders that are on view.

 

The other minor thing is that it doesn't seem to allow uploading of files with an "&" symbol in the filename.

 

 

Hap should be converting & into ^ for downloading files, I will check. With the Date Mod on folders, this is HAP+ checking if the user can read/write to the folder, it creates and then deletes a temp file. It was the easiest way of testing permissions. (Enhanced version only)

Posted

Hi All

 

Sorry I am still having trouble with trying to get HEP to work on our RM CC4 install I have installed it on our Anywhere Server, @sister_annex says it is a bind error.

I watch the install and config videos last night as I can't access them in school, it looks all right; however the Videos are for version 4 not the latest.

 

Bellow is the web.config file, I am not sure what is going on. The AD OU structure is as Establishments>COU>(System Administrators/Teaching Staff/Non-Teaching Staff).

I hope someone can point me in the right direction please.

 

Many thanks, Andy

Web.txt

Posted

Hi Mark

 

I have just tried that and it still does not allow me to log in, it is a strange one as if I enter a fake account it just keeps up the log in box. So it must be authenticating with AD, I am stumped :-(

Posted

Check the IIS settings, check that you are using basic authentication, with the default domain supplied.

 

Check the web.config, looking for , change CHS Extranet to Domain Admins

  • Thanks 1

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