Hi, followed the instruction to migrate but am having error running UpdatePSData. The error seems to be the fact that the date specified in MinDate is not within the year 1960 to 2050. Here is my script as from the website:
# MinDate: Minimum date for Portfolio Slicer.
2014-12-31
My System's date is already set to YYYY-MM-DD
Kindly assist.
Comments
To fix this you simply need to update your PowerShell version (scripting engine) to later version.
So you will need to install Windows Management Framework 3.0 (https://www.microsoft.com/en-us/download/details.aspx?id=34595) or higher.
This problem was also described here: http://support.portfolioslicer.com/index.php?p=/discussion/6/error-methodnotfound-in-powershell-script#latest
Any recommendations?
Please double check psConfig.txt file. Value for MinDate should be like this: There should be no space between your date year and date format must be YYYY-MM-DD.
If that looks OK, please send me your psConfig.txt file and screenshot of your error message. My email is posted here: http://www.portfolioslicer.com/contact.html
Thanks for the great work Vidas.