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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Postgresql CDC status

I am using talend data fabric 6.1.1.20151214_1327 version
I am doing cdc foundation when i select new cdc database and trying to execute query
CREATE TABLE "public"."TSUBSCRIBERS"
  (
   "TALEND_CDC_TABLE_TO_WATCH" VARCHAR(35) NOT NULL, 
   "TALEND_CDC_SUBSCRIBER_NAME" VARCHAR(50) NOT NULL, 
   "TALEND_CDC_CREATION_DATE" TIMESTAMP, 
   CONSTRAINT PK_TSUBSCRIBERS PRIMARY KEY ("TALEND_CDC_TABLE_TO_WATCH", "TALEND_CDC_SUBSCRIBER_NAME")
  ) ;

 I am getting an error "can not find class 0683p000009MA5A.pngrg.postgresql.Driver"
but when checked CDC connection its working fine it getting failed at  time of cdc status.
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,
Is your postgresql DB connection Ok with you?
Best regards
Sabrina