BUG: Some Subs.adm Fields Are Not Viewable In Poledit

ID: Q187552


The information in this article applies to:
  • Microsoft Internet Explorer Administration Kit versions 1.0, 4.0


SYMPTOMS

When you view the Subs.adm template in the Internet Explorer Administration Kit (IEAK) using Poledit, the Subs.adm template does not display the last few parameters correctly. The text describing the parameters is too long and extends beyond the right side of the Poledit dialog box so that the edit boxes for the fields do not display.


RESOLUTION

Cut and paste the following ADM script file into notepad and save as Subs.adm:


; subs.adm
;
;;;;;;;;;;;;;;;;;;;;;;
CLASS USER ;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;

CATEGORY !!sz_Channels
KEYNAME "Software\Policies\Microsoft\Internet
Explorer\Infodelivery\Restrictions"
    POLICY !!sz_Channels
   PART !!MaxSubscriptionSize_1 TEXT
   END PART
        PART !!MaxSubscriptionSize_2 NUMERIC SPIN 250
        VALUENAME MaxSubscriptionSize
        END PART

        PART !!BlankLine TEXT
        END PART
   PART !!MaxChannelSize_1 TEXT
   END PART
        PART !!MaxChannelSize_2 NUMERIC SPIN 250
        VALUENAME MaxChannelSize
        END PART

        PART !!BlankLine TEXT
        END PART
        PART !!MaxSubscriptionCount_1 TEXT
        END PART
        PART !!MaxSubscriptionCount_2 NUMERIC SPIN 5
        VALUENAME MaxSubscriptionCount
        END PART

        PART !!BlankLine TEXT
        END PART
        PART !!MinUpdateInterval_1 TEXT
        END PART
        PART !!MinUpdateInterval_2 NUMERIC SPIN 60
        VALUENAME MinUpdateInterval
        END PART

        PART !!BlankLine TEXT
        END PART
        PART !!UpdateExcludeBegin_1 TEXT
        END PART
        PART !!UpdateExcludeBegin_2 TEXT
        END PART
        PART !!UpdateExcludeBegin_3 NUMERIC SPIN 60
        MAX 1440
        VALUENAME UpdateExcludeBegin
        END PART

        PART !!BlankLine TEXT
        END PART
        PART !!UpdateExcludeEnd_1 TEXT
        END PART
        PART !!UpdateExcludeEnd_2 TEXT
        END PART
        PART !!UpdateExcludeEnd_3 NUMERIC SPIN 60
        MAX 1440
        VALUENAME UpdateExcludeEnd
        END PART

        PART !!BlankLine TEXT
        END PART
        PART !!MaxWebcrawlLevels DROPDOWNLIST
        VALUENAME MaxWebcrawlLevels
        ITEMLIST
         NAME !!MaxWebcrawlDepth0 VALUE NUMERIC 1
         NAME !!MaxWebcrawlDepth1 VALUE NUMERIC 2
         NAME !!MaxWebcrawlDepth2 VALUE NUMERIC 3
         NAME !!MaxWebcrawlDepth3 VALUE NUMERIC 4
        END ITEMLIST
        END PART

    END POLICY
END CATEGORY

[strings]
sz_Channels="Subscriptions"

BlankLine=" "
MaxChannelSize_1="Maximum KB of channel subscription"
MaxChannelSize_2="(zero disables restriction)"
MaxSubscriptionSize_1="Maximum KB of site subscription"
MaxSubscriptionSize_2="(zero disables restriction)"
MaxSubscriptionCount_1="Maximum number of site subscriptions that can be
installed"
MaxSubscriptionCount_2="(zero disables restriction)"
MinUpdateInterval_1="Minimum number of minutes between scheduled
subscription updates"
MinUpdateInterval_2="(zero disables restriction)"
UpdateExcludeBegin_1="Beginning of range in which to exclude scheduled
subscription updates."
UpdateExcludeBegin_2="Measured in minutes from midnight"
UpdateExcludeBegin_3="(zero disables restriction)"
UpdateExcludeEnd_1="End of range in which to exclude scheduled subscription
updates."
UpdateExcludeEnd_2="Measured in minutes from midnight"
UpdateExcludeEnd_3="(zero disables restriction)"
MaxWebcrawlLevels="Maximum site subscription crawl depth."
MaxWebcrawlDepth0="0"
MaxWebcrawlDepth1="1"
MaxWebcrawlDepth2="2"
MaxWebcrawlDepth3="3"

IEAK_Title=Subscriptions
IEAK_DescriptionTitle=Subscription Settings
IEAK_Description1=The restrictions on these subscription settings allow you
to control the amount of information downloaded. These settings allow you
to restrict bandwidth in a number of ways. You may want to consider using
these settings if you are concerned about server load.
IEAK_Description2=Maximum site subscription crawl depth controls how many
levels the webcasting update utility will search for new information. This
setting should be used carefully as a high setting could make the amount of
information being downloaded exponentially large.

[IEAK]
Lock=1
Roles=001
NumOfDescLines=2 


STATUS

Microsoft has confirmed this to be a problem in Microsoft Internet Explorer Administration Kit versions 1.0 and 4.0. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.

Additional query words:

Keywords :
Version : WINDOWS:1.0,4.0
Platform : WINDOWS
Issue type : kbbug


Last Reviewed: September 8, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.