Does the Scheduled(JSCH ) object automatically become Active after importing it ?
Release : 12.3.6
There is no automatic way to kick off the JSCH object. They need to be executed manually one by one .Another option is to get all the JSCH object from your database on a specific Client using the SQL query below.
select OH_Name from OH where OH_Client=<Put your Client here> and OH_OType='JSCH' and OH_DeleteFlag=0;
Then, use some file editor(ex. Vim) to encapsulate the name of the object
:SET &ACTOBJ# = ACTIVATE_UC_OBJECT(JSCH.NEW.1)
:SET &ACTOBJ# = ACTIVATE_UC_OBJECT(JSCH.NEW.2)
Then, create a Script object and put the commands above and execute the Script object.