Skip to main content
7-Bedrock
December 11, 2024
Solved

Remote Datatable returns GetCurrentUser inconsistenty

  • December 11, 2024
  • 1 reply
  • 662 views

I’m working on a project where I need to access the GetCurrentUser from a remote DataTable. However, I’m facing an issue where the returned values keep changing after each execution. Specifically:

  • When the logged-in user is Gail, the DataTable shows both Gail and IOCL.
  • When the logged-in user is IOCL, it shows both IOCL and Gail.

I’ve attached the files for reference, but I would appreciate your help in identifying what might be causing this issue. Could you guide me on what I might be doing wrong?

Best answer by wcui

@SS_11298241 

the reomte service calls GetCurrentUser on target server and returns the configured "Publish As User" in FederationSubsystem, it does not return login user of target server.

as you configured 2 lines in  FederationSubsystem,  reomte service should return one of the two "Publish As User" randomly.

1 reply

wcui16-PearlAnswer
16-Pearl
December 17, 2024

@SS_11298241 

the reomte service calls GetCurrentUser on target server and returns the configured "Publish As User" in FederationSubsystem, it does not return login user of target server.

as you configured 2 lines in  FederationSubsystem,  reomte service should return one of the two "Publish As User" randomly.