Data extract overview
- The data extract configuration service, which is called
CocDataExtractConfig
. - The data extract agent, which is named CoC Data Extract.
The data extract service reads from a configuration of database tables to extract data and runs
corresponding queries against the database. The data extract service creates .csv
files and sends the files to the customer’s SFTP server. The data extract service runs automatically
when triggered by the data extract agent. This agent is triggered on scheduled intervals. You can
also directly run the data extract service, for example, when you need to re-create a previously
output extract file.
In situations, when the data extract service is down, or if the data extract process stops abruptly due to some issues, any missing data is successfully extracted when you again run the data extract service.
The database maintenance or backup time occurs everyday at a configured time early in the morning. During the database maintenance or backup time, the HADR or secondary database is not available. Therefore, ensure that you do not schedule the CoC data extract job during the database maintenance or backup window. For more information about the limitations of HADR, see the Db2 documentation.
When the data extract service for your IBM Sterling Order Management is being configured, ensure that the data extract service runs on its own agent server. By running the service on its own server, the memory calculations that are completed to run the extract jobs are more accurate.
It is recommended that you extract data from the transaction tables. To know the database tables that are supported for data extract and the data extract configuration service, see Data extract configuration service.
Running the data extraction agent in your developer toolkit environment
You can run the data extraction agent in your developer toolkit environment to retrieve data from your backup database.
For more information, see Running the data extraction agent in your developer toolkit environment.