-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerShell DSC resource MSFT_xSQLServerRSConfig failed to execute Set-TargetResource #202
Comments
Sorry that it took so long to get you your issue. The error message 'Test-TargetResource returned false after calling set' is thrown at the end of the Set-method when it calls the Test-mothod to verify that everything was setup correctly. Test-method returns I'm not familiar with this resource yet. So for me to faster test this in my lab it would help immensely if you could provide you configuration file (stripped of any sensitive information of course). I see the code does not output any verbose information. And there is no error handling until the end (where you get the error). If I look at the code the following is suppose to happen (in order).
So with this information, maybe you could find out how far it come. Because I don't think you will find any better information about the error than you submitted above, since the code does not throw any error expect at the end (which is at no use). |
Here is my redacted config file. You will see values for other DSC resources that can be ignored. I am working with SQL Server 2016. Thanks, |
The Web Service URL virtual directory was created. Accessing it returns this message "The report server has encountered a configuration error. (rsServerConfigurationError)". The Web Portal URL shows a message stating the virtual directory has not been configured. The ReportServer & ReportServerTemp databases are not be created on the remote database engine server |
@reicher001 Thanks for the config file. But I can only see you variables you are using in the file you attached. Not the actual configuration with the resources you are using, which should be at least |
Here is the requested config file. |
Hi. I'm facing the same issue and I think, it is related to a braking change introduced to SQL 2016: It is used in this lines: I've created a pull request to solve the issue: |
@claudiospizzi Thanks you for your contribution |
@claudiospizzi Nice find! Thanks for solving this one! |
Thanks. But I'm facing the next issue related with this resource and SQL 2016, so the resource is still not usable. More pull requests to come. ;-) |
@claudiospizzi https://github.com/claudiospizzi Thank you for help. On Wed, Nov 23, 2016 at 10:32 AM, Claudio Spizzi [email protected]
|
@claudiospizzi We are happy for any fixes and improvements you can PR in. Keep them coming. 😄 |
Any developments on this issue? Is there any value in me performing more testing? |
@reicher001 we have to wait until the PR #220 is merged. Currently the PR is waiting for @claudiospizzi to resolve review comments. |
This was merged in PR #575. Closing this issue. If there is still a problem, then please feel free to reopen this issue. |
Here is the config in question.
This results in the following error.
I have looked at the Microsoft --> Windows --> Desired State Configuration --> Operational event logs and see the following.
What steps can I take to troubleshoot this further?
The text was updated successfully, but these errors were encountered: