I may be in luck, looks like there is some tom foolery going on behind the scenes.
Previously, I could use $"{Session.ClientComputerName} {Session.ClientTerminalID}" or $"web_{Session.UserID}"
as the client system monitor would query for both.
Now the system monitor doesn’t show it querying for the “web_” one, but those rows are coming back in the trace. So I’m probably ok for now, but what about later?!
Yes, but I’m working with the smart client exclusively.
Those fields being missing are cramping my style.
Not sure why the rows are coming back to the system monitor when it’s only querying for “KLWORKSTA124 3” and not “web_klincecum”, but I guess I’ll take it.