Permission required: System administrator.
The regdocs utility allows a system administrator to register files to Ingres Web Deployment Option in bulk without having to use the Visual DBA utility. With this utility, you can build scripts to aid in the maintenance of an Ingres Web Deployment Option web site.
The regdocs command has the following format:
regdocs [-nnode] –oowner –uunitname –llocation [-tdoctype] [-fflags] [-ilistfile] filenames -help
Specifies the node name of the target server.
Specifies the Ingres Web Deployment Option user who owns the file.
Specifies the name of the business unit to which the files will belong.
Specifies the name of the location of the files within the business unit. (A business unit can have more than one location associated with it.)
Specifies the type of document being registered. Valid document types are:
Indicates the document is a page, which is processed by the Ingres ICE Server. This is the default.
Indicates the document is a facet, which is not processed by the Ingres ICE Server.
Specifies the flags associated with the file that is being registered. Valid flags are:
Indicates the file is located in an external location. This flag causes the flags r, p, f, and s to be ignored.
Indicates the file is accessible by any user.
Indicates the file is located in the repository. This flag causes the p, f, and s flags to be enabled.
Indicates the file is pre-loaded during server start.
Indicates the file is always loaded.
Indicates the file is loaded on demand.
Specifies the name of a file that contains the list of files (pages and facets) to be added to the business unit.
Specifies one or more files that you want to register.
Alternatively, you can use the –ilistfile flag to specify the names of multiple files in the specified listfile.
Displays command syntax online.