Archive: août, 2010

System Center Configuration Manager 2007 Software Development Kit (SDK) v4.0 (Reminder)

No comments août 31st, 2010

Hi all,

Just a post for you indicate that the  System Center Configuration Manager 2007 Software Development Kit (SDK) v4.0 is available if you want:

  • To build automation scripts for batch processing to the SMS Provider, and to manipulate Configuration Manager 2007 client settings.

For download the SCCM SDK click HERE

Microsoft System Center Service Manager Authoring Tool is available for download !!!

No comments août 16th, 2010

Hi ,

Great,

The Microsoft System Center Service Manager Authoring Tool is available for download !!!

What’s Microsoft System Center Service Manager Authoring Tool?

  • The System Center Service Manager 2010 Authoring Tool is a tool for customization and extension of the builtin functionality in System Center Service Manager.

What’s in this System Center Service Manager 2010 Authoring Tool ?

Overview

The System Center Service Manager Authoring Tool is a tool for customization and extension of the builtin functionality in System Center Service Manager. This version supports modifying existing Process Management Packs and creating new Management Packs that define extensions to the Service Manager database for tracking additional information, customizations of forms or new forms, and new workflows.
This release is compatible with System Center Service Manager 2010 RTM (with Cumulative Update 2 – KB2193861) and contains the final set of features for this version, including:

  • Form customization, supporting an extended library of controls
  • Creating new simple forms to support custom classes (new!)
  • Class editor for creating and extending classes and relationships in the CMDB
  • Creation of workflows with detailed trigger criteria (new!) and extensible library of actions
  • Management Pack support including sealing (new!)
  • Class Browser and Form Browser to easily locate classes and forms regardless of Management Pack.

For download, click HERE

Active Directory Certificate Services Monitoring Management Pack available for SCOM 2007 R2 !

No comments août 16th, 2010

Hi all,

Cool, the Active Directory Certificate Services Monitoring Management Pack is available for SCOM 2007 R2!

What’s the Active Directory Certificate Services Monitoring Management Pack?

  • The Active Directory Certificate Services Monitoring Management Pack monitors service availability for certification authority (CA) servers and provides alerts for critical events.

What’s in this management pack?

Overview

The Active Directory Certificate Services Monitoring Management Pack monitors service availability for Certification Authority (CA) servers running on a Windows Server 2008 SP2 or Windows Server 2008 R2 managed machines, including server core installations, and provides alerts for critical events.

Feature Summary:

  • Event notification and product knowledge for CA events
  • SCOM console shows CA service status.
  • Administrator can “Ping” the CA request interface interactively.
  • Administrator can stop or start the CA service from the Operations console (provided they have permissions to do so)
  • NOTE: Does not monitor other AD CS role services such as the Online (OCSP) responder, Network Device Enrollment Services (NDES), or certificate enrollment web services, NDES, or CA web enrollment.

    for download click HERE

Cumulative Update for System Center Service Manager 2010 (KB 2193861) is available for download

No comments août 16th, 2010

Hi all,

A new KB is available for System Center Services Manager 2010!

The Cumulative Update for System Center Service Manager 2010 (KB 2193861) is available for download!

What’s in this KB?

Overview

This update contains a set of bug fixes and updates to the Service Manager 2010 release.This update should be applied to all Service Manager 2010 installations and all systems running components of the product.
Fixes included in this update :

  • Performance enhancements to the Knowledge article form and Select User dialog
  • The Computer Name is not set in the Incident form, in all cases, when an incident is generated by the Operations Manager Alert connector
  • Not all relationship properties are propagated to the Data warehouse server
  • Form customization fixes for extended properties and workflow fixes on extended properties
  • Localization fixes to the portal and help files
  • Duplicate notifications and workflow state transition fixes

For download the KB, click HERE

od donCumulative Update for System Center Service Manager 2010 (KB 2193861)

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 !

1 comment août 12th, 2010

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 ! :-)