Author |
Message
|
tsherfy |
Posted: Tue Sep 09, 2003 5:45 am Post subject: [SOLVED]Auditing to MQ |
|
|
Newbie
Joined: 23 Jul 2002 Posts: 2
|
We are trying to audit to a queue rather than to DB2, but are having difficult getting it to work. The following is what we have in our FDL file, under the "GROUPs" section:
UPDATE GROUP 'FMCGRP'
DESCRIPTION "Default system group"
RELATED_DOMAIN 'DOMAIN'
AUDIT_QUEUE_MANAGER_NAME "FMCQM"
AUDIT_QUEUE_NAME "AUDITQ"
OPERATION
SYSTEM_QUALIFIER "FMC"
END 'FMCGRP'
We have created the AUDITQ queue, but no messages are being dropped there. We have the following entry under the "PROCESSes" section in the FDL:
FULL AUDIT_TO_MQ
Is there something else we need to do to set up the auditing to a queue?
Thanks!
Tim |
|
Back to top |
|
 |
jmac |
Posted: Tue Sep 09, 2003 6:02 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Tim:
What you have looks good. 1 issue to check:
1) Did you restart MQWF after importing this new FDL that updated the SYSGRP? Since that is only read at startup time. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
tsherfy |
Posted: Tue Sep 09, 2003 6:12 am Post subject: Auditing to MQ |
|
|
Newbie
Joined: 23 Jul 2002 Posts: 2
|
Thanks John. Restarting the MQWorkflow service seemed to do the trick.
Everything appears to be working correctly now.
Thanks again! |
|
Back to top |
|
 |
clindsey |
Posted: Tue Sep 09, 2003 6:57 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
I would like to throw in a tip on this topic.
The AUDIT_QUEUE_MANAGER_NAME field is not required and I suggest you not include it unless you specifically are sending the xml message to a remote queue that is not a cluster queue. In other words, if it is a local queue or cluster queue, do not include this field. It is not needed and there is not an easy way to delete it if you decide later you want to send to a cluster queue. You cannot send to a cluster queue if the queue manager name is set.
Charlie |
|
Back to top |
|
 |
jmac |
Posted: Tue Sep 09, 2003 7:04 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Charlie:
Excellent point......Thanks _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|