Hello everyone,
I'm trying to run a Python script on an IOX guestshell, The script runs fine when i do "guestshell run python script.py" or from inside the guestshell itself.
I configured EEM to run the script automatically when guestshell is up "in case of power failure or reload.".
i noticed that the script runs fine, then the PnP session failed/closed, When i checked the log, it says, " PnP Service Error 16 - Insufficient PnP CLI-Exec Service Privilege.".
I tired that while connecting console & ssh with user privileges (15) but shows same error, the script runs till the PnP session fail and closed.
PnP is used, because the script uses the cli python module which implicitly imports the PnP module.

any idea of how to overcome this PnP issue?