textindexjob - Text Index Job

textindexjob [-Uqdc] DataArea [name ...]

The textindexjob utility generates and executes SQL to drop and create jobs to populate text indexes in Microsoft SQL Server. The text index job utility defines a schedule for populating a text index based on parameters settings in the db.cfg file. For more information on text indexing and the db.cfg file, see the Infor Landmark Technology Data Access Guide using Microsoft SQL Server.

Note: 

This utility processes jobs in Microsoft SQL Server only.

Oracle already provides methods for scheduling text index population in the Data Definition Language (DDL).

The database login connecting to the data area’s database when executing textindexjob must have privileges to add and drop jobs, job steps, and job schedules.

Option Description
DataArea The data area where text index job should be processed.
name

A list of names of dictionary files, business classes, modules, database spaces, or business class patterns to execute the command against.

Use the prefixes file-, pattern-, space-, or module- to resolve ambiguity. Use prefix- and type- to select files by prefix name or types used. File names can be the long or classic name and can include ? and *. Specifying "!" anywhere in the list will complement the selected files. Specifying @path reads names from the file, one per line. A hyphen ( - ) indicates stdin. Wildcard characters may need to be quoted in the command line or they will be interpreted by the command processor. A :L on a file name selects the lobs table. A :B on a file name selects the base table.

-U Perform the actions on database.
-q Do not print DDL to stdout.
-d Drop the selected jobs.
-c Create the selected jobs.