NSO Developer Hub Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

I know this question was asked 7-8 years ago, but has the capability been added to know if a transaction that a python based service is processing is a dry-run or the real thing?I know there is the `op` variable in the ... will represent if it is a "...

Hi, all:I am using NSO-6.6 and I encouter NSO-6.6 logs the following warning:<WARN> 22-Jan-2026::14:24:55.214 MmapCSMountPoint Did-6-Worker-3: - failed to get children, path 107781231, mountId smf5.1-nc-1.0:smf5.1-nc-1.0 from MountPointDbThis does no...

sm000x by Level 5
  • 565 Views
  • 3 replies
  • 0 Helpful votes

NSO behavior running a python NSO action seems to be to create one python ExecuteAction instance that handles all callbacks from NSO. For example, this single instance is what handles two users invoking the action.Is there a way to get one python ins...

MikeG3 by Community Member
  • 708 Views
  • 2 replies
  • 0 Helpful votes

I need to lock a sub-tree of the CDB.I developed an Action that reads and modifies data shared across all calls. Unfortunately, this action is usually invoked in bursts (around 10 calls within a fraction of a second), so multiple executions end up mo...

Fantolino by Level 1
  • 737 Views
  • 3 replies
  • 0 Helpful votes

I have a Service Package with two separate Servicepoints, under certain conditions, I need to trigger the second servicepoint from the request coming in the first service point, e.g.:Container Parent {     List A {         ncs:servicepoint          ....

mustapha-o by Community Member
  • 1091 Views
  • 1 replies
  • 0 Helpful votes