logo       

Re: Tec column label: msg#00511

sysutils.tivoli.tme10

Subject: Re: Tec column label

 
Thomas,
I tried the following,
 
SELECT tec_t_evt_rep.server_hndl,
tec_t_evt_rep.msg_catalog as System ,
tec_t_evt_rep.msg_index
FROM tec_t_evt_rep
WITH CHECK OPTION
then when I opened tec I receive the message RMDBS not started.  Any oher thoughts?
 
 

Hallo,


>Has anyone changed the label of a Tec slot so that the name changes
> on the Tec console, i.e. change msg_index to be Operations?

have you tried putting an alias name on that slot in the RDBMS console
view?
I cannot tell offhand where the column labels come from, but I'd guess
it's the column labels from the view.

Write in SQL something like

select ..., rep.msg_index AS 'Operations', ...
from tec_t_evt_rep rep

Tschau...Thomas
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise