Job status of external instance (AE1) is maintained in the AE2 database( table: ujo_ext_job)
The status of the external job(ANOTHERJOB^AE1) in AE2 database is not available after the migration of TEST-BOX-J1, until ANOTHERJOB in AE1 is run at least once after migration.
So, for the job: TEST-BOX-J1 from AE2 to run naturally, AE1 scheduler should notify AE2 scheduler on the status of job: ANOTHERJOB^AE1.
To see if the AE2's database was populated with the status of job: ANOTHERJOB^AE1, below query result from AE2 database are useful:
select status from ujo_ext_job where ext_autoserv='AE1' and ext_job_name='ANOTHERJOB'
If the above query returns zero results, then for the job: TEST-BOX-J1 from AE2 to run forcefully,
either
a. We should issue a force start job to TEST-BOX-J1 in AE2
or
b. We should manually populate ujo_ext_job in the AE2 database with the same status of ANOTHERJOB from the AE1 database, before starting your TEST-BOX.
You may want to raise the support case to populate the ujo_ext_job manually
Thanks
Venkat D, Broadcom Engineering