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: ; } } Verify the reason for Group and Action Framework (GAF) jobs to fail Perform the following: Navigate to ml_solution table.Sort the records by Updated column.Search with the keyword gaf, clustering in the Solution name column. Open the record which has state Error while training solution.Click Show training progress under Related Links section. Check the error if it matches any one of the following options to resolve the error. Option 1. NSE0014:Failed to initialize pipeline : Failed to load message_content dataset. No columns to parse from file Root cause: 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. Refer the KB mentioned at the end for more details. Resolution steps: Ensure grouping table or grouping filter has the appropriate permissions. Ensure the required ACL platform_ml_read role is available for Nagini server to read the grouping table data. Refer the KB mentioned at the end for more details. Option 2. NSE0016:Failed to execute component BERTopicClusteringComponent: Make sure that the iterable only contains strings Root cause: 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. Resolution steps: Please refer the below KB for more details: KB1963849