Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I am troubleshooting an issue with Qlik Replicate 2025.11.0.285 on RHEL 8.10 x86_64, and I would appreciate any advice from someone who has already dealt with this.
Problem
The SAP ODP source endpoint type is not visible in the UI when creating a new source endpoint. At the same time, othr SAP-related source types are visible, including:
SAP Application
SAP Application (DB)
SAP Extractor
SAP HANA
SAP OData
So this is not a general “all SAP endpoints are missing” case. It is specifically SAP ODP that does not appear.
Environment
Product: Qlik Replicate
Version: 2025.11.0.285
OS: RHEL 8.10 x86_64
Kernel: 4.18.0-553.109.1.el8_10.x86_64
License
The server log shows that the license includes SAPODP:
Licensed to , evaluation license (25 days remaining), sources: (SAPODP,SAP), targets: (Kafka,ConfluentCloud), all hosts
So it does not look like a licensing issue.
Files placed under endpoints
Under endpoint_srv/endpoints, I currently have the following:
endpoints/SAP:
libsapjco3.so
sap-extractor-endpoint.jar
sapjco3.jar
endpoints/SAPOdata:
libsapjco3.so
sapjco3.jar
sap-o-data-source-endpoint.jar
endpoints/SAPOdp:
libsapjco3.so
sapjco3.jar
sap-odp-source-endpoint.jar
What we already checked
Replicate service starts successfully
License explicitly shows SAPODP
Other SAP endpoint types are visible in UI
No obvious startup failure in the main logs
No clear error about SAP ODP, JCo, JNI, libjvm.so, or libsapjco3.so
repsrv.log
The full repsrv.log is very short and only shows normal startup:
Has anyone seen a case where:
SAP ODP is included in the license
files are present under SAPOdp
Replicate starts normally
other SAP endpoints are visible
but SAP ODP itself does not appear in the UI
I am especially wondering about these points:
Could Linux filename case matter here, for example sapjco3.jar vs Sapjco3.jar?
Is there any extra registration step for SAP ODP in Replicate?
Is there a more detailed/debug log for endpoint discovery/registration?
Could this be caused by a version mismatch of sap-odp-source-endpoint.jar?
If anyone has seen this before, I would really appreciate your advice.
Hello @AlexPolorotov ,
The SAP ODP endpoint is working as expected in my environment. I am running Oracle Linux 8.9. Here are the steps I followed:
1. Placed the files libsapjco3.so and sapjco3.jar (version 3.1.11) in the directory:
/opt/attunity/replicate/endpoint_srv/endpoints/SAPOdp
2. Make sure the files are accessible for the Replicate account (by default it's "attunity")
3. Restarted the Qlik Replicate services
$systemctl restart areplicate
4. Created a new source endpoint
Hope this helps.
John.
Hello @AlexPolorotov ,
I’m not sure whether the service was restarted after copying the files. Please restart it using the following command:
systemctl restart areplicate
If the issue persists, please check the Endpoint Server log (rependsrv.log). By default, it is located at:
/opt/attunity/replicate/data/endpoint_srv/data/logs
Hope this helps.
John.
we successfully restarted service, nothing happened.
rependsrv.log - doesn't exist.
There is only repsrv.log
00136230: 2026-03-18T07:38:00 [AT_GLOBAL ]I: Qlik Replicate Server Log (V2025.11.0.285 Linux 4.18.0-553.109.1.el8_10.x86_64 #1 SMP Mon Mar 2 09:33:18 EST 2026 x86_64 64-bit, Revision:3a2220d5f81c24e3e19825b06ce8db2bbe0c9b7d, PID: 136229) started at Wed Mar 18 07:38:00 2026 (at_logger.c:2763)
00136230: 2026-03-18T07:38:00 [AT_GLOBAL ]I: Licensed to , evaluation license (24 days remaining), sources: (SAPODP,SAP), targets: (Kafka,ConfluentCloud), all hosts (at_logger.c:2773)
00136230: 2026-03-18T07:38:00 [AT_GLOBAL ]I: Log file encryption base "/MknQYwQ+KkDsMEJHSDcrA==" (at_logger.c:2784)
00136230: 2026-03-18T07:38:00 [INFRASTRUCTURE ]I: Crypto mode: Standard. (at_logger.c:1607)
00136230: 2026-03-18T07:38:00 [UTILITIES ]I: Scheduler configuration has been loaded. (scheduler.c:606)
00136232: 2026-03-18T07:38:00 [INFRASTRUCTURE ]I: Log cleanup thread successfully initialized and running. (logger.c:860)
00136230: 2026-03-18T07:38:10 [SERVER ]I: Bundled Endpoint Server is listening on port 35519 (ar_endpoint_servers_mgr.c:729)
00136230: 2026-03-18T07:38:10 [TASK_MANAGER ]I: Feature flags for process are: (ar_feature_flags.c:232)
00136230: 2026-03-18T07:38:10 [SERVER ]I: Client session (ID 1838210045) allocated (dispatcher.c:276)
00136415: 2026-03-18T07:38:10 [REST_SERVER ]W: Failed to initialize pam configuration, pam authentication disabled. (atctl_serve.c:275)
00136415: 2026-03-18T07:38:10 [REST_SERVER ]I: Agent was started successfully (listening on port 1025). (atctl_serve.c:402)
00136229: 2026-03-18T09:06:51 [SERVER ]I: Stop server request received internally (server.c:2504)
00136230: 2026-03-18T09:06:52 [SERVER ]I: Stopping rest API thread (server.c:2424)
00136415: 2026-03-18T09:06:52 [REST_SERVER ]I: The Agent Service received a STOP request. (atctl_serve.c:300)
00136230: 2026-03-18T09:07:03 [SERVER ]I: Client session (ID 1838210045) closed (dispatcher.c:195)
00136230: 2026-03-18T09:07:03 [SERVER ]I: rest API thread stopped (server.c:2476)
00136229: 2026-03-18T09:07:03 [SERVER ]I: repsrv stopped (server.c:2587)
00136229: 2026-03-18T09:07:03 [AT_GLOBAL ]I: Closing log file at Wed Mar 18 09:07:03 2026 (at_logger.c:2615)
@john_wang can you provide Docker image with installed drivers, etc?
Hello @AlexPolorotov ,
We do not have a pre-installed Docker image available for download.
Regarding the error, we will continue investigating on our side. If necessary, we may ask you to open a support ticket later.
Thanks,
John.
Hello @AlexPolorotov ,
The SAP ODP endpoint is working as expected in my environment. I am running Oracle Linux 8.9. Here are the steps I followed:
1. Placed the files libsapjco3.so and sapjco3.jar (version 3.1.11) in the directory:
/opt/attunity/replicate/endpoint_srv/endpoints/SAPOdp
2. Make sure the files are accessible for the Replicate account (by default it's "attunity")
3. Restarted the Qlik Replicate services
$systemctl restart areplicate
4. Created a new source endpoint
Hope this helps.
John.