Skip to Content
0
Aug 08, 2016 at 07:10 AM

Cronjob Impex Showing error in HAC?

266 Views

Hi Experts, Trying to load the below impex through HAC-->Impeximport,but getting error.

 INSERT_UPDATE CronJob; code[unique=true];job(code);singleExecutable;sessionLanguage(isocode)
 ;sendRankingCronJob;sendRankingJob;false;de
  
 INSERT_UPDATE Trigger;cronjob(code)[unique=true];cronExpression
 #% afterEach: impex.getLastImportedItem().setActivationTime(new Date());
 ; sendRankingCronJob; 0 0 0 * * ?

Can anyone throw some light whats wrong in this impex and please share if there are any links regarding cronjobs(depth understanding)?