ADSM-L

Re: TSM 5.2.2.0 - another error in dsmserv.idl - Web admin panels for query content for random, sequential, and copypool volumes does not work

2004-01-28 16:07:19
Subject: Re: TSM 5.2.2.0 - another error in dsmserv.idl - Web admin panels for query content for random, sequential, and copypool volumes does not work
From: Joe Crnjanski <JCrnjanski AT INFINITYNETWORK DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 28 Jan 2004 16:03:23 -0500
This is fixed in 5.2.2.1


Joe Crnjanski
Infinity Network Solutions Inc.
Phone: 416-235-0931 x26
Fax:     416-235-0265
Web:  www.infinitynetwork.com



-----Original Message-----
From: Joerg Pohlmann [mailto:jpohlman AT CA.IBM DOT COM]
Sent: Wednesday, January 28, 2004 3:50 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: TSM 5.2.2.0 - another error in dsmserv.idl - Web admin panels
for query content for random, sequential, and copypool volumes does not
work


It's the same bug as the Web admin panel for q act failure - when you
search through the idl - someone in development substituted "" when there
should have been a blank (" ")  for the default. The following changes are
required:

ddefine parm ranvolume q_content name=NAMETYPE type=sellist -
format=keyword value='(SERVER,UNIcode,FSID)' default=" " title=21952
ddefine parm ranvolume q_content name=CODETYPE type=sellist -
format=keyword value='(BOTH,UNICODE,NONUNICODE)' default=" " -
title=21953

ddefine parm seqvolume q_content name=NAMETYPE type=sellist -
format=keyword value='(SERVER, UNIcode, FSID)' default=" " -
title=21952
ddefine parm seqvolume q_content name=CODETYPE type=sellist -
format=keyword value='(BOTH,UNICODE,NONUNICODE)' default=" " -
title=21953

ddefine parm cpvolume q_content name=NAMETYPE type=sellist -
format=keyword value='(SERVER,UNIcode,FSID)' default=" " -
title=21952
ddefine parm cpvolume q_content name=CODETYPE type=sellist -
format=keyword value='(BOTH,UNICODE,NONUNICODE)' default=" " -
title=21953

With the above changes rerun the idl and the q content panels will work.

Perhaps someone can open a PMR for this item as well.

Joerg Pohlmann
604-535-0452

----- Forwarded by Joerg Pohlmann/CanWest/IBM on 2004-01-28 12:40 -----


Joerg Pohlmann
2003-12-26 11:48


        To:     ADSM-L AT VM.MARIST DOT EDU
        cc:
        From:   Joerg Pohlmann/CanWest/IBM@IBMCA
        Subject:        TSM 5.2.2.0 for Windows - error in dsmserv.idl - 
activity log query does
not work



... but you can fix it yourself. Look for

ddefine parm actlog query name=domainname type=sellist value="select -
domain_name from domains" default="" title=23230

and change the null to a blank:

ddefine parm actlog query name=domainname type=sellist value="select -
domain_name from domains" default=" " title=23230


I have not yet had the chance to check other platforms.

Joerg Pohlmann
604-535-0452

<Prev in Thread] Current Thread [Next in Thread>