ADSM-L

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 15:51:55
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
From: Joerg Pohlmann <jpohlman AT CA.IBM DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 28 Jan 2004 12:50:19 -0800
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>