psdi.configure

Class TextSearchScript

  • All Implemented Interfaces:
    UpgConstants

    Deprecated. 
    No longer used.

    public class TextSearchScript
    extends CommonShell
    implements UpgConstants
    Output a script that contains all the "db2text" commands to enable or disable text search for all tables on the database. This is used ONLY for DB2. Presumably, if someone is running this, they have already run some other utility (Maxinst, ConfigDB, etc.) with a parameter indicating not to execute "db2text" commands. The script name is db2text_tsscript.bat, and it is output to the same directory as the logfile. A second script, db2text_tsscript.sh, is also output, for Unix shell script.

    The commandline parameters for TextSearchScript are as follows, in addition to those in the superclass CommonShell.

    Parameter IDParameter ValueDescription
    -tTable names delimited by commasThis is optional. If this parameter is used, then the names of the Maximo tables to be adjusted will appear after this parameter, delimited by commas. For example: -tITEM,TOOL,WORKORDER
    If not specified, then all tables will be adjusted.
    See Also:
    CommonShell
    • Field Detail

      • db2TextFile

        protected java.io.File db2TextFile
        Deprecated. 
        The output file containing "db2text" commands.
      • db2TextOut

        protected java.io.PrintStream db2TextOut
        Deprecated. 
        The print stream for the "db2text" commands.
      • db2TextFile2

        protected java.io.File db2TextFile2
        Deprecated. 
        Second output file containing "db2text" commands.
      • db2TextOut2

        protected java.io.PrintStream db2TextOut2
        Deprecated. 
        Second print stream for the "db2text" commands.
    • Constructor Detail

      • TextSearchScript

        public TextSearchScript()
        Deprecated. 
        This constructor does nothing. Used when running from the DOS prompt.
      • TextSearchScript

        public TextSearchScript(MXServer server)
        Deprecated. 
        This constructor accepts parameter for MXServer and sets value for mxs. Used when invoked from the Config application.