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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SCDELT component error:

I'm using postgresql ELTSCD component. Its throwing an SQL error on a simple job.

the aliasing happens internally, I'm not sure what is this error pointing at.

 

Position: 46
org.postgresql.util.PSQLException: ERROR: syntax error at or near "d"
Position: 46

 

Please see the screenshots for more understanding

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

It crazy, but I think the issue is with the component when I try to use it for redshift database.

 

Now instead I use JDBCSCDELT component which works.

View solution in original post

9 Replies
Anonymous
Not applicable
Author

Hello,

tPostgresqlSCDELT is used as an output component. It requires an input component and Row main link as input.

 

Best regards

Sabrina

Anonymous
Not applicable
Author

I'm unable to connect row main tpostgresqlELTmap to this component. Hence I thought this component works on its own.
Anonymous
Not applicable
Author

@xdshi  this postgresqlSCDELT component can't be connected from any ELTpostgresinput/output components. 

I've tried using it with tpostgresqlinput its throwing the same error. I was reading more on this component(below link) & on the "Source table" it says 'Name of the input DB2 SCD table'.

Can this be used for postgresql to postgresql tables?

may I know if there is an example to use any of the SCDELT components?

 

https://help.talend.com/reader/vfw2NwIrrNsiOsXIVOrdvA/3d25u8G5ZEd0oCA1Y62~yw

 

warm regards,

SK

Anonymous
Not applicable
Author

Hello,

Here is a related scenario about:TalendHelpCenter:Creating a Job for tracking data changes in MySQL using SCD.

Let us know if it is OK with you.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi,
I'm looking for ELTSCD, this is an ETL process in the example. I know how this component works. I'm looking for ELT.
Anonymous
Not applicable
Author

Hello,

Currently, there is no a scenario for ELTSCD. Have you tried to use tfixedflow-->tPostgresqlSCDELT to see if it works?

Best regards

Sabrina

Anonymous
Not applicable
Author

Yes I tried, I have reached out to Talend support to send me an sample job for using this component.

I figured that this component works independently with out any input link from their job.

 

I tried to implement the same, the error still persists. I wonder if the issue is with the component in this version of talend (Talend  integration cloud Saas 6.5.1.20180116)0683p000009Lx8B.png0683p000009Lx2i.png

Anonymous
Not applicable
Author

Hello,

Could you please check your "Code" tab in your job to see will there be your compile error highlighted in red line? Have you already created a case on support portal about your SCDELT component issue?

Best regards

Sabrina

 

Anonymous
Not applicable
Author

It crazy, but I think the issue is with the component when I try to use it for redshift database.

 

Now instead I use JDBCSCDELT component which works.