Error in invoking target 'ntcontab.o' of makefile in OBIEE 11.1.1.9.0 Installation
Solution:
check the directories that are taking huge disk space using
check if we have atleast 2GB free space, I made 4 GB space available.. then installation was successfull..
Error:
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/../../../../../network/lib/ins_net_client.mk'.
Solution:
df -g /tmp/
df -h /tmp/
check the directories that are taking huge disk space using
cd /tmp/ du -ag $PWD |sort -n -r|head
check if we have atleast 2GB free space, I made 4 GB space available.. then installation was successfull..
No comments:
Post a Comment