Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
kzeidiyeh
Frequent Visitor

On-premises data gateway intermittent connection (paginated reports only)

We have multiple paginated Power BI reports running on the service. The gateway Status goes offline and when the end user runs the report, the below error is thrown:

kzeidiyeh_0-1695677759544.png

 

Below is the error we have from the log:

 

 

at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.GatewayOperationResultSpooler.<RunOperationAsync>d__7.MoveNext()
   --- End of inner exception stack trace ---
---> (Inner Exception #0) [0]Microsoft.PowerBI.DataMovement.Pipeline.Diagnostics.FailedToImpersonateUserException: Error logging on username '<ccon>domain\user</ccon>'.
  TemplateMessage: Error impersonating a user.

 

GatewayPipelineErrorCode=DM_GWPipeline_Gateway_ImpersonationError
GatewayVersion=3000.146.10 --->
Inner exception chain: System.ComponentModel.Win32Exception
<pi>System.ComponentModel.Win32Exception (0x80004005): The security database on the server does not have a computer account for this workstation trust relationship</pi>
   --- End of inner exception stack trace ---
  ([0]Microsoft.PowerBI.DataMovement.Pipeline.Diagnostics.FailedToImpersonateUserException.StackTrace
   at Microsoft.PowerBI.DataMovement.Pipeline.GatewayDataAccess.ImpersonatorHelper.GetSafeAccessTokenHandle(String userName, SecureString password)
   at Microsoft.PowerBI.DataMovement.Pipeline.GatewayDataAccess.ImpersonatorHelper.RunImpersonatedInternal[T](String userName, SecureString password, Func`1 action)
   at Microsoft.PowerBI.DataMovement.Pipeline.GatewayDataAccess.ImpersonatorHelper.<RunImpersonatedAsync>d__17`1.MoveNext()

 

 

 

2 REPLIES 2
kzeidiyeh
Frequent Visitor

we had a workaround to use a service account from a trusted domain. and the issue is resolved.

 

thanks sergej_og

sergej_og
Super User
Super User

Maybe gateway version update could be a nice approach (you have an old version) but I think you have to check hints in your error text..."trust relationship" etc.

Regards

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors