Products | Versions |
---|---|
tibbr | - |
Not Applicable | - |
Resolution:
Description:
I am trying to run the generate_audit_log task as described in Chapter 2: Architecture (Install Guide) under section "Audit Log". However on trying to execute the script I encounter the following error (logged with --trace):
[root@D1R55O11G2 tasks]# pwd
/opt/tibco/tibbr/3.1.0/tibbr/lib/tasks
[root@D1R55O11G2 tasks]# rake tibbr:generate_audit_log file=/root/tibbr_audit.log --trace (in /opt/tibco/tibbr/3.1.0/tibbr) APP_CONFIG_DIR is pointing to: /opt/tibco/tibbr/3.1.0/scripts/../tibbr-config/
TIBBR_ROOT is pointing to: /opt/tibco/tibbr/3.1.0/tibbr Settings for 'production' inherit 'default' via attribute 'inherit'
rake aborted!
Don't know how to build task 'tibbr:generate_audit_log'
/opt/tibco/tibbr/3.1.0/tools/jruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in `[]
Environment:
tibbr 3.5.1
Resolution:
========
1). Run the following command from <tibbr home>/scripts directory to generate Audit log. Make sure the filename(audit.log) exists before running this command.
./tibbr_util.sh generate_audit_log file=/path/filename
Example:
./tibbr_util.sh generate_audit_log file=/opt/tibbr350/tibbr/3.5.0/logs/audit.log
============================================
2). There is a document defect regarding the usage of this command. A defect (TIBR-8639) has been filed to address this in a future tibbr release.
Attachments:
None