Jump to content

Home Access Plus v7.1, observations, bugs(?) and queries!


Recommended Posts

Posted

Hey guys,

 

First off, once again a big thanks Nick. This project is a complete wonder. Your personal efforts are having a major impact on the lives of our teachers and pupils.

 

We are running 6.5 live at present and i have spent the day installing 7.1 (okay, not the "whole" day!) and i thought i'd make the effort to note down any observations, bugs, things i didn't understand etc rather than just working around them. I can see there is another thread called v7 problems, but i didnt want to overload that thread with a whole list of relatively minor things! Sorry if any of this is duplicated.

 

So, here goes.. sorry about the order.. i have tried to format it for this forum, but ultimately.. it is a list i wrote in notepad as i experienced the install.

 

Thanks again,

Matt

 

 

Our system is Windows 2008 R2 with IIS7. My client is running Internet Explorer 9 and Chrome 13.0.782.220. We have v6.5 live in the Extranet virtual root and v7.1 side-by-side in the Hap folder. The only thing not now working for me is the transfer of the tickets from v6.5.

 

 

 

GENERAL

Changes don't update the GUI - (This may well be "by design"?) It confused me and i was unsure whether i could save whilst working on it. - If no gui update is working as intended, perhaps a save button at the end of each section which refreshes the page after commiting the changes? (the next 3 items all relate to this)

  1. Trying to remove "Access My Emails" gives a Internal Server Error. (i suspect this is me clicking a second time because i expected it to disappear from the GUI)
  2. Same goes for "RM Management COnsole".. First click on [X] obviously removes it, but doesnt update the gui. Second click gives "Internal Server Error". Save and reload and is fine.
  3. Edit "Access a School Computer", enter "_Blank" as "Target" and it doesnt appear to save it.. however, click save at the bottom and reload the page and it seems fine

Link editor / "Show To" field displays a trailing "" after custom entries. I noticed this in quite a few of the "Show To" fields. I have no idea if this then causes issues, but i have been deleting them as i see them.. I presume they are added by the GUI at load time and would only be written in the event of viewing and saving?

 

ACTIVE DIRECTORY CONNECTION

Minor Visual Issue - Domain UPN input box appears on next line in Google Chrome (13.0.782.220) (Fine in Internet Explorer 9)

 

AD ORGANIZATIONAL UNITS

Question - Do i need to add the Students OU to the AD Organisation Units? I have added it (as you did) with the ignore option ticked. Is it better to leave it off?

 

WEB PROXY SERVER

Issue - I have enabled the web proxy, entered the proxy IP address (upstream LEA proxy) and the port (80). It remains a red cross.

 

HOME PAGE / TABS

Issue - Changes are not saved to "Bookings / Show To" or "Tickets / Show To" - (Manually chaning the XML works.)

 

BOOKING SYSTEM

Admin Groups (no AD Browser on clicking empty box - need to manually type it)

 

LESSONS

(+Add) - Typed in my lesson and it doesnt appear in the gui. Click Save and refresh and it is there though :) (see GUI update item above)

 

SUBJECTS

(+Edit) - NOT FOUND pop-up error on name edit - Fails to save the edit

 

MY SCHOOL COMPUTER BROWSER

Your setup Video Suggests ";" is the delimiter, but default entry is ","..

 

MAPPINGS

Not entirely clear what should be in each of the box. I ended up copying info from my old v6.5 web.config. This would be resolved by leaving an example in the default config.. %homedir% perhaps? (only an issue for people setting up for the first time)

 

MAPPING EDITOR

1> On creating a new Mapping, click "Enable Read To" There is a blank 1st entry after your entry is added to the list - not sure if this is an issue.

2> "Enable Move" check box will not persist (keeps getting cleared)

 

FILTERS

Click Images, attempt to add "*.psd; " at the start of "Expression" and click SAVE. "Unauthorized" error message

 

HAP PLUS CONFIG

You must re-enter the Active Directory Connection "User Password" every edit as when left blank it appears to over-write the stored one. Leaving you unable to login until you re-edit web.config, allow all user access, reload the setup.aspx, re-enter the password save and then re-edit web.config

 

BOOKINGSYSTEM

[Logged in as user | Logout] overlaps the navigation hyperlinks at the top right

 

IMPORTING DATA FROM A v6.5 HAP+ SITE

Abr.xml - NOT ATTEMPTED

Announcement.xml - Worked Fine

Bookings.xml - Worked Fine

BookingTemplates.xml - NOT ATTEMPTED

StaticBookings.xml - Worked Fine

TermDates.xml - Worked Fine

Tickets.xml - PROBLEMS*

Tracker.xml - NOT ATTEMPTED

UserCards.xml - NOT ATTEMPTED

 

*Tickets.xml v6.5 > v7.1 issues

On loading the ticket system after copying the tickets.xml file from v6.5 to v7.1 i get the following in the browser:

 

Server Error in '/hap' Application.

Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.

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.InvalidOperationException: Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.

Source Error:

Line 36:

Line 37:

Line 38: " id="ticket-<%#Eval("Id")%>">

Line 39: <%=ResolveClientUrl(string.Format(" alt="<%#Eval("Status")%>" />

Line 40: <%=ResolveClientUrl(string.Format(" alt="" class="Priority" />

Source File: c:\inetpub\wwwroot\hap\HelpDesk\Default.aspx Line: 38

Stack Trace:

[invalidOperationException: Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.]

System.Web.UI.Page.GetDataItem() +4549166

System.Web.UI.TemplateControl.Eval(String expression) +120

ASP.helpdesk_default_aspx.__Render__control5(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\wwwroot\hap\HelpDesk\Default.aspx:38

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246

ASP.helpdesk_default_aspx.__RenderContent2(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\wwwroot\hap\HelpDesk\Default.aspx:27

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246

System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +315

System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +48

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246

System.Web.UI.Page.Render(HtmlTextWriter writer) +40

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5290

Posted

GENERAL

Changes don't update the GUI - (This may well be "by design"?) It confused me and i was unsure whether i could save whilst working on it. - If no gui update is working as intended, perhaps a save button at the end of each section which refreshes the page after commiting the changes? (the next 3 items all relate to this)

  1. Trying to remove "Access My Emails" gives a Internal Server Error. (i suspect this is me clicking a second time because i expected it to disappear from the GUI)
  2. Same goes for "RM Management COnsole".. First click on [X] obviously removes it, but doesnt update the gui. Second click gives "Internal Server Error". Save and reload and is fine.
  3. Edit "Access a School Computer", enter "_Blank" as "Target" and it doesnt appear to save it.. however, click save at the bottom and reload the page and it seems fine

Link editor / "Show To" field displays a trailing "" after custom entries. I noticed this in quite a few of the "Show To" fields. I have no idea if this then causes issues, but i have been deleting them as i see them.. I presume they are added by the GUI at load time and would only be written in the event of viewing and saving?

It should update the GUI when you save, for some reason it wasn't processing the response from the AJAX call properly, should now be fixed v7.2

ACTIVE DIRECTORY CONNECTION

Minor Visual Issue - Domain UPN input box appears on next line in Google Chrome (13.0.782.220) (Fine in Internet Explorer 9)

The system has now been set to only reset the AD password if a new one is entered. Note: you still need the password for the AD Browser to work

AD ORGANIZATIONAL UNITS

Question - Do i need to add the Students OU to the AD Organisation Units? I have added it (as you did) with the ignore option ticked. Is it better to leave it off?

It's mainly an internal thing, not really is the honest answer

WEB PROXY SERVER

Issue - I have enabled the web proxy, entered the proxy IP address (upstream LEA proxy) and the port (80). It remains a red cross.

Ok that's my bad, I'd set it to require more than 2 chars, it's now more than 1 char

 

HOME PAGE / TABS

Issue - Changes are not saved to "Bookings / Show To" or "Tickets / Show To" - (Manually chaning the XML works.)

Looking into this now

 

BOOKING SYSTEM

Admin Groups (no AD Browser on clicking empty box - need to manually type it)

Good spot, now fixed

 

LESSONS

(+Add) - Typed in my lesson and it doesnt appear in the gui. Click Save and refresh and it is there though :) (see GUI update item above)

 

SUBJECTS

(+Edit) - NOT FOUND pop-up error on name edit - Fails to save the edit

FIXED

 

MY SCHOOL COMPUTER BROWSER

Your setup Video Suggests ";" is the delimiter, but default entry is ","..

The video is wrong, it's ","

 

MAPPINGS

Not entirely clear what should be in each of the box. I ended up copying info from my old v6.5 web.config. This would be resolved by leaving an example in the default config.. %homedir% perhaps? (only an issue for people setting up for the first time)

%homedir% repleaces %homepath% i think

 

MAPPING EDITOR

1> On creating a new Mapping, click "Enable Read To" There is a blank 1st entry after your entry is added to the list - not sure if this is an issue.

2> "Enable Move" check box will not persist (keeps getting cleared)

I too have noticed this, I've added some trims to the js

 

FILTERS

Click Images, attempt to add "*.psd; " at the start of "Expression" and click SAVE. "Unauthorized" error message

Looking into this now

 

HAP PLUS CONFIG

You must re-enter the Active Directory Connection "User Password" every edit as when left blank it appears to over-write the stored one. Leaving you unable to login until you re-edit web.config, allow all user access, reload the setup.aspx, re-enter the password save and then re-edit web.config

Now set to only update the system if a password is entered

 

BOOKINGSYSTEM

[Logged in as user | Logout] overlaps the navigation hyperlinks at the top right

Hopefully FIXED (I'm using a customized masterpage so it's difficult to test

 

IMPORTING DATA FROM A v6.5 HAP+ SITE

Abr.xml - NOT ATTEMPTED

Announcement.xml - Worked Fine

Bookings.xml - Worked Fine

BookingTemplates.xml - NOT ATTEMPTED

StaticBookings.xml - Worked Fine

TermDates.xml - Worked Fine

Tickets.xml - PROBLEMS*

Tracker.xml - NOT ATTEMPTED

UserCards.xml - NOT ATTEMPTED

These files have not changed, so should still work

*Tickets.xml v6.5 > v7.1 issues

On loading the ticket system after copying the tickets.xml file from v6.5 to v7.1 i get the following in the browser:

 

Server Error in '/hap' Application.

Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.

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.InvalidOperationException: Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.

Source Error:

Line 36:

Line 37:

Line 38: " id="ticket-<%#Eval("Id")%>">

Line 39: <%=ResolveClientUrl(string.Format(" alt="<%#Eval("Status")%>" />

Line 40: <%=ResolveClientUrl(string.Format(" alt="" class="Priority" />

Source File: c:\inetpub\wwwroot\hap\HelpDesk\Default.aspx Line: 38

Stack Trace:

[invalidOperationException: Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.]

System.Web.UI.Page.GetDataItem() +4549166

System.Web.UI.TemplateControl.Eval(String expression) +120

ASP.helpdesk_default_aspx.__Render__control5(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\wwwroot\hap\HelpDesk\Default.aspx:38

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246

ASP.helpdesk_default_aspx.__RenderContent2(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\wwwroot\hap\HelpDesk\Default.aspx:27

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246

System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +315

System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +48

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246

System.Web.UI.Page.Render(HtmlTextWriter writer) +40

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5290

NOW FIXED

  • Thanks 1
Posted

I must say i didnt experience any of this because i manually edited it all in the xml file.

 

Only a suggestion Nick , But why have a setup page for easy editing ? this surley means a lot more work for you . And any one who should be supporting this should be able to edit the XML.

Posted
I must say i didnt experience any of this because i manually edited it all in the xml file.

 

Only a suggestion Nick , But why have a setup page for easy editing ? this surley means a lot more work for you . And any one who should be supporting this should be able to edit the XML.

 

I think the setup page is awesome. It makes it so much easier for newbies to setup and minimises the risk of typo's etc (which all ultimately ends in either a bad experience for the trialer or support questions on here)..

 

This system also allows Nick to introduce new functionality (and associated data) into the xml files without requiring complex edits.. an upgrade to the software will simply read in the existing data and present a few more boxes and options in the setup.

 

Either way, thanks for looking at it all Nick. Although my system is "largely" working, i will endeavour to recreate the issues i listed and test with the updates :)

  • Thanks 1
Posted (edited)

Hi Nick, i've managed to search the AD by deleting the part in the web.config that was mentioned in a previous post on here. Now i'm having a problem trying to delete links. I get a 'bad request' message box. Also when i change the groups from CHS students etc to my own,i click on update, by the groups don't actually update as when i click on the same link, the CHS groups have reappeared.

 

I'm upgrading the server from IE7 to IE8, but wondering if you have any ideas. Running Server 2003 IIS6

 

Cheers, Andy

 

EDIT: Scrub that, I've edited the xml file manually and it's done the trick.

Edited by Zebadee
Posted (edited)

When trying to download any file I get the following error message.

 

hap error.jpg

 

EDIT - FIXED. Back slashes instead of forward slashes in unc path (or the other way round!)

Edited by Zebadee
Posted
Hi Nick, i've managed to search the AD by deleting the part in the web.config that was mentioned in a previous post on here. Now i'm having a problem trying to delete links. I get a 'bad request' message box. Also when i change the groups from CHS students etc to my own,i click on update, by the groups don't actually update as when i click on the same link, the CHS groups have reappeared.

 

I'm upgrading the server from IE7 to IE8, but wondering if you have any ideas. Running Server 2003 IIS6

 

Cheers, Andy

 

EDIT: Scrub that, I've edited the xml file manually and it's done the trick.

 

There is a slight issue with the AJAX, which has been fixed in the source code, expect v7.2 tonight!

Posted (edited)

Hi Nick,

 

Just a couple of things that I've spotted.

 

1. When i add an announcement, the yellow bar partially covers the 'logged in as... |logout' box in the top right corner of the screen (See screenshot)

hap announcement error.png

 

2. Low down on the priority list, but the favicon doesn't seem to be picked up in IE (running IE9 on my laptop)

 

A great update Nick, the setup.aspx is a brilliant addition. Will keep testing the other parts of HAP.

 

Andy

Edited by Zebadee
Posted
I've put in a redirect on the Extranet virtual directory within IIS to point to the new web address (folders.domainname/HAP). But if i go to the old web address (folders.domainname/Extranet) I still get a dialog box asking for my username and password. When i put them in it then takes me to the new login page for HAP. How can I get the redirect to go straight to the new login page without initially prompting for a username or password?
Posted (edited)

I was just in the process of checking the fixes, but i dont think you have included the new setup.aspx file in the 7.0 - 7.2 update zip..

 

(though the web.config file is in there and doesnt appear on the changed files list for 7.2) - gonna grab setup.aspx from the source files :)

 

Edit: I grabbed a setup.aspx from the source but it lacks a [Test] button next to ACtive Directory Connection - is that intended?

 

Matt

Edited by mattgrimley
Posted (edited)

Hi Nick,

 

Thanks for the swift updates. I have upgraded our system now and the major issue (the helpdesk crashing with old data) for me is resolved which is fantastic.

Using the setup.aspx from the source folder (as mentioned above, it is absent from the v7.0 > v7.2 upgrade zip file) i have reviewed all my queries and below are my ffindings. I hope this is useful!!

 

First of all, my bugs that are confirmed fixed with v7.2 (and the newer setup.aspx):

 

 

• FIXED - GUI doesn’t update when trying to remove a link from a link group

• FIXED - GUI doesn’t update when trying to add a link to a link group

• FIXED - GUI doesn’t update adding a "Target" to a link

• FIXED - Link editor / "Show To" field displays a trailing ""

• FIXED - Active Directory Connection / Domain UPN input box appears on next line in Google Chrome

• FIXED - Web Proxy error state for port <4 characters

• FIXED - Booking System / Admin Groups - no AD Browser

• FIXED - Lessons / [+Add] – doesn’t update the GUI.

• FIXED - Subjects / [+Edit] - NOT FOUND pop-up error on name edit - Fails to save

• FIXED - added to the list - not sure if this is an issue.

• FIXED - Filters / click Images, attempt to add "*.psd; " at the start of "Expression". "Unauthorized" error message (though the GUI doesn’t update)

• FIXED - Active Directory Connection "User Password" over-writes the stored one.

• FIXED - /bookingsystem/ [Logged in as user | Logout] overlaps the navigation hyperlinks at the top right

• FIXED - Server Error in ‘/hap’ Application on opening v6.5 helpdesk data

 

And now my remaining list of bugs :)

 

 

• Active Directory Connection / TEST button has disappeared (ie9 + Chrome13) (is this by design - it seems to flip to a tick when i make any other changes)

• Changes are not saved to "Bookings / Show To" or "Tickets / Show To" - (Manually chaning the XML works.)

• Adding a non-existing or misspelled (“Test” OU) to “bookings / show to” results in “Server Error in /hap application” – This only happened once and I couldn’trrecreate it:

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:

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:

[NullReferenceException: Object reference not set to an instance of an object.]

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

System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +153

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3706

• Drive Mappings \ "Enable Move" check box setting not saved

• Filters / click Images, attempt to add "*.psd; " at the start of "Expression" and click SAVE. GUI does not update. (though it is saved to config)

• /hap/ [Logged in as user | Logout] overlaps the announcement bar at the top right

• /helpdesk/ticket/ view [Logged in as user | Logout] slight overlap the ticket box at the top right

• Creating a ticket with StaffUser account causes:

Server Error in '/hap' Application.

Index was outside the bounds of the array.

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.IndexOutOfRangeException: Index was outside the bounds of the array.

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:

[indexOutOfRangeException: Index was outside the bounds of the array.]

HAP.Web.HelpDesk.Ticket..ctor(XmlNode node) +1094

HAP.Web.HelpDesk.Default.loadtickets() +570

HAP.Web.HelpDesk.Default.Page_Load(Object sender, EventArgs e) +101

System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25

System.Web.UI.Control.LoadRecursive() +71

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064

 

So, all in all.. nothing stopping me from getting the kids and staff over to it.

 

Once again, thanks so much for all your work Nick.

 

Matt

Edited by mattgrimley
Added a new "outstanding bug to the red list"
Posted

v7.2 has not solved the anouncement bug ?

 

For e.g. when i set an anouncement on the homepage , it covers the logout box

 

ALl other pages are fine except the homepage

Posted (edited)
v7.2 has not solved the anouncement bug ?

For e.g. when i set an anouncement on the homepage , it covers the logout box

ALl other pages are fine except the homepage

 

That is in my outstanding bugs list above (the penultimate item in the red "remaining bugs" section)

 

FAO Nick, I have also got a problem adding new tickets. Whilst the existing data is happily loaded, when i add a new ticket i get the following browser error:

Server Error in '/hap' Application.

 

Index was outside the bounds of the array.

 

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.IndexOutOfRangeException: Index was outside the bounds of the array.

 

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:

 

 

[indexOutOfRangeException: Index was outside the bounds of the array.]

HAP.Web.HelpDesk.Ticket..ctor(XmlNode node) +1094

HAP.Web.HelpDesk.Default.loadtickets() +570

HAP.Web.HelpDesk.Default.Page_Load(Object sender, EventArgs e) +101

System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25

System.Web.UI.Control.LoadRecursive() +71

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064

 

The section added to the Tickets.xml file is:

 

This is a test ticket.. Everything is borked.. HALP!!]]>

 

On further investigation, this is due to the username StaffUser - i change that to another user and it works (which i think may be related to something posted in another thread..

That account's login name is "StaffUser", it'd display name is "Staff User" - Can't see anything else obvious :(

 

 

I will add this item to the bottom of my list on the previous post (the red outstanding bugs list). :)

Edited by mattgrimley
Posted

Another bug - when shared documents are opened, there is a list of folders seen, but click on any folder there and you get this errror:

 

Server Error in '/hap' Application

The given key was not present in the dictionary.

 

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.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.

 

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:

 

 

[KeyNotFoundException: The given key was not present in the dictionary.]

System.Collections.Generic.Dictionary`2.get_Item(TKey key) +2216745

HAP.Web.mycomputer.DataBind() +3403

HAP.Web.mycomputer.Page_Load(Object sender, EventArgs e) +16

System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14

System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35

System.Web.UI.Control.OnLoad(EventArgs e) +91

System.Web.UI.Control.LoadRecursive() +74

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207

Posted
Another bug - when shared documents are opened, there is a list of folders seen, but click on any folder there and you get this errror:

 

Server Error in '/hap' Application

The given key was not present in the dictionary.

 

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.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.

 

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:

 

 

[KeyNotFoundException: The given key was not present in the dictionary.]

System.Collections.Generic.Dictionary`2.get_Item(TKey key) +2216745

HAP.Web.mycomputer.DataBind() +3403

HAP.Web.mycomputer.Page_Load(Object sender, EventArgs e) +16

System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14

System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35

System.Web.UI.Control.OnLoad(EventArgs e) +91

System.Web.UI.Control.LoadRecursive() +74

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207

 

Yeah, I might be wrong but I think this is the forward slash / backward slash error that has cropped up previously. Go to the hapconfig.xml file in the app_data folder and navigate to the bit where your drives are listed. They should read \\servername\share and NOT //servername/share. I think the setup gui kept swapping. Not sure if it's fixed in the latest version Nick has uploaded to the codeplex though. Hope that sorts it for you.

  • Thanks 1
Posted
Yeah, I might be wrong but I think this is the forward slash / backward slash error that has cropped up previously. Go to the hapconfig.xml file in the app_data folder and navigate to the bit where your drives are listed. They should read \\servername\share and NOT //servername/share. I think the setup gui kept swapping. Not sure if it's fixed in the latest version Nick has uploaded to the codeplex though. Hope that sorts it for you.

 

Thanks, it was indeed the backslash being replaced by forward slash. Something the setup gui screen (I have 7.2 version) still swaps around.

I noticed that as soon as I tried to add another mapped drive, the ldap line also got backlash swapped, as a consequence of "internal server error" message while in setup screen.

Anyway the config file has correct entry now for additional mapped drive, but it does not show up for some reason. Will check permissions on the actual share later.

Posted
Yeah, I might be wrong but I think this is the forward slash / backward slash error that has cropped up previously. Go to the hapconfig.xml file in the app_data folder and navigate to the bit where your drives are listed. They should read \\servername\share and NOT //servername/share. I think the setup gui kept swapping. Not sure if it's fixed in the latest version Nick has uploaded to the codeplex though. Hope that sorts it for you.

 

Genius -Thanks Zebadee - I spotted the same issue on mine on Friday but hadn't got round to reporting it! Thanks!

Posted (edited)

I am going to open a fresh thread with my outstanding bugs for v7.2 in order to avoid stuff getting missed in the depths of this one. Please avoid resurrecting this thread as I will migrate anything still outstanding to the new thread.

 

New Thread = http://www.edugeek.net/forums/home-access-plus/82823-home-access-plus-v7-2-outstanding-issues.html

 

Matt

Edited by mattgrimley
Posted

When anyone logs on, the green bar that I assume is supposed to show the percentage of drive space left just says '-2'. I think might be becuase I haven't added anything into the quota servers field in the setup.aspx. What info do i need to poulate this with in order for the green bars to be meaningful?

 

Cheers, Zeb

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