Jump to content

My custom function is not working in the webplayer


Didier Bastogne

Recommended Posts

Hi,

I've created a custom data function inspired from this example (Create a Custom Data Function in TIBCO Spotfire®) and it is working fine in the spotfire analyst client. I can create a guided using this function but when I want to open that guide on the spotfire web client (or webplayer), I got this error message:

Could not execute function call '<MyCustomDataFunctionName>'

Could not find executor for type 'TypeIdentifier:<MyCustomTypeIdentifier>'.

  at Spotfire.Dxp.Data.DataFunctions.FunctionExecutorRegistry.get_Item(TypeIdentifier type)

  at Spotfire.Dxp.Data.DataFunctions.DataFunctionExecutorService.GetFunctionExecutor(TypeIdentifier type)

Link to comment
Share on other sites

  • 1 month later...
Link to comment
Share on other sites

  • 7 months later...

I actually found, thanks to Eric Leroux from Discngine where the issue was,

the definition of the class implementing the CustomTypeIdentifiers was not in the good scope.

public sealed class D2P2_TypeIdentifiers : CustomTypeIdentifiers{ .. }

Now the custom function works in the webplayer

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...