System Components - Precisely_EnterWorks - EnterWorks - 11.0

EnterWorks Guide

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks
Precisely EnterWorks > EnterWorks
Version
11.0
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Guide
Copyright
2024
First publish date
2007
Last updated
2025-01-07
Published on
2025-01-07T07:44:20.997352

Environments

An EnterWorks system typically consists of at least three separate environments: Development (DEV), Quality Assurance (QA), and Production (PROD). The data model is developed in the DEV environment, tested in the QA environment, and put into production in the PROD environment.

Controller and Workers

Some user tasks such as importing, exporting, validation, and mass updates are submitted as background jobs. These background jobs are distributed to an available free Worker service. The Controller service monitors for new jobs. When it receives one, it determines if it can be run simultaneously with other jobs or if it must be run sequentially, then sends the job to the next free Worker service. If the job is run on a separate server, log files associated with the job will be located with that server. In general, the greater the number of Workers configured, the greater the number of jobs that can run concurrently. However, some jobs will be serialized due to resource constraints. For example, import jobs to the same target repository will be processed serially, regardless of the number of configured workers.

Note: In distributed environment, for the EnterWorks system to access files, the services must be run using a network account that has permission to access shared resources for all locations where the EnterWorks application is installed.