Forum Discussion

rjhale's avatar
rjhale
Helper V
1 year ago
Solved

Streaming Dataset Failure

I have a streaming dataset that we've been using to push data into for about the past year.  As of yesterday, the Power Automate Flow that we've been using to push data into this dataset started failing with an Unauthorized error "InvalidResourceKeyAccessException".  I also setup a basic call to the endpoint in Postman, and that fails with a 403 Forbidden error.  Here are a couple of screenshots showing what I'm talking about:

 

 

 

Is it possible that the key expires? If so, is there a way to renew it without destorying the data that currently resides in the dataset? 

 

 

  • Hi rjhale 

     

    I'm taking a total gisha, but it would appear that if it is failed after year, that the key only lost for a year. If you can find out and ID of the key, you could potentially go to Entra ID and search there to see if you can find the particular account that was created on your behalf and from there you could then probably create a new client secret.

3 Replies

  • Hi rjhale 

     

    I'm taking a total gisha, but it would appear that if it is failed after year, that the key only lost for a year. If you can find out and ID of the key, you could potentially go to Entra ID and search there to see if you can find the particular account that was created on your behalf and from there you could then probably create a new client secret.

    • rjhale's avatar
      rjhale
      Helper V

      I found that the Power Automate action to Add Rows to Dataset does still work.  This isn't necessarily ideal because I have to input rows one at a time (more with concurrency turned up), but I think it will suffice for the time being.  

       

      Thanks for the suggestions.