Important Complete the steps in this section prior to updating the Perceptive Content Server.
In Perceptive Content Server 7.0 and higher, all Perceptive Content tables and indexes reside in the INUSER schema. You must ensure that the INUSER schema does not have the sysadmin server role granted to it. If the INUSER schema has the sysadmin server role, this role sets the default schema as the database owner instead of the INUSER schema. As a result, Perceptive Content Server might not start, and connections to the INOW6 database cannot query the Perceptive Content tables. To remove the INUSER schema sysadmin server role, complete the following steps.
- Open SQL Server Management Studio.
- Connect to the server hosting the SQL Server instance that contains the INOW6 database.
- In Object Explorer, expand Security, and then expand Logins.
- Right-click inuser, and then click Properties.
- On the Login Properties – inuser dialog box, click Server Roles.
- In the Server roles area, uncheck sysadmin.
- Click OK.
- Close SQL Server Management Studio.