Cannot publish NLU model due to disabled intents

Kswierk1
Tera Expert

Hi everyone!

 

Im trying to Publish my NLU model, but running on below error all the time:

Issue.PNG

That would not be an issue but all my intents connected to that model are actually enabled and available:

Kswierk1_0-1684834298747.png

 

Any ideas on how to make system recognize these as enabled ? I have already tried disabling and enabling again but did not work. Also on DEV instance im able to train that model with same intents and its working as expected

 

Thank you!

Kacper

 

1 ACCEPTED SOLUTION

Kswierk1
Tera Expert

After few good hours of debugging - I have found a solution. There was a bugged record in ml_solution table, I was able to fix issue by following below steps:

-train my model

-navigate to ml_solution table

-sort by updated by (newest to oldest)

-open most recent record

-check if state is solution complete but progress is 0 - probably a broken record

-delete bugged ml solution record

-train model again and then publish it

View solution in original post

1 REPLY 1

Kswierk1
Tera Expert

After few good hours of debugging - I have found a solution. There was a bugged record in ml_solution table, I was able to fix issue by following below steps:

-train my model

-navigate to ml_solution table

-sort by updated by (newest to oldest)

-open most recent record

-check if state is solution complete but progress is 0 - probably a broken record

-delete bugged ml solution record

-train model again and then publish it