RPS: Repository Connection Diagnostics and more

http://localhost:8080/records/component/diagnostics

installed services:

Record Dashboard:

Find all RQM queue:

select r_object_id, message, sign_off_user, sign_off_date from dmi_queue_item where name=’rqm_queue’

Useful DQL:

Find all active work orders:

Dump of running workorder:

RPS Tracing:

API> apply,c,NULL,SET_OPTIONS,OPTION,S,sqltrace,VALUE,B,T
API> apply,c,NULL,SET_OPTIONS,OPTION,S,rpctrace,VALUE,B,T
API> apply,c,NULL,SET_OPTIONS,OPTION,S,ticket_trace,VALUE,B,T
API> apply,c,NULL,SET_OPTIONS,OPTION,S,trace_authentication,VALUE,B,T
API> apply,c,NULL,SET_OPTIONS,OPTION,S,trace_complete_launch,VALUE,B,T
API> apply,c,NULL,SET_OPTIONS,OPTION,S,trace_workflow_agent,VALUE,B,T
API> apply,c,NULL,SET_OPTIONS,OPTION,S,file_store_trace,VALUE,B,T
API> apply,c,NULL,SET_OPTIONS,OPTION,S,trace_http_post,VALUE,B,T
API> apply,c,NULL,SET_OPTIONS,OPTION,S,acs_connector_trace,VALUE,B,T

dfc.tracing.enable=true
dfc.tracing.verbose=true
dfc.tracing.include_rpcs=true
dfc.tracing.max_stack_depth = 20
dfc.tracing.timing_style=date
dfc.tracing.mode=standard
dfc.tracing.date_format=yyyy-MM-dd hh:mm:ss.SSS
dfc.tracing.include_session_id = true
dfc.tracing.max_backup_index = 30
dfc.tracing.file_prefix = DFCTrace
dfc.tracing.log.level = DEBUG
dfc.tracing.print_exception_stack = true
dfc.tracing.dir=/opt/tomcat/webapps/da/logs

Leave a Reply

Your email address will not be published. Required fields are marked *