i am trying to connect to All Fusion Harvest using Java using jhsdk.jar,
I can able to connect to login into harvest and browse packages. But when I try to promote the package the next level using the below java code,
JCaMovePackage jPro = context.getMovePackage();
jPro.setToState("ACEDEV13.06.00.00", "Integration Test (AIT)");
jPro.execute();
I get exception.
E03090050: ERROR: Could not get Move Package Process from Context. com.ca.harvest.jhsdk.hutils.JCaHarvestException: E03090050: ERROR: Could not get Move Package Process from Context.
Please help me with this, Thanks in Advance!