I have an issue with custom integration provider not persisting the settings.
-
Provider appears correctly in source/destination dropdowns
-
All fields render correctly
-
Save returns HTTP 200 with no errors
-
Upon reopening Activity Group, provider selection is lost (both source AND destination)
-
Tested with minimal provider implementing ONLY required methods per docs
-
Implements both ISource and IDestination interfaces
-
Serialize() and SaveAsXml() implemented correctly
-
Are there any cloud-specific permissions/configurations needed for custom providers?
-
Are there any Feature flags or license requirements for custom Data Integration providers?
-
Can you check server logs for why provider selection isn't being stored?
-
Are custom Integration Providers fully supported in DW10 Cloud environments?
-
TestSimpleProvider.cs (minimal test implementation)