I'm Rob Marshall, a consultant who specialises in the Microsoft System Center Configuration Manager product. I like to share, i do so by blogging and helping out when I can in the MS SMS newsgroups and participating in the ConfigMgr MVP program.
I was awarded and joined the program in 2009. It'd be an understatement to say it has to be one of the best experiences an IT engineer can have, if they really enjoy specialising in a product.
My biggest weapon for troubleshooting is, my formidable knowledge, no, only joking, you, the community. I find if I cannot answer a question, then I can usually find the answer from using Bing\Google, pouring over the documentation, and if that doesn't work, tinkering in mine or someone elses virtual lab.
The blogs pretty much about ConfigMgr, but it is also a platform for me to express my random urges to display something I've stumbled across, and that I imagine would entertain you or what not as equally as it did me.
We've been finding a few users are experiencing problems when accessing the traditional ConfigMgr Reporting Point.
Odd, as other users are accessing the Reporting Point AOK, and no errors are appearing in the default web instance HTTP log (%WINDIR%\system32\logfiles\W3SVC1). However, a quick look in the HTTPERR logs and these error 400's show up (%WINDIR%\system32\logfiles\HTTPERR).
2009-01-15 21:32:15 x.x.x.x xxxx x.x.x.x 80 HTTP/1.1 GET /smsreporting_<YOURSITECODE>/Report.asp?ReportID=xxx&NAME=<CLIENTNAME>&SITE=<SITECODE>&STATUS=&COLLECTIONID=<COLLECTIONID> 400 - RequestLength -
I've obviously obfuscated the HTTP response from IIS, stripping out IP and other identifiying information. The important part of the response is in bold, 400 and RequestLength
If you are seeing this, most likely these users are getting bounced off the reporting point due to their Kerberos ticket being too big for IIS to handle. It seems to be due to how many groups this user is a member of (including nested groups).
Here are two interesting articles to aid you in fixing this:
http://support.microsoft.com/kb/955585http://support.microsoft.com/kb/820129
I won't suggest sizes for the registry keys, it's something you'll need to assess either by plucking values out of the air true jedi style, or follow the KB955585 articles procedure for determining the values.
Some notes: