Teamwork Cloud (TWCloud) is equipped with a Data Manager for an administrative processprocesses. You need to download the data manager zip file and extract it to the machine where you installed Cassandra. Before using Data Manager, we recommend that you backup your database in the same manner as you do before using the migration tool. You can download the DataManager tool from the same location you download the migration tools for the Cassandra database and UML meta-model.
Downloading the
datamanager
Data Managertool.
Running the Data Manager
To run Data Manager
Stop the TWCloud serverStop the Teamwork Cloud server.
Make sure Cassandra is up and running.
Note
The ports through which Data Manager is connected to Cassandra are 9160 and 9042.
Download DataManager.zip.
Extract the zip file to the machine where you installed Cassandra.
On the command line, change the directory to the DataManager folder. Type the command , datamanager -help, ./datamanager -help (or datamanager.bat -help on Windows) to display available commands like the following.
$
Code Block
language
bash
theme
DJango
linenumbers
true
./datamanager -help
Run your desired command to show the list of users like the following:
Code Block
language
bash
theme
DJango
linenumbers
true
./datamanager -lu
(On Windows, use datamanager.bat -lu)
Once Data Manager closes, run
a
major compaction on the esi keyspace using the nodetool utility.
$
Code Block
language
bash
theme
DJango
linenumbers
true
./nodetool compact -s esi
Find detailed information about the nodetool utility and compact command at the following links:
Deletes the given resource(s) and all of its related information.
Specify multiple resource ID IDs using space as a separator.
-drd,--delete-marked-deleted resources
Deletes all resources that were marked as deleted.
-du,--delete-user <username> <username> ...
Deletes a given username(s) and all of its related information.
If a username consists of two words (for example, dan smith) you must add double quotation marks (" ") before and after the username, as shown in the following example:
--delete-user "dan smith"
or
-du "dan smith"
Specify multiple usernames using space as a separator.
The delete command to delete resources and users works as follows.
Deleting selected resourceresource
Code Block
language
bash
theme
DJango
linenumbers
true
delete --mark-deleted resources
delete resource <resource ID>[,<resource ID>]...
These commands delete a selected resource and all of the following resource-related information:
Tags information of the resource.
Category information (the resource will be removed from all categories).
Branch information.
Commit information.
Role assignment information (role assignment information related to the resource will be removed).
Locking information.
Deleting selected useruser
Code Block
language
bash
theme
DJango
linenumbers
true
delete user <username>[ <username>]...
This command deletes a selected user and all of the following user-related information:
Role assignment information (all role assignment information belonging to the user will be removed).
Session (the existing user session will be removed).
Lock information (model elements in projects locked by the user will be unlocked).
User group information (the user will be removed from all user groups).
Note
In the modeling tool's history panels, next to the deleted users, the word deletedwill appear in brackets.