In a IRD strategy I need to find out the name of the current URS, which handles the interation because later a third party component wants to access the URS REST interface. For the URL it is necessary to know which of a HA URS pair handles the interaction with a specific connection-id. I thought this should be easy, but it I stuck finding a solution.
Thanks, Gregor
Have you tried with the function “Router[APPLICATION_NAME/CLUSTER_NAME]” ?
If not, try assigning this function to a variable and print it in your logs.
Found the solution with GetConfigOption[‘’,StartFromRouter] which returs the USR name.
I knew it must be simple, but somehow was blind. ![]()
Nice, thanks for sharing ;D