카테고리 없음

System.AsyncException: trigger must be associated with a job detail

으농농이 2024. 8. 8. 16:06


배치 스케줄걸때 이런 에러가 뜨는경우 확인해야할것 

 

    TestBatchName excute = new TestBatchName ();
    String sch = '0 0 3 * * ?';
    System.schedule('Interface Log Delete Batch : 새벽 3시 로그삭제배치  ', sch, excute);

 

 

코드에서 Excute 하여 배치 스케줄을 걸때 

위와 같이 이름을 설정하는 부분에 공백이 있으면 저 에러뜬다.. 주의하자!!