Transform Map Isn't Transforming

johnfeist
Mega Sage
Mega Sage

I have a very simple data source that is populated via JDBC from one of my SQL Server databases.  The data are two elements, employee number and cost center.  I've built a transform map to load the updates into sys_user.  Here's what that map looks like

find_real_file.png

When I run the transform, noting seems to be happening.  It shows successful completion but the logs show no inserts, changes, errors, skips etc.

I wrote a little script, separate from the transform map, that just grabs the data from the import set and iterates through looking for matching employee numbers.  That script shows that if finds all twenty employee numbers with some cost centers matching source = target and some not.  After the map "runs" thee are no changes.

I know this must be something simple that I'm missing so if anyone can tell me what that is I'll be most grateful to get this done.

:{)

Hope that helps.

:{)

Helpful and Correct tags are appreciated and help others to find information faster
1 ACCEPTED SOLUTION

Hi,

I noticed that your result keeps being 20, are you doing the "test load 20 records" functionality as part of this? You didn't mention that and that's important as the result will always be 0 as the test load doesn't actually transform them and insert them.

So please do without the test load.

Alternatively, you can click "reprocess" on the import set and that would work as well, I believe.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

View solution in original post

6 REPLIES 6

Hi,

I noticed that your result keeps being 20, are you doing the "test load 20 records" functionality as part of this? You didn't mention that and that's important as the result will always be 0 as the test load doesn't actually transform them and insert them.

So please do without the test load.

Alternatively, you can click "reprocess" on the import set and that would work as well, I believe.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Thank you Allen.  Once I hit reprocess everything worked as expected,

:{)

Hope that helps.

:{)

Helpful and Correct tags are appreciated and help others to find information faster