 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
liangzhu
Joined: 30 Nov 2011 Posts: 42 Country: Singapore |
|
migration from 3.6.12 to 5.1 |
|
sorry..asking just in case...
we used to use the scheduler to 'run script' as an action after the schedule is done.
i.e. the schedule actually runs a batch file at the scheduled time, then afterwards there's jal to check that the bat ran correctly.
the import function on the new version seems to have lost all that jal that runs afterwards..i suppose because there's no option to 'run script' after a schedule anymore...
i suppose we could 'runandwait' the batch files in jal and combine all the actions into 1 jal script.
but is there an easier way to do this?
|
|
Sun Feb 17, 2013 10:21 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Please separate the JAL script used for post-run action into a separate job with [no schedule] schedule type. Then in the main job link it via Run Another Job action
|
|
Mon Feb 18, 2013 10:52 am |
|
 |
liangzhu
Joined: 30 Nov 2011 Posts: 42 Country: Singapore |
|
|
|
is there anything else we should look out for during such a migration?
|
|
Tue Feb 19, 2013 1:21 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
The only other difference is handling database connections. The database profiles in MP Edition use platform independent JDBC based connectivity drivers. Old JAL profiles use platform dependent native drivers which are still available, but the profiles for JAL are registry based and not shared with other jobs. It is decremented that you use DabasaeConnectEx in JAL jobs to avoid references to database profiles.
|
|
Tue Feb 19, 2013 8:46 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|