INS-30131 Failed to access the temporary location
Cause – Failed to access the temporary location.
Action – Ensure that the current user has required permissions to access the temporary location.
Additional Information:
– Framework setup check failed on all the nodes
– Cause: Cause Of Problem Not Available
– Action: User Action Not Available Summary of the failed nodes all
– Version of exectask could not be retrieved from node ” ”
– Cause: Cause Of Problem Not Available
– Action: User Action Not Available
The error code is [INS-30131]. I’ve the full privileges of an administrator-ship.
Solution :-
By seeing the error “not able to access temporary location” , I thought it is a privilage issue. But this is issue is due to the insufficient space in /tmp filesystem. I have manually set the TEMP variable to different file system. After that it worked fine.
export TMP=’/u01/app/stage/database’
export TEMP=’/u01/app/stage/database’
export TMPDIR=’/u01/app/stage/database’