New Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
Ok, so if you run the query "SELECT DISTINCT server_name FROM $HistoryDatabase.[policy].[pfn_ServerGroupInstances]('$ConfigurationGroup');" in MDW, what do you get back? Please change...
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
I receive 2 named instances back. Thank you so much for you help.
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
So after you got the 2 servers in config groups, the data was loaded?
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
No, they've been in the config group since inception. I was just thanking you for your assistance in this issue.
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
Ah ok, sorry. Is there an email I can send you a special version with some more output on each step? I also asked some questions earlier that you might have missed: Which version of PS and OS are you...
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
I did answer above. It's Windows 2008 R2, SQL 2012 sp2 and running PS $PSVersionTable.PSVersion returned Major 2, Minor 0, Build -1 and Revision -1. Unfortunately I do not have a test environment for...
View ArticleNew Post: Question about archving
Took me a while to stumble back on this. I hadn't realized earlier that PolicyHistoryDetail.PolicyHistoryID is nullable. i.e. a PolicyHistory record does not have to have a link to a record with its...
View ArticleNew Post: Dashboard fails with unknown error, status code 12002
I have the collector working and gathering data but when I try to view the Dashboard, it sits and spins for an hour then gives: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error...
View ArticleNew Post: New field on report or in SQL?
Is there any chance we could have a comment/note field on the report or in SQL? For example we have the policy check for data and log files existing on the same logical disk and in some cases due to...
View ArticleNew Post: New field on report or in SQL?
It's a framework so you can modify the reports however you see fit. You could possibly do something using database extended properties and modify your conditions to ignore databases with a specific...
View ArticleNew Post: The number of keys required are: Name.
Not sure what to do with this. I ran through the script with what I thought were the proper parameters, but when trying the first time I got 0 rows returned. When running with trying to limit to a...
View ArticleNew Post: The number of keys required are: Name.
You have to readd the SL line before the PowerShell execution Because at the execution End the PowerShell process is placed on the SQL Server pointer:"PS...
View ArticleNew Post: EPM Power Shell script evaluates all System Policies
Probably too late for Ken but I just changed the line: if (($Policy.PolicyCategory -eq $PolicyCategoryFilter) -or ($PolicyCategoryFilter -eq "")) to: if (($Policy.PolicyCategory -eq...
View ArticleNew Post: PS Script running very slow
Hello All, Sorry for the interruption. Any help is extremely appreciated. I am using the EPM_EnterpriseEvaluation_412.ps1 PS script. Has anyone experienced slowness executing this script? For each...
View ArticleNew Post: Incorrect limitation of nested groups (it is more than 4)
FYI. in the EPM Configuration Documentation, it is states the following "The EPM Framework version 4 supports nested server groups defined in the Central Management Server. " This statement is...
View ArticleNew Post: Index Fill Factor Below 80 pct custom policy not working
The policy to check fill factor in PBM_Custom.zip is checking for a condition Fill Factor being < 80. It should be checking for >= 80 OR = 0
View ArticleNew Post: Latest working version for 2008R2
Hello - We have no SQL 2012 Instances as yet (coming soon) but I am keen to get this up and running as it exactly what I am looking for. What is the latest version of the code I can use on SQL2008 R2?...
View ArticleNew Post: Latest working version for 2008R2
You should be able to use this against your 2008 r2 instances. This project was originally built on that and has been gradually updated to support latest versions. If you run into issues with older...
View ArticleNew Post: Option for temporary excluding a policy
I've added some functionality to EPM. We are using EPM to monitor several instances at our customers. However, every customer has its own habits for example no backup taken in the weekend. This results...
View ArticleNew Post: Newest version
Getting this error when selecting from view v_EvaluationErrorHistory_LastEvaluation: Msg 536, Level 16, State 4, Line 1 Invalid length parameter passed to the RIGHT function.
View Article