<?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>article How to enable ODBC trace log for Linux Server in Qlik Replicate in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-enable-ODBC-trace-log-for-Linux-Server-in-Qlik-Replicate/ta-p/2534919</link>
    <description>&lt;P&gt;To troubleshoot an issue, it may be necessary to enable ODBC trace logging for Linux Servers.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;To enable tracing:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Locate the &lt;STRONG&gt;odbcinst.ini&lt;/STRONG&gt; file&lt;BR /&gt;The file is typically located at&lt;EM&gt; /etc/odbcinst.ini&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Edit the file by opening it in a text editor&lt;/LI&gt;
&lt;LI&gt;Find the &lt;STRONG&gt;[ODBC]&lt;/STRONG&gt; section.&lt;/LI&gt;
&lt;LI&gt;Add or modify the following lines:&lt;BR /&gt;&lt;BR /&gt;Below the &lt;STRONG&gt;[ODBC]&lt;/STRONG&gt; section:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Trace=Yes&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TraceFile=/path/to/your/trace.log&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Replace with the desired path and filename for your log.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Save the file&lt;/LI&gt;
&lt;LI&gt;Restart the Qlik Replicate service&lt;/LI&gt;
&lt;LI&gt;Give &lt;STRONG&gt;777&lt;/STRONG&gt; permissions to the directory where &lt;STRONG&gt;TraceFile&lt;/STRONG&gt; is located so that Qlik Replicate can create the log file&lt;/LI&gt;
&lt;LI&gt;Reproduce the issue. Run your application to generate the trace log.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;To disable tracing:&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt; &lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you are finished, repeat the steps and set &lt;STRONG&gt;Trace=Yes&lt;/STRONG&gt; to &lt;STRONG&gt;Trace=No&lt;/STRONG&gt; in the &lt;STRONG&gt;odbcinst.ini&lt;/STRONG&gt; file.&lt;/P&gt;
&lt;H4&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;odbcinst.ini example:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;PRE&gt;[ODBC Driver 18 for SQL Server]&lt;BR /&gt;Description=Microsoft ODBC Driver 18 for SQL Server&lt;BR /&gt;Driver=/opt/microsoft/msodbcsql18/lib64/libmsodbcsql-18.1.so.2.1&lt;BR /&gt;UsageCount=1&lt;BR /&gt;[ODBC]&lt;BR /&gt;Trace=Yes&lt;BR /&gt;TraceFile=/odbctrace/odbctrace.log&lt;BR /&gt;TraceOptions=3 &amp;nbsp; &amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 31 Oct 2025 08:48:26 GMT</pubDate>
    <dc:creator>Jingyi_Lin</dc:creator>
    <dc:date>2025-10-31T08:48:26Z</dc:date>
    <item>
      <title>How to enable ODBC trace log for Linux Server in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-enable-ODBC-trace-log-for-Linux-Server-in-Qlik-Replicate/ta-p/2534919</link>
      <description>&lt;P&gt;To troubleshoot an issue, it may be necessary to enable ODBC trace logging for Linux Servers.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;To enable tracing:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Locate the &lt;STRONG&gt;odbcinst.ini&lt;/STRONG&gt; file&lt;BR /&gt;The file is typically located at&lt;EM&gt; /etc/odbcinst.ini&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Edit the file by opening it in a text editor&lt;/LI&gt;
&lt;LI&gt;Find the &lt;STRONG&gt;[ODBC]&lt;/STRONG&gt; section.&lt;/LI&gt;
&lt;LI&gt;Add or modify the following lines:&lt;BR /&gt;&lt;BR /&gt;Below the &lt;STRONG&gt;[ODBC]&lt;/STRONG&gt; section:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Trace=Yes&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;TraceFile=/path/to/your/trace.log&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Replace with the desired path and filename for your log.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Save the file&lt;/LI&gt;
&lt;LI&gt;Restart the Qlik Replicate service&lt;/LI&gt;
&lt;LI&gt;Give &lt;STRONG&gt;777&lt;/STRONG&gt; permissions to the directory where &lt;STRONG&gt;TraceFile&lt;/STRONG&gt; is located so that Qlik Replicate can create the log file&lt;/LI&gt;
&lt;LI&gt;Reproduce the issue. Run your application to generate the trace log.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;To disable tracing:&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt; &lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you are finished, repeat the steps and set &lt;STRONG&gt;Trace=Yes&lt;/STRONG&gt; to &lt;STRONG&gt;Trace=No&lt;/STRONG&gt; in the &lt;STRONG&gt;odbcinst.ini&lt;/STRONG&gt; file.&lt;/P&gt;
&lt;H4&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;odbcinst.ini example:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;PRE&gt;[ODBC Driver 18 for SQL Server]&lt;BR /&gt;Description=Microsoft ODBC Driver 18 for SQL Server&lt;BR /&gt;Driver=/opt/microsoft/msodbcsql18/lib64/libmsodbcsql-18.1.so.2.1&lt;BR /&gt;UsageCount=1&lt;BR /&gt;[ODBC]&lt;BR /&gt;Trace=Yes&lt;BR /&gt;TraceFile=/odbctrace/odbctrace.log&lt;BR /&gt;TraceOptions=3 &amp;nbsp; &amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 31 Oct 2025 08:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-enable-ODBC-trace-log-for-Linux-Server-in-Qlik-Replicate/ta-p/2534919</guid>
      <dc:creator>Jingyi_Lin</dc:creator>
      <dc:date>2025-10-31T08:48:26Z</dc:date>
    </item>
  </channel>
</rss>

