Jump to content

gh5000

Members
  • Posts

    435
  • Joined

  • Last visited

Everything posted by gh5000

  1. Can you get on to the server hosting the SIMS database as a windows administrator in the domain? Can you then find a program called Management Studio? Can you connect to your SQL instance using Windows Integrated (think thats the wording) under authentication. Rather than using SQL authentication. Then find the database, right click, backup from there. I don't think I needed to know the SA password when we migrated.
  2. Hi, Bit of a long shot. Does anyone have a copy of the Hitachi Storage Navigator Modular 2 software. We've been using an old FC SAN for some backup and replication stuff, but the software on our backup server has stopped working. I've found as high as v11 online but we were on v28 before and v11 isn't compatible. If anyone has a copy it would be much appreciated. Cheers
  3. We direct parents to the lgfl one https://pps.lgfl.org.uk/
  4. The timetabler company have consultants. https://www.timetabler.com/ Is it nova t6?
  5. Am in agreement about the parent and student portals being poor. Especially when parents were used to Edulink. The one I don't get about the portals is some of the differences between parent and student. The only answer I have is someone at Arbor has their primary student head on when configuring their side. For example, why can parents see their child's whole attendance record and even download an attendance certificate and a student can only see their percentage attendance. Why can parents see all of the child's behaviour incidents and the reason, given by teacher, etc whereas a student only sees their total incident count. We really expect the girls here to take ownership of their school life and the portal doesn't allow it so I've built a dashboard for them on their internal Google site. I've also had to do some custom reporting through the API to get proper reports for clubs and staff development.
  6. Thanks all. I've reported it up the chain and the school is contacting the LA for confirmation that they've informed the other schools and the ICO. Someone mentioned it depended on what data it was above...it was the full census XML file that gets uploaded to collect for the DfE to see - so pretty much a lot of sensitive info.
  7. Just wanted you check with the edubrains if I have to take action in this scenario: Sent secure census XML to LA for them to upload to DfE. Asked for some of the reports from COLLECT to be returned to me via the same secure file exchange system. Instead of the reports I received my census XML and those of 6 other schools in the LA. I reported the mistake to the LA. Am I under any obligation of reporting the breach to the other schools, my schools DPO, or the ICO. I feel I have done my part and anything else is shit stirring. On the other hand I would like to know if I was the other school and what action has been taken.
  8. Yeah, I had the same panic this September. Just had to create an academic year that covered the date the server was on eg 22/23 and I was back in.
  9. Can you post a link to the DfE recommendations please?
  10. Have a look at the below. Don't know if you have any infrastructure currently that would allow the required changes to firewall/filtering https://support.google.com/a/answer/1668854?product_name=UnuFlow&hl=en&visit_id=637894047474265872-2852160002&rd=1&src=supportwidget0&hl=en#zippy=%2Cstep-configure-the-network-to-block-certain-accounts But this would take effect only when on your school network. And not sure what effect it would have on Chromebooks and especially ones that are already signed on to the personal account.
  11. Could also do a custom report like this and then have a pivot table looking at the output in excel or sheets. Useful if you need more info like student ID that the memberships page doesn't give.
  12. That looks like the table under - Students-Enrolment-Academic-Courses-Memberships You would be best to do one report per year group so you can narrow down the courses so the columns aren't crazy.
  13. So just going back to the question on calculating targets from KS2 data. It can definitely set targets throughout the year based on baselines and end of year targets. Data manager says that normally Arbor will carry over last years final grade as baseline for next year. That may suit your school....For some reason this school likes to set their baseline based on their KS2 data and GCSE target flightpath - e.g. where they should be at the start of Year 9 based on where their flightpath says they should be at the start of Y9, rather than where they were at the end of Y8.
  14. The other shocker for me is the student portal. We came from using Edulink on top of SIMS so even the Arbor parent portal is limited compared to Edulink. But the student portal is just stuck on as a feature they can say they have to secondaries. Parents can see all attendance marks, download a PDF attendance certificate. Great. But we want students to take ownership of their attendance and what can they see... Just a percentage. Parents can see behaviour incidents and points. Which teacher gave them and the reason. Students can see.. Just their total points. No way for a student to see that Mrs Jones gave them a achievement point for their excellent work in class and spur them on. Same for students being able to see their basic assessment data like baselines and targets. Just isn't anywhere to be seen from there end. All of which has let me to build something that goes on their student Google site that allows them to see all of that info.
  15. Think someone that's a bit more knowledgeable has answered the last few questions. On report cards, it definitely seems like a feature that was built for the primary school customers and needs some catching up for the more complex needs Secondaries have. There are two built in reports. I haven't tried them since our first data drop with Arbor in October/November but we thought they were shit to put it nicely. There's basically not enough flexibility. We used to use SIMS individual reports and would have a front page with the logo, a second page with some explanation of some of the things in the report, a picture of flight paths. You can't do that with the inbuilt reports. You also couldn't rely on the formatting to be correct. The short reports would show the teacher names as Headteacher: Mr J Bloggs, where as the long reports would show Headteacher: Joe Bloggs. Random blank pages. Formatting all over the place. 250 character limit on comments... If you did like the report cards, at the time you couldn't share them to students via email or the portal. That's there now and they've have added the ability to upload any reports you create by merging back to Arbor - their external report cards. But we still don't use that as we've come up with a way of doing it on Google drive where we can see if a parent or student has looked at the report card. There's no view statistics on Arbor. Just so you don't think I'm joking - https://support.arbor-education.com/hc/en-us/articles/4408059347473-Why-is-there-a-250-character-limit-for-report-card-comments- See the difference between long and short - https://support.arbor-education.com/hc/en-us/articles/4408059149841-What-s-the-difference-between-the-Long-and-Standard-Report-Card-formats- Looks like they are adding some stuff to fix the problems - https://support.arbor-education.com/hc/en-us/articles/4409027709341-How-can-we-make-sure-the-font-size-is-the-same-across-all-report-cards-
  16. LiveRegister does this for one of our schools. We have a box at reception where the SLT stands from 8:30 to 8:45. Anyone at that time scans their RFID badge or fingerprint and it registers them as late. After that time it just works for staff in/out and anyone later than that should be going to the attendance office. What has Arbor said they are working on exactly? Having coded up something to do club registers onto Arbor, it is one of the harder things to integrate on Arbor. You can't just write a record to their DB via the API, you have to use either their .NET or PHP sdk as that automates the "opening" and "closing" of the register which is needed for Arbor's backend.
  17. We're secondary age, so if your post is related to primary I may be on the wrong page. When you say ATL do you mean an attitude to learning grade on each assessment? Or do you mean analysis of assessment, in which case we used SISRA with SIMS and continue to do so for Arbor. We've been on Arbor since September and not found any major problems. Things that we know we want to change for next year in the setup stage, yes but not major barriers. Reporting to parents is one of the major downsides. We don't find the Report cards in Arbor flexible enough and have been doing merges in Google docs with the data and sharing PDFs.
  18. Or at least no choice
  19. My understanding is you are in the no preference section with Fundamentals.
  20. Looking at upgrading an old BNC cable based CCTV system. We have a few locations with different recorders, two with 4 cameras, one with 16 cameras. Is it possible to put a 4/16 channel encoder in those locations (like this one https://us.hikvision.com/en/products/more-products/transmission-and-display-products/encoder-decoder/encoders/turbohd-encoder-1), and then have a central IP based NVR - say 64 channel - where all those analogue cameras are recorded as separate streams? If the proper RS485 controls are connected to the encoder for PTZ is it possible to control the IP cameras' movement through the main 64 channel NVR? Any other insights or ideas?
  21. Running a small excel spreadsheet. Great prize
  22. Just had a few devices in with the issue. Clearing login cookies from Chrome (Ctrl Shift Delete window) resolved the issue. A bit less dramatic than deleting the profile
  23. Can you share costs?
  24. Have you chosen what to move to?
  25. @jnfarmer are you able to give some overview of costs - how much are you saving when including AV, firewall, filtering, connection etc?
×
×
  • Create New...