Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
NNayal1600240775
Contributor III
Contributor III

Anaplan Integration with Talend via java library calls

Implement the usage of Anaplan Connect api via java library calls in Talend, with authentication by certificate

 

I have the "anaplan-connect-1.4.3-jar-with-dependencies.jar" file available with me.

I also have details of keystore, keystore alias, keystore password, workspace id, model id, service url, auth url.

 

 

Note: I do not want to generate any encoded string or encoded signed string or use api.

 

I need to call below through Talend:

 

java -classpath "{path_to_library}/anaplan-connect-1.4.3-jar-with-dependencies.jar" com.anaplan.client.Program -k %certificates/Keystore.jks% -ka %KeystoreAlias% -kp %KeystorePassword% -workspace %WorkspaceId% -model %ModelId% %Operation%

 

Which talend component I can use to run above script

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

Have a try to use tSystem to execute a command or script file.

 

Regards

Shong

View solution in original post

2 Replies
Anonymous
Not applicable

Hi

Have a try to use tSystem to execute a command or script file.

 

Regards

Shong

NNayal1600240775
Contributor III
Contributor III
Author

Hi @Shicong Hong​ 

Yes I did using tsystem, iam able to call this