How can i delete the user from the alfresco DB
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2011 08:40 AM
HI,
I got the following problem in the alfresco server..
Please look into the following figures..[img]http://muralie39.files.wordpress.com/2011/05/db-report.jpg[/img]
[img]http://muralie39.files.wordpress.com/2011/05/alfresco.jpg[/img]
Can any one help me, how to delete the user from the alfresco…
Regards,
Murali
I got the following problem in the alfresco server..
Please look into the following figures..[img]http://muralie39.files.wordpress.com/2011/05/db-report.jpg[/img]
[img]http://muralie39.files.wordpress.com/2011/05/alfresco.jpg[/img]
Can any one help me, how to delete the user from the alfresco…
Regards,
Murali
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2011 01:17 AM
Hi ,
It is not recommended to touch alfresco database as Its implementation is private to Alfresco and changes from time to time. Accessing the DB directly is also likely to upset Alfresco's normal running and bypass lots of Alfresco functionality such as rules and policies.
You can only access audit tables.
The user details are stored as a Person Node within Alfresco.
use the alfresco person service. Or use the alfresco node service.
It is not recommended to touch alfresco database as Its implementation is private to Alfresco and changes from time to time. Accessing the DB directly is also likely to upset Alfresco's normal running and bypass lots of Alfresco functionality such as rules and policies.
You can only access audit tables.
The user details are stored as a Person Node within Alfresco.
use the alfresco person service. Or use the alfresco node service.
