Here is the scenario,
- Make a successful call to ReadWssSettings, which returns a dataset with one row in the WssAdmin table.
- Make a successful call to ReadWssServerInfo, which returns a dataset with one row in the WssServers table.
- Calling WssServers.FindByWSTS_SERVER_UID(WssAdmin(0).WADMIN_CURRENT_STS_SERVER_UID) returns no rows
On my development farm, this code works as expected and FindByWSTS_SERVER_UID returns the corresponding row. The above problem is occurring on my client's farm, which has apparently been working fine for many months. Does this indicate some sort of underlying
farm config problem, or am I missing something in my code?
Thanks,
Erik
Erik RHS