When you save a component, the Tivoli 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 we will see warnings like these:
Problems View window
When we 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:
If we use constructs like “conn.abc” and “abc” is not defined in the schema you get this warning.
If we use constructs like “work.abc” and “abc” is not known to exist you get this warning.
Parent topic: The User Interface