Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. ~/scripts/hap.helpdesk.js $("#ticket-note, #ticket-AwareI").val(""); to $("#ticket-note").val("Some default value"); $(#ticket-AwareI").val(""); $("#newticket-note").val(""); to $("#newticket-note").val("Some default value");
  2. See Fixing File Upload Size Limit in IIS 7 | cyprich.com, it's the file upload limits
  3. Edit the ~/bookingsystem/web.config file
  4. I really should detect if it's been done or not but that isn't easy
  5. Here's a version with error loggingSIMSExchange.zip
  6. Ok forgot the SIMS reportUser Updater.zip
  7. Ok, here's my app for updating users, it's provided as is, edit the .config file to set some settingsUser Updater.zip
  8. Will code some error handling tomorrow which will make the app continue on error
  9. It uses a lot of hardcoded usernames/passwords, I'll have a look and see what I can do tomorrow though. Need to add some error handling to the SIMS Exchange app tomorrow in the same way my updater works.
  10. I don't think it's possible, unless you can figure out what cookie the RDWeb app uses and how to generate that data. If you can then you will need to download a copy of the HAP+ source, edit the login.aspx.cs file on the HAP.Web project to generate this cookie when the user logs in
  11. Also make sure the Windows Feature Internet Information Service/World Wide Web Service/Application Development/ASP.NET x.x is installed IIS 8.0 Using ASP.NET 3.5 and ASP.NET 4.5 : The Official Microsoft IIS Site
  12. The error indicates that the module section is locked at server level. You can use the following command to unlock the section: %windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/modules
  13. I can't help sorry as I have my own C# app which pulls data out of SIMS (photo/first name/last name/form/upn/admission number) and fills in various AD fields
  14. You will still need to follow my instructions on that thread.
  15. Ok, have to set the cover section? I could be one of the other threads causing issues
  16. Make sure to set the Rooms to false so it doesn't do room bookings
  17. Does someone want to test v3?SIMSExchange.zip
  18. v3 should be out soon with Cover abilities
  19. The error is a generic AD error, I don't know how to fix that one, usually a server restart fixes it.
  20. Server restart/make sure server is up to date WU wise
  21. the AD employeeID = SIMS UPN. Photo stored in jpegPhoto
  22. The program is the RM Logon Banner, and is a C++ application. I think it implements the Credential Provider class in C++.
  23. Check you have installed a certificate on the server to us How to Set Up SSL on IIS 7 : The Official Microsoft IIS Site
  24. Not web based, but if you use HAP+ install the user card on the desktops, it allows password reset, controlled user enabling/disabling
  25. Ok, I've done some testing and it's a problem with the updated full calendar plugin, they removed some stuff, annoyingly. Attached is the fix, it includes source code so you will just need to copy the dlls, css, js and aspx pages into the correct folders HAP Alpha.zip
×
×
  • Create New...