SSIS Deploy Error - Integration Services

Vitor Mendes 21 Reputation points
2021-02-15T11:44:38.64+00:00

Hello
I made a package in SSIS that convert from a DBF file to the SQL server. Well in visual studio it works perfectly, but after i deployed my project in sql server it doesn't work. See the images:

68181-ssis.png

Someone know what is wrong?

tks for the attention

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
0 comments No comments
{count} votes

Accepted answer
  1. Olaf Helper 47,436 Reputation points
    2021-02-15T12:46:28.73+00:00

    Hello,

    SSDT / Visual Studio is a 32 bit application using 32 bit data provider and if the package runs in SSDT, but not as job, then I guess it's a 32/64 bit issue.
    Have you install the data provider only as 32 bit or also as 64 bit provider?
    If not force the job to run as 32 bit process, see SQL Server Agent Jobs for Packages => 32-bit runtime


2 additional answers

Sort by: Most helpful
  1. Yitzhak Khabinsky 26,586 Reputation points
    2021-02-15T17:07:39.663+00:00

    I made a package in SSIS that convert from a DBF file

    OLE DB Source - Could you please clarify what the source is? And what driver/provider is in use.

    Also, I see that the package is using Microsoft Jet OLEDB Provider.
    It was deprecated in favor of Microsoft ACE OLEDB Provider a decade or so ago.


  2. EchoLiu-MSFT 14,621 Reputation points
    2021-02-16T03:32:23.943+00:00

    Hi @Vitor Mendes ,

    You can find the cause of the error first, and then solve the problem according to the detailed and error message:

    1.Identify the problem
    2.Login to the sql server instance
    3.Navigate to the Integration Service directory
    4.Right click on your SSISDB catalog and select All Reports -> Standard Reports -> All Execution
    5.For your folder, click "All messages to perform failed tasks"
    6.Here you will see your error

    If you have any question, please feel free to let me know.
    If the response is helpful, please click "Accept Answer" and upvote it.

    Regards
    Echo


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.