SCCM 2007 R2 Point de rapport| Limite du tampon de réponse dépassée | Reporting Point |Response Buffer Limit exceeded Quel galère/Big problem !
Salut à tous,
Un message pour ceux qui serait tombés sur ce problème assez bleuffant quand on sait qu’une infrastructure SCCM peut prendre en charge plus de 10000 clients.
J’ai rencontré cette difficulté avec SCCM 2007 SP2 R2, Windows 2008 R2 et SQL 2008 SP1.
En faites, le soucis se passe quand on se dirige vers les rapports web SCCM/ConfigMgr 2007 pour tout simplement afficher l’ensemble des postes de travail (exemple: All collections = Tous les systèmes) information cruciale, si vous avez dans votre infrastructure SCCM/configMgr plus de 10000 machines, et bien vous serez obligé de passer par les étapes ci-dessous :
En gros voici l’erreur via le fichier de log de IIS 7.0:
2010-08-12 13:54:10 ::1 GET /SMSReporting_P01/Report.asp ReportID=130&ID=SMS00001|0|ASP_0251_:_80004005|Limite_du_tampon_de_réponse_dépassée 80 Domaine\compte-admin ::1 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+.NET4.0C;+.NET4.0E) 500 0 0 4547
Limite_du_tampon_de_réponse_dépassée.
Étonnant non, il y a de quoi se prendre la tête et le mot est faible MDR.
Et bien c’est avec grand plaisir que je vous communique la solution!
En gros:
Ouvrir la base de registre et se placer à ce niveau >>
HKEY_LOCAL_MACHINE\Software\Microsoft\SMS\Reporting
Créer la valeur DWORD 32 ou 64 bits (nommé Rowcount) et indiquer la valeur 0xffffffff
Créer ensuite une deuxième valeur DWORD 32 ou 64 bits (nommé Values Rowcount) et indiquer la valeur 0xffffffff
Un collègue a juste titre m’as fait remarqué que la valeur ne comprenait pas le caractère x dans les valeurs Hexadécimal, oui effectivement, je confirme, mais bon Microsoft nous indique cette valeur, je l’applique (lol je ne réinvente pas la roue) MDR :
Se connecter à IIS, sur les propriétés du point de rapport SMS_REPORTINGCODESITE:
Remplacer la valeur par défaut Limite du tampon de réponse 4194304 par cette valeur 80194304.
Et le tour est joué!
In English:
Hi all,
A message for those who ran into this problem would be enough if we consider that bleuffant infrasctructure SCCM can support more than 10,000 customers.
I encountered this problem with SCCM 2007 R2 SP2 and Windows 2008 R2.
As written, the trouble happens when one goes to the web reporting SCCM / ConfigMgr 2007 to simply display all workstations (eg collection = All systems) crucial information, if you have your infrastructure in SCCM / configMgr with over 10,000 machines, and although you’ll have to go through this step indicated below:
Basically here is the error log file via IIS 7.0:
2010-08-12 1:54:10 p.m.:: 1 GET / SMSReporting_P01/Report.asp ReportID = 130 & ID = SMS00001 | 0 | ASP_0251_: _80004005 | 80 Response_Buffer_Limit_exceeded Domain \ account-admin:: 1 Mozilla/4.0 + (compatible; + MSIE +7.0; + Windows + NT +6.1; + WOW64; + Trident/4.0; SLCC2 +, +. NET + CLR +2.0.50727; +. NET + CLR +3.5.30729; +. NET + CLR +3.0. 30 729, +. NET4.0C; +. NET4.0E) 500 0 0 4547
Limite_du_tampon_de_réponse_dépassée = Response Buffer Limit exceeded
Surprisingly not, it’s reasonable to take the lead and the word is weak MDR.
Well it is with great pleasure that I inform you the solution!
Basically:
Open the registry and put themselves at this level>>
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ SMS \ Reporting
Create the DWORD value 32 or 64 bits (called RowCount) and indicate the value 0xffffffff
Then create a second DWORD value 32 or 64 bits (named Values RowCount) and indicate the value 0xffffffff
A colleague has rightly pointed out to me that the value does not include the character x, yes indeed, I agree but hey Microsoft tells us that value, I apply it (lol I do not reinvent the wheel) MDR:
Connect to IIS on the properties of the point of report:
Replace the default response buffer limit 4194304 by this value 80194304 .

That’s All !
related post
- How to automate the Windows 8 installation process and fulfill minimum license requirements !!! Great Video Series! ;)
- SCCM 2012 | New Pop up notification for Update Microsoft Patch (SUP) with System Center Configuration Manager 2012 !!! | Users interaction
- Microsoft Application Compatibility Toolkit 5.6 is available for download !!!
- MICROSOFT System Center Online Desktop Manager Beta
- System Center Configuration Manager v.Next Beta 1 is avalaible for download!!! and the ICP1 Pack (for English and German)










A – Site System Center V.Next Community
[...] although you’ll have to go through this step indicated below:For read the complete post, click HERE Published Aug 12 2010, 04:38 PM by mbertuit Filed under: SCCM 2007 R2| Limite du tampon de [...]