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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
NNayal1600240775
Contributor III
Contributor III

Not able to run Anaplan Command through Talend Server (But the command is running fine through Local

I executed the below command through talend remote server using tsystem component

java -classpath /home/talend/properties/eur_finance_bi/anaplan/anaplan-connect-1.4.3-jar-with-dependencies.jar com.anaplan.client.Program -k /home/talend/properties/eur_finance_bi/anaplan/<jks file path>.jks -ka <keystore> -kp <keystore password> -workspace <workspace id> -model <model id> -service https://api.anaplan.com -auth https://auth.anaplan.com -import "L.05_vw_dim_prod_skey from vw_dim_prod_skey" -execute

 0695b00000HtYaQAAV.png

 

The same command when I run through local server it is running fine

java -classpath E:/Neha_Nayal/Anaplan/anaplan-connect-1.4.3-jar-with-dependencies.jar com.anaplan.client.Program -k E:/Neha_Nayal/Anaplan/<jks file path>.jks -ka <keystore> -kp <keystore password> -workspace <workspace id> -model <model id> -service https://api.anaplan.com -auth https://auth.anaplan.com -import "L.05 PROD_module from vw_dim_prod_skey" -execute

 0695b00000HtYakAAF.png

In remote server only the import from local to anaplan is workiing

command:

java -classpath /home/talend/properties/eur_finance_bi/anaplan/anaplan-connect-1.4.3-jar-with-dependencies.jar com.anaplan.client.Program -k /home/talend/properties/eur_finance_bi/anaplan/<jks file path>.jks -ka <keystore> -kp <keystore password> -workspace <workspace id> -model <model id> -service 

https://api.anaplan.com

 -auth 

https://auth.anaplan.com  -file "BrewDat" -put /home/talend/properties/eur_finance_bi/anaplan/Anaplan_Connect_Detail.txt

0695b00000HtYapAAF.png

Iam not sure what additional thing i need to write to run this command through remote server too.

Labels (3)
0 Replies