Tsm5.5 sql = tsm6.1 sql?

micha

ADSM.ORG Member
Joined
May 15, 2007
Messages
103
Reaction score
0
Points
0
Location
Germany
Website
www.tsm-monitor.org
Hello,

while completely rewriting TSM Monitor to store all queried data into a seperate database I wondered if the database/table layout of TSM6.1 is still the same? Do my old queries will work? I don't hava a test server yet :(

Thanks,
Micha
 
Sql 5 - 6

This is my experience between version 5.5 and 6.1 over the past couple of weeks

If you are doing all your queries through the admin client you should be okay except if you are using the catalog tables syscat.tables and syscat.columns as in version 6.1 the TSM Internal tables are no longer in the catalog ( such as AUDITOCC and STATUS ) though you can still run select statements against them

Even though IBM states that the ODBC driver is no longer supported it still appears to work though a number of data types in some of the tables have changed

I have managed to get the ODBC driver for DB2 working and started doing some comparisions and I have found a number of new tables that I am still working through. It would help if IBM published the schema and purpose of each table as well as provide access to the admin api

Graeme
 
Back
Top