The Problems View
When you save a component, the Security Directory Integrator project builder will update its runtime configuration file to reflect the changes you made.
The project builder will also perform a validation check on the component and report warnings and errors in the problems view. In the problems view you will see warnings like these:
Problems View window
When you double-click a line in this view it will open the location where the problem was located. The problems we can expect to see in the problems view are the following items:
- Reference to an undefined schema item
If you use constructs like “conn.abc” and “abc” is not defined in the schema you get this warning.
- Reference to an undefined work attribute
If you use constructs like “work.abc” and “abc” is not known to exist you get this warning.
- Syntactical errors in scripts
- AssemblyLines with more than one server mode connector
Parent topic:
The User Interface