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

See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap

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
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

May 2025 Monthly Update

Fabric Community Update - May 2025

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

Top Solution Authors