cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
518
Views
0
Helpful
1
Replies

Error exporting development NED

martin.gysi
Level 1
Level 1

I'm trying to build a netconf NED with a netsim directory, so instead of using the normal build-ned command, I would like to use make-development-ned.

 

It fails with 

 

admin@ncs# netconf-ned-builder project ngbac-mini 2.0 make-development-ned in-directory <target-dir>
Error: Error exporting development NED to the target directory: Missing permission for the file or one of its parents.
admin@ncs#

 

no matter what target directory I'm specifying. File permissions of the target directory are ok, and building a normal NED (build-ned command) also works. Any ideas?

1 Reply 1

rogaglia
Cisco Employee
Cisco Employee

I had this problem too. The issue is that you are login to NSO as "admin". Try to login with the user that has the permissions in the folder or using "ncs_cli -u username".