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

Could not Pass Data Source Credentials? #41

Open
RRGGSS opened this issue Mar 13, 2018 · 3 comments
Open

Could not Pass Data Source Credentials? #41

RRGGSS opened this issue Mar 13, 2018 · 3 comments
Labels

Comments

@RRGGSS
Copy link

RRGGSS commented Mar 13, 2018

Hello Team,

First of all, thank you very much for the extension and appreciate you.
We're able to deploy the data source (.rds) and report files (.rdl) to existing folder structure (Can't create a folder using other SQL Server folder structure relese extension).

But in release definition we don't find options to pass the username and password for data source (.rds)
Kindly help to set up this in release definition, because we use different user name and password in each environment.

Below are reference screenshots.

  1. Release definition confiuration
    image

  2. Deployed atrifacts
    image

Please let us know if I can provide any further details.

Thanks,
Sathi Reddy

@anton-kirschhock
Copy link
Contributor

You should be able to add them in the connectionstring

@RRGGSS
Copy link
Author

RRGGSS commented Mar 27, 2018

Muziekklas,

I tried different ways to pass the credentials in the connection string.
Please give an example which you have tried and worked for you.

@anton-kirschhock
Copy link
Contributor

Something like this should work: Server=myServerAddress;Database=myDataBase;User Id=myUsername;
Password=myPassword;

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

No branches or pull requests

2 participants