Forum Discussion

AnthonyMCUBI's avatar
AnthonyMCUBI
Frequent Visitor
6 years ago
Solved

Nondescript error in Power BI service for dataflow refresh

Hi everyone,   I'm having trouble debugging my powerbi dataflows, and would appreciate some guidance. When I try to refresh them I'm given a nondescript error that lists a Request ID, an Activity I...
  • AnthonyMCUBI's avatar
    AnthonyMCUBI
    6 years ago

    Sorry for the late reply, I figured out the issue.

     

    Power BI recently, apparently had an update to how it connects to SQL CLR databases.  0-length passwords used to be allowed but now are not. I had to change my password from nothing to something in SSMS and then update my password in power bi connection settings. Everything worked fine after that.

     

    I should note that there was no error with my nothing-password until I erased it and put nothing as my password again, which was not allowed and I was asked to input a password. That's why it took awhile to track down.