I have encountered some issues while attempting to create a new node under ns=1:
I understand that namespace index 1 is typically reserved for the server URI. However, due to specific requirements of our project, we need to register nodes under this namespace. Our application architecture necessitates this arrangement for compatibility and integration purposes with other systems that are expecting nodes to be located in namespace 1. Therefore, is it possible to modify the namespace index associated with the Service URI in our OPC UA server configuration? Any guidance or suggestions would be greatly appreciated.Exception occurred while adding node ns=1;s=121/Data: UnifiedAutomation.UaBase.StatusException: [BadNodeIdInvalid]
at UnifiedAutomation.UaServer.BaseNodeManager.CreateVariable(RequestContext context, CreateVariableSettings settings)
Thank you very much for taking the time to read this post and for any help you can provide.