Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. You should be able, in IIS, disable web dav for the HAP application only. As for the MyPic error see http://www.edugeek.net/forums/home-access-plus/109215-hap-error-event-log-user-picture-how-can-we-stop-logging.html#post1015390
  2. try removing webdav The first error is because the user isn't in the user lists for the booking system (check the AD tab of hapConfig) The second error is about the my picture handler, and can be surpressed from the hapConfig.xml file
  3. On Firebug, click the persist button, it will make the events visible, then look at the console tab for any javascript errors. What resource type is the resource you are trying to use? Any errors in the event log on the server?
  4. See Automatically Redirect HTTP requests to HTTPS using URL Rewrite 2.0 | JPPinto.com - Tech Blog
  5. CC3 Servers use IIS6, not IIS7, please use the instructions for IIS6
  6. backup the App_Data folder and restore it after. Download the v9.0 full, install that, replace folder from the backup, install the v9.4 upgrade
  7. Ours: Students, either: 00XY 00 = Intake Year (i.e. 13) X = First Letter of First Name Y = First Letter of Surname A suffix is attached (1,2,3) if there are more that 1 of them [*]c00XY Same as Above, except the prefix C stands for cluster, and these students have been migrated from the primary school cluster network [*]All Students have: UPN Stored in EmployeeID Attribute Admission Number Stored in EmployeeNumber Attribute Photo (if available) Stored in jpegPhoto/thumbPhoto/Photo Attributes Form Group Stored in the Department Attribute I made a program that runs a SIMS report to get all this information out of SIMS and upload it to the student's AD attributes been created from a SIMS CSV export, which I then run through the CC4 RMMC to make the users (except for the cluster which uses a website and a RM integris report) [*]Staff XXXXXXXXY X = First Name Y = First Letter of surname
  8. Ok, add the HTTP binding back, it looks like it needs the http binding again now
  9. That's Windows Server 2008 R2, Windows Server 2012 has IIS8, also has .net 4.5 and 3.5 in server manager, just to confuse you. .net 4.5 is installed by default (Powershell uses it)
  10. Yep, ASP.net 4.5 needs to be installed, along with HTTP Activation. You will need to open the ~/web.config file and remove the IIS8 bits
  11. On the server have a look at the application event log, see what's getting logged there
  12. Very odd, it doesn't do this on my site, are you using https in the address? This is the code that gets run on Logoff/Shutdown/Startup: sql2linqDataContext sdc = new sql2linqDataContext(ConfigurationManager.ConnectionStrings[hapConfig.Current.Tracker.Provider].ConnectionString); foreach (TrackerEvent te in sdc.TrackerEvents.Where(t => t.ComputerName == Computer && t.domainname == DomainName && !t.LogoffDateTime.HasValue)) te.LogoffDateTime = DateTime.Now; sdc.SubmitChanges(); Basically, it looks tracker events where the computer name and domain name exist and there is a logon recorded with no log off, it then sets the logoff time to now. It doesn't go anywhere near the logon server
  13. @mobybrick, can you try the attached update (it's just a javascript update thankfully)
  14. Looks like it's not putting the correct information into the database. It should not be putting NULLs into the database. You should always be able to get what logon server the user has logged onto.
  15. v8 introduced a new AJAX based file browser, v9 introduced a new full width theme. You can setup HAP as another virtual director, hap2, copy the hapConfig.xml file over and away you go, it 'should' upgrade itself
  16. Open the web.config file in the root of IIS and add this:
  17. Surface Pro: Surface Pro - Microsoft Store United Kingdom Online Store
  18. Ok, I'll have to look into this for you @mobybrick, thanks for your help so far
  19. Overwrite your HAP+ install with the v9.4 upgrade release, looks like something javascript related isn't working, you will need to do some http://www.edugeek.net/forums/home-access-plus/86059-hap-json-debugging.html for me
  20. It's not breaking for myself, or my test sites
  21. For no. 2, please do some http://www.edugeek.net/forums/home-access-plus/86059-hap-json-debugging.html, it might be because you have no links under the Test tab
  22. We run SQL Server 2008R2 on a 2008R2 DC, and we have no issues
  23. Thanks Paul, at least v9.4 is working again for you with the old web.config.
  24. Can you re-download v9.4, and update your HAP+ again, I think I fixed this last night and re-updated the release
×
×
  • Create New...