Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. HAP+ doesn't do SIMS, you need remote desktop apps for that. I've made an app that maps the S drive for those who need it: SIMS.net Remote - nb development
  2. Might be, but won't know until you can do a fresh. Do you get anything HAP+ related at all in the event log? There should be logon events
  3. Did you get anywhere with a clean server as we need to figure out why the event logs aren't being generated.
  4. registry HKLM\System\CurrentControlSet\Services\Eventlog\Application\Sources
  5. is the HAP+ event source being created in the event viewer?
  6. It should work, it does for me, attached is another dll to try Home Access Plus+ Info Page: HAP Booking Admin Email Sent booking to admins [email protected] Home Access Plus+ Info Page: HAP Booking Admin Email Saving iCal file Home Access Plus+ Info Page: HAP Booking Admin Email Finishing iCal Generation Home Access Plus+ Info Page: HAP Booking Admin Email Cycling through the admins Home Access Plus+ Info Page: HAP Booking Admin Email Loading booking information and generating iCal Home Access Plus+ Info Page: HAP Booking Admin Email Detecting Resource Type Home Access Plus+ Info Page: HAP Booking Admin Email Loading Resource and Email Templates
  7. Recycle the application pool, the log is created at app start
  8. HKLM\System\CurrentControlSet\Services\Eventlog Look for anything HAP+ related
  9. If you still have a separate Home Access Plus+ event log, you will need to delete it and any registry references to HAP+ so HAP+ can use the Application Event log. You should see logon events listing the application event log from HAP+
  10. extremely odd, the only thing that's changed is the removal of some debug events. Attached dll should log in the application event log what admins it has to send to for the book function
  11. Anything in the event viewer? It should throw an error and log it in the web tracker and event viewer if it was failing for something. This code works correctly for me
  12. This is the code in the book function, if the bookie is getting an email, it should in theory work for the admins, is anything getting logged in the event viewer as it failing? if (config.SMTP.Enabled) { iCalGenerator.Generate(b, DateTime.Parse(Date)); if (config.BookingSystem.Resources[b.Room].EmailAdmins) iCalGenerator.Generate(b, DateTime.Parse(Date), true); }
  13. I really don't know, it's a really strange issue, is there anything special about this user?
  14. Extremely odd, Access Denied is a very strange one being periodic, the App_Data folder is cached heavily so this shouldn't be happening
  15. Odd, the rules execute after the email get sent, have you tried the dll attached to the other post?
  16. very odd. I've done some changes to the booking system dll today, added a trip function to remove any white spaces, this may, or may not fix the issue though, can you try this attached dll
  17. very odd, the something is wrong error message only comes from an issue with impersonating the user on the server.
  18. Thanks for letting me know, will fix it now
  19. I use this app on my Lumia 920 and did use it on my HD7 before it: RemoteDesktop | Windows Phone Apps+Games Store (United States) It's cheaper than connectme, just does RDP, but supports RDP gateway, file transfers, and more.
  20. Hmm that's an odd one, I'll have to look into that. It will only send emails to resource admins, not booking system admins, so you have to have specific admins specified in the admins for the resource as well
  21. Good to hear. HAP+ can sometimes be a bit temperamental
  22. It should be put into both the web tracker and the event log
  23. Do they have any non alphanumerical characters in their username?
  24. Double check that read only isn't still present.
  25. Nope, the OU look ups are for the help desk and booking system user search
×
×
  • Create New...