Skip to main content
Skip table of contents

WebControl Benutzerrechte für i-effect 2.7

Wenn die WebControl-Dateien manuell in den Ordner htdocs der ZendServer-Installation kopiert werden, ist es erforderlich, die Berechtigungen der folgenden Verzeichnisse manuell anzupassen, damit Benutzer der WebControl-Schnittstelle auf die temporären Verzeichnisse der Anwendung zugreifen können.

Anpassung WebControl Verzeichnisberechtigung

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.