Hi All,
I have an ORS strategy in which I interact with stat server and URS directly for routing. I attempt to fetch statistics from both primary and backup stat servers and that works fine. However when I fail URS over to the backup while Stat server is in primary mode URS backup tries to communicate with Stat server primary and routing starts to fail b/c no agents appear available. Is there a way to keep these in sync so that when URS goes into backup it looks to the stat server backup ?
My first thought was to try both URS primary and backup by injecting a fully qualified http URL in srcexpr for a fetch to URS.
But then I will be making all routing calls 2X and it seems dirty.
<session:fetch requestid=“App_setAgentOrderExpression[‘requestid’]” srcexpr=“‘urs/call/@’ + system.InteractionID + ‘/func/SetIdealAgent’” method=“‘urs’” timeout=“30”>
</session:fetch>
I was curious how other people are handling this situation in an ORS strategy ? How to you keep URS/Stat server HA failover in sync ?
I aprreciate any feedback.
Thanks!