<?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>topic Process and Trigger in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/Process-and-Trigger/m-p/2337530#M1640</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;I am working on Talend 561 for MDM with Bigdata edition.&lt;BR /&gt;&lt;BR /&gt;I have a requirement in Talend MDM - "To update Timestamp with current date automatically whenever user tries to update a record in MDM UI manually".&lt;BR /&gt;I have tried with Before saving process to update a timestamp with current date.&lt;BR /&gt;I was able to get the value but it is not getting saved in MDM.&lt;BR /&gt;&lt;BR /&gt;I created a job using &amp;nbsp; tMDMTriggerInput --&amp;gt;txmlmap --&amp;gt; tMDMTriggerOutput --&amp;gt; tlogrow --&amp;gt; tBufferOutput&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;xml structure in txmlmap&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt;exchange&amp;gt;&lt;BR /&gt;&amp;lt;report&amp;gt;&lt;BR /&gt;&amp;lt;Update&amp;gt;&lt;BR /&gt;&amp;lt;UserName&amp;gt;xxxxx&amp;lt;/UserName&amp;gt;&lt;BR /&gt;&amp;lt;Source&amp;gt;genericUI&amp;lt;/Source&amp;gt;&lt;BR /&gt;&amp;lt;TimeInMillis&amp;gt;1440113141834&amp;lt;/TimeInMillis&amp;gt;&lt;BR /&gt;&amp;lt;RevisionID&amp;gt;null&amp;lt;/RevisionID&amp;gt;&lt;BR /&gt;&amp;lt;DataCluster&amp;gt;xxxxx&amp;lt;/DataCluster&amp;gt;&lt;BR /&gt;&amp;lt;DataModel&amp;gt;xxxxx&amp;lt;/DataModel&amp;gt;&lt;BR /&gt;&amp;lt;Concept&amp;gt;T_AMA_STATE_CODE&amp;lt;/Concept&amp;gt;&lt;BR /&gt;&amp;lt;Key&amp;gt;0555&amp;lt;/Key&amp;gt;&lt;BR /&gt;&amp;lt;Item&amp;gt;&lt;BR /&gt;&amp;lt;path&amp;gt;CDE_STUS_CDE&amp;lt;/path&amp;gt;&lt;BR /&gt;&amp;lt;oldValue&amp;gt;ACTIVE&amp;lt;/oldValue&amp;gt;&lt;BR /&gt;&amp;lt;newValue&amp;gt;PENDING&amp;lt;/newValue&amp;gt;&lt;BR /&gt;&amp;lt;/Item&amp;gt;&lt;BR /&gt;&amp;lt;OperationType&amp;gt;UPDATE&amp;lt;/OperationType&amp;gt;&lt;BR /&gt;&amp;lt;/Update&amp;gt;&lt;BR /&gt;&amp;lt;/report&amp;gt;&lt;BR /&gt;&amp;lt;item&amp;gt;&lt;BR /&gt;&amp;lt;T_AMA_STATE_CODE&amp;gt;&lt;BR /&gt;&amp;lt;ST_CDE&amp;gt;0555&amp;lt;/ST_CDE&amp;gt;&lt;BR /&gt;&amp;lt;ST_DESC&amp;gt;DESCRIPTION MISSING&amp;lt;/ST_DESC&amp;gt;&lt;BR /&gt;&amp;lt;CDE_STUS_CDE&amp;gt;PENDING&amp;lt;/CDE_STUS_CDE&amp;gt;&lt;BR /&gt;&amp;lt;LAST_UPD_TSTMP&amp;gt;&amp;lt;/LAST_UPD_TSTMP&amp;gt;&lt;BR /&gt;&amp;lt;/T_AMA_GENDER_CODE&amp;gt;&lt;BR /&gt;&amp;lt;/item&amp;gt;&lt;BR /&gt;&amp;lt;/exchange&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I was able to see the value for LAST_UPD_TSTMP(with currentdate) in mdm server console.&lt;BR /&gt;|MDM_Message &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;exchange&amp;gt;&amp;lt;report&amp;gt;&amp;lt;Update&amp;gt;&amp;lt;UserName&amp;gt;xxxxx&amp;lt;/UserName&amp;gt;&amp;lt;Source&amp;gt;genericUI&amp;lt;/Source&amp;gt;&amp;lt;TimeInMillis&amp;gt;1440113141834&amp;lt;/TimeInMillis&amp;gt;&amp;lt;RevisionID&amp;gt;null&amp;lt;/RevisionID&amp;gt;&amp;lt;DataCluster&amp;gt;xxxxx&amp;lt;/DataCluster&amp;gt;&amp;lt;DataModel&amp;gt;xxxxx&amp;lt;/DataModel&amp;gt;&amp;lt;Concept&amp;gt;T_AMA_STATE_CODE&amp;lt;/Concept&amp;gt;&amp;lt;Key&amp;gt;0555&amp;lt;/Key&amp;gt;&amp;lt;Item&amp;gt;&amp;lt;path&amp;gt;CDE_STUS_CDE&amp;lt;/path&amp;gt;&amp;lt;oldValue&amp;gt;ACTIVE&amp;lt;/oldValue&amp;gt;&amp;lt;newValue&amp;gt;PENDING&amp;lt;/newValue&amp;gt;&amp;lt;/Item&amp;gt;&amp;lt;OperationType&amp;gt;UPDATE&amp;lt;/OperationType&amp;gt;&amp;lt;/Update&amp;gt;&amp;lt;/report&amp;gt;&amp;lt;item&amp;gt;&amp;lt;T_AMA_STATE_CODE&amp;gt;&amp;lt;ST_CDE&amp;gt;0555&amp;lt;/ST_CDE&amp;gt;&amp;lt;ST_DESC&amp;gt;DESCRIPTION MISSING&amp;lt;/ST_DESC&amp;gt;&amp;lt;CDE_STUS_CDE&amp;gt;PENDING&amp;lt;/CDE_STUS_CDE&amp;gt;&amp;lt;LAST_UPD_ID&amp;gt;xxxx&amp;lt;/LAST_UPD_ID&amp;gt;&amp;lt;LAST_UPD_TSTMP&amp;gt;2015-08-20&amp;lt;/LAST_UPD_TSTMP&amp;gt;&amp;lt;/T_AMA_STATE_CODE&amp;gt;&amp;lt;/item&amp;gt;&amp;lt;/exchange&amp;gt;|&lt;BR /&gt;&lt;BR /&gt;But when I try to save in MDM, It is giving following exception&amp;nbsp;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri,"&gt;"The Validation process did not return the expected message, the record was not saved."&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri,"&gt;Can any one let me know the solution for this?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri,"&gt;Thanks&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri,"&gt;Silpa&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 11:05:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:05:09Z</dc:date>
    <item>
      <title>Process and Trigger</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Process-and-Trigger/m-p/2337530#M1640</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;I am working on Talend 561 for MDM with Bigdata edition.&lt;BR /&gt;&lt;BR /&gt;I have a requirement in Talend MDM - "To update Timestamp with current date automatically whenever user tries to update a record in MDM UI manually".&lt;BR /&gt;I have tried with Before saving process to update a timestamp with current date.&lt;BR /&gt;I was able to get the value but it is not getting saved in MDM.&lt;BR /&gt;&lt;BR /&gt;I created a job using &amp;nbsp; tMDMTriggerInput --&amp;gt;txmlmap --&amp;gt; tMDMTriggerOutput --&amp;gt; tlogrow --&amp;gt; tBufferOutput&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;xml structure in txmlmap&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt;exchange&amp;gt;&lt;BR /&gt;&amp;lt;report&amp;gt;&lt;BR /&gt;&amp;lt;Update&amp;gt;&lt;BR /&gt;&amp;lt;UserName&amp;gt;xxxxx&amp;lt;/UserName&amp;gt;&lt;BR /&gt;&amp;lt;Source&amp;gt;genericUI&amp;lt;/Source&amp;gt;&lt;BR /&gt;&amp;lt;TimeInMillis&amp;gt;1440113141834&amp;lt;/TimeInMillis&amp;gt;&lt;BR /&gt;&amp;lt;RevisionID&amp;gt;null&amp;lt;/RevisionID&amp;gt;&lt;BR /&gt;&amp;lt;DataCluster&amp;gt;xxxxx&amp;lt;/DataCluster&amp;gt;&lt;BR /&gt;&amp;lt;DataModel&amp;gt;xxxxx&amp;lt;/DataModel&amp;gt;&lt;BR /&gt;&amp;lt;Concept&amp;gt;T_AMA_STATE_CODE&amp;lt;/Concept&amp;gt;&lt;BR /&gt;&amp;lt;Key&amp;gt;0555&amp;lt;/Key&amp;gt;&lt;BR /&gt;&amp;lt;Item&amp;gt;&lt;BR /&gt;&amp;lt;path&amp;gt;CDE_STUS_CDE&amp;lt;/path&amp;gt;&lt;BR /&gt;&amp;lt;oldValue&amp;gt;ACTIVE&amp;lt;/oldValue&amp;gt;&lt;BR /&gt;&amp;lt;newValue&amp;gt;PENDING&amp;lt;/newValue&amp;gt;&lt;BR /&gt;&amp;lt;/Item&amp;gt;&lt;BR /&gt;&amp;lt;OperationType&amp;gt;UPDATE&amp;lt;/OperationType&amp;gt;&lt;BR /&gt;&amp;lt;/Update&amp;gt;&lt;BR /&gt;&amp;lt;/report&amp;gt;&lt;BR /&gt;&amp;lt;item&amp;gt;&lt;BR /&gt;&amp;lt;T_AMA_STATE_CODE&amp;gt;&lt;BR /&gt;&amp;lt;ST_CDE&amp;gt;0555&amp;lt;/ST_CDE&amp;gt;&lt;BR /&gt;&amp;lt;ST_DESC&amp;gt;DESCRIPTION MISSING&amp;lt;/ST_DESC&amp;gt;&lt;BR /&gt;&amp;lt;CDE_STUS_CDE&amp;gt;PENDING&amp;lt;/CDE_STUS_CDE&amp;gt;&lt;BR /&gt;&amp;lt;LAST_UPD_TSTMP&amp;gt;&amp;lt;/LAST_UPD_TSTMP&amp;gt;&lt;BR /&gt;&amp;lt;/T_AMA_GENDER_CODE&amp;gt;&lt;BR /&gt;&amp;lt;/item&amp;gt;&lt;BR /&gt;&amp;lt;/exchange&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I was able to see the value for LAST_UPD_TSTMP(with currentdate) in mdm server console.&lt;BR /&gt;|MDM_Message &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;exchange&amp;gt;&amp;lt;report&amp;gt;&amp;lt;Update&amp;gt;&amp;lt;UserName&amp;gt;xxxxx&amp;lt;/UserName&amp;gt;&amp;lt;Source&amp;gt;genericUI&amp;lt;/Source&amp;gt;&amp;lt;TimeInMillis&amp;gt;1440113141834&amp;lt;/TimeInMillis&amp;gt;&amp;lt;RevisionID&amp;gt;null&amp;lt;/RevisionID&amp;gt;&amp;lt;DataCluster&amp;gt;xxxxx&amp;lt;/DataCluster&amp;gt;&amp;lt;DataModel&amp;gt;xxxxx&amp;lt;/DataModel&amp;gt;&amp;lt;Concept&amp;gt;T_AMA_STATE_CODE&amp;lt;/Concept&amp;gt;&amp;lt;Key&amp;gt;0555&amp;lt;/Key&amp;gt;&amp;lt;Item&amp;gt;&amp;lt;path&amp;gt;CDE_STUS_CDE&amp;lt;/path&amp;gt;&amp;lt;oldValue&amp;gt;ACTIVE&amp;lt;/oldValue&amp;gt;&amp;lt;newValue&amp;gt;PENDING&amp;lt;/newValue&amp;gt;&amp;lt;/Item&amp;gt;&amp;lt;OperationType&amp;gt;UPDATE&amp;lt;/OperationType&amp;gt;&amp;lt;/Update&amp;gt;&amp;lt;/report&amp;gt;&amp;lt;item&amp;gt;&amp;lt;T_AMA_STATE_CODE&amp;gt;&amp;lt;ST_CDE&amp;gt;0555&amp;lt;/ST_CDE&amp;gt;&amp;lt;ST_DESC&amp;gt;DESCRIPTION MISSING&amp;lt;/ST_DESC&amp;gt;&amp;lt;CDE_STUS_CDE&amp;gt;PENDING&amp;lt;/CDE_STUS_CDE&amp;gt;&amp;lt;LAST_UPD_ID&amp;gt;xxxx&amp;lt;/LAST_UPD_ID&amp;gt;&amp;lt;LAST_UPD_TSTMP&amp;gt;2015-08-20&amp;lt;/LAST_UPD_TSTMP&amp;gt;&amp;lt;/T_AMA_STATE_CODE&amp;gt;&amp;lt;/item&amp;gt;&amp;lt;/exchange&amp;gt;|&lt;BR /&gt;&lt;BR /&gt;But when I try to save in MDM, It is giving following exception&amp;nbsp;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri,"&gt;"The Validation process did not return the expected message, the record was not saved."&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri,"&gt;Can any one let me know the solution for this?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri,"&gt;Thanks&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#1f497d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri,"&gt;Silpa&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Process-and-Trigger/m-p/2337530#M1640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Process and Trigger</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Process-and-Trigger/m-p/2337531#M1641</link>
      <description>Hi&amp;nbsp;&lt;FONT color="#1f497d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Silpa,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[color=#1f497d][font=Verdana, Helvetica, Arial, sans-serif]&lt;FONT size="1"&gt;We saw that your topic has been resolved by yourself. If it is fixed, would you mind sharing your solution with us?&lt;/FONT&gt;[/font][/color]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[color=#1f497d][font=Verdana, Helvetica, Arial, sans-serif]&lt;FONT size="1"&gt;Best regards&lt;/FONT&gt;[/font][/color]&lt;BR /&gt;[color=#1f497d][font=Verdana, Helvetica, Arial, sans-serif]&lt;FONT size="1"&gt;Sabrina&lt;/FONT&gt;[/font][/color]</description>
      <pubDate>Tue, 25 Aug 2015 08:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Process-and-Trigger/m-p/2337531#M1641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T08:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Process and Trigger</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Process-and-Trigger/m-p/2337532#M1642</link>
      <description>Can you please tell me how did you add the output_item in the before save process.?</description>
      <pubDate>Fri, 25 Nov 2016 07:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Process-and-Trigger/m-p/2337532#M1642</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-11-25T07:46:32Z</dc:date>
    </item>
  </channel>
</rss>

