timpaxton
Members-
Posts
15 -
Joined
-
Last visited
Reputation
0 NeutralAbout timpaxton

Personal Information
-
Location
Rotherham
-
Homepage
http://www.cliftonschool.org
-
Worth noting that I've got the same setup as you, (Macs, AD-OD golden triangle, SmoothWall) and I've also had to except service.gracenote.com in the past. cddbp.net was a new one to me though, and that's now in my iTunes exception list. Agree with you, when will Apple make software that is proxy friendly and may even behave behind a corporate firewall. Grrr indeed!
-
To answer my own question, yes, it is. It should be "DriveSpace", although I don't think the HAP+ config page is saving these correctly, they're always set to "Quota" via the UI for me at least.
-
Hi @nickbro I've not got any quota servers set up, but accessing the MyFiles preview, I'm getting an error attached about unable to contact the quota server. Any ideas? I note that my hapconfig.xml section has a "usagemode" for each of my drives, which states "quota". Is that wrong? Cheers, Tim.
-
I manually hacked that Nick, so don't worry, your setup page is probably fine, I'm just not a very elegant hacker
-
That's it, I've got a problem with my quotaserver config now, but I'm not getting the exception any more. Thanks!
-
My apologies, I mis-read that. Here you go:
-
Here you go:
-
Hi again Nick. I've fixed the extension problem by doing Like has been done further down for the .eot file type. It's not fixed my MyFiles problem though, still the same error as before.
-
Oh dear! Screenshot attached. On a side note, the stock Web.config doesn't like adding the .svg mime type, and I've commented it out like this: If I don't do that, I can't access the stylesheets, scripts or images. Is this critical? I'm on IIS 7.5 on Server 2008R2 Datacentre
-
Hi again Nick. I've installed 7.9 (by entirely deleting the hap directory except ./hap/App_Data/hapconfig.xml), and used the web.config from the 7.9 zip, but modified to my requirements. I'm now getting a different error - it seems to me as a layman I've not got a variable set somewhere, should I be re-creating the hapconfig.xml file? Cheers, Tim. Index and count must refer to a location within the string. Parameter name: count 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.ArgumentOutOfRangeException: Index and count must refer to a location within the string. Parameter name: count Source Error: Line 105: if (window.location.href.split('#')[1] != "" && window.location.href.split('#')[1]) { Line 106: curpath = window.location.href.split("#")[1] Line 107: if (typeof (window.FileReader) != 'undefined') $("#MyFiles").attr("dropzone", "copy<%=DropZoneAccepted %>"); Line 108: if (viewMode == 1) { $("#MyFiles").addClass("details"); $("#MyFilesHeaddings").show(); } Line 109: else if (viewMode == 2) $("#MyFiles").addClass("small"); Source File: c:\inetpub\wwwroot\hap\MyFiles\Default.aspx Line: 107 Stack Trace: [ArgumentOutOfRangeException: Index and count must refer to a location within the string. Parameter name: count] System.String.RemoveInternal(Int32 startIndex, Int32 count) +0 HAP.Web.MyFiles.Default.get_DropZoneAccepted() +448 ASP.myfiles_default_aspx.__Render__control32(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\wwwroot\hap\MyFiles\Default.aspx:107 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131 System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +48 ASP.myfiles_default_aspx.__Render__control3(HtmlTextWriter __w, Control parameterContainer) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\hap\55cd546f\70e6ba5a\App_Web_gbs4mq4u.1.cs:0 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
-
Hi @nickbro I had the MyFiles preview working in HAP+ 7.7, but since I've upgraded to 7.8 I'm getting an error. This is my first HAP+ error, so go easy on me debugging it, I'm a newby! I've deleted all the HAP folder and recreated it out of the latest HAP+ Web v7.8.1211.1640.zip file, replacing my copy of the web.config and App_Data\hapconfig.xml files. Still no dice. Can you point me in the right direction to try and sort this? Thanks, Tim. The error is below: Index and count must refer to a location within the string. Parameter name: count 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.ArgumentOutOfRangeException: Index and count must refer to a location within the string. Parameter name: count Source Error: Line 84: if (window.location.href.split('#')[1] != "" && window.location.href.split('#')[1]) { Line 85: curpath = window.location.href.split("#")[1] Line 86: if (typeof (window.FileReader) != 'undefined') $("#MyFiles").attr("dropzone", "copy<%=DropZoneAccepted %>"); Line 87: if (viewMode == 1) { $("#MyFiles").addClass("details"); $("#MyFilesHeaddings").show(); } Line 88: else if (viewMode == 2) $("#MyFiles").addClass("small"); Source File: c:\inetpub\wwwroot\hap\MyFiles\Default.aspx Line: 86 Stack Trace: [ArgumentOutOfRangeException: Index and count must refer to a location within the string. Parameter name: count] System.String.RemoveInternal(Int32 startIndex, Int32 count) +0 HAP.Web.MyFiles.Default.get_DropZoneAccepted() +448 ASP.myfiles_default_aspx.__Render__control3(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\wwwroot\hap\MyFiles\Default.aspx:86 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
-
So as you read it, as long as we have Software Assurance, we can run both OS X and a Windows flavour on a Mac (actually up to 4 OSs(!) according to that document) without the need to buy a retail version of that Windows flavor, or have a Windows COA stuck to the Mac? I'm not currently on a Schools Agreement, but am going to go get EES (which includes Software Assurance), and think from this thread that I'll be covered to run Windows and Office on my Macs without any further purchases as part of my Full Time Equivalent count. Anyone disagree with me, and if so could you point out why?
-
I use SmoothWall, but as the hardware is a bit dated, don't dare turn on Clam (which I know is a bit of a hog). I'd like to know what SmoothWall are planning for the replacement, and if it's going to slam my hardware!
-
What do you do for an ICT Technician Practical Test?
timpaxton replied to mrforgetful's topic in How do you do....it?
This one for a windows box - disable the NIC in device manager and tell them a user has reported it as not being able to logon to the domain. Give them a local user admin account and tell them to find what's wrong. Hopefully they should check the physical wiring, and you can confirm this is OK. They should see activity lights on the NIC (check this - some cheapy boards don't have them anymore!) and maybe do an IPCONFIG or look at the support information in the GUI. They won't of course be expecting that you "made" a fault by disabling something rather than doctoring some hardware, so it's good to see if people are as thorough as you expect. If they get to enable the board, and your network uses DHCP, see if they can then make the jump to pinging the domain name to see if they can enumerate a DC (ask them something like "how would you now prove that the user will be able to logonm without knowing their account details, but knowing the domain"). HTH
