bguidinger / powerbi-build-tools

Power BI Build Tools for Azure DevOps
MIT License
8 stars 3 forks source link

Problem with the "Power BI Set Credentials" #27

Open nowag4000 opened 4 years ago

nowag4000 commented 4 years ago

Hello @bguidinger,

I'm using your extension for the credentials but I get the following error:

[error]Exception calling ".ctor" with "1" argument(s): "Format of the initialization string does not conform to specification starting at index 0.

Thanks for your help

And here is the task configuration: Unbenannt

And the Log: Log.txt

seppu commented 3 years ago

@bguidinger Same error for me as well. Any help would be much appreciated. I gave the connection string as follows.

{ "DataSource" : "$(DBServer)", "InitialCatalog" : "$(DBDatabaseName)", "UserID" : "$(DBAdmin)", "Password" : "$(DBPassword)" }

BoLiangBamboo commented 1 year ago

The format of connection string can refer to the guide

it is like {"connectionname":"server=$(DBServer);Initial catalog=$(DBDatabaseName);user id=$(DBAdmin);password=$(DBPassword)"}