No trouble connecting and setting up schedule in BOE from DI.
When scheduled to run, history in BOE indicates success, but job never runs in DI.
Using Instance Manager in BOE, I find the attached text file.
Not being a Java guru, I don’t know what it means. program[1].txt (0.0 KB)
this is a bug, the fix is scheduled for XI 3.2, from XI 3.0 onwards some dependencies got instroduced in the Launcher Program that is used by BOE Job Server to launch the job, which is not correct, the launcher program should be independent of DS dependencies since BOE and DS can exist in distributed env
to workaround this do the following
copy the following 2 jar files from DI Installation (%LINK_DIR%\lib)
acta_admin.jar
acta_tool.jar
to you BOE Installation in the following folder
<BOE_HOME>\common\4.0\java\lib
execute the Schedule from BOE the job should run fine