Wednesday, January 20, 2016

Error in invoking target 'ntcontab.o' of makefile in OBIEE 11.1.1.9.0 Installation

Error in invoking target 'ntcontab.o' of makefile  in OBIEE 11.1.1.9.0 Installation

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