Forum Discussion

mjohannesson's avatar
mjohannesson
Advocate I
9 years ago

Error when updating connection string in Power BI Embedded

I'm using the Power BI Embedded sample application to import a PBIX desktop file into an existing workspace. The import works fine but when I try to update the connection string, I get an error:

Ooops, something broke: Microsoft.Rest.HttpOperationException: Operation returned an invalid status code 'NotFound'
at Microsoft.PowerBI.Api.V1.Gateways.<PatchDatasourceWithHttpMessagesAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.PowerBI.Api.V1.GatewaysExtensions.<PatchDatasourceAsync>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at ProvisionSample.Program.<UpdateConnection>d__28.MoveNext() in C:\Projects\power-bi-embedded-integrate-report-into-web-app-master\ProvisionSample\Program.cs:line 625
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at ProvisionSample.Program.<Run>d__18.MoveNext() in C:\Projects\power-bi-embedded-integrate-report-into-web-app-master\ProvisionSample\Program.cs:line 240

 

Any idea what might be the problem?

13 Replies

  • We've started seeing the same error when updating credentials. This has worked previously, and nothing has changed in our implementation, so this looks like an error on Microsofts end.

  • We've started to experience the same error. Any solution to this yet? 

  • peril49's avatar
    peril49
    Frequent Visitor

    i'm seeing the same problem. was working fine last week.

  • Hi,

     

    We started seeing the same thing in an automated deployment script we have. We get it even when redeploying the exact same package as was successfully installed two days ago, but yesterday it failed.

  • We have seen the same error. We have reviewed the dll´s in order to use the lastest versions, but the error is still there. Any solution? It seems a Microsoft issue.

  • avdknijff's avatar
    avdknijff
    Frequent Visitor

    I'm experiencing the exact same issue.  Our workflow which worked previously now returns this exact error message. I'll be happy to hear of anyone has a solution yet.

  • avdknijff's avatar
    avdknijff
    Frequent Visitor

    I'm experiencing the exact same issue. Workflow which previously worked now returns this error. Are there any solutions available yet.

    • mjohannesson's avatar
      mjohannesson
      Advocate I

      This issue has now been corrected by Microsoft, at least in West Europe, so now it's working for me.

      • JBeyers's avatar
        JBeyers
        Advocate IV

        mjohannesson instead of a NotFound exception I now get a BadRequest, but I can update the connectionstring... What is the format of your connectionstring?