Hi All,
Let’s say I have package A which is depending on B and C packages. I mean, B&C must be loaded before package A. Some how I lost B&C packages, restarted IS. As B&C are not exist, A must not be loaded but I wanted to load it A by some hook by cook ( Doing some changes in the back end ). Do we have any way using which we can achieve this.
Hi Holger yes , these are missing package dependencies . But when you have missing package dependencies also
the following log is written in the server.log
INFO: This package requires C package (Version .) to load
INFO: This package requires B package (Version .) to load
FATAL: Unable to load A package (possibly due to circular dependencies)
May be that’s why RP has created the topic with subject “circular package dependencies”