Skip to content
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

SqlRS: Cannot set database location #148

Open
Zuldan opened this issue Oct 6, 2016 · 0 comments · May be fixed by #1758
Open

SqlRS: Cannot set database location #148

Zuldan opened this issue Oct 6, 2016 · 0 comments · May be fixed by #1758
Labels
bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community.

Comments

@Zuldan
Copy link

Zuldan commented Oct 6, 2016

When I define RSSQLServer, a Reporting Services database should be created on the SQL Server I define, instead, Reporting Services continues to use the database on the Reporting Services server (the one installed by default). The resource doesn't detect a 'Set' is required. No errors or warnings are produced.

xSQLServerRSConfig SQLServerRSConfig
{
    InstanceName       = $Node.SQLInstanceName
    RSSQLServer        = 'MyMainDatabaseServer'
    RSSQLInstanceName  = $Node.SQLInstanceName
    SQLAdminCredential = $Credential
}
@kwirkykat kwirkykat added bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community. labels Oct 17, 2016
@johlju johlju changed the title xSQLServerRSConfig - Cannot set database location SqlRS: Cannot set database location Dec 24, 2017
@randomnote1 randomnote1 linked a pull request Jun 17, 2022 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants