New Post: Steps to take if PS script test yields no results in either view
Awesome find, thanks for sharing solution! We'll see if we can implement a version check in shell script to try and avoid this issue moving forward (unless someone else has better approach). Sent from...
View ArticleNew Post: Steps to take if PS script test yields no results in either view
I dunno I'm still not having any luck. When I run the EPM_EnterpriseEValuation_41.ps1 I get something along the following: Date.xml' because it does not exist. At...
View ArticleNew Post: Steps to take if PS script test yields no results in either view
Does your service account that is running SQL Agent have NTFS permission to that file location? Sent from my Windows Phone
View ArticleNew Post: Steps to take if PS script test yields no results in either view
Double checked and made sure. We also commented out the lines that delete the temp XML files and nothing is being left behind as we expected would be.
View ArticleNew Post: EPM Power Shell script evaluates all System Policies
Hello everyone, I'm installing 4.1.2 on a SQL 2012 server and have made it up to the manual run the PowerShell script as documented on the bottom of page 8 of the EPM Configuration Documentation...
View ArticleNew Post: EPM Power Shell script evaluates all System Policies
As a test, I exported AlwaysOnAgAutomaticFailoverHealthPolicy, then deleted it via: EXEC msdb.dbo.sp_syspolicy_delete_policy @policy_id=36 GO EXEC msdb.dbo.sp_syspolicy_delete_object_set...
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
Yes I did. When I looked at where the report is pulling from, there is no data in that table/view. The category drop down is empty. I can select server group and date month though.
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
And you verified that the deployed PowerShell script has the updated database information? What happens if you try to manually run the PS script?
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
This is what I receive. Looks like it's not reading the registered servers in the group? I only have to for testing. PS SQLSERVER:\SQL\CMS_ServerName\DEFAULT> # Function to load module PS...
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
S SQLSERVER:\SQL\CMS_ServerName\DEFAULT> if ($host.Name -eq "ConsoleHost") {Write-Host -ForegroundColor green " Finished server loop" } Finished server loop PS...
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
Here are my variables:Evaluate specific Policies against a Server ListUses the Invoke-PolicyEvaluation Cmdletv4.12Parameter -ConfigurationGroup specifies theCentral Management Server group to...
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
I haven't been able to get the 4.1 version to pull data. I went back to 4.0 which works perfectly.
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
Have you tried the latest versions? There have been several patches since 4.1. Sent from my Windows Phone
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
I'll try the latest verion on test system tonight.
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
Out of sheer curiosity, if you changed the eval mode value to "Check" instead of "cHECK", does it work? Sent from my Windows Phone
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
Yes. The .ps1 is from the latest version. How can I download the 4.0 version that works? It's not a case sensitive server but I'll try it.
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
Just tried it. Still getting the server loop and no rows inserted. I even upgraded to the latest sp and added the feature pack. Nothing yet.
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
Hi, Have you upgraded from a previous version of EPM? If so, have you ran the upgrade steps as outlined by the documentation? You don't seem to be running the script in a way similar to the command...
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
I can t see these pictures in either chrome or ie. Im running Windows 2008 R2, SQL 2012 sp2 and PS $PSVersionTable.PSVersion says Major 2, Minor 0, Build -1 and Revision -1. This is the first time...
View ArticleNew Post: Enterprise Policy Management Framework 4.0 versus SQL Server 2014
Here is what I scripted: SL "D:\MSSQL\DBA_EPM" .\EPM_EnterpriseEvaluation_412.ps1 -ConfigurationGroup "" -PolicyCategoryFilter "Server Configuration" -EvalMode "Check" and Result: PS...
View Article