kcas
Posts: 63
Score: 1 Joined: 3/25/2003 Status: offline
|
I see what you mean, I don't see the class either. Is the package removing any .exe's or removing anything from Add/Remove Pgms? Something could be created that way. Back to getting status from the Advert, I do see the view but not the Class. Not sure if this would help you you could create a web report base on the following, and then modify it for your needs. SELECT [AdvertisementID] ,[ResourceID] ,[LastAcceptanceMessageIDSeverity] ,[LastAcceptanceMessageID] ,[LastAcceptanceMessageIDName] ,[LastAcceptanceState] ,[LastAcceptanceStateName] ,[LastAcceptanceStatusTime] ,[LastStatusMessageIDSeverity] ,[LastStatusMessageID] ,[LastStatusMessageIDName] ,[LastState] ,[LastStateName] ,[LastStatusTime] ,[LastExecutionResult] ,[LastExecutionContext] ,[IsActive] FROM [v_ClientAdvertisementStatus] Where [AdvertisementID] = 'Advert ID here xxxxx'
|