The Master Data Upload feature allows an enterprise administrator to upload certain
system data for their organization in a bulk or batch mode format. This facilitates the process of
loading large amounts of data onto the system in an efficient manner and avoids the need to manually
enter the details of each entity type (also called as upload type) into the system, especially if
the entity type contains a large amount of master data.
About this task
Perform the following steps for Master Data Upload setup in developer toolkit.
Procedure
-
Configure Upload Directory
-
Restart the om-appserver docker container
Restart the om-appserver docker container with the following
command:
./om-compose.sh restart om-appserver
-
Queue creation and agent setup (Runner, Scheduler,
Summarizer)
- Create the necessary queues for Master Data Upload.
- Configure the Master Data Upload agents.
- Navigate to:
- Following are the agents:
- Master Upload Runner
- Master Upload Scheduler
- Master Upload Summarizer
-
Agent startup commands from om-runtime
Run the om-runtime container and start the following agents in the
background:
nohup ./agentserver.sh Runner > runner.log 2>&1 &
nohup ./agentserver.sh Scheduler > scheduler.log 2>&1 &
nohup ./agentserver.sh Summarizer > summarizer.log 2>&1 &
-
File upload and verification steps