stanleychong
03-25-02, 04:22
| Dear all, I have written a stored procedure to write a file to a certain path using the "system" command, which operates in the solaris environment. I have confirmed that both the informix and my ID is able to write files directly into the path, i.e. by typing "echo 123 > file.txt", but when i execute the stored procedure in dbaccess, it returns an error "System command cannot be executed", "Not owner". Any solutions? Stanley |