Python import Iris AccessDenied
I've enabled the CallIn service (unauthenticated), but I'm still getting 'ImportError: IrisStart failed: IRIS_ACCESSDENIED (-15)'
Any clues?
Discussion (0)0
Comments
Any clues in the IRIS audit log? Make sure relevant system events are enabled first.
Thanks John, the Audit log did it: the Resource %DB_USER needed to be RW enabled.
did you try to put thoses var env :
export IRISUSERNAME=...
export IRISPASSWORD=...
export IRISNAMESPACE=...I didn't but it wasn't needed for the import to work.
Now I did together with IRISINSTALLDIR.
Thanks
Is there a more structured way of specifying these values, such as a config.file ?