Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
If you are using V7.0.0.1 then the mqsicvp command might help
You obviously have to know the dataset name.
Where have you searched for this information?
If you are using Windows the ODBC Admin panel will give you all the info you need.
Then on Unix/Linux the file pointed to by $ODBCINI will tell much the same story. _________________ 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.
There is no general purpose tool that will tell you exactly what database any specific message flow is using, because it is entirely possible that any given message flow can be using a different database for each message that comes through.
If you know that all of your message flows are using only ODBC, then you can see the whole list of potential databases by looking at the ODBC configuration.
If you know that all of your message flows are using only ODBC and JDBC Type 4 connections, then you can look at your ODBC configuration and your JDBCProviders.
But the BEST way to know what database a particular message flow is using is to look at the SOURCE for the message flow.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum