No more wsadmin commands - set all properties through the graphical UI of CAT. To demonstrate the great benefits and the easy to use graphical interface of CAT there are many examples. The following one is just one of many. If you want to find out more, just contact us or order the demo.
Administration Example: inactivate a user
Using wsadmin:
First, you need to switch to the Deployment Manager’s \bin Directory: cd <dmgr-root>\bin
Then you need to start the wsadmin session with your credentials, the language Jython and port 8879: wsadmin -lang jython -user <admin> -password <password> -port 8879
When the wsadmin session is running, the profiles administration script file must be executed: execfile(”profilesAdmin.py")
After these steps have been completed, you can inactivate the user by his E-Mail address using the following command: ProfilesService.inactivateUser(“florian.mehl@timetoact.de”)
If you wanted to inactivate the same user in several features, you need to repeat steps 3 and 4 for every feature. After you are done, the session needs to be closed.
Using CAT:
Find the user by one of the filter options, such as Name
Click inactivate
If you wanted to inactivate this user in several features using CAT, you only need to switch to the Features tab, select the features and click inactivate.
You wish further information about Connections Administration Toolkit?