Author |
Message
|
Ramphart |
Posted: Wed Feb 11, 2015 1:47 am Post subject: mqsireportproperties to list FtpServer entries |
|
|
 Disciple
Joined: 21 Jul 2004 Posts: 150 Location: South Africa, JHB
|
Message Broker 7, Windows platform
Over time several ftp security identities have been created against our broker with the following command:
Code: |
mqsisetdbparms BROKER7 -n ftp::FTPLoginUser1 -u user1 -p passw1
mqsisetdbparms BROKER7 -n ftp::FTPLoginUser2 -u user2 -p passw2 |
How can I use mqsireportproperties to list all the security identities currently configured against the broker? i.e. to list FTPLoginUser1, FTPLoginUser2 etc Or where can I find this list in a broker 7 environment? _________________ Applications Architect |
|
Back to top |
|
 |
zpat |
Posted: Wed Feb 11, 2015 2:53 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
In short - the hard way!
Navigate down the broker registry directory tree in the filesystem until you reach the DSN directory. They are all in there.
It's a long standing requirement to provide a proper command for listing this stuff. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
Ramphart |
Posted: Wed Feb 11, 2015 6:30 am Post subject: |
|
|
 Disciple
Joined: 21 Jul 2004 Posts: 150 Location: South Africa, JHB
|
zpat wrote: |
Navigate down the broker registry directory tree in the filesystem until you reach the DSN directory. |
Thx zpat - I've managed to find it. And for those who wonder where it is on the windows file system ... It's something like:
Code: |
C:\ProgramData\Application Data\IBM\MQSI\registry |
_________________ Applications Architect |
|
Back to top |
|
 |
Simbu |
Posted: Wed Feb 11, 2015 6:47 am Post subject: |
|
|
 Master
Joined: 17 Jun 2011 Posts: 289 Location: Tamil Nadu, India
|
|
Back to top |
|
 |
zpat |
Posted: Sun Feb 15, 2015 1:01 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Yes, I'd heard about that, but I can never remember if this stuff is covered by a NDA or not!
But if it's on the web, then I guess it's not. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Feb 15, 2015 11:13 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Don't forget that ANY FUNCTIONALITY in the Open Beta can be removed before the official release.
While the command might be in the Beta there is no guarantee that it will make FCS. _________________ 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 |
|
 |
|