Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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:
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?
Solved! Go to Solution.
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.
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.