Loading multiple excel files using foreach loop container
Hi,Good day.I tried loading multiple excel files using foreach loop container and I got the following error messages.Error 1 Validation error. Data Flow Task: MainTransaction: SSIS Error Code...
View Articlemoving file from ftp local folder
hi,i have sftp server ,from where i need to move all the files to my local folder . and then need to process
View ArticleLoad Data from multipe files into database
multiple Project source files (of same format) present in the “Project” folderNeed to load data from each of the Project source excel files, into the databaseShanmugaRaj
View ArticleUser Defined Function in SSIS multiple data flow tasks
hi guys,I'm new to SSIS and I have a question about using user defined functions in SSIS.So i have a sql statement that i use to split a row with for example "1,2,3,4" to 4 new records like...
View ArticleQuery In OLEDB Command
I am using OLEDB command with XML source.The query I am using is :UPDATE Table1 SET Table1.STATUS ='12' from Table1 join Table2 on Table1.REC_NUM= Table2.REC_NUM where Table2.FLDCASENUM= ? IF I use the...
View Articlenot seeing anything on sysssislog
hi,i am having log provider in sql server table.when i run the package ,it run successful,but cant see any log in sysssislogwhat should i do
View ArticleSSIS package pulls data into excel
simple question:my package load into excel file, the date column format is like: 9/11/2012,10/11/2012how can I set data conversion or create excel template by sql, to make the date column format is...
View Articlehow to execute task in forechloop container if i have a folder with files and...
Hihow to execute task in forechloop container if i have a folder with files and folder and inner folder contain files and folder etc...ex:i have folder with 10 files and one floder---->contains 20...
View ArticleNamed pipes works but TCP/IP drops connection
Hi all,I receive the following error from an SSIS connection managers and Management Server intermittently:A connection was successfully established with the server, but then an error occurred during...
View Articlepacakge path setting
i have master and child packages.i have setup xml config for all the packageshow to make them run in any machine / folder. i need more info on keeping to xml files connected to package so that based on...
View ArticleHow to create Dynamic SSIS Package
Hi FriendsI AM NEW TO SSISPlease help me How to create Dynamic SSIS Package
View ArticleCan BIDS/VS Be Accessed Remotely
I have a user who would like to access BIDS/Visual Studio remotely, similar to SSMS accessing the SQL engine. I'm not aware of any method to do this. Does the user have to install VS shell on his local...
View ArticleRetrieving AS/400 files via SSIS FTP?
Hi,I'm running SSIS 2008 R2 SP1 (64 bits) and would need to download a text file via FTP from an iSeries (AS/400) server V6R1.The SSIS FTP component works great against Windows and UNIX-like FTP...
View Articlei have a excel file with product and each product contains items and date of...
Hii have a excel file with productName and each product contains items and date of sold,the excel file updated over a period of time,how can we use pivot transformation?the file is not static,but...
View ArticleSSIS Configuration using SQL Server option
I am using the SQL Server option for configuring an SSIS package. However, I have found that it only ever allows you do this using a physical table in your sql server database. By this I mean you...
View ArticleSSIS logging OnPipelinePreEndOfRowset and OnPipelineRowsSent propblem
I have an SSIS project written in SS-2008 and ported over to SS-2012. In 2008 the package runs fine in development and from the command line. In 2012 the package runs fine in the SSIS development...
View ArticleProblems with retrieving numbers from Excel
Hello,I'm using SSIS, SQL Server 2012 and Visual Studio 2010.I'm trying to retrieve data from Excel source - it can contain both numbers and strings (like 'x' for an unknown number). I'd like to read...
View Articlebatch file catch error
my package using Execute process task to run a batch file to FTP upload file.batch file as below: LOG \\xxx\Script\log.txt TRACE \\xxx\Script\trace.txt CONNECT xxxTest LCD \\xxx\Test CD /dev/Test MPUT...
View ArticleSSIS Integration - Text to Numeric
I have a text field (in input and output). I need to multiply this field by 100 and populate the SQL database field (text).I am using the Derived Column and here is what isn't working:NewColumn =...
View ArticleLimiting character size of source column
Hi,I'm having a bit of an issue, i'm parsing through an XML source and receiving a truncation error when trying to output the column value because this particular string is more than 8000 characters,...
View Article