0

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 :

Odata configuration

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

ARAZI
  • 126
  • 8

1 Answers1

0

The problem is that you are trying to run a standalone package that uses a project connection manager which is not deployed.

There are many similar link mentioning the same problem:

Hadi
  • 36,233
  • 13
  • 65
  • 124