<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Transform Map Isn't Transforming in ServiceNow AI Platform forum</title>
    <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119860#M76249</link>
    <description>&lt;P&gt;I have a very simple data source that is populated via JDBC from one of my SQL Server databases.&amp;nbsp; The data are two elements, employee number and cost center.&amp;nbsp; I've built a transform map to load the updates into sys_user.&amp;nbsp; Here's what that map looks like&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/114122iAC1309517D5C8191/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When I run the transform, noting seems to be happening.&amp;nbsp; It shows successful completion but the logs show no inserts, changes, errors, skips etc.&lt;/P&gt;
&lt;P&gt;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.&amp;nbsp; That script shows that if finds all twenty employee numbers with some cost centers matching source = target and some not.&amp;nbsp; After the map "runs" thee are no changes.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;:{)&lt;/P&gt;</description>
    <pubDate>Mon, 02 May 2022 22:15:18 GMT</pubDate>
    <dc:creator>johnfeist</dc:creator>
    <dc:date>2022-05-02T22:15:18Z</dc:date>
    <item>
      <title>Transform Map Isn't Transforming</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119860#M76249</link>
      <description>&lt;P&gt;I have a very simple data source that is populated via JDBC from one of my SQL Server databases.&amp;nbsp; The data are two elements, employee number and cost center.&amp;nbsp; I've built a transform map to load the updates into sys_user.&amp;nbsp; Here's what that map looks like&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/114122iAC1309517D5C8191/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When I run the transform, noting seems to be happening.&amp;nbsp; It shows successful completion but the logs show no inserts, changes, errors, skips etc.&lt;/P&gt;
&lt;P&gt;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.&amp;nbsp; That script shows that if finds all twenty employee numbers with some cost centers matching source = target and some not.&amp;nbsp; After the map "runs" thee are no changes.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;:{)&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 22:15:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119860#M76249</guid>
      <dc:creator>johnfeist</dc:creator>
      <dc:date>2022-05-02T22:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Map Isn't Transforming</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119861#M76250</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;UL&gt;&lt;LI&gt;Have you verified the contents on the import set table to see if there is data actually there?&lt;/LI&gt;&lt;LI&gt;Can you open those records and see if there's data actually there?&lt;/LI&gt;&lt;LI&gt;Can you give more information as far as where you're running your script that is giving you some insight?&lt;/LI&gt;&lt;LI&gt;Have you checked your system logs for any information?&lt;/LI&gt;&lt;LI&gt;Have you verified this transform map is the one actually associated with the data source/import table?&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Please mark reply as Helpful/Correct, if applicable. Thanks!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 22:20:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119861#M76250</guid>
      <dc:creator>Allen Andreas</dc:creator>
      <dc:date>2022-05-02T22:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Map Isn't Transforming</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119862#M76251</link>
      <description>&lt;P&gt;Hi Allen,&lt;/P&gt;
&lt;P&gt;To answer your questions:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Yes, I've brought the table up in list view and the values are there.&amp;nbsp; I've also accessed those same data via script.&lt;/LI&gt;
&lt;LI&gt;Yes, clicking from list view the data are there.&lt;/LI&gt;
&lt;LI&gt;It's a simple script, defines a GlideRecord on u_get_cost_centers.&amp;nbsp; From there it queries the table and gets a Row Count which matches the&amp;nbsp; number of records imported (test 20).&amp;nbsp; Then is just iterates through the GlideRecord looking for matching employee_number records in sys_user displaying the result via gs.print.&lt;/LI&gt;
&lt;LI&gt;The various logs show nothing more.&lt;/LI&gt;
&lt;LI&gt;Yes, the source table on the form shows u_get_cost_centers.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I'm most interested as to what it is that I'm doing wrong so I'll appreciate any insights you can provide.&lt;/P&gt;
&lt;P&gt;:{)&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 13:16:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119862#M76251</guid>
      <dc:creator>johnfeist</dc:creator>
      <dc:date>2022-05-03T13:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Map Isn't Transforming</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119863#M76252</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you remove the check for the 'Run Business Rules' checkbox. Unless you have a direct need to run business rules on that the target table for this update, it's not recommended to have that checkbox checked as it's extra processing that may not be needed. With that said, there could be something causing those updates to not push due to some downstream BR process.&lt;/P&gt;
&lt;P&gt;Outside of that, I understand you're interested in what you're doing wrong, that's what we're here to discuss &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; -- I'm just asking some initial question to get a better understand of what is going on and what you have or have not tried thus far.&lt;/P&gt;
&lt;P&gt;So&amp;nbsp;when you're saying:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"It shows successful completion but the logs show no inserts, changes, errors, skips etc."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;You mean in the System Import Sets &amp;gt; Transform History it's not showing any values in the inserts, updates, ignored, skipped, or errors column?&lt;/P&gt;
&lt;P&gt;We need to get a better understanding of where you've precisely checked for this because having a green successful bar (or may be blue - I forget) once you conduct the transform and then you saying 0's across all of those columns...it would imply that there's nothing in the import set at all.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Please mark reply as Helpful/Correct, if applicable. Thanks!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 13:36:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119863#M76252</guid>
      <dc:creator>Allen Andreas</dc:creator>
      <dc:date>2022-05-03T13:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Map Isn't Transforming</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119864#M76253</link>
      <description>&lt;P&gt;Hi Allen,&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;I unchecked the Apply Business Rules box and reran, no joy.&lt;/P&gt;
&lt;P&gt;Following is a step by step of what I've done:&lt;/P&gt;
&lt;P&gt;I loaded clean data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/114113iE4DE7825CEB7A54F/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then I opened in list view:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/114115iE3C1E1CD3D7AF822/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and then one row:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/114116iB777B6D9C5D2D619/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then I go to the transform map and hit the Transform link:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/114117i639EB63AB5773A87/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I click on Transform and get the following immediately:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/114123i766E49C914B2E7A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When I go into the Transform History and open that record I get:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/114119i4A13E502DEBCD7AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If I try to run the load again I get an error that there is nothing to load.&lt;/P&gt;
&lt;P&gt;I hope this gives a complete picture.&lt;/P&gt;
&lt;P&gt;:{)&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 14:25:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119864#M76253</guid>
      <dc:creator>johnfeist</dc:creator>
      <dc:date>2022-05-03T14:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Map Isn't Transforming</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119865#M76254</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;So please do without the test load.&lt;/P&gt;
&lt;P&gt;Alternatively, you can click "reprocess" on the import set and that would work as well, I believe.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Please mark reply as Helpful/Correct, if applicable. Thanks!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 15:13:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119865#M76254</guid>
      <dc:creator>Allen Andreas</dc:creator>
      <dc:date>2022-05-03T15:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Map Isn't Transforming</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119866#M76255</link>
      <description>&lt;P&gt;Thank you Allen.&amp;nbsp; Once I hit reprocess everything worked as expected,&lt;/P&gt;
&lt;P&gt;:{)&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 15:29:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/transform-map-isn-t-transforming/m-p/1119866#M76255</guid>
      <dc:creator>johnfeist</dc:creator>
      <dc:date>2022-05-03T15:29:34Z</dc:date>
    </item>
  </channel>
</rss>

