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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Arunachalam
Contributor
Contributor

AS400 CDC extract

Hi All,

We are doing CDC extract from AS400 and running the below command

ftp>open <<<Ftp_Server>>>


ftp>user <user_name> *********
230 <user_name> logged on.

ftp>cd CDC_DIR
250 "CDC_DIR" is current library.

ftp>quote rcmd "CDC_DIR/RUNCDC FILE(Sub/table) LIBOUT(CDC_DIR) MODE(*DETACHED) MBROPT(*ADD)"


ftp>quit

This command is using ftp utlitity to run the CDC command.  But our server is not ftp enabled.  Can we run the same command using sftp utility?

 

Thanks,

Arunachalam. S

 

Labels (2)
2 Replies
Anonymous
Not applicable

Hello,

Usually, it is automatically executed via FTP by the Studio to install the RUNCDC program, restore the CDC library (the CDC database) and create the TSUBSCRIBERS table.

Do you want to manually call the RUNCDC program by yourself to write changes to the CDC table and use sftp utlitity instead?

Best regards

Sabrina

 
Arunachalam
Contributor
Contributor
Author

Hi,

Thanks for your reply.  FTP is not enabled between job server and AS400.  Waiting for SFTP access between those servers.  Once it is provided I am planning to use tSSH component to check on this.

 

Expecting this will work.

 

Thanks,

Arunachalam. S