Jump to content

andymacfarlane

Members
  • Posts

    15
  • Joined

  • Last visited

Reputation

0 Neutral

About andymacfarlane

Personal Information

  • Occupation
    School Business Manager
  • Location
    Portsmouth

Employer (optional)

  • Company Represented
    Chichester Free School
  1. ICT Technician Dates: Apply by noon Thursday, 13th August 2015 Start Date: As soon as possible Interviews: w/c 24th August 2015 Salary: £17,500 - £22,000 Contract type: 37.5 hours per week Contract term: Permanent, 52 weeks per year Chichester Free School is looking to appoint an experienced and dynamic ICT Technician to support, maintain and develop our IT network. You will lead the support of our network under the close direction of the School Business Manager. Working closely with the School Business Manager, the successful candidate will be responsible for providing server desktop and network support to students and staff on a daily basis. This is a fulltime post as most projects and upgrades are completed during the academic holidays. For this role you need proven experience in: • Microsoft Windows 7&8 • Microsoft Server 2012 • Microsoft Windows Active Directory • Group policy management • Desktop hardware support • iPad and Apple device management You must have excellent interpersonal skills and be able to communicate effectively with all staff and students. The ideal candidate will be customer focused and be able to work flexibly. You will: • be flexible and adaptable to work with the changing needs of the school • be an experienced IT Technician • be approachable and friendly with all pupils, parents and staff • have the ability to work with interruptions We will offer you: • A unique opportunity to be a founding member of staff and help build the school • A happy and supportive working environment with high expectations and standards • The opportunity to develop the role as the school grows Potential candidates are encouraged to call Karie Wright with any questions on 01243 792690 or email [email protected] Further details can be found on our website Chichester Free School | Nurture. Challenge. Inspire. Please send applications to [email protected] IT Technician Job description August.pdf No CVs please. Chichester Free School is committed to safeguarding and promoting the welfare of children and young people and expects all staff and volunteers to share this commitment. In accordance with our Child Protection Policy we are unable to process applications without a fully completed application form. The post is exempt from the Rehabilitation of Offenders Act 1974. All convictions, cautions and bind-overs, including those regarded as ‘spent’ must be declared when applying. The applicant may post such a declaration in an envelope marked Private & confidential for the Principal to Chichester Free School, The Courtyard,Vinnetrow Business Park, Vinnetrow Rd, Chichester, PO20 1QH. The successful applicant must obtain List 99 clearance and DBS clearance at enhanced level.
  2. Hi Nick, Thanks everyone for your advice. I am not sure why the server wouldn't smart client I have rebuilt in and manually added it to the domain now. Cheers, Andy
  3. I have added the server to the domain in the normal way and it shows in AD, what I need is the server to show in the RM management console. As the server will be the print server I will need the server in the management console so I can deploy it's printers. Cheers, Andy
  4. Hi Chris I just read your post about adding 2008 R2 servers to CC4 as members servers, how have you done this? Did you smart client them, I have tried to smart client the server but the smart client process failed, is there any steps I need to do to get a server to smart client? We currently have CC4 running on a 2003 first server and a 2008 R2 secondary server with a 2008 R2 CC4 Anywhere server, I want an additional members severs to act as our print sever so I can run Paper Cut MF. Cheers, Andy
  5. Hi All We use Tucasi's Schools Cash Office, it is a great product. I am in a school in Portsmouth and I set it up when I started here prior to that I supported 3 Hampshire schools and used it there. Tucasi Home It is a great product it's a total EPOS style back office system that deals with all income in schools, they also have an Internet banking module. The advantage of this system is that the admin team sell uniform or process trips or dinners for the pupils in school, then the parents can log in and settle their account over the internet. It can be used to manage lettings as well they have a lettings module. Haha sorry I sound like a Tucasi salesman, I'm not I just think it's a great product and all the office staff say it's revolutionised the handling of our Income at school and has saved so much time. The other advantages are the costs it's about half the cost of the others out there, the Credit Card Charge is 1.5% +10p and Debit Cards are 29.5p. The annual service and maintenance charge it £585 for secondary of £360 for primary. I think if you already have Tucasi it's £227 to add the internet payments module. I know a lot of Authorities have set up links to their finance systems, Hampshire County has done it. So the internet Payments module, updates directly to the counties SAP system as well as the school own Back office system. This is a huge time saver as the transactions don’t need to be entered in twice. I hope this helps, cheers, Andy
  6. Thanks @nickbro and @sisterannex I have looked at the IIS settings and they look right, I changed that entry in the web.config file. Sadly it still is not working :-(
  7. 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 :-(
  8. 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
  9. 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
  10. Yes I was thinking this as it is only £480.00, and the project ties into a class room refurbishment project with a full redec and re-wire; so timings are of the up most importance. Cheers, Andy
  11. Hi all, In the summer we are due to have 8 Promethean Active boards with Projectors etc fitted, I have got three quotes for the work and I was impressed with a smaller company who happened to be the cheapest Pro-ology a Poole based company. Has anybody used them before? The other companies were AVM Matrix (which we have used before) and Millennium Business System based in Berkshire. Pro-ology have come in £60.00 cheaper per room than the other two and apparently have their own install team. So what I am asking has anyone else used Pro-ology and would you recommend them? Many thanks, Andy
  12. Cheers, Mark I am just in the process of having a play with it. Thanks, Andy
  13. Ah Cheers Mark Out of interest it says to download the MSI but from that site the download is a Zip and is not a windows installer?!? Andy
  14. Hi, I have been doing some investigation in to porducts like this to install on our RM CC4 network, I am really impressed with this and can't wait to get my teath in to it. However I am being a complete idiot, how do I install it is there any instructions? Does it go on the the RM FRDC or a vanilla server within the domain? Cheers, Andy
×
×
  • Create New...