When I try to add a translate word munge I have this error:
The munge component doesn't appear at the screen but it is created in my repository database. I have to remove the row manually because each time I try to open my transformation process the error appear.
Here is my config :
DQguru 0.9.5
Copyright 2003-2009 SQL Power Group Inc.
Operating System:
Windows XP 5.1 (x86)
Runtime Environment:
Java(TM) SE Runtime Environment
1.6.0_12-b04
VM info:
Java HotSpot(TM) Client VM
11.2-b01
Sun Microsystems Inc.
Found a work-around:
1. add the 'Translate Word' step to transformation and save it;
2. open repository table 'mm_munge_step_parameter';
3. add new line to table with:
a. 'munge_step_oid' = step 'munge_step_oid' in 'mm_munge_step'
b. 'parameter_name' = "translateGroupOid";
c. 'parameter_value' = 'translate_group_oid' in 'pl_match_translate_group';
Don't blame me if your repository gets corrupted because of this hack
This message was edited 1 time. Last update was at 2010-01-07 06:58:07