>Yesterday I had put "index yes" in my global dumptype though.  I just put
>it in the individual dumptypes.  ...

Each individual dumptype should start with the name of another dumptype
that it inherits from.  Eventually they should all go back to one that
includes "global", e.g.:

  define dumptype global {
    ...
  }

  define dumptype root-tar {
    global                              # inherit everything from "global"
    ...
  }

  define dumptype user-tar {
    root-tar                            # inherit everything from "root-tar"
                                        # which in turn inherits from "global"
    ...
  }

If you've added new dumptypes, the first line in them should refer
to the "global" dumptype (ala root-tar above) so changes like "index"
take effect.

>We'll see what happens in the morning.

Just do that amadmin command again and make sure index is set to yes.
If it isn't, something is still wrong.

>Robert

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

Reply via email to