SCCM R2 Client Status Reporting Woes (Full Version)

All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager



Message


aellis -> SCCM R2 Client Status Reporting Woes (9/16/2008 11:53:25 AM)

I'm trying to find out if anyone has dealt with the following errors while running Pulse and Ping tasks in Client Status Reporting.

<9/16/2008 4:06:40 AM> Load Settings for Daily Task
<9/16/2008 4:06:40 AM> Done Loading Daily Task Settings
<9/16/2008 4:06:40 AM> Start to run daily task
<9/16/2008 4:06:40 AM> Invalid SQL error - Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
The statement has been terminated.
Warning: Null value is eliminated by an aggregate or other SET operation.
<9/16/2008 4:06:40 AM> Failed to sync client summary in database

Now other task complete just fine:
<9/16/2008 4:06:40 AM> Failed to sync client summary in database
<9/16/2008 4:06:40 AM> Successfully updated current health in database
<9/16/2008 4:06:40 AM> Successfully updated history current state in database
<9/16/2008 4:06:40 AM> Successfully cleant aged records in database
<9/16/2008 4:06:40 AM> Successfully updated inactive clients in database

This error is preventing me from reporting on any Client Health Status.  Here is the config of SCCM server hosting the Status Reporting:
Central Site Server (win2k3 SP2 x64)
SQL 2005 x64 Cluster on win2k3 sp2 x64




ccowart -> RE: SCCM R2 Client Status Reporting Woes (10/1/2008 10:19:38 AM)

I have the same problem. I was able to trace it back to the stored procedure CH_SyncClientSummary. On line 25 looks to be my problem, below is the line. I commented out this and everything worked properly. only drawback is that it doesnt tell me the site code for each machine.

SiteCode = ( Select Sites_DATA.SiteCode from Sites_DATA
   Where CH_ClientSummary.MachineID = Sites_DATA.MachineID ),




jnelson993 -> RE: SCCM R2 Client Status Reporting Woes (10/1/2008 11:04:27 AM)

Egads, man.  I wouldn't just comment out random lines of stored procedures that CM uses for it's inner workings...you don't know what other things it might affect and Microsoft would definitely not support it.

If you're really having a problem there, just change it from
( SELECT Sites_Data...  
to
( SELECT TOP 1 Sites_Data

But really, you should be contacting MS to figure out why you're getting multiple records there.  Either THEY messed up and should have put TOP 1 or you have some data issue that needs to be addressed.




ccowart -> RE: SCCM R2 Client Status Reporting Woes (10/1/2008 11:21:13 AM)

I only did that in our test lab just trying to narrow down where the issue was. im going to give MS a call when i get a chance and see if its their issue or a issue with my data.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.28125