Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] Audit Tables For CardSync App

Hello,

Audit service monitors user activities. AFAIK, it needs for building all/active/abandoned users report by using "last used date". 

It most likely you have to create "higgins_up_audit" db schema and update the following configuration files:
1.  WEB-INF/classes/UserProfileAudit.cfg  line 23
set  "<property name="hbm2ddl.auto">update</property>"  instead of "<property name="hbm2ddl.auto">none</property>"

2. WEB-INF/classes/org/eclipse/higgins/ac/ws/entity/UserProfileAudit.hbm.xml 
replace all  user profile schema name "higgins_up_rh156" according to your configuration in context.xml. 

-- 
thanks,
Alexander Yuhimenko

On Fri, 7 May 2010 14:06:50 -0400
"Booth, Michael" <Michael.Booth@xxxxxxxxx> wrote:

> We have setup an instance of the CardSync application and see a bunch of
> errors in the database that appear to be related to audit tables and
> data.  Can you provide information on what exactly needs to be setup for
> this piece to work?  Can you also provide a description or some
> documentation about what is audited and how/where it is stored?
> 
>  
> 
> Thank you in advance for your help.
> 
>  
> 
> Regards,
> 
> Mike
> 
> 
> ______________________________________________________________________
> Disclaimer:  This email message and any attachments are for the sole use of the intended recipient(s) and may contain information that is confidential, legally privileged or otherwise exempt from disclosure under applicable law. If you are not the intended recipient(s) or have received this message in error, you are instructed to immediately notify the sender by return email and required to delete this message from your computer system. This communication does not form any contractual obligation on behalf of the sender, the sender's employer or such employer's parent company, affiliates or subsidiaries.



Back to the top