Jobs and services that
are run on a DataFlux Data Management Server fulfill separate needs.
Use jobs to access larger data sets in batch mode when a client application
is not waiting for a response. Use services and small data sets in
real time when clients await a response from the server.
To create jobs and services for your DataFlux Data Management
Server, use the DataFlux Data Management Studio application. You can
also use DataFlux Data Management Studio to create jobs to analyze
the quality of your data. The DMSRVPROFILEJOB function generates a
profile. The DMSRVBATCHJOB function runs data jobs as well as process
jobs.
Use DataFlux Data Management
Studio software to create jobs and services using a drag-and-drop
interface. You can trigger the DataFlux Data Management Studio jobs
with the function DMSRVBATCHJOB. You can run DataFlux Data Management
services with the DMSRVDATASVC and DMSRVPROCESSSVC procedures.
Jobs and services that run on the DataFlux Data Management
Servers generate information that is written to the log. You can copy
server logs using the DMSRVCOPYLOG function. Based on the information
returned by the DMSRVJOBSTATUS function, you can terminate jobs using
the DMSRVKILLJOB function.