Setting up a scheduled task....
Is it possible to set a .plan file to run from DQ Analyzer as a scheduled task using Task Scheduler?
Official
Response
-
Hello Gavin,
it is possible. The plan file may be executed from a batch file, which may be planned through task scheduler.
There is video-tutorial describing this functionality for our product DQC (Data Quality Center) at http://www.ataccama.com/tutorials (08 Server mode).
The behavior of Data Analysis Center is same in this function.
Regards
Marek
-
Hello Gavin,
it is possible. The plan file may be executed from a batch file, which may be planned through task scheduler.
There is video-tutorial describing this functionality for our product DQC (Data Quality Center) at http://www.ataccama.com/tutorials (08 Server mode).
The behavior of Data Analysis Center is same in this function.
Regards
Marek -
-
Is it possible to provide the domentation refered in the video for this process as it is not included in the DQ Analyzer 6 documentation. Many thanks.
-
-
EMPLOYEE
1I will send you the documentation to DQC which describes this. Just drop your e-mail into marek.polasek@ataccama.com. -
-
Thank you for your help. That has proved extemely useful.
-
-
Hello
How to set up correctly "runtimeCfg.xml" file in DQ Analyzer? There is no way to create it as shown in tutorial video so I'm strugling with parameter and not sure how to set it correctly up. I'm using connection to Oracle, in plan file there is already reference to connection alias. -
-
Hello,
for Oracle, your runtimeCfg.xml should look like this, all you need is to set up your data source name, username, password and properly fill the hostname and schema in the url.
<?xml version='1.0' encoding='UTF-8'?>
<runtimeconfig>
<dataSources>
<dataSource driverclass="oracle.jdbc.OracleDriver" name="<data source>" user="<user>" password="<password>" url="jdbc:oracle:thin:@<hostname>/<schema name>"/>
</dataSources>
</runtimeconfig>
DQC as shown on the tutorial video is able to create runtimeCfg.xml from the defined data source. We have removed the functionality from DQ Analyzer just because we felt it won't be helpful and to make the create new menu shorter. -
Loading Profile...



Twitter,
Facebook, or email.

EMPLOYEE
