SCCM 2007 BDP Status Exact Meaning

What are exact meaning of BDP Status below (0,1,2,3,4)

BDP_Status

When Status = 0 Then 'Healthy' 

   When Status = 1 Then 'Warning' 

   When Status = 2 AND AvailabilityState = 3 Then 'Critical' 

   When Status = 2 AND AvailabilityState = 4 Then 'Very_Critical'  

January 6th, 2014 10:59am

Since this code snip it is out of context, it is hard for anyone to answer this.

Where did you get it?

What does the fill query look like?

Based solely on the log snip it, it seem to be fairly obvious, so my question, is why don't you understand?

Free Windows Admin Tool Kit Click here and download it now
January 6th, 2014 1:58pm

Thanks For the Response , sorry for unclear.

Got From our SCCM SQL DB , [dbo].[vSummarizer_SiteSystem] view.

select * from [dbo].[vSummarizer_SiteSystem] then AvailabilityState filed (Column) shows with 0,1,2,3,4 integer result. (above is our query part which we are getting for finding BDP Issue)

and i need to what are those value and meanings ( 0,1,3,4)

January 6th, 2014 7:01pm

Have you looked at the SDK? This is where the info can be found, if it is available?
Free Windows Admin Tool Kit Click here and download it now
January 6th, 2014 7:26pm

can you explain more how to find that from SDK
January 6th, 2014 7:40pm

I just google it and here is the link.

http://msdn.microsoft.com/en-ca/library/cc145334.aspx

Free Windows Admin Tool Kit Click here and download it now
January 6th, 2014 8:35pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics