Friday, October 11, 2013

nsrdb2rlog does not work with error message related to file privileges

nsrdb2rlog doe snot work with error message related to privileges



nsrdb2rlog -a dbname -d . -C 1 -E 13867 -S 13856 -s networker_server
Unable to create temporary configuration file please check permissions


solution:

use truss to see which system call cause the error:
truss nsrdb2rlog -a dbname -d . -C 1 -E 13867 -S 13856 -s networker_server


near the end of the output you can see that a certain file is not being created due to privileges issues,
then you can correct the privileges on the folder to make it writable for the user you sue for the nsrdb2rlog command



No comments:

Post a Comment