- expressor Repository, the centralized version control system that enables team development and an easy mechanism to install expressor applications onto remote computer
- expressor Data Processing Engine, used to run completed applications from a command window or through integration with a scheduler application
- expressor Studio, the graphical environment in which applications are developed and tested
For developers, the expressor Community Edition, which includes expressor Studio with a no term development license, is a suitable platform for learning and developing and running applications. expressor Studio deployed as the Community Edition may be integrated into a Standard Edition deployment through a no cost licensing procedure once Standard Edition has been purchased.
When you run the expressor Standard Edition installer you have multiple options:
- You could install one component: the engine, the repository, or Studio.
- You could install multiple components: the engine and repository, or Studio and repository.
After installation, you must obtain a license key for the engine or repository before these components may be used.
The Standard Edition installer is a typical wizard driven Windows process.
- Download the installer .exe from the expressor software Web site.
- As the installer runs, it checks your computer for the required prerequisites and, if necessary, downloads and installs these prerequisites.
- Next the installer download and runs the .msi executable, which performs the actual expressor installation.
- After accepting the license agreement, the Custom Setup window will open. Use this window to select the components you wish to install.
- To install just the repository:
Expand the drop down menu adjacent to the expressor Engine listing and select the option that prevents installation of this component.

Neither the engine nor Studio will be installed.
In the next window, enter the credentials for an account with the authority to use the repository. You will need to provide these credentials in order to connect to the repository from Studio. Additional accounts may be added; see the product documentation.

You may also change the directory in which the repository’s data will be stored.

- To install the engine and repository, expand the drop down menu adjacent to the expressor Studio listing and select the option that prevents installation of this component.


- And to install just the engine, disable installation of both Studio and repository.

If you need to completely remove all expressor 3 components from the computer, use the standard uninstall functional of the Control Panel. To remove one component while leaving another, rerun the installer and select the Modify option from the Program Maintenance window.


Section Widget
Recent Articles




Recent Blog Posts




Processing Records Rejected by a Read File Operator
Parsing records rejected by the Read File operator is simpler than parsing records from Read Excel and related operators. The Read File operator retains the sequence of fields and attributes when it writes them to the RecordData field of the Reject Record Schema. Because of that, it is not necessary for the Read File operator to write header records to describe the field and attribute sequence. That greatly simplifies the datascript required to parse the RecordData field and reconstruct the rejected records.
As explained in the Processing Rejected Records article, when a Read operator... read more