Check the installation of your component
Once you have Created a new custom component you then need to check that they have been installed correctly:
- Components that have been installed on a CAST database are registered in the table SYS_PACKAGE_VERSION.
- If correctly installed you should see the following rows in the table:
PACKAGE_NAME VERSION
[char] [char]
-----------------------
LOCAL_CLIENT 1.0.0.1 (pck interface for User Component)
LOCALADDON 1.0.0.1 (your component)