cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Remote Datatable returns GetCurrentUser inconsistenty

SS_11298241
7-Bedrock

Remote Datatable returns GetCurrentUser inconsistenty

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?

ACCEPTED SOLUTION

Accepted Solutions

@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.

View solution in original post

1 REPLY 1

@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.

Announcements


Top Tags