Unable to write xml file in NSO 5.3 CDB using maapi.load_config with below command
"maapi.load_config(m['s'],m['th'], maapi.CONFIG_XML, "Test.xml")"
Creating the transaction object as, th = _ncs.maapi.start_trans(s, _ncs.RUNNING ,_ncs.READ_WRITE)
Getting the following error message:
Error: external error (19): Error on line 1: object is not writable: /<path>
But when changing this to _ncs.OPERATIONAL it gives no error but data is not getting loaded to nso CDB .