Debugging QualityStage

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
mdemerick@dow.com
Participant
Posts: 16
Joined: Thu Apr 03, 2008 9:45 am

Debugging QualityStage

Post by mdemerick@dow.com »

Is there any way to really debug QuailtyStage? Specifically for the rule sets.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not easily. You can certainly test Rule Sets independently. You can also include Peek stages (or compile in trace mode) so that you can record what goes into and comes out of the QS stages, but that's about all there is.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
stuartjvnorton
Participant
Posts: 527
Joined: Thu Apr 19, 2007 1:25 am
Location: Melbourne

Re: Debugging QualityStage

Post by stuartjvnorton »

mdemerick@dow.com wrote:Is there any way to really debug QuailtyStage? Specifically for the rule sets.
You can't step through a ruleset (Wouldn't that be nice! Anyone from IBM listening?), but you can write your own trace code into the ruleset itself. Not hard to do, but pretty time-consuming depending on what you want.
Mine involved creating a new output field that you could append short comments to, and lots of trace within the PAT file, so you could see which patterns got hit in which order, or to check the pattern half way through, etc. Not rocket science, but has been pretty helpful.
Post Reply