DT_WSTR in Excel vs DT_STR in the table
Hi everybody,I'm trying to make a simple package of converting data from Excel into the table in the database. Excel insists of having all columns as DT_WSTR and my columns are defined as varchar in...
View Articleole db provider microsoft.jet.oledb.4.0 is not registered error from ssis...
ole db provider microsoft.jet.oledb.4.0 is not registered. I have 2 servers, and trying to resolve the differences on them as I have an SSIS package that runs from an agent job using a package created...
View ArticleFast Load option for AS400 DB2 database destination
Can any one let me know why fast load option doesnt work for AS400 destination. When i run it locally, it works fine, but it doesnt work from SQL Agent.Error Message: Failed to open fastload rowset.
View Articlesimple file movement pkg
Hello,I have to create a simple pkg to load one table from .txt/.csv file and once loaded archive the file to diff archive folder.the .csv file will be coming every hour or so, with file containing...
View ArticleSyntax for BCP Execute Process Task
Been asked to set up a package to execute a process task to take a bcp cmd. The command I was given (tested through command line) as follows:database.dbo.table out d:\temp\filename.tsv -T -S IPaddress...
View ArticleCreate Dynamic directory and Export binary Data files to it
Hi,I have table with Fields ID,FileName, BinaryData type varbinary;I wish to create a package which 1] reads all the IDs from above table 2] create directory to path c:\Output\ ID\ (Here ID should be...
View ArticleFor Each Loop Container
Hello,I have a folder and set of files,in for each loop container i have given *1a* to just pick file that has "1a" in the name , but the container is picking files that have '1' and 'a' anywhere in...
View ArticleSSIS - Script task to read directory and open and read Excel files
Hi.I have an existing vb script code, which I am trying to migrate to SSIS package containing the script task.The VB script gets data from a folder , checks if the file type is of Excel, reads through...
View Articlepermanent solution for default codepage
I use quite a few slowly changing dimension in my packages. the default codepage is always 1252 and whenever I touch the object the code page is reset to 1252. I would like the default to be 1255 in...
View Articlesetting connection to source
I have a package where I want to use sql security user/login. I set the connection and it runs fine under visual studio. i save it as a package and run from sql jobs and it fails with security login...
View ArticleHow to take excel as input for procedure in SSIS package
Hi Team,if it is possible take excel as input to stored procedure? if it is possible please help on same.Excel input...
View ArticleOne Excel file has different column name
Hi everybody,I'm using SSIS to load multiple Excel files into source table in SQL Server. All the files are the same but in one of them one column name is named differently than in all others and as a...
View Articledeleted data from excel
I accidentally deleted data from an excel document, and save it automatically and I need the old data back
View ArticleThe column status returned was: "The value could not be converted because of...
Hi Team,Have data in excel to load sql table. While loading to table am getting bellow error.The column status returned was: "The value could not be converted because of a potential loss of data.".In...
View ArticleSSISDB upgrade failed
After migrating SSISDB (2014) to new server (2016), upgrade of the SSISDB failed with the below error. The migration of the db was performed following the instruction in the link below. Object...
View ArticleERROR:To run a SSIS package outside of SQL Server Data Tools you must install...
I'm running the latest SSDT Microsoft Visual Studio 2015 Shell (Integrated) Version 14.0.23107.0 D14REL Microsoft .NET Framework Version 4.6.01055 Installed Version: IDE Standard Microsoft Visual...
View ArticleSSIS Import Excel File with Dynamic Columns
Good day,I have been battling to import an excel file where i have an itemcode in columnA and from columnB Customers per columnmy dft keeps failing as every month we receive the file from external...
View ArticleSSIS Execute Process Tab hung up by WinZip dialog box
My SSIS package has a Execute Process Task to unzip a file using WinZip This process has the following Executable: E:\Program Files (x86)\WinZip\WINZIP32.EXE Arguments: e -o -j...
View ArticleIs there a way to continue where we left?
Hi everybody,I created a package to load data from 3 txt files (two of them are huge and cannot be opened by any editors). I was running the package and it loaded 18 mln rows out of 65 and then had a...
View ArticleData Migration from Mainframe DB2
SQL server Driver Version : 2017Mainframe DB2 Version : Version 11 Release 2I am trying to import tables from DB2 using SSIS to SQL Server. I am facing issues when the tables have XML column in DB2....
View Article