Hi Dojo,
I updated recently a DataMiner to 10.3 CU10 version. As I could check on the documentation, this is the minimum version to have available the custom operator on Dashboards without enable a soft-launch option. However, I cannot see a custom operator in my query, but it is installed through the catalog:
Why can't I apply a custom operator?
Thanks!
Hi Daniel,
Indeed, from 10.3.0[CU10] onwards the custom operator is out of soft-launch. This means you should see the 'apply custom operator' option in there, if you have at least one custom operator.
What package did you deploy from the catalog? Could you verify that the operator was correctly deployed from the catalog?
- Go to 'Automation' module in DataMiner Cube
- Look for the custom operator there
- Verify the operator compiles correctly, by clicking 'validate'
Best regards, Ward
Hi Daniel, this might indeed be the reason! The TryGetValue method is only available from 10.4.0 or 10.3.4 onwards. I will make sure to update our documentation to make sure it is clear that this method is only available from these versions onwards. You could try to change the TryGetValue to a GetValue to make it work in your current version.
Hello Daniel
Have you tried to follow this example ?
If it still doesen't work let us know, maybe you are missing on some step or definition on the Automation Scripts
Hi Ward,
I deployed the AddColumns operator, and I cloud check that it has 2 errors, about GQIEditableRow row.TryGetVale. It seems that GQIEditableRow not contains a definition to TryGetValue. Maybe this class has not defined this function? Or maybe it has missing a library? This is the operator https://catalog.dataminer.services/details/package/5542