SSIS Script to Write to Multiple Excel Worksheets, with Different Columns on...
I'm trying to extend some of the solutions I've found here and in other SSIS reference websites. I have been successful at writing multiple sheets in a workbook, where each sheet has the same data...
View ArticleError when run with a different userid/on different server
This is related to SSIS 2005There is table which stores connection information. It is fetched correctly and passed on to the connectionstring dynamically to OLEDB connection, in Development and test...
View ArticleDependencyAnalyzer
hiI downloaded and installed DependencyAnalyzer.exe, when i ran against SSIS package. if source and target SQL Server, i am getting correct data, if source is SQL Server and Target is AS/400 or...
View ArticlePackage Path missing from Package Installation Wizard
When I run the Manifest to install my SSIS packages, the Package Path field is missing from the "Specify Target SQL Server" step of the wizard. When a co-worker runs the same Manifest, the field shows...
View ArticleSSIS foreach Loop - creating dynamic log output files and sending email
Hello All, I am having a problem in implementing the following scenario: I have to run scripts against my databases using SSIS package and SQL agent job. This package is deployed on server and a SQL...
View ArticleSSIS Debug Host has stopped working
Well that's the title of the messagebox i'm getting once my package in SQL Server Business Intelligence Development Studio has completed.The package runs successfull on my laptop, but now I've...
View ArticleOLE DB Error when connecting to AS/400, Iseries to call a program
I get the below error when attempting to connect to an AS/400 to call a program:An OLE DB error has occurred. Error code: 0x80040E21. End Error Error: 2009-10-21 08:47:02.12 Code: 0xC00291EC Source:...
View ArticleSSIS job does not run
I have a job scheduling issue and kept getting the “Internal request (from SetJobNextRunDate [reason: schedule will not run again]) to deactivate schedule 15.” message in the error log. I am scheduling...
View ArticleRemove duplicate rows
I had a .txt file with 6571 rows and 250 columnsThe account numbers in the Account_Number column were flawed and I had to fix them using some transformations.But at the end the OLE DB Destination where...
View ArticleSSIS DFT Problem
Hello ,I am working on SSIS package, environment : BIDS 2008. I am using a data flow task, that contains one excel source component at the start. excel source component reads file & then we are...
View ArticleDeploy SSIS Package with Oracle DB (ADO.NET Connection)
When deploy the SSIS package to windows SSIS Server, the issues found due to the Oracle DB connection thru ADO.NET Connection Manager. The package configuration was created. Even though I typed the...
View Articlenew to ssis - Lookup - is it possible to perform like outerjoin or any other...
hi allam new to ssisi created one simple package with lookuptable 1 with 2 fields (id and country name)id countryname 1 ind2 china3 japantable 2 only one field country namecountry nameindEngUSAam...
View ArticleSSIS To Oracle Via LDAP Connection
In SSIS, How to connect to Oracle database using LDAP method.ThanksRaj
View ArticleMultiple simaltaneous update in custom log table from SSIS package.
Hi,I have a custom log table in sql server database. which recording the SSIS package activities(each task execution time, statuses...) when this table is going to use simultaneously multiple time it's...
View ArticleHow can I change my Execute SQL task setting to behave like SSMS and continue...
My insert below in ssis produces 26 rows, vs. 86 in ssms. I assume it timesout but I am not sure?I'd like to get the same behavior. I changed MaximumErrorCount to 10000, but it didn't make a...
View Articlesee in which record the error occurred
Hi,If I have Data Flow task and in that one source and one destination, at the time of execution if there is any error occurred how would you see in which...
View Articleupsert
Hi,If I have 100 records in source in that 90 are new rows and 10 are existing so how would u update existing rows in destination
View Articleconditional executing tasks
Hi, If I have four tasks (T1, T2, T3, T4), after Successful execution of T1, (T2, T3) should execute and if any one failure of (T2, T3) T4 should execute
View ArticleFailed to Load OCI.dll error for Attunity for 64 bit SSIS and 64 bit windows 7
Hi guys i have tried all the possibilities of resolving this error also went to registry for this but in vain. Can anyone help me with this Thanks in advance.
View ArticleDTSxxxx90 and xxxx100 in one project
hello all,right now we're dealing with migration from ssis2005 to 2008 and we have some c# sources where we use quite a lot DTSxxxx90 intrefaces. To move to ssis2008 we have to change it to xxxx100...
View Article