Please post the failing statement as well.
Cheers
Serge

Signature
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
The SQL that the control center try to execute is:
SELECT TabSchema, TabName, Type, TBSpace, INDEX_TBSPACE, LONG_TBSPACE,
DataCapture, Definer, Remarks FROM SYSCAT.Tables WHERE Type in
('T','S','U','H') ORDER BY TabName FOR FETCH ONLY WITH UR
If i try to execute it from command center the sql runs without problem.
If I open the same database with a control center installed on another
machine i don't receive the error.
Is very strange, but I can't reinstall the DB2 'cause I have a database that
have a dimension of 100GByte!!
Do you have an idea??
>> Hi all,
>>
[quoted text clipped - 14 lines]
> Cheers
> Serge
Bob [IBM] - 31 Mar 2006 23:46 GMT
> The SQL that the control center try to execute is:
>
[quoted text clipped - 33 lines]
>> Cheers
>> Serge
I cannot help you with the Control Center error - but installing or
reinstalling DB2 has nothing do to with your database ... as long as you
know where your database is catalogued your should be able to reinstall
DB2 and then simply recatalog your database. Reinstalling does not drop
or remove your database. It simply would remove the entry in the system
catalogue directory (since a new one would be created).
Bob