Write operations are not allowed in read-only mode(Session).
Dear, When I execute the code bellow, it reports an error. ------------------------------------------------------------------------------- IDfSession session = this.dmsSessionManager.getSession(SessionHelper.getUserName(),PlatformFramework.getProperty("dfc.defaultPwd")); IDfUser iu = session.getUser(userName); IDfSysObject…