AppSuite:Data management: Difference between revisions
(html to wiki) |
No edit summary |
||
Line 68: | Line 68: | ||
<code>context default invisible data deleted</code> | <code>context default invisible data deleted</code> | ||
[[Category:AppSuite]] | |||
[[Category:AdminGuide]] | [[Category: Administrator]] | ||
[[Category: AppSuite]] | |||
[[Category: AdminGuide]] | |||
[[Category: CommandLineTools]] |
Revision as of 13:55, 10 September 2013
deleteinvisible
The deleteinvisible
command line tool can be used to remove not visible data inside a context. Before calling this CLT the module access for all users in the context should be changed to the according permissions. This CLT uses the changed permissions to determine what data is not visible for the context users anymore. Changing permissions can be done by either changing the module access for every single user in the context through the CLT changeuser or by the CLT for changing the module access for an entire context.
Be careful because the deleted data is lost completely and can not be restored anymore.
Parameters
-h,--help | Prints a help text for this CLT |
--environment | Shows information about environment variables |
--nonl | Removes all newlines (\n) from output |
-c,--contextid <contextid> | The unique identifier of the context that invisible data should be deleted. |
-N,--contextname <contextname> | A name that is assigned to the context. |
Either the unique context identifier must be given or a name that is assigned to it.
Extra parameters
Master adminstrator user name that is defined for managing contexts. |
Master adminstrator user password. |
Return value
0
on success
>0
on failure
Mandatory parameters
(contextid or contextname) {adminuser adminpass}
Command output
On success:
context <contextid or contextname> invisible data deleted
On failure:
context <contextid or contextname> invisible data could not be deleted: <reason from server>
Example
root@oxhe~#
/opt/open-xchange/sbin/deleteinvisible -N default
context default invisible data deleted