Skip to main content
Skip table of contents

WebControl user rights for i-effect 2.7

If the WebControl files are manually copied to the htdocs folder of the ZendServer installation, it is necessary to manually adjust the permissions of the following directories so that users of the WebControl interface can access the temporary directories of the application.

Adaptation WebControl directory authorization

CODE
CHGOWN OBJ('/www/zendsvr6/htdocs/webcontrol')
NEWOWN(QTMHHTTP)
SUBTREE(*ALL)

CHGAUT OBJ('/www/zendsvr6/htdocs/webcontrol')
USER(QTMHHTTP)
DTAAUT(*RWX)
OBJAUT(*ALL)
SUBTREE(*ALL)

CHGAUT OBJ('/www/zendsvr6/htdocs/webcontrol')
USER(*PUBLIC)
DTAAUT(*EXCLUDE)
OBJAUT(*NONE)
SUBTREE(*ALL)

CHGAUT OBJ('/www/zendsvr6/htdocs/webcontrol')
USER(*PUBLIC)
DTAAUT(*X)
OBJAUT(*NONE)
SUBTREE(*NONE)

CHGAUT OBJ('/www/zendsvr6/htdocs/webcontrol')
USER(IEFFECT)
DTAAUT(*RX)
OBJAUT(*NONE)

CHGAUT OBJ('/www/zendsvr6/htdocs/webcontrol/data')
USER(*PUBLIC)
DTAAUT(*X)
OBJAUT(*OBJEXIST)
SUBTREE(*ALL)

CHGAUT OBJ('/www/zendsvr6/htdocs/webcontrol/data')
USER(IEFFECT)
DTAAUT(*RWX)
OBJAUT(*ALL)
SUBTREE(*ALL)

CHGAUT OBJ('/www/zendsvr6/htdocs/webcontrol/data/toolkit')
USER(*PUBLIC)
DTAAUT(*RWX)
OBJAUT(*OBJEXIST)
SUBTREE(*ALL)
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.