LinuxErrorStep view
The Reporting2.LinuxErrorStep view defines source types.
Column Name | Data Type | Nullable | Description |
---|---|---|---|
Id | smallint | The error step id. | |
Value | nvarchar(100) | The string value of the id. | |
Description | nvarchar(512) | X | Provides a simple description of the value. |
Content
You can run the following query to verify the contents of the Reporting.SourceType view.
SELECT [Id]
,[Value]
,[Description]
FROM [SecurityControls].[Reporting2].[LinuxErrorStep]
ID | Value | Description |
---|---|---|
0 | PreInstall | The error occurred prior to installation. |
1 | PostInstall | The error occurred after the installation. |
2 | Install | The error occurred during installation. |