Problem:
When trying to clone Illuminat TEST database, the following error occurred:
sh: adchkutl.sh: command not found
Solution:
- Add the directory with the PERL executable to the path (added . to the path, so that #2 will not occur).
- Instead of:
perl adcfgclone.pl dbTier
Use:
perl ./adcfgclone.pl dbTier
Recent Comments