An unhandled exception of type 'System.IO.FileLoadException' occurred in...
I am getting above error while trying to execute a ssis package.Its working fine on sql server business development and giving output,but when i am trying to run the package out of the business...
View ArticleHow to store a result set of an execute sql task in a variable ?
If my sql result set is a single SQL String, I want to be able to assign it to an SSIS string variable. If its a SQL datetime, then I want it to be assigned to a SSIS datetime. etc. Can i do this...
View Articletext qualifier property in advance page flat connection manager not working
I set the Text Qualifier(") on the general tab. I you want to turn off some columns, i select the advanced tab, then for some columns, I set the property TextQualified to false.but did't show any...
View Articlecopy file
I want to use SSIS to copy source files to destination folder.I have a file system task on the control flow and put it in for each loop container.I added 2 variables varSourceFile, varDestinationFileI...
View ArticleDate Format in SQL setting in 2008 r2
I have SQL tabe with name as Table1 and date fileld also .Now when I am selecting the Table1 data. I can see my date field of data showing as yyyy-mm-dd format.How can i show the dd mm yyyy format...
View ArticleSSIS Package Execution Using SQL Server Agent (Unexpected error)
I had a SSISDB project that it was executing very well in my previous computer.Then, here in my job I had to reset my PC and I installed my complete environment of developing againBut since that time I...
View ArticleExcel to Table simple load - But has issues with 'data' - Please help!
Hi, I have a Excel Source. It has few columns. One of the column is 'EmployeeCode', which has values6,7,w,1,a,c,5,y,6,6,4... and so on The destination is a table, column name and data type is...
View ArticleA procedure imported by DTEParseMgd could not be loaded
When I go to the properties of a job that executes an SSIS package I get the following error when I try to edit the step that executes SSIS. A procedure imported by 'DTEParseMgd, Version=9.0.242.0,...
View ArticleHandling AcquireConnection Error
I wanted to figure out if a SSIS package would run without any problems by implementing a Health Check script task at the beginning of my package. I did this by iterating through the connection...
View ArticleExecuting Oracle stored procedure with XMLTYPE Output and capturing it in a...
I am in desperate need of help with executing an Oracle stored procedure that takes an XML of Oracle XMLTYPE as input and Outputs an XML of Oracle XMLTYPE. I should be able to execute this Oracle...
View ArticleConvert SQL server datetime to SSIS String using SQL only?
I am getting a datetime column from SqlServer (SS). I want it to appear as a "String" column to SSIS so that I can directly fit it into an SSIS string. After that, I want to loop over this column with...
View ArticleUnable to to make connection to cache databse.
Hi i have downloaded the cache setup to create cache connection .But i am getting this error1) [IDX Cache Source [3661]] Error: System.Runtime.InteropServices.COMException (0xC0010009): Exception from...
View Articledownload a xml file from https site via ssis scrip task
Hi All,I need to create a SSIS package that call https site(ssl) and download xml files each day. Right now we have a .net project that create the xml file. But I am asked to create the xml file using...
View Articlehttp connection manager and script task to download a xml file from a secured...
Hi All,I want to download xml file from a secured website. I have created a package.1. HTTP connection was added - Credentials were given. Client certificate was chosen. Connection was tested and it...
View ArticleThe COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION
I have a foreach loop (1) followed by a SQL task (2). This SQL task (2) begins a named transaction. In the for each loop(1), I load data into a target table with execute sql task(3). After that I...
View ArticleHow to fetch Excel file name when importing files with different names and...
I have succesfully followed steps in following article to import all Excel files to DB. I'm using Foreach Loop Container and variables....
View Articleforeachloop container
I have created a folder containg two text files and then i create a foreachloop container in ssis which will go through each file and transfer the data(using data flow task) into two tables.My package...
View ArticleCreating Dynamic Excel File ( Executing SSIS package in Stored Procedure),...
declare @strselect varchar(8000) declare @strlocalpath varchar(1000) declare @strLocalFile varchar(1000) declare @strpkgname varchar(100) declare @strSSISRunCommand varchar(2000) declare @strDBName...
View ArticleThe GetEnumerator method of the ForEach Enumerator has failed with error...
I have an SSIS package which loops through the worksheets of an excel file and loads the data into the SQL table. I've used ADO.NET enumerator to accomplish this. The package works fine when I run it...
View ArticleHow to use variables in SQL Task for UPDATE SQL statement?
I would like to make UPDATE table SET columnA = variable.How to define in Execute SQL Task variable?In which format I should add variable? I got "must declare the scalar variable" error when I defined...
View Article