Consultor Eletrônico



Kbase P177817: Why is my index build ignoring the second scope option I used on the command line?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/22/2010
Status: Unverified

GOAL:

Why is my index build ignoring the second scope option I used on the command line?

GOAL:

Why is my index build building all indices when I specified an area name?

GOAL:

Why is my index build building all indices when I specified a table name?

GOAL:

Why is my index build building all indices when I specified activeindexes?

GOAL:

Why is my index build building all indices when I specified inactiveindexes?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x
OpenEdge Database Category: Maintenance

FIX:

Idxbuild will not respond to more than the first scope qualifer if given more than one.

Example of scope qualifiers:
ALL
area <areaname>
table <ownername.tablename>
activeindexes
inactiveindexes

These may not be combined.
The first one of these qualifiers seen on the command line will be used and any other scope qualifiers will be ignored.