I have put backgroundjob execute command in onWrite section of catalog object module, but I have got an error:
Quote |
---|
Error running processor - 'OnWrite' because: {Catalog.Nomenclatura.ObjectModule(41)}: Error calling context method (Execute) BackgroundJobs.Execute("GeneralFunctions.UpdateFullTextSearch",,,"Nomenclatura full text search update"); because: Job manager is not active. |
Do I have to intilize something? Or are there any restrictions for compatibility mode?
Without this Full text serach for catalogs is almost useless, because nobody would like to hit update full text serach button before continue to work. If I do not use backround job I could run into probles if the index was not updated for a long time.