I have a moderately old app that has been moved to a new server and the old server has been decommissioned.
Every programmatic reference to the old server has been re-pointed to the new server. When users open any document in the db, I can see the silent trying to reference the old server, before giving up and going to the new server.
I've tried debugging to see if I can track down code that may be doing this, but it happens before the debugger kicks in. I thought it may be the workspace or bookmarks, but having replaced these with brand new ones, I still get the same results.
Any ideas of what else I could check?
EDIT:
Have found a few @DbColumns in computed fields using a replicaID to reference the database. This database appears on the new server too.