Consultor Eletrônico



Kbase P146356: How to run idxbuild some from script
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/05/2009
Status: Unverified

GOAL:

How to run idxbuild some from script

GOAL:

Automating idxbuild some

FACT(s) (Environment):

UNIX
Progress 9.x
OpenEdge 10.x

FIX:

It is possible to automate the idxbuild some by using an input file and specifying that file as a parameter to idxbuild, much as with dbrpr. It is a question of taking the sequence of responses to the menus and putting them into the input file, e.g.

s
customer
custnum
!
y
y

proutil sports2000 -C idxbuild < inputfile 2>&1 runs the idxbuild some. You can specify "> outputfile" at the end to send the messages to a log instead of screen.