Author |
Message
|
gag_nm |
Posted: Sun Jan 29, 2012 10:21 pm Post subject: mqsireportproperties for email configurations |
|
|
Centurion
Joined: 16 Oct 2008 Posts: 102
|
hi friends,
i want to check email paramters set to broker.i was using below command, but nothing i could see regarding email in otput .
mqsireportproperties <BROKERNAME>-c AllTypes -o AllReportableEntityNames |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Jan 29, 2012 10:28 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Perhaps the lack of data is due to it not being created yet?
What were you expecting to see? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
gag_nm |
Posted: Sun Jan 29, 2012 10:32 pm Post subject: |
|
|
Centurion
Joined: 16 Oct 2008 Posts: 102
|
thanks for quick reply
i am looking for email configurations like username which was set. |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Jan 29, 2012 11:27 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
gag_nm wrote: |
thanks for quick reply
i am looking for email configurations like username which was set. |
How did you set them in the first place? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
gag_nm |
Posted: Mon Jan 30, 2012 12:53 am Post subject: |
|
|
Centurion
Joined: 16 Oct 2008 Posts: 102
|
i used below command for setting email configuration.
mqsisetdbparms Brokername -n email::mySecurityIdentityObjectName -u username -p Password
i am looking for this configuration.
is there any other command to check the option. |
|
Back to top |
|
 |
Esa |
Posted: Mon Jan 30, 2012 2:14 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2008 Posts: 1387 Location: Finland
|
gag_nm wrote: |
i used below command for setting email configuration.
mqsisetdbparms Brokername -n email::mySecurityIdentityObjectName -u username -p Password
i am looking for this configuration.
is there any other command to check the option. |
What you set up with mqsisetdbparms is something else than what you set up with mqsichangeproperties. So you cannot view the settings with mqsireportproperties.
In fact, there is no command for viewing dbparms. This is because of security. You need to have your own bookkeeping so that you know which values you have set. If you want to know if the values are correct, you test. |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Jan 30, 2012 2:39 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Esa wrote: |
So you cannot view the settings with mqsireportproperties.
|
This is not quite true.
If you know where to look in, you can see the username that was used. The place to look does vary between platforms. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|