AIOPs LEAP: GAF Offline jobs failing while grouping - ML Solutions are getting failed (Error while training solution)<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } How to check if "GAF Offline jobs are failing" while running grouping: Navigate to "ml_solution" table.Sort the records by "Updated" column.Search with key words "gaf", "clustering" in the Solution name column.Open the record which is in "Error while training solution" state.Click "Show training progress" link under Related Links section.See the error if it matches any of the one below - Perform the appropriate steps to resolve the error. 1. NSE0014:Failed to initialize pipeline : Failed to load message_content dataset. No columns to parse from file Root cause & some notes to remember: This can occur if the given grouping filter or grouping table doesn’t have proper permissions. On the grouping table/filter fields, ACL with platform_ml_read role should be present for Nagini server to read the table data. 2. NSE0016:Failed to execute component BERTopicClusteringComponent: Make sure that the iterable only contains strings Root cause & some notes to remember: This error typically occurs when sufficient ACLs are not created. All fields that are either part of "Fields" or "Filter" in the Group skill configuration should have read access for the "platform_ml_read" role. How to fix the error: Please refer the below KB for more details: KB1963849