with the change of authentication methods between iMIS 10.x to iMIS 15.0 you can no longer from a SQL prospective know who the imis client user is who is performing the update/insert/delete. There are various third party triggers...etc that currently exist on iMIS databases that go ahead and insert lines into the Name_log table for one reason or another. The trigger whould know who the user is by parsing the SESSION_USER variable in SQL.
with imis 15.0 and the .NET form authentication the usefulness of SESSION_USER is removed because from the SQL prospective there is only one common user authenticated that is accessing the database.
Has anyone thought about a potentional workaround?
~JB
I think a related problem is
I think a related problem is that it's no longer possible for a system administrator to see who is logged into iMIS by looking at the list of sql users.