New Post: EPM and SCOM monitoring
Hi All, Is it possible to get SCOM to monitor if a job has returned some policy failures? EG I have a CMS setup for the EPM. A policy is created to check that a full backup has occured in the last 24...
View ArticleNew Post: EPM and SCOM monitoring
I have a trigger setup on the PolicyHistoryDetail table that emails me when the category that is evaluated has failures. Here's the trigger codeBEGIN -- trigger -- SET NOCOUNT ON added to prevent extra...
View ArticleNew Post: EPM and SCOM monitoring
Thanks Phil, This is certainly worth looking into. Kind Regard, Chris.
View ArticleNew Post: Cannot create a connection to data source 'PolicyDW'....
I've had this working for a while but thought I'd reply just in case someone else has the same problem... I actually had multiple problems with my deployment. This is the first report I deployed and...
View ArticleNew Post: Result Details: shredding the XML
I'm looking to do the exact same thing. Being able to easily see both the expected and existing values would be extremely helpful.
View ArticleNew Post: SQL Agent job runs, step succeeded; But produces no information in...
So my issue starts out similar to this one:https://epmframework.codeplex.com/discussions/280330 Can get all the way through step 5 of the Configuration successfully, the command line I'm using does add...
View ArticleNew Post: Evaluating Policies against SQL Server in DMZ
Hello, I'm currently working on this feature. The idea is a gateway server which can access both the MS SQL Servers in the DMZ and also the central policy server. On this gateway you could run a...
View ArticleNew Post: Evaluating Policies against SQL Server in DMZ
It might be possible to talk to your networking team and discuss the possibility to have a one-way trust from the Domain where the CMS is located to the DMZ. That is how I've seen many IT...
View ArticleNew Post: Inserting data in to the PolicyHistoryDetail table
Hi, I assume that you might have successfully implemented EPM since the last time you faced the issue of running the Powershell without specifying the policy category. Right now I am at this stage and...
View ArticleNew Post: Error evaluating SQL Server 2012 from SQL 2008 CMS
Hi there, We got the error below when evaluating database setting policy on SQL 2012 from 2008 CMS: Microsoft.SqlServer.Management.Dmf.PolicyEvaluationException: Exception encountered while executing...
View ArticleNew Post: Error not loading any data in to PolicyHistory
I have installed the components for this and think I have everything in place. I have tried to run the powershell with filters and categories and without and still get nothing stored for PolicyHistory...
View ArticleNew Post: EPM Framework and SQL 2012
wonder if I can still participate in this thread. I have attempted to setup the EPM framework in SQL v2012. I am using exactly the steps mentioned...
View ArticleNew Post: Error not loading any data in to PolicyHistory
Hi gbargsle I had this problem too and it took me quite some days to figure this issue out. the issue lies in the fact that if you have installed 'SQL Server 2012 SMO' another windows assembly is...
View ArticleNew Post: Error not loading any data in to PolicyHistory
This is great information. I cannot find where to put this update. The only file I have is the EPM_EnterpriseEvaluation_3.0.0.ps1 and do not show where it loads any assemblies. Any information on where...
View ArticleNew Post: Error not loading any data in to PolicyHistory
it seems we had updated the script a bit, anyway the code block should be put just before the initialization of the variables, so right above the following: $CentralManagementServer = "WIN2008"...
View ArticleNew Post: Error not loading any data in to PolicyHistory
Can you upload your code if possible? I added those where you mentioned and still not working.gbargsley@gmail.com
View ArticleNew Post: Error not loading any data in to PolicyHistory
script contents below (for future reference if someone else has this issue) usage is just change the paths + execute via powershell commandline# # Initialize-SqlpsEnvironment.ps1 # # Loads the SQL...
View ArticleNew Post: EPM Framework and SQL 2012
lewisrl wrote: Do any of you have any ideas? Since SQL Server 2012 has System Policies for viewing the health of Availability Groups, the PowerShell script will run Invoke-PolicyEvaluation for each...
View ArticleNew Post: Error not loading any data in to PolicyHistory
This still does not work. I am running SQL 2014 on Windows Server 2012 R2. I have put your script in and get Add-PSSnapin : No snap-ins have been registered for Windows PowerShell version 4. I have...
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
I have seen that Enterprise Policy Management Framework 4.0 is working with SQL Server 2012 but is it working with a SQL Server 2014 instance ? Maybe it is a "basic" question but I think it's an...
View Article