error using OLE DB connection to iSeries AS400 in SSDT / Visual Studio 2010
I have a SSDT package that was sucessfully running using ODBC to connect to an iSeries AS400. when I change the Connection to ".net Providers for OleDB\IBM DB2 for i IBMDA400 OLE DB Provider i...
View ArticleSSIS Error Msg when trying to write records from an Access 2007 DB to a SQL...
I am connecting to an Access 2007 database using an OLEDB source and the MS Office 12.9 Access Database Engine provider. I have to perform a data conversion on many fields to DT_STR or DT_TEXT because...
View ArticlePackage Runs Against Wrong Server (not the usual suspects, either.)
Hello, I built an SSIS package to load data from some flat files into an SQL Server 2005 database. The data is loaded into a set of tables on a staging database. After that it is manipulated and...
View Articledata load time
How much time will it take to load 1 million Data in SSIS then process in cube ?I have an daily data of 1 million incremental comming from source system.how much will be the size of the 1 millon data...
View ArticleAllLoginsFromSelectedDatabases from "Transfer Logins Task"
Hi All,"AllLoginsFromSelectedDatabases" from "Transfer Logins Task" is not working on user databases. If i m selecting master databases, It is transfering "ALL the Logins" from server A to server B.For...
View Articleput digital copy from PC to Amazon Kindle Fire HD
I loaded a digital copy from a disk to my computer. I downloaded the Window's Media player version. I wanna put it to Amazon Kindle Fire HD. What should I do?
View ArticleWCF or SSIS -- How to implement file processing based on the contents
Hii want to implement below requirement. please advice1. i need to watch for specific directory example "c:\TEST" and look for .txt files ( .txt files will be copied to c:\test directory run time )2....
View ArticleDatawarehouse - How to use Union All to get data from two source
I have two different data source from where i am getting the data. The get part query is same for both only the source is different. I am selecting same number of column in both query.Then I need to...
View ArticleSSIS : The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local...
Hello,I want to use "Microsoft Office 12.0 Access Database Engine OLE DB provider" under SSIS connection manager to get data from Excel 2007 files on a server with 64 bit. To facilitate this ,...
View ArticleBuilding a data flow task, within a foreach loop for dynamic table name, but...
In my control flow, I set up a variable for the table name, enumerated by SMO, following the instructions from the link...
View ArticleExcel Destination SQL2012/Office 2013
When I try to configure the Excel Destination is SSIS, I click on Name of the Excel Sheet drop down, I get the error below:"Could not retrieve the table information for the connection manager 'Excel...
View ArticleError: 0xC002F210 on Execute SQL Task
Hi Techies,I have one Package in that I used Execute SQL Task for Exec Shrink_Log Procedure.When i run that package manually It sounds good.but when i try to run same package with Jobs i got an...
View ArticleSSIS ADO.NET connection source parameter setting
Hello,I need to create SSIS package, which runs incremental export from MySQL db to MSSQL. The export has ADO.NET source:select * from test.Test where createddate > '" + (DT_WSTR,30)@[User::Date]...
View ArticleGiving error with large amount of data in ssis
Hi All, I have created a package,which is internally calling a stored procedure. I have created a table with 4000 customers phone Number and took the extract into .csv file,it returns 200000...
View Articlefetch data from google adword account via API
Hi Friendsi need to get data from Google Adwords account using API on daily basis.i.e. I need to fetch data using API from Google Adwords account.Kindly help me friends.RegardsBI_Group
View ArticleFlat File Source Problem...
I have a weird thing happening.I have an .csv file. When I try to load it into a table, I can do it easily in DTS 2000. But when I am trying to do it in SSIS 2005 with exactly the same settings (like...
View Articlesequance number through Script 2008r2
HI ,I want sequance number through script componanet task in SSIS.Please provide the script any one knows. vasu
View ArticleAdding new column for object type variable in script component
Hi,I need to add new column for object type variable.for that column i have to pass guid datatype.Because destination mapping column datatype is Guid.From the object type variable i am getting full...
View ArticleError: Transaction context in use by another session
I am working n a SSIS package that has many "Execute SQL" tasks Running Parallel. Each Task Contains Merge SQL statements. Parent Table Merge Statements runs first and then All child table's Merge...
View ArticleHow to achieve file processing
Hii want to implement below requirement. please advice1. i need to watch for specific directory example "c:\TEST" and look for .txt files ( .txt files will be copied to c:\test directory run time )2....
View Article