aaIOServerTypeInsert
- Last UpdatedMar 18, 2021
- 1 minute read
Inserts an I/O Server type into the system configuration.
Syntax
aaIOServerTypeInsert ApplicationName, Description, ExeName, Revision, Platform
where:
|
Argument |
Description |
|---|---|
|
ApplicationName |
The application name of the I/O Server. This name is usually the same as the executable file name. This value is of data type nvarchar(32), with no default. |
|
Description |
The description of the I/O Server type. This value is of data type nvarchar(50), with a default of NULL. |
|
ExeName |
The name of the I/O Server's executable file. This value is nvarchar(255), with a default of NULL. |
|
Revision |
The revision number for the I/O Server. This value is of data type nchar(20), with a default of NULL. |
|
Platform |
The operating system required by the I/O Server. Valid operating systems are:
|
Permission
Execute permission defaults to the aaPowerUsers and aaAdministrators groups.