<?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: help with running Qlik Replicate in docker in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919525#M2405</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/172321"&gt;@sgorey&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I wonder if deviating from the Oracle client steps may be causing the source connection to hang.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From create-dockerfile.sh&lt;/P&gt;
&lt;P&gt;check_necessary_file_exists "oracleclient.rsp" "oracle$version" || return $?&lt;BR /&gt;filename=$1&lt;BR /&gt;version=$2&lt;BR /&gt;cat &amp;gt;&amp;gt; $dockerfile &amp;lt;&amp;lt; EOF&lt;BR /&gt;ADD oracleclient.rsp /oracleclient.rsp&lt;BR /&gt;RUN yum install -y libaio&lt;BR /&gt;ADD $filename /&lt;BR /&gt;RUN unzip $filename&lt;BR /&gt;RUN usermod -G attunity attunity&lt;BR /&gt;RUN mkdir /opt/oracle &amp;amp;&amp;amp; chown -R attunity:attunity /opt/oracle&lt;BR /&gt;USER attunity&lt;BR /&gt;RUN /client/runInstaller -silent -ignorePrereq -waitforcompletion -responseFile /oracleclient.rsp&lt;BR /&gt;USER root&lt;BR /&gt;RUN /opt/oracle/oraInventory/orainstRoot.sh&lt;BR /&gt;ENV ORACLE_HOME=/opt/oracle/$version/client&lt;BR /&gt;ENV LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/opt/oracle/$version/client&lt;BR /&gt;RUN rm -rf $filename client oracleclient.rsp&lt;BR /&gt;EOF&lt;/P&gt;
&lt;P&gt;Attunity user specifically does some steps which may set it up differently than&amp;nbsp; applying the instant client .rpm.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you attach a log with SOURCE_CAPTURE and SOURCE_UNLOAD to trace when you try to run the task?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kelly&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Apr 2022 19:39:14 GMT</pubDate>
    <dc:creator>KellyHobson</dc:creator>
    <dc:date>2022-04-18T19:39:14Z</dc:date>
    <item>
      <title>help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919451#M2399</link>
      <description>&lt;P&gt;starting replication task hangs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using&amp;nbsp;areplicate-2021.11.0-266.x86_64.rpm.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The source endpoint is an Oracle 19 database and the target endpoint is Kafka. I'm fairly confident the endpoints are configured properly because we have a VM Qlik Replicate install working as desired.&lt;/P&gt;
&lt;P&gt;When running in docker, I can verify the source and target endpoints. I can create the task, which involves selecting schema and tables from the oracle database.&lt;/P&gt;
&lt;P&gt;The issue occurs when starting the replicate task.&lt;/P&gt;
&lt;P&gt;the dialog box, "starting main loop ..." eventually times out.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 16:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919451#M2399</guid>
      <dc:creator>sgorey</dc:creator>
      <dc:date>2022-04-18T16:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919472#M2401</link>
      <description>&lt;P&gt;Do you have ports exposed in your docker run command?&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kelly&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 16:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919472#M2401</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-04-18T16:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919483#M2402</link>
      <description>&lt;P&gt;yes, this is my run command&lt;/P&gt;
&lt;P&gt;./run_docker.sh 3552 qlik&amp;nbsp;Abcdef1234567890&lt;BR /&gt;&lt;BR /&gt;it starts up fine. I'm able to navigate to &lt;A href="https://localhost:3552/attunityreplicate/2021.11.0.266" target="_blank"&gt;https://localhost:3552/attunityreplicate/2021.11.0.266&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;logs are quite large as I've enabled verbose output.&lt;/P&gt;
&lt;P&gt;I did deviate from the docker file a bit when it came to adding the Oracle instant client. I don't have the oracle zip it referenced. Instead, I've downloaded the instantclient rpms and install them that way in the Dockerfile (attached).&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 17:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919483#M2402</guid>
      <dc:creator>sgorey</dc:creator>
      <dc:date>2022-04-18T17:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919525#M2405</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/172321"&gt;@sgorey&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I wonder if deviating from the Oracle client steps may be causing the source connection to hang.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From create-dockerfile.sh&lt;/P&gt;
&lt;P&gt;check_necessary_file_exists "oracleclient.rsp" "oracle$version" || return $?&lt;BR /&gt;filename=$1&lt;BR /&gt;version=$2&lt;BR /&gt;cat &amp;gt;&amp;gt; $dockerfile &amp;lt;&amp;lt; EOF&lt;BR /&gt;ADD oracleclient.rsp /oracleclient.rsp&lt;BR /&gt;RUN yum install -y libaio&lt;BR /&gt;ADD $filename /&lt;BR /&gt;RUN unzip $filename&lt;BR /&gt;RUN usermod -G attunity attunity&lt;BR /&gt;RUN mkdir /opt/oracle &amp;amp;&amp;amp; chown -R attunity:attunity /opt/oracle&lt;BR /&gt;USER attunity&lt;BR /&gt;RUN /client/runInstaller -silent -ignorePrereq -waitforcompletion -responseFile /oracleclient.rsp&lt;BR /&gt;USER root&lt;BR /&gt;RUN /opt/oracle/oraInventory/orainstRoot.sh&lt;BR /&gt;ENV ORACLE_HOME=/opt/oracle/$version/client&lt;BR /&gt;ENV LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/opt/oracle/$version/client&lt;BR /&gt;RUN rm -rf $filename client oracleclient.rsp&lt;BR /&gt;EOF&lt;/P&gt;
&lt;P&gt;Attunity user specifically does some steps which may set it up differently than&amp;nbsp; applying the instant client .rpm.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you attach a log with SOURCE_CAPTURE and SOURCE_UNLOAD to trace when you try to run the task?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kelly&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 19:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919525#M2405</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-04-18T19:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919526#M2406</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;BR /&gt;I was missing&lt;BR /&gt;&lt;SPAN&gt;RUN yum install -y libaio&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I'll add that and report back.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 19:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919526#M2406</guid>
      <dc:creator>sgorey</dc:creator>
      <dc:date>2022-04-18T19:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919536#M2407</link>
      <description>&lt;P&gt;Log attached.&lt;/P&gt;
&lt;P&gt;I see:&lt;/P&gt;
&lt;P&gt;00000394: 2022-04-18T20:19:47 [SOURCE_CAPTURE ]T: Going to execute the statement 'drop directory attrep_dir_test' (without select) (oracle_endpoint_utils.c:3103)&lt;BR /&gt;00000394: 2022-04-18T20:19:47 [SOURCE_CAPTURE ]T: ORA-01031: insufficient privileges [1022317] (oracle_endpoint_utils.c:3113)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;odd because I don't see this error when I run a simliar task on a Qlik Replicate server on a VM.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 20:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919536#M2407</guid>
      <dc:creator>sgorey</dc:creator>
      <dc:date>2022-04-18T20:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919952#M2409</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/172321"&gt;@sgorey&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for sharing the logs. Can you confirm if the&amp;nbsp;&lt;SPAN&gt;user specified in the&lt;/SPAN&gt;&lt;SPAN class="mc-variable Replicate.Product variable"&gt;&amp;nbsp;Replicate&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Oracle source endpoint connection on&amp;nbsp; docker instance is the same as your VM?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks, Kelly&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 13:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1919952#M2409</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-04-19T13:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1920011#M2413</link>
      <description>Yes, the Oracle endpoints are the same.&lt;BR /&gt;&lt;BR /&gt;I'm taking your suggestion of installing the oracle instant client via the&lt;BR /&gt;oracle zip versus just installing the instant client via rpms. I will&lt;BR /&gt;report back the status.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Apr 2022 15:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1920011#M2413</guid>
      <dc:creator>sgorey</dc:creator>
      <dc:date>2022-04-19T15:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1920666#M2436</link>
      <description>&lt;P&gt;hi Kelly,&lt;/P&gt;
&lt;P&gt;It took some doing, but I was able to install the oracle client per the directions with an oracle response file.&lt;/P&gt;
&lt;P&gt;However, tasks still do not start successfully, even though the source and target endpoints validate successfully.&lt;/P&gt;
&lt;P&gt;I increased the logging to trace for all categories and compared with the working VM Qlik install.&lt;/P&gt;
&lt;P&gt;There appears to be a timeout running the following sql statement. This error doesn't occur when running Qlik on a VM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Going to prepare the statement 'select distinct(tzname), to_timestamp_tz('2011-12-21 12:00:00.0 ' || tzname, 'YYYY-MM-DD HH24:MI:SS.FF9 TZR'), to_timestamp_tz('2011-06-21 12:00:00.0 ' || tzname, 'YYYY-MM-DD HH24:MI:SS.FF9 TZR') from V$TIMEZONE_NAMES' (oracle_endpoint_capture.c:182)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;more messages for the&amp;nbsp;STREAM_COMPONEN in the attached log file.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 20:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1920666#M2436</guid>
      <dc:creator>sgorey</dc:creator>
      <dc:date>2022-04-20T20:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1920697#M2439</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/172321"&gt;@sgorey&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Looks like could be from a timeout issue.&lt;/P&gt;
&lt;P&gt;On your docker container running the Replicate Server/instance, can you do the following:&lt;/P&gt;
&lt;P&gt;In the sqlnet.ora file on the Replicate Server in the Oracle client, set:&lt;/P&gt;
&lt;P&gt;BREAK_POLL_SKIP=10000&lt;/P&gt;
&lt;P&gt;DISABLE_OOB=on&lt;/P&gt;
&lt;P&gt;From the log, does it seem to start the task successfully? or is [STREAM_COMPONEN ] the only output you are seeing in the logs?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Kelly&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 00:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1920697#M2439</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-04-21T00:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1920976#M2443</link>
      <description>&lt;P&gt;Kelly,&lt;/P&gt;
&lt;P&gt;your instruction to add the following lines to sqlnet.ora solved my issue.&lt;/P&gt;
&lt;P&gt;BREAK_POLL_SKIP=10000&lt;/P&gt;
&lt;P&gt;DISABLE_OOB=on&lt;/P&gt;
&lt;P&gt;Thank you for your support!&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 13:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1920976#M2443</guid>
      <dc:creator>sgorey</dc:creator>
      <dc:date>2022-04-21T13:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1920991#M2444</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/172321"&gt;@sgorey&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Awesome! Thank you for letting us know.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Kelly&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 14:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1920991#M2444</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-04-21T14:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: help with running Qlik Replicate in docker</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1921009#M2445</link>
      <description>&lt;P&gt;for those interested, I also built a second image using the Oracle InstantClient rpms and it works as well.&lt;/P&gt;
&lt;P&gt;I am going to test with this version as it's much small and faster to build.&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 14:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/help-with-running-Qlik-Replicate-in-docker/m-p/1921009#M2445</guid>
      <dc:creator>sgorey</dc:creator>
      <dc:date>2022-04-21T14:52:06Z</dc:date>
    </item>
  </channel>
</rss>

