cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3734
Views
5
Helpful
1
Replies

No registration found for callpoint

marioderosa2008
Level 1
Level 1

Hi all, I am trying to do a commit cry run of a new service and i am getting the below message...

 

root@ncs% commit dry-run outformat xml     
Aborted: no registration found for callpoint Vlan_Creation_L2_ACI_DC5-servicepoint/service_create of type=external [error][2020-06-23 09:23:08]

 

 

I have got this line in my yang...

      ncs:servicepoint "Vlan_Creation_L2_ACI_DC5-servicepoint"; 

 

i also added this line to my xml template...

<config-template xmlns="http://tail-f.com/ns/config/1.0" servicepoint="Vlan_Creation_L2_ACI_DC5" >

 

show packages package oper-status 

packages package Vlan_Creation_L2_ACI_DC5
 oper-status file-load-error
 oper-status error-info "[Vlan_Creation_L2_ACI_DC5-template.xml:1 Unknown servicepoint: Vlan_Creation_L2_ACI_DC5]"

 

is there anything else i am missing here?

 

thanks

 

Mario

1 Accepted Solution

Accepted Solutions

vleijon
Cisco Employee
Cisco Employee
The strings have to match exactly, if you call it -servicepoint in the yang file you have to call it -servicepoint in the xml template as well.

View solution in original post

1 Reply 1

vleijon
Cisco Employee
Cisco Employee
The strings have to match exactly, if you call it -servicepoint in the yang file you have to call it -servicepoint in the xml template as well.