Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 273,039 members
  • 7,624 online
  • 2,046,481 posts
  • 154,742 Solutions
Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!

Welcome to Qlik Community

Recent Discussions

  • forum

    Qlik Replicate

    QR: Big Query - Writing to a different project than the credentials

    Hi Team,We're trying to get a Qlik Replicator connector up to write to Big Query.Our SA credentials that QR exists in project_x; while the dataset whi... Show More

    Hi Team,

    We're trying to get a Qlik Replicator connector up to write to Big Query.

    Our SA credentials that QR exists in project_x; while the dataset which we're trying to write to exists in project_y.

    The SA have the correct permissions to write to project_y.

    How can I configure the task and endpoint to write to project_y when by default it is trying to write to a dataset in project_x?

    Show Less
  • forum

    QlikView

    Where did Power Tools go?

    I keep getting an error message when trying to access the latest version of QlikView Power Tools...  https://community.qlik.com/t5/Documents/Power-Too... Show More

    I keep getting an error message when trying to access the latest version of QlikView Power Tools...  https://community.qlik.com/t5/Documents/Power-Tools-1-3-2-for-QlikView/ta-p/1484770

    Does anyone have an alternative link?

    Show Less
  • forum

    QlikView

    Failed to create account IQVS_-

    Hello, most of the posts that I am finding in regard to my current issue point to this article:support.qlik.com/articles/000007290but anything on supp... Show More

    Hello, most of the posts that I am finding in regard to my current issue point to this article:

    support.qlik.com/articles/000007290

    but anything on support.qlik.com is currently giving me errors. Is someone able to reply with the content of that article, or the relevant details?

    Thanks

    Show Less
  • forum

    Visualization and Usability

    PDF Download Only Includes First Page

    When I download the report as a PDF, only the first page is included even though the report has multiple pages. Are there specific steps or settings I... Show More

    When I download the report as a PDF, only the first page is included even though the report has multiple pages. Are there specific steps or settings I should use to ensure that all pages are included in the PDF download?

    Show Less
  • forum

    Talend Studio

    Talend Studio with dropbox connection error certificate

    Hi, I have a job to connect dropbox and get a file but I have the error:javax.net.ssl|ERROR|10|main|2026-04-21 16:43:33.361 PET|TransportContext.java:... Show More

    Hi,

     

    I have a job to connect dropbox and get a file but I have the error:

    javax.net.ssl|ERROR|10|main|2026-04-21 16:43:33.361 PET|TransportContext.java:370|Fatal (CERTIFICATE_UNKNOWN): PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target (
    "throwable" : {
      sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      	at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:439)
      	at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:306)
      	at java.base/sun.security.validator.Validator.validate(Validator.java:264)
      	at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
      	at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:132)
      	at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:638)
      	at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:473)
      	at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:369)
      	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
      	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
      	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
      	at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:201)
      	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
      	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
      	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
      	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
      	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426)
      	at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:589)
      	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:187)
      	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1433)
      	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1404)
      	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:220)
      	at com.dropbox.core.http.StandardHttpRequestor.getOutputStream(StandardHttpRequestor.java:123)
      	at com.dropbox.core.http.StandardHttpRequestor.access$000(StandardHttpRequestor.java:28)
      	at com.dropbox.core.http.StandardHttpRequestor$Uploader.<init>(StandardHttpRequestor.java:133)
      	at com.dropbox.core.http.StandardHttpRequestor.startPost(StandardHttpRequestor.java:72)
      	at com.dropbox.core.http.StandardHttpRequestor.startPost(StandardHttpRequestor.java:28)
      	at com.dropbox.core.DbxRequestUtil.startPostRaw(DbxRequestUtil.java:232)
      	at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:143)
      	at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:140)
      	at com.dropbox.core.v2.DbxRawClientV2.executeRetriable(DbxRawClientV2.java:256)
      	at com.dropbox.core.v2.DbxRawClientV2.downloadStyle(DbxRawClientV2.java:140)
      	at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:540)
      	at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:569)
      	at qliktalenddemos1.job_dropbox_readfile_0_1.job_dropbox_readfile.tDropboxGet_1Process(job_dropbox_readfile.java:1389)
      	at qliktalenddemos1.job_dropbox_readfile_0_1.job_dropbox_readfile.tDropboxConnection_1Process(job_dropbox_readfile.java:611)
      	at qliktalenddemos1.job_dropbox_readfile_0_1.job_dropbox_readfile.runJobInTOS(job_dropbox_readfile.java:2746)
      	at qliktalenddemos1.job_dropbox_readfile_0_1.job_dropbox_readfile.main(job_dropbox_readfile.java:2417)
      Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
      	at java.base/sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:148)
      	at java.base/sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:129)
      	at java.base/java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297)
      	at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434)
      	... 37 more}
    
    )
    javax.net.ssl|DEBUG|10|main|2026-04-21 16:43:33.367 PET|SSLSocketImpl.java:1759|close the underlying socket
    javax.net.ssl|DEBUG|10|main|2026-04-21 16:43:33.367 PET|SSLSocketImpl.java:1785|close the SSL connection (passive)
    Exception in component tDropboxGet_1 (job_dropbox_readfile)
    com.dropbox.core.NetworkIOException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    	at com.dropbox.core.DbxRequestUtil.startPostRaw(DbxRequestUtil.java:240)
    	at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:143)
    	at com.dropbox.core.v2.DbxRawClientV2$2.execute(DbxRawClientV2.java:140)
    	at com.dropbox.core.v2.DbxRawClientV2.executeRetriable(DbxRawClientV2.java:256)
    	at com.dropbox.core.v2.DbxRawClientV2.downloadStyle(DbxRawClientV2.java:140)
    	at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:540)
    	at com.dropbox.core.v2.files.DbxUserFilesRequests.download(DbxUserFilesRequests.java:569)
    	at qliktalenddemos1.job_dropbox_readfile_0_1.job_dropbox_readfile.tDropboxGet_1Process(job_dropbox_readfile.java:1389)
    	at qliktalenddemos1.job_dropbox_readfile_0_1.job_dropbox_readfile.tDropboxConnection_1Process(job_dropbox_readfile.java:611)
    	at qliktalenddemos1.job_dropbox_readfile_0_1.job_dropbox_readfile.runJobInTOS(job_dropbox_readfile.java:2746)
    	at qliktalenddemos1.job_dropbox_readfile_0_1.job_dropbox_readfile.main(job_dropbox_readfile.java:2417)

     

    What I can do to fix that.

     

    Thanks

     

    Show Less
  • forum

    Connectivity & Data Prep

    error in engine

    Please help me the find out the root cause and the solution?    
  • forum

    Archived Groups

    Badges Qlik SVG

    Sometimes I need to use these Qlik "badges" in some designs I create for clients who have them, but sometimes I don't receive them in SVG format. Is t... Show More

    Sometimes I need to use these Qlik "badges" in some designs I create for clients who have them, but sometimes I don't receive them in SVG format. Is there any way to get them directly, or would it be through the company I work for? I'm going to ask a direct question, but I haven't looked into this yet, so I apologize if this information already exists.

    Show Less
  • forum

    Data Movement & Streaming

    Using and IDp

    Hi Community,We want to invite external users to our tenant and as we have an IDp already we can't send email invitations, the problem is that I don't... Show More

    Hi Community,

    We want to invite external users to our tenant and as we have an IDp already we can't send email invitations, the problem is that I don't know how to use the IDp that we have:

     

    I am attaching an image of the IDp,  Can someone help me how to use it?

     

    Thanks

    Show Less
  • forum

    Qlik Automate

    Update user block - 403 error

    Hi all,After creating a user with QAA "Create User" Qlik Platform Operations block, we need to set the Timezone - when we try to do this we get a 403 ... Show More

    Hi all,

    After creating a user with QAA "Create User" Qlik Platform Operations block, we need to set the Timezone - when we try to do this we get a 403 error.

    We use region OAuth credentials, which has all admin roles within the target tenant, and it seems like it has the ability to create a user, but not update an existing user.

    Any idea how we can get this block to work using this account?

    In our case it's an AP OAuth admin user trying to update a user it just created.

    Screenshot 2026-03-02 162942.png

     

    Thanks in advance!

    Show Less
  • forum

    QlikView

    qlikview oplock request denied.

    An error occurred in the Windows event log, but I don't know what caused it. Error: qlikview oplock request denied.StdServer: void CStdServer::DoMsgRe... Show More

    An error occurred in the Windows event log, but I don't know what caused it.


    Error: qlikview oplock request denied.
    StdServer: void CStdServer::DoMsgReceived (CQvMsgActiveProtocol*, CConstQvMsg): pContext->AuthenticatedUser.IsEmpty () && ServerSettings::AuthenticationLevel == 2, will throw EQ_LOCERR_FILE_CORRUPT

    Can you tell me why this happens or what could be the cause?
    Please reply if possible.

    thank you

    Show Less
Leaderboard

Qlik community MVPs

Qlik Community MVPs — trusted experts driving collaboration, learning, and innovation.

mvp-banner-side-image

Customer Story

Data Drives the Reconstruction of an Entire State

Data Restores Confidence: How SEFAZ-RS Used Qlik to Support the Rebuilding of a State.

Customer Story

Qlik platform helps structure an analytics ecosystem to support diagnostic medicine and healthcare.

AFIP revolutionizes management, optimizes resource allocation and strengthens data-driven culture

Customer Story

Hapag-Lloyd Enables Smart Decisions With Qlik

Global container shipping giant delivers data transparency to enable confident decision-making and operational efficiency.

Customer Story

Students See Data Come to Life With Qlik Academic Program

Qlik turns raw data into valuable learning experiences, empowering both students and faculty at TTUHSC.

Customer Story

MillerKnoll Unifies Data with Qlik Talend

MillerKnoll partnered with Qlik Talend® data solutions to unify data across its diverse systems, accelerating critical processes and nearly eliminating data integration issues organization-wide.

Customer Story

Radiall Embraces the Cloud and Improves Operational Efficiency

Migration to Qlik Cloud Analytics optimizes analytics applications within months.

Customer Story

French Ministry of Armed Forces Develops a Data-Centric Culture

With Qlik Cloud Analytics, Rexel boosts performance by enabling self-service analysis, reducing prep time, and giving 3,000 users access to trusted insights.

Your Place, Your People

Choose a Group

Join one of our Location and Language groups. Find one that suits you today!

Collaborate

Qlik en México

Qlik en México

Únete a la conversación con usuarios de Qlik en todo México: comparte ideas, haz preguntas y conéctate en español.

All are welcome

Hello from Japan

Japan

Qlik Communityの日本語のグループです。 Qlik製品に関する日本語資料のダウンロードや質問を日本語で投稿することができます。

Request to join

Parlons Données

Parlons Données

Connectez-vous avec des utilisateurs francophones de Qlik pour collaborer, poser des questions et partager des idées.

open to all

Did you know...

Qlik Connect 2026: Be Bold. Be Different. Be Here.

Join us April 13–15, 2026 in Kissimmee, Florida for 2+ immersive days of innovation, hands-on learning, and powerful connections shaping the future of data and AI.

Did you know...

Qlik Free Trials

You can test-drive Qlik for free? Try Qlik Talend Cloud to integrate and clean data without code, or explore Qlik Cloud Analytics to create AI-powered visualizations and uncover insights hands-on.

Did you know...

Mastering Change Data Capture

You can move beyond batch processing and harness real-time data to power AI and faster decisions? Discover how in our new eBook, Mastering Change Data Capture.