Hello everyone,
I'm working with the CISCO DCM adding a new table (Hitless Merge Settings) to the driver. This information is retrieved through a custom Cisco method and I created a new QAction (16200) to do it. It throws no errors in VS neither in the pipeline but when I upload the version to test in the customer's DMA the log of the element displays this error:
I already used the tools to rebuild the solution in VS, checked that all required DLLs are present in the ProtocolScripts folder, rebooted the server and delete and re-uploaded the version but none of worked.
Does anyone have an idea on how to solve this?
If you do or you want more information, don't hesitate to contact me.
Hi Sebastián,
The entry point of QAction 16200 is defined in the Engine namespace. DataMiner currently does not support the entry point of a QAction to be defined in a namespace other than the default global namespace. (See also entryPoint).
Moving the QAction class out of the Engine namespace should resolve your issue.
Hi Pedro,
Thank you very much for your help, that was the problem. Now, the table is getting filled correctly.