Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sgorey
Contributor II
Contributor II

help with running Qlik Replicate in docker

starting replication task hangs.

 

I'm using areplicate-2021.11.0-266.x86_64.rpm. 

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.

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.

The issue occurs when starting the replicate task.

the dialog box, "starting main loop ..." eventually times out.


 

Labels (1)
12 Replies
sgorey
Contributor II
Contributor II
Author

Kelly,

your instruction to add the following lines to sqlnet.ora solved my issue.

BREAK_POLL_SKIP=10000

DISABLE_OOB=on

Thank you for your support!

Steve

 

 

KellyHobson
Former Employee
Former Employee

Hey @sgorey ,

Awesome! Thank you for letting us know.

Best,

Kelly 

sgorey
Contributor II
Contributor II
Author

for those interested, I also built a second image using the Oracle InstantClient rpms and it works as well.

I am going to test with this version as it's much small and faster to build.

Thanks again,

Steve