question

sanei05 avatar image
sanei05 asked

SSIS package not executing SQL Queries post validation

Hi I have a dtsx file. It does check for the csv file, extracts, perform data conversion from CSV file to table and then loads the data into the database. This SSIS package has external configuration file with the file path, database names, file name as variables. It was working perfectly fine until last month when testing. But when I tested the package again . i noticed the validation steps and process for Input file check complete but the execution of sql queries in the database are not happening. I am running this package using dtexec.exe utility.


i tried using DTEXEC.exe utility for both 32 bit and 64 bit but still same error.

SQL Server version is 2016 Standard.


Can you please help why the SSIS package is not executing the SQL queries. I checked the reports in Verbose mode but I dont see any error. It give me SUCCESS message with no update to the database.


To add more details, I have Integration services installed on this DB Server. I do not want to use SSISDB as I am planning to running the job via external tool using batch script. So, I am using DTEXEC.

I do not have visual studio installed on the server to check the package in Debug mode or to run individual scrip task.


Please advise

ssisssis errorssis script task
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
sanei05 avatar image
sanei05 answered

Hi, I am posting my finding as answer .


The package has 1st step to identify the flat file. I got to know the flat file was placed in wrong location from the variable analysis. Placing the file in the right location. SSIS package worked perfectly fine.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.