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

DataSource with sql server athentication #26

Open
sebitsi opened this issue Mar 21, 2019 · 1 comment
Open

DataSource with sql server athentication #26

sebitsi opened this issue Mar 21, 2019 · 1 comment

Comments

@sebitsi
Copy link

sebitsi commented Mar 21, 2019

Hi,

How i should configure dataSource deployment when credentials are stored in SSRS ?
I'm using:

"DataSources": [
      {
          "ConnectionString": "Data Source=1.1.2.1;Initial Catalog=DB",
          "Name": "dsSomething",
          "Extension": "SQL",
          "CredentialRetrieval": "Store",
          "UserName": "User",
          "Password": "Pass",
          "WindowsCredentials": "True"
     }
 ]                   ]

Datasource is created, but cannont connect. I need to manually change "Type of credentials" from "Windows user name and password" to "Database user name and password".

I'm using SQL 2016
How to configure credentials type from windows to server in config file ?
Thanks for advance.

Edvin

@dabrantkosky
Copy link

Hi, did you manage to do it? I'm having the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants