Closed vinayprakash893 closed 6 months ago
Hi Team, Any update on this..?
Hi,
Sorry it has been a busy week. It seems the your second step isn't able to find the report. Could you check this?
Maybe you should also try to not take the ownership through the portal.
Hi @maikvandergaag ,
Thank you for providing response,
The second step is the error when we deploy the report "using : Upload Report'" because it does not get the access to SQL server using the service account to deploy, as error stating.
even if i use Step 4 to get Ownership( which is not required because it already deployed with service account only) and using step 5 to update SQL creds, its giving same error as Step2
now to make this work, i should takeover manually as STEP3 which uses my credentials as i will be the owner of that report/data
do i need use any of the options like PatchDatasourceCredentials, or does this extension has the capability ..? https://github.com/microsoft/PowerBI-Developer-Samples/blob/master/PowerShell%20Scripts/PatchDatasourceCredentials.ps1
There is a new action to set database credentials but not sure if that works with your use case
Can you provide the New Action name..?
Hi @maikvandergaag , Any update..?
This one: "SetSQLDatasourceSPCredentials"
It looks like there hasn't been a reply in 30 days, so I'm closing this issue.
HI @maikvandergaag ,
Im perfoming file.rdl deployment to powerBI
Step1: using upload task
Step2: once the rdl file is deployed, im getting the below error in powerBI portal
Step3: Manual fix the issue when i click on "manage" and manually TAKEOVER the below, it changes to my ownership and it works perfectly.
Step4: To achieve this over CICD, i have added
im getting error like the below ISSUE https://github.com/maikvandergaag/msft-extensions/issues/450
I even tried using the below task
Could you please let me know the actual steps needed to achieve this..?