Software requirements

    Note:
  • Before installing this product, we recommended contacting Customer Support to check for any available software updates.
  • For information about the supported environments, operating systems, database servers, and browsers, see the Support Matrix.

  • In addition to the prerequisites listed here, there may be additional protocol-specific prerequisites for running virtual services. For details, see Configure agents.

Database Requirements

Both SV Designer and SV Server require a database to run. For supported database types and versions, see Database types.

In versions 26.1 and earlier, SV Designer can use an embedded database which simplifies initial installation and configuration.

For details on database configurations, see Database configuration.

Access Rights

The following access permissions are required for OpenText Service Virtualization:

Platform Action Required Permissions
Windows Installation Windows administrator rights.
To run the OpenText Service Virtualization Server Windows administrator rights on the Server machine.
To run the OpenText Service Virtualization Designer

Version 26.3 and later: Windows administrator rights are required on the Designer machine.

Version 26.1 and earlier: Windows administrator rights are required only for configuring the OpenText Service Virtualization HTTP/S agent.

MS SQL Installation The following MS-SQL account Server Roles are required:
  • dbcreator
  • public
To run the OpenText Service Virtualization Server The following MS-SQL User Mapping user privileges to access the database:
  • db_owner
  • public
To run the OpenText Service Virtualization Designer The following MS-SQL account User Mapping user privileges to access the database:
  • db_owner
  • public
Oracle To use an Oracle database
  • GRANT CREATE TABLE TO username;

  • GRANT CREATE SESSION TO username;

  • GRANT CREATE SEQUENCE TO username;

  • GRANT CREATE PROCEDURE TO username;

  • GRANT CREATE TRIGGER TO username;

To specify space requirements
  • GRANT UNLIMITED TABLESPACE TO username;

  • ALTER USER username QUOTA 100M ON tablespace_name;

PostgreSQL To use a PostgreSQL database
  • LOGIN

  • CREATEDB

  • INHERIT

Additional Software Prerequisites

The following prerequisite software is required for OpenText Service Virtualization. These applications are included in the OpenText Service Virtualization installation package.

When you run the installation, you are prompted to allow OpenText Service Virtualization to install all required prerequisites that are not yet installed. You can choose to install, or exit the installation.

Item Prerequisite Software

OpenText Service Virtualization Designer

  • .NET 6 (in versions 26.3 and later)

  • .NET Framework 4.8 (in versions 26.1 and earlier)

  • Microsoft Visual C++ 2015-2022 x64 Redistributable

  • Microsoft Visual C++ 2013 x64 Redistributable

  • Microsoft Visual C++ 2010 x64 Redistributable

OpenText Service Virtualization Server (Windows)

  • .NET 6 (in versions 26.3 and later)

  • .NET Framework 4.8 (in versions 26.1 and earlier)

  • .NET Framework 6

  • ASP.NET Core Runtime 6

  • Microsoft Visual C++ 2015-2022 x64 Redistributable

  • Microsoft Visual C++ 2013 x64 Redistributable

  • Microsoft Visual C++ 2010 x64 Redistributable

OpenText Service Virtualization Server (Linux)

See Installing on Linux