Sale_El
Members-
Posts
118 -
Joined
-
Last visited
Reputation
35 ExcellentAbout Sale_El

Personal Information
-
Location
United Kingdom
-
Hello all, is there a way to make a time period smaller than the others? for example we have registration at the start which is only 20 minutes but some people are mistaking it for first period because its the same size. Can this be done? Thanks, Sal
-
all the &? another link has 3 &'s in
-
When i put a link to a public google calender on a hap tile it breaks the site. i have worked around it using tiny URL but its not ideal. any suggestions? https://calendar.google.com/calendar/b/0/[email protected]&ctz=United_Kingdom/London
-
We use adfs smart links to get the job done, the link is massive but it just logs in to the users mailbox straight away. Microsoft made our link but if you follow this thread you should get a similar result. Office 365 Smart Links | Kloud Blog
-
figured it out, if you go into hap\bookingsystem\admin in there there is a web.config file with allow and deny permissions.
-
Ah ok. Question number two then; If I want to allow people to get to static bookings through the control panel what should I do? As an admin of hap I can get in but my room admin are unathorised is there a separate permission they need? Thanks nick.
-
Hello all, When we click on recurrence it only allows us to book in 7 day chunks, meaning it would be going onto week 2 rather than recurring on week 1 is there anyway to change it so it only recurs on the current week and not both? Thanks
-
just checked the IIS logs and this is the last event before the 500 errors 2015-10-31 15:10:10 10.18.144.28 POST /HAP/api/myfiles-upload/N/ - 443 - 90.209.46.215 Mozilla/5.0+(Macintosh;+Intel+Mac+OS+X+10_6_8)+AppleWebKit/534.59.10+(KHTML,+like+Gecko)+Version/5.1.9+Safari/534.59.10 https://hap.domain.com/HAP/myfiles/ 413 0 0 5959 413 error means files too large, could someone be killing the server with a large file? hmm, Just checked the next time it died and there is no relation to files at all 2015-11-01 20:10:08 10.18.144.28 GET /HAP/api/test/ 1446408566389 443 user1 5.69.100.40 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/46.0.2490.80+Safari/537.36 https://hap.domain.com/HAP/ 200 0 0 220 2015-11-01 20:10:10 10.18.144.28 GET /HAP/api/test/ 1446408609655 443 user2 10.18.144.3 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.1;+Trident/7.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0;+.NET4.0C;+.NET4.0E) https://hap.domain.com/HAP/ 500 19 126 646
-
Hey Nick, Thanks for the reply, after reading your messages again I have concluded that i am trying to do what you originally said. I am trying to have SSO working with kerberos internally and externally be prompted with a forms login box. Now with the above IIS applicationhost settings, it does exactly this. However, randomly the site gets a 500 internal server error. After checking the logs i see the event below consistently throughout the day, so I don't think that is causing the issue but i thought i would mention it anyway. It is just handling the logins fine one minute then the next minute its 500 internal error. Do you know where i may find any other logs to help me figure out why the site randomly breaks? If I load my old IIS applicationhost file (renaming) and then rename it back to the SSO working one (above) it fixes the issue but sometimes only for an hour and sometimes for 24 hours. Ultimately ending up in a 500 internal server error. Event code: 4005 Event message: Forms authentication failed for the request. Reason: The ticket supplied was invalid. Event time: 02/11/2015 09:56:21 Event time (UTC): 02/11/2015 09:56:21 Event ID: 172fb2690fdb4260bdd86c15c2b5658e Event sequence: 14966 Event occurrence: 1607 Event detail code: 50201 Application information: Application domain: /LM/W3SVC/1/ROOT/HAP-6-130909286930396923 Trust level: Full Application Virtual Path: /HAP Application Path: C:\inetpub\wwwroot\HAP\ Machine name: W2K12SVCS Process information: Process ID: 7932 Process name: w3wp.exe Account name: IIS APPPOOL\HAP Request information: Request URL: https://hap.domain.com:443/HAP/api/test/?1446458181599 Request path: /HAP/api/test/ User host address: 10.18.144.3 User: Is authenticated: False Authentication Type: Thread account name: IIS APPPOOL\HAP Name to authenticate: Custom event details: We do have WSUS on the same server not sure that would cause any issues? Any help greatly appreciated.
-
Hey nick do you have a link to the documentation link to hand? I've followed youtube vids and pdfs and I'd love to know exactly which one you mean. Thanks
-
Hey Nick, internal addresses are defined correctly i believe with this in the hapconfig.xml I have changed the way it works now and SSO is working for IE and forms is working for users externally, here is my config; This appears to be working as expected, the only problem i had is this morning i was getting 500 internal server error, i had to roll back the changes and reapply them and the error went away, any idea why it would give me a 500 error? finally, i dont see anywhere in my hapconfig.xml it being set to forms or windows i must be missing a line of code somewhere? cheers.
-
hmm think thats because i changed the applicationhost because its not moaning anymore. its really strange whats happening. Its almost like its hitting the site then trying to log in anonymously which fails but then its not reading the kerberos.aspx IIS thing which tells it to use the windows login information. can anyone point me in the right direction with this? could it be to do with my https redirection?
-
So i have done some external testing and the my files tile doesnt work with my configuration. I have changed it back to how you said it should be nick and i noticed some errors in the event viewer that might help identify issue. "the worker pricess for application pool "HAP' encountered an error 'Configuration file is not well-formed XML' trying to read configuration data from file '\\?\c:zinetpub\temp\apppools\HAP\HAP.config Line number '3'. the data field contains the error code. Does that mean anything?
-
the only thing that seems to work is not having the kerberos.aspx in at all and just having this don't know why it falls over when trying to access the kerberos stuff?
-
Hey Nick, thanks for the reply, when i copy and paste your script i cant get in at all. just says 401 invalid credentials.
