cancel
Showing results for 
Search instead for 
Did you mean: 

Where alfresco store users data ?

ankit6190
Champ in-the-making
Champ in-the-making
hi,
i am using alfresco 4.2b community addition and configure it with MySql 5.1 and created database alfresco .
In alfresco database there is table act_id_user , but in it there isn't any entry even if i created 5 users.
so please tell me that ,  alfresco use another table for storing user data or it use filesystem to store user data or any other strategy to store user data.
1 REPLY 1

ankit6190
Champ in-the-making
Champ in-the-making
I got it ,
Alfresco create all the Model as a node,
so when u create User ,  Folder , Document , Image , Space  etc… then alfresco store these as a node and placed the entry in   alf_node table .

All The properties of node are placed in the alf_node_properties table . In alf_node_properties table you will find string_value and qname_id columns. The qname_id define entry in alf_qname table. By qname_id you can check that  your string_value belongs to which local_name .