Problem using IDfSession.assume() to get superuser session
I am upgrading some TBO code from D6.0 to D6.7. The code executes some operations as a superuser. To do this, I get the user and encrypted password from a properties file and us the assume method. String superUser = <get from properties file> String superPass = <get from properties file> // superPass is of the form…