Hi,
I've got the following script in an SQL Executor:
update tbx.ext_compare_person
set gesnam_d = tbx.diakriet_cip(gesnam_d,sourcekey,'Gesnam')
, gesvor = tbx.diakriet_cip(gesvor,sourcekey,'Vornam')
, gesnam_d_partner = tbx.diakriet_cip(gesnam_d_partner,sourcekey,'GesnamPartner')
where organisation = '1234'
and applicationcode = 'ABC'
Parameters are:
When I execute the script via "Run" (test in SQL Statement) it runs perfectly. It updates the correct rows. But when I run the translation complete, it doesn't perform as tested (it updates nothing).
What is the best solution here? Am I doing something wrong?
Thanx in advance, Erwin