Unlock the INEMUSER account - Perceptive Content Database Install Guide - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external

Perceptive Content Database Install Guide

Platform
Perceptive Content
Product
Perceptive Content Database Install Guide
Release
Foundation 24.1
License

The INEMUSER account is locked by default. Unlock the account if you intend to utilize it. To unlock the INEMUSER account, perform one of the following actions according to the RDBMS you are using.

  • For SQL Server, execute the following command.
    alter login inemuser enable;
    
  • For Oracle, execute the following command.
    alter user inemuser account unlock;
    
  • For PostgreSQL, execute either of the following commands based on the preferred active date range.
    alter role inemuser valid until 'YYYY-MM-DD 00:00:00';
    
    alter role inemuser valid until 'infinity';