When you call the System Debugger, a SystemLibrary.sln solution template with the SystemLibrary solution is loaded in Visual Studio for editing and testing the scripts.
The following projects are defined in the solution.
Project | Script File | Description |
---|---|---|
Methods |
Methods.vb |
This script file contains all methods. |
Scripts |
VIScripts.vb |
This script file contains all predefined scripts from the model components. |
VIDScripts.vb |
This script file contains all predefined scripts from the system components. | |
CustomerScripts.vb |
This script file contains custom scripts. Add new scripts here. | |
SystemDebugger |
Main.vb |
Start up project. |
Tables |
Tables.vb |
This script file contains all the table scripts. |
Templates |
Templates.vb |
This script file contains all templates and formatting scripts. |
To load the system library
-
Run the SystemLibrary.sln file in the One Identity Manager installation directory.
-
Check whether SystemDebugger is entered in Visual Studio as the start project.
-
Start the solution with F5 in Visual Studio.
-
Connect to the database.
-
Check the solution file directory and the options for creating the script library.
Options Meaning Export system scripts
Specifies whether predefined scripts are loaded into the system library.
Export custom scripts
Specifies whether custom scripts are loaded into the system library.
Export locked scripts
Specifies whether only active scripts or also locked scripts are loaded from the script library.
Update project references
Specifies whether references used in scripts are also loaded.
Create backups of existing files
Specifies whether backups of existing files are made.
-
Click OK.
The script library files are filled with data from the database.
-
Confirm reloading of each project in Visual Studio.
-
Start the solution with F5 in Visual Studio.
The source code generated for the solution is compiled.
-
Reconnect to the database.
Starts the System Debugger.
TIP: To pass the database connection data and the authentication data to the System Debugger, enter /Conn and /Auth parameters as arguments in the initial project properties. This means System Debugger does not prompt for the information each time it starts.