on 2016 Dec 29 1:28 PM
Hi Team, I am creating new hybris store in this process i am importing sample data into the store.while importing solr trigger impex i am getting below error impex i am running for triggering a job INSERT_UPDATE Trigger;cronJob(code)[unique=true];second;minute;hour;day;month;year;relative;active;maxAcceptableDelay ;full-rccpgstoreIndex-cronJob;0;5;3;-1;-1;-1;false;false;-1
INSERT_UPDATE Trigger;cronJob(code)[unique=true];second;minute;hour;day;month;year;relative;active;maxAcceptableDelay ,,,,error finding existing item : column='cronJob' value='full-rccpgstoreIndex-cronJob', | column 1: cannot resolve value 'full-rccpgstoreIndex-cronJob' for attribute 'cronJob';full-rccpgstoreIndex-cronJob;0;5;3;-1;-1;-1;false;false;-1
please suggest me on this any thing i am missing.i am following this link **https://wiki.hybris.com/pages/viewpage.action?pageId=294094418**
Request clarification before answering.
From what I see the cronjob it-self is missing.
Did you insert the cron job first ? Via like:
INSERT_UPDATE ;code[unique=true];job(code) ;full-rccpgstoreIndex-cronJob;full-rccpgstoreIndex-cronJob;
: your declared cronjob's type it-self
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.