Page 1 of 1

Data Quality - Data Rule stage

Posted: Thu Dec 08, 2016 11:56 am
by k.prashanthi
Hello,

I have a parallel job which is using IA data rules. I have removed a published data ruie from IA and also from the data rules stage in the parallel job and compiled the job but it is still pulling records for that deleted data rule. Can anyone please help me fix this issue.

Posted: Fri Dec 09, 2016 4:41 am
by ray.wurlod
Welcome aboard.

Your data rule has been published into the common metadata repository. You also need to remove it from there.

Posted: Sat Dec 10, 2016 8:26 pm
by k.prashanthi
Thank you Ray!


I am working on data rules for the first time. Can you please tell me where
I can find data rules in the metadata repository. I tried but do not see the deleted rules anywhere.

I appreciate your help. Thank you!

Posted: Sun Dec 11, 2016 11:20 am
by JRodriguez
We skipped version 9.1 all together but you should be able to delete published data quality rules with the IAAdmin.sh command with option -deletePublicRule

/opt/IBM/InformationServer/ASBServer/bin/IAAdmin -user admin -password admin -url https://myhost:9443 -deletePublicRule -projectName project_name-ruleName rule_or_rule_set_definition_name

In IA 9.1 there was not url or SSL by default, you would need to modify the command syntax to your 9.1 environment

Regards

Posted: Sun Dec 11, 2016 8:18 pm
by ray.wurlod
Julio beat me to it!

Instead of -url option you will need -server and -domain options for IAAdmin command.