Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

[ITSM] skill - dispatch model issue #2473

Closed
SethuSP opened this issue Oct 3, 2019 · 2 comments
Closed

[ITSM] skill - dispatch model issue #2473

SethuSP opened this issue Oct 3, 2019 · 2 comments
Assignees
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-replied-to Indicates that the team has replied to the issue reported by the customer. Do not delete. customer-reported Issue is created by anyone that is not a collaborator in the repository. Type: Bug Something isn't working

Comments

@SethuSP
Copy link

SethuSP commented Oct 3, 2019

What project is affected?

ITSM skill project

What language is this in?

cs

What happens?

When creating the resources, the training cognitive models fails as the dispatch model is getting failed due to duplicate utterence removal

What are the steps to reproduce this issue?

Try to deploy the resources using deploy.ps1. The

What were you expecting to happen?

Provisioning and training of LUIS apps without fail

Can you share any logs, error output, etc.?

Updating ITSMSkillBoten_Dispatch model...
WARNING: some intents do not have any utterances due to duplicate removal, they are l_KnowledgeShow,l_TicketClose,l_TicketCreate,l_TicketShow,l_TicketUpdate
Training ITSMSkillBoten_General...
Training ITSMSkillBoten_ITSM...
Training ITSMSkillBoten_KnowledgeShow...
Training ITSMSkillBoten_TicketClose...
Training ITSMSkillBoten_TicketCreate...
Training ITSMSkillBoten_TicketShow...
Training ITSMSkillBoten_TicketUpdate...
Importing ITSMSkillBoten_Dispatch model...
Setting up intents to child services mapping for ITSMSkillBoten_Dispatch...
Add subscription key and publish child LUIS apps...
Publishing ITSMSkillBoten_General model...
Publishing ITSMSkillBoten_ITSM model...
Publishing ITSMSkillBoten_KnowledgeShow model...
Publishing ITSMSkillBoten_TicketClose model...
Publishing ITSMSkillBoten_TicketCreate model...
Publishing ITSMSkillBoten_TicketShow model...
Publishing ITSMSkillBoten_TicketUpdate model...
Training ITSMSkillBoten_Dispatch model...

ERROR
Training failed

Any screenshots or additional context?

@SethuSP SethuSP added Needs Triage Needs to be triaged for assignment Type: Bug Something isn't working labels Oct 3, 2019
@darrenj
Copy link
Contributor

darrenj commented Oct 3, 2019

Hi,

I've taken a quick look and think there might be a mistake with the deploy_cognitive_models.ps1 script in that it's forcing use of dispatch which is not needed.

You could perhaps prove this theory by modifying your deployment/scripts/deploy_cognitive_models.ps1 and changing this line at the top:

	[switch] $useDispatch = $true,

to

	[switch] $useDispatch,

@darrenj darrenj added Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-replied-to Indicates that the team has replied to the issue reported by the customer. Do not delete. customer-reported Issue is created by anyone that is not a collaborator in the repository. labels Oct 3, 2019
@lauren-mills lauren-mills removed the Needs Triage Needs to be triaged for assignment label Oct 3, 2019
@darrenj
Copy link
Contributor

darrenj commented Oct 8, 2019

We have a pull request to make this change, let us know if you are still having issues.

@darrenj darrenj closed this as completed Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-replied-to Indicates that the team has replied to the issue reported by the customer. Do not delete. customer-reported Issue is created by anyone that is not a collaborator in the repository. Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants