Error on AnaplanConnect (Linux)

Options
CommunityMember113288
CommunityMember113288 Member, ALL USERS, Partner, Certified Master Anaplanner, Certified Model Builder Posts: 5 Certified Master Anaplanner

Hello,

 

I'm working on the Linux script of AnaplanConnect.

It looks that my program stops at the last line of AnaplanClient.sh

 

Here is AnaplanClient.sh

CommunityMember113288_0-1615962024119.png

This is the log when I execute the shell file

CommunityMember113288_0-1615963729355.png

 

I guess the below part (line 93) of AnaplanClient.sh is the problem because the "echo" on line 90 worked.

Does anyone know what this part does, and what is the problem?

#Start the Java virtual machine
exec "${_java}" ${JAVA_OPTS} -classpath "${classpath}" com.anaplan.client.Program "$@"

 

content of each variable

$_java = /app/oracle/jdk/bin/java

$JAVA_OPTS = empty

$classpath = ./anaplan-connect-1.4.4-jar-with-dependencies.jar:./lib/InstallBouncyCastle.sh:./lib/README.md:./lib/bcprov-jdk15on-164.jar 

$@ = -certificate -privatekey private_key_pkcs8.pem:***pass*** -service https://api.anaplan.com -auth https://auth.anaplan.com -via http://10.193.32.17:80 -workspace 8a81b00f772d34ee01773a26645f7fb4 -model 2C2B4F46E7B3400CB0321CB3B0EEC2B2 -file GD0003S1_BF01.csv -chunksize 1 -put /MMSR/share/mnt/ZC00_APRC_D01/BF01/Anaplan-connect/IFdata/GD0003S1_BF01.csv -process Process01_IF_shipping_plan -execute -service https://api.anaplan.com -auth https://auth.anaplan.com -via http://10.193.32.17:80 -workspace 8a81b00e6e9a51e7016ec65ecf7d2a43 -model 0FF72CA60513449D8D70D425BAD21B96 -process IF01_shipping_plan -execute

 

Thank you for your help

Ayumi Saito

Comments

  • CommunityMember113288
    CommunityMember113288 Member, ALL USERS, Partner, Certified Master Anaplanner, Certified Model Builder Posts: 5 Certified Master Anaplanner
    @ben_speight
    Thank you so much for your help.
    As you indicated, my certificate hadn't loaded.
    Your answer was very helpful.

    Thank you also for @Misbash