SSIS Connection not found in package

前端 未结 20 1925
一整个雨季
一整个雨季 2020-12-06 09:48

I\'m kind of new to SSIS programming, and I\'m having some problems deploying an SSIS package.

This package runs correctly on my PC, does everything it needs to do ..

20条回答
  •  盖世英雄少女心
    2020-12-06 10:05

    I had same issue in my case, the cause was connection was not embedded and incompatibility of Oracle Client.

    SOLUTION:

    My Environment:SQL SERVER 2014 64bit Oracle Client 32 bit

    1. For include/embed Connection

      • open package
      • right click on connection
      • select "Convert to project" option
    2. for SQL SSIS Catalog/Job schedule set the configuration follow steps in picture

      • Right on 'SQL JOB->Step" or "SSIS Catalog-->Package-->Execute" and select "Properties"
      • Select Configuration-->Advanced tab
      • Checked 32-bit runtime

    I tried to post detail step by step pictures, but Stack Overflow does not allow that due to reputation. Hope I later will update this post.

提交回复
热议问题