in SSIS 2015 i use OData component to get data from a URI when i press the button preview i got data back but once i click start the project without even mapping it into a destination i got this error :
Data Source [2]: The connection "connexion" was not found. Verify that the connection manager contains a connection of this name. ODatasource validation failed. Error Code: 0xC020801A
My tests :
- i have tried to deactivate the delay validation, still the same error.
- i have looked into logs but there is nothing called connexion there
- i have looked into the code source but there is nothing that called connexion on the code.
- i looked also on event hundler to see if there si anyting there but nothing
here is the screen shot to see the configuration of my componant :
any one have any ideas how can i fix this, i'm stucking in a project and i don't have any other ideas
thanks