<?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 Re: Qlik Replicate Naming Convention in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Naming-Convention/m-p/1709798#M247</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Different customers choose different approaches to this, but in general, the more automation you bring into the Replicate CI/CD process , the less environment specific variables you will need to introduce to the naming convention.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However it is important to follow the guidelines below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Any configurable component (notifications, transformations, etc...) should have a significant and descriptive names&lt;/LI&gt;&lt;LI&gt;Source and Target endpoints should have the identification of the "direction" in their name - &lt;STRONG&gt;SRC&lt;/STRONG&gt;_MSSQL_Area / &lt;STRONG&gt;TGT&lt;/STRONG&gt;_ADLS_Datalake&lt;/LI&gt;&lt;LI&gt;Source and Target endpoints may point to same databases but have UserIDs specific to business areaa, hence they should contain reference to the business purpose of the endpoint SRC_MSSQL_&lt;STRONG&gt;Core&lt;/STRONG&gt;, SRC_MSSQL_&lt;STRONG&gt;Customers&lt;/STRONG&gt;, SRC_DB2I_&lt;STRONG&gt;Policies&lt;/STRONG&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Task names should contain their business meaning to easily identify them in the list and to potentially use it to assign task specific permissions&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Other considerations:&lt;/P&gt;&lt;P&gt;If manual task promotions are eminent, environment name could be threaded into the task/endpoint names to avoid any mistakes when manually importing the task JSON into a target environment:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;tsk_&lt;STRONG&gt;DEV&lt;/STRONG&gt;_src_tgt_business_meaning&lt;/LI&gt;&lt;LI&gt;SRC_&lt;STRONG&gt;DEV&lt;/STRONG&gt;_MSSQL_Core&lt;/LI&gt;&lt;LI&gt;TGT_&lt;STRONG&gt;DEV&lt;/STRONG&gt;_ADLS_DataLake&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 10 Jun 2020 14:24:49 GMT</pubDate>
    <dc:creator>dima_etkin</dc:creator>
    <dc:date>2020-06-10T14:24:49Z</dc:date>
    <item>
      <title>Qlik Replicate Naming Convention</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Naming-Convention/m-p/1707183#M224</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are on the early stages of using Replicate and I was assigned to create naming conventions for all the objects. Do you have any standard naming conventions that you are using or can you point me to any documentations regarding this? thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 15:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Naming-Convention/m-p/1707183#M224</guid>
      <dc:creator>Jet</dc:creator>
      <dc:date>2020-06-01T15:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Naming Convention</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Naming-Convention/m-p/1707549#M233</link>
      <description>&lt;P&gt;Hi Jet,&lt;/P&gt;&lt;P&gt;Are you talking about source/target your application related tables naming conventions or&lt;BR /&gt;attunity internal objects that will be created during the replication process?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Madhavi&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 16:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Naming-Convention/m-p/1707549#M233</guid>
      <dc:creator>Madhavi_Konda</dc:creator>
      <dc:date>2020-06-02T16:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Naming Convention</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Naming-Convention/m-p/1707659#M235</link>
      <description>&lt;P&gt;Hi Madhavi,&lt;/P&gt;&lt;P&gt;The best practices and standards in naming objects in replicate such as tasks, source and target end points, etc. Like for example in SQL Server, we name objects like this:&lt;/P&gt;&lt;P&gt;Schema.tbl_TableName&lt;/P&gt;&lt;P&gt;Schema.sp_storedprocedurename&lt;/P&gt;&lt;P&gt;If you can give me a guide for the naming conventions that would be helpful. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 01:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Naming-Convention/m-p/1707659#M235</guid>
      <dc:creator>Jet</dc:creator>
      <dc:date>2020-06-03T01:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Naming Convention</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Naming-Convention/m-p/1709798#M247</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Different customers choose different approaches to this, but in general, the more automation you bring into the Replicate CI/CD process , the less environment specific variables you will need to introduce to the naming convention.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However it is important to follow the guidelines below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Any configurable component (notifications, transformations, etc...) should have a significant and descriptive names&lt;/LI&gt;&lt;LI&gt;Source and Target endpoints should have the identification of the "direction" in their name - &lt;STRONG&gt;SRC&lt;/STRONG&gt;_MSSQL_Area / &lt;STRONG&gt;TGT&lt;/STRONG&gt;_ADLS_Datalake&lt;/LI&gt;&lt;LI&gt;Source and Target endpoints may point to same databases but have UserIDs specific to business areaa, hence they should contain reference to the business purpose of the endpoint SRC_MSSQL_&lt;STRONG&gt;Core&lt;/STRONG&gt;, SRC_MSSQL_&lt;STRONG&gt;Customers&lt;/STRONG&gt;, SRC_DB2I_&lt;STRONG&gt;Policies&lt;/STRONG&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Task names should contain their business meaning to easily identify them in the list and to potentially use it to assign task specific permissions&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Other considerations:&lt;/P&gt;&lt;P&gt;If manual task promotions are eminent, environment name could be threaded into the task/endpoint names to avoid any mistakes when manually importing the task JSON into a target environment:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;tsk_&lt;STRONG&gt;DEV&lt;/STRONG&gt;_src_tgt_business_meaning&lt;/LI&gt;&lt;LI&gt;SRC_&lt;STRONG&gt;DEV&lt;/STRONG&gt;_MSSQL_Core&lt;/LI&gt;&lt;LI&gt;TGT_&lt;STRONG&gt;DEV&lt;/STRONG&gt;_ADLS_DataLake&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 10 Jun 2020 14:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Naming-Convention/m-p/1709798#M247</guid>
      <dc:creator>dima_etkin</dc:creator>
      <dc:date>2020-06-10T14:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Naming Convention</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Naming-Convention/m-p/1717946#M250</link>
      <description>&lt;P&gt;Thank you for the information! this will help a lot in establishing our naming convention standard.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 13:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Naming-Convention/m-p/1717946#M250</guid>
      <dc:creator>Jet</dc:creator>
      <dc:date>2020-06-11T13:42:17Z</dc:date>
    </item>
  </channel>
</rss>

