This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Description
Hi,
I am new to Netconf and Netopeer.
I installed Netopeer successfully. Client is able to connect to the server
get and get-config works.
But edit-config is creating the following error.
**netconf> edit-config --config /home/test/of-config/netconf-tests/nacm.xml
Select target datastore (running|startup|candidate|url:): startup
NETCONF error: access-denied (application) - creating "nacm" data node is not permitted.
netconf>
netconf>
netconf> edit-config --config /home/test/of-config/netconf-tests/nacm.xml
Select target datastore (running|startup|candidate|url:): running
NETCONF error: access-denied (application) - creating "nacm" data node is not permitted.
netconf> edit-config --config /home/test/of-config/netconf-tests/nacm.xml**
Select target datastore (running|startup|candidate|url:): candidate
NETCONF error: access-denied (application) - creating "nacm" data node is not permitted.
I connect to the server as test user.
netopeer-server[5516]: Adding new event (5)
netopeer-server[5516]: Created session 1 for user 'test' (UID 1000)
netopeer-server[5516]: New server session for 'test' with ID 1
I saw a discussion regarding this issue. But i couldn't understand how it solved the issue.
I tried to solve this issue by using configurator but i don't know how to use it.
Could somebody help ?