mattianuk
Members-
Posts
467 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by mattianuk
-
Woah, that's weird - your school is called the same as mine - just viewed he creen shot and was freaked out for a moment!
-
I'm about to take the plunge with Veeam. I have been recommended a rack mount ready nas drive:Netgear ReadyNAS 2100 4-bay 4TB (4x 1TB) 1U NAS Appliance | Ebuyer.com But have seen much cheaper desktop nas drives by ther manufacturers. Are the ready as worth double the price for half the storage? Qnap Ts-412 4-bay 8tb Nas Solution | Ebuyer.com or http://www.ebuyer.com/280027-synology-ds411-8tb-nas-solution-ds411-8tb
-
Hi all I set up my user shares through AD - and they are all working great... however... ICT teachers now want read access to some folders. Not a problem I thought, Ill give them read access to the parent folders and that will travel down, I then set up a mapped drive for them to the overall share. Apart from on further investigation, whilst they can get down to each users folder - on 3 out of the 4 intake groups, they cannot access the user files. I have this set up as follows: Student folder on a drive has 4 sub folders for each intake group (intake xx) each user has a folder called their username Permissions are shown in the screenshots below. Can anyone help me set the permissions so the security group ICT Teachers has read access to all the users folders in each intake group please? Many thanks in advance
-
Wordpress every time, quick, easy, powerful.
-
Found a way to do this in office with no need to edit registries. - IN GP install the Office 2010 ADM/ADMX files and goto User Config/ Administrative templates/ Microsoft Office 2010 / File Open/Save dialog box In PLaces bar location add the users home drive and any shares they will be able to save to In the Restriucted browsing folder , set activate restricted browsing to all the office programs you want In the approved locations - add in where they can browse too. You are then left with the left hand side places bar showing only the Places Bar location you set before. Hope this helps people.
-
Found a way to do this in office - IN GP install the Office 2010 ADM/ADMX files and goto User Config/ Administrative templates/ Microsoft Office 2010 / File Open/Save dialog box In PLaces bar location add the users home drive and any shares they will be able to save to In the Restriucted browsing folder , set activate restricted browsing to all the office programs you want In the approved locations - add in where they can browse too. You are then left with the left hand side places bar showing only the Places Bar location you set before. Hope this helps people.
- 1 reply
-
- 1
-
-
Wordpress with gravity forms
-
Creating an intranet start page - getting Internal error pop ups
mattianuk replied to mattianuk's topic in Home Access Plus+
Can I assign another cert to the hap internal instance? Or - if it not being on https is causing this - what if I moved it to another server? -
Sophs n our cluster hosts stopped any migrations.
-
Creating an intranet start page - getting Internal error pop ups
mattianuk replied to mattianuk's topic in Home Access Plus+
Thanks Nick. Possible future feature? - as I do think having this info on your intranet start page (unread emails/calendars) and easy access to booking system would be fab. I know it's home access plus... But I always think a consistent system is best...! -
Creating an intranet start page - getting Internal error pop ups
mattianuk replied to mattianuk's topic in Home Access Plus+
Seems what I wanted to do is not really possible then any chance of releasing the style in a pure XHTML/CSS style? I know I wouldn't ave the live tiles but at least styling would be consistent. Can't believe no one else has asked for tis?! -
Creating an intranet start page - getting Internal error pop ups
mattianuk replied to mattianuk's topic in Home Access Plus+
But for Windows auth you said to ensure all others were disabled? Its working fine on http for the bits Im doing it seems - as otherwise it will route through the SSL on the external domain and not windows auth which defeats the whole point again -
Hi I have created a second instance of HAP on my server, it appears to work, and logs me in automatically - which is what I wanted (Followed this thread:http://www.edugeek.net/forums/home-access-plus/88365-quick-question-hap-internal.html ) However, I get 6 internal error pop ups - and this appears to be because of an error 500 on the file - all I did was copy and paste the working system into another folder... Anyways - here is the debug info: Security settings for this service require 'Anonymous' Authentication but it is not enabled for the IIS application that hosts this service. <br /> body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} <br /> p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}<br /> b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}<br /> H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }<br /> H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }<br /> pre {font-family:"Lucida Console";font-size: .9em}<br /> .marker {font-weight: bold; color: black;text-decoration: none;}<br /> .version {color: gray;}<br /> .error {margin-bottom: 10px;}<br /> .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }<br /> Server Error in '/hapinternal' Application. Security settings for this service require 'Anonymous' Authentication but it is not enabled for the IIS application that hosts this service. 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.NotSupportedException: Security settings for this service require 'Anonymous' Authentication but it is not enabled for the IIS application that hosts this service. 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: [NotSupportedException: Security settings for this service require 'Anonymous' Authentication but it is not enabled for the IIS application that hosts this service.] System.ServiceModel.Activation.HostedAspNetEnvironment.ValidateHttpSettings(String virtualPath, Boolean isMetadataListener, Boolean usingDefaultSpnList, AuthenticationSchemes& supportedSchemes, ExtendedProtectionPolicy& extendedProtectionPolicy, String& realm) +198300 System.ServiceModel.Channels.HttpChannelListener.ApplyHostedContext(String virtualPath, Boolean isMetadataListener) +104 System.ServiceModel.Channels.HttpsChannelListener.ApplyHostedContext(String virtualPath, Boolean isMetadataListener) +39 System.ServiceModel.Channels.HttpsTransportBindingElement.BuildChannelListener(BindingContext context) +123 System.ServiceModel.Channels.Binding.BuildChannelListener(Uri listenUriBaseAddress, String listenUriRelativeAddress, ListenUriMode listenUriMode, BindingParameterCollection parameters) +166 System.ServiceModel.Description.DispatcherBuilder.MaybeCreateListener(Boolean actuallyCreate, Type[] supportedChannels, Binding binding, BindingParameterCollection parameters, Uri listenUriBaseAddress, String listenUriRelativeAddress, ListenUriMode listenUriMode, ServiceThrottle throttle, IChannelListener& result, Boolean supportContextSession) +393 System.ServiceModel.Description.DispatcherBuilder.BuildChannelListener(StuffPerListenUriInfo stuff, ServiceHostBase serviceHost, Uri listenUri, ListenUriMode listenUriMode, Boolean supportContextSession, IChannelListener& result) +583 System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) +2020 System.ServiceModel.ServiceHostBase.InitializeRuntime() +82 System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) +64 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) +789 System.ServiceModel.HostingManager.ActivateService(String normalizedVirtualPath) +255 System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +1172 [serviceActivationException: The service '/hapinternal/api/livetiles' cannot be activated due to an exception during compilation. The exception message is: Security settings for this service require 'Anonymous' Authentication but it is not enabled for the IIS application that hosts this service..] System.Runtime.AsyncResult.End(IAsyncResult result) +901424 System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +178702 System.Web.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar) +136 Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272 And this is a picture of where the 6 errors show up: When I press OK on the errors, the page appears fine - but none of the live tileness works.... Any ideas?
-
I used to use Wordpress and the Gravity forms plugin for any data collection, it is really powerful and always worked well for us, including for doing GCSE and A level options
-
Feature Request - Live Calendar tile but hardcode in a user?
mattianuk replied to mattianuk's topic in Home Access Plus+
Hi Nick Yesterday I tried to see if I could achieve what I wanted myself, I got partial success - but do you think the following is possible? I'd like the live tiles on a personalised homepage - so I would like auto login via iis auth or similar with their network credentials - grab their emails/calendar and allow me to add links to the page. They can then login to the existing hap if they need room booking etc, that doesn't bother me. I just want to have a consistent style on our intranet homepage and love the interactivity and ease of sing live tiles? -
Feature Request - Live Calendar tile but hardcode in a user?
mattianuk replied to mattianuk's topic in Home Access Plus+
Crashes out for me everytime I open it, on Win7 64X Sp1 -
Not a bug, but a feature request - on the booking system - could we set it so we can have like a live tile interface to click through to different areas booking sheets? For example we could have one for IT rooms, one for other rooms, one for equipment and one for laptop trolleys - because at the moment it is all one one page and huuuge.
-
Done Nick Gotta be more then that tho, surely?
-
This please: http://www.edugeek.net/forums/home-access-plus/101239-feature-request-live-calendar-tile-but-hardcode-user.html
-
Just got HAP v8 working today - got the SSL for free through county and it is all working like a charm - so just want to say thank you to Nick - it really is a cracking piece of software which has already made a difference to the school!
-
Just went to a job, reinstalled norton. £65. But then I did just loose 2 hours inc travel time with my wife and kids. Paid for nice lunch out tho.
-
Hi. I have a brand new failover cluster, 2 hosts which are identical connected to a SAN with about 15 hyper v servers, inc exchange 2010, a storage server and SIMS. Obviously this has quite a decent chance of surviving hardware wise all but a fire or flood. I want to now ensure we have a data backup to another building on site ( not sure if that is classed as offsite as such!) Currently I run a windows backup to the newest old standalone server (if you see what I mean!) which then backs up its data to an external HDD. However this seems a bit crap. I was thinking of using veeam? But to back up to what? I have 5tb available space on the cluster, so would I need that space in a nas or something? I have Dpm installed but it seems to not want to let me backup to my nas shares? Just need a bit of advice please.
-
Whoops! Spell check generation, too lazy to use spell check. Cheers Arthur, I'll sort
