Upload Query schema
Copies and compiles a query schema from a local database to an EDM database managed by an EDM server. The query schema and the underlying express schema must have been defined with the "storing source" option set.
Arguments:
Server context name: |
Specify name of server context. |
Schema: |
Specify the name of the underlying Express schema. Express schema names are case insensitive. |
Query Schema: |
Specify the name of the file(s) containing Query Schema(ta). If more than one file is specified, delimit each file name with a comma. The wild card symbol "*" is also a permitted character in a filename. The default file extension is ".qex". |
Diagnostic file: |
Specify the file name for diagnostic information generated by this command. If no file name is supplied, all diagnostic information will be presented in the EDMsupervisor output window. |
Options:
accumulating command output: |
A global option that appends the command output to the EDMsupervisor output window. Otherwise the output window is refreshed and only the last command output is displayed. |
clear all options: |
Unset all command options except [accumulating command output]. |
storing source: |
Specifies that the Express schema(ta) in its original form will be stored in the EDMdatabase. This Express source can later be retrieved and displayed by the command Remote Systems>Query schema>Show. |
deleting existing schemas: |
Specifies that the existing Query schemata with the same name as the currently compiled Query schemata belonging to the same underlying EXPRESS schema, will be replaced by the actual compiled Query schemata. |
parse only: |
Specifies that the Query schema(ta)will be checked for syntax errors only. This option will set and unset several other options, and these options cannot be changed until the [parse only] option is reset. |
no dictionary model: |
Specifies that no dictionary models will be created. |
continue storing on error: |
Enforces the EDMexpressXCompiler to update the dictionary models of the underlying EXPRESS schemata for Query schemata that is reported erroneous by the compiler. Only schema(ta) compiled without any errors will be stored in the actual dictionary model(s) in the EDMdatabase when this option is unset. |
html error listing: |
Specifies that compilation errors will be presented in HTML format by the EDMsupervisor configured Internet Browser. |