Database Connection error when executing the package from .bat file
Hi..Need help in fixing the problem.. Not able to find good article to address the issue.Environment : Windows 2008 R2 64bit machine , Sql Server 2008Recently we have migrated ssis packages from 2005...
View ArticleDebugging Flat file connection manager when preview works but run-time doesn't
Hi, I am trying to process a non-standard flat file. Initially I want to just convert 1 line of text into a single column.I have selected ragged right with a HeaderRowDelimiter of {CR}The column width...
View ArticleConstraint settings - how to prevent execution after a disabled task
I just pulled out what few hairs I have left. I had disabled a task that I didnt mean to, and it was causing issues that were not clear what the problem was.The first 2 tasks task is an exec sql task...
View ArticleTest Connection throws error message when you try to connect Oracle in...
Test Connection throws error message when you try to connect Oracle in Connection managerTest connection failed because of an error in initializing provider. ORA-12154: TNS:could not resolve the...
View ArticleExec sql task then Foreach loop - check constraint and expression
I have an execute sql task which then feeds a foreach loop. How can I can put an expression on the constraint between the two, to check if the resultset is empty or not?The exececute sql task, setting...
View ArticleHow can handle the all records from Source to destination by LOOKUP operation ?
Hi,Control flow operation like below chart:Second look up has given an out put of 102,305 rows by how to handle rows with no matching entries by:Redirect rows error output (or) redirect rows to no...
View ArticleSAP BW to SQl Server import and export wizard
I am trying to load data from SAP BW system to SQL server. Using management studio, But i am getting this error any idea?pulikondas
View ArticleHow To Store FileName Into Variable using SSIS?
Hi All,I want store .txt file name into variable and after that I will load into sqlserver table with particular characters only.pelase check below full name. I am loading all files using for each loop...
View Articleloadig files with dynamic columns with missing row headers
Hi ,I need to import data from flat files to a target table,I have no control of the incoming files in terms of number of columns ,row header, data types,What is the best approach to handle this in...
View Articlecommit rows per batch
Hello Professional,I have written a code with insert/update logic, here I have two destination tables where tableX will have latest records and history_tableX will have old records of that particular...
View ArticleErrorColumn value has value as ID of the column not lineageid of the column
Hi There,I have developed a dataflow task in a package, so that when ever i get a error, it has to redirect the row to a different table, also i am mapping errorcolumn to that table. When i see the...
View ArticleOLE DB Source - can I use a parameter for doing a select top ?
SELECT TOP ? * FROM MyTable WHERE LEFT(MyTable.Col1,10) = ?After having trouble, I did some reading and stumbled upon this...
View Articleprotect excel file with password
Hi!I have to add a password to an excel file created using SSIS interop does not work with the VBScript system can not find the file!Any tips?I' using VS 2010 shell.Thanks!
View Articleweb service Script task vs Script Component
Hello Every oneVersion:Sql server 2008 BIDS 2008I can able to call a web service and methodsin script task in a control flow task I am using similar code in a script component as a transformation...
View ArticleSSIS vs Workflow 4 for business rules
Have a process that will be doing a number of things- Getting data from/into multiple SQL server databases on multiple servers - Updating the data in those databases using business rules and XML schema...
View ArticleIs it possible to right align columns using SSIS Import and Export Wizard?
Hi, Is there a way to right align all columns using SSIS Import and Export Wizard to export a table? I tried exporting directly from SQL Server Management Studio using right align numeric values in...
View ArticleDownloading Everyday Files from SFTP
Hi Everyone,How we get everyday files from SFTP. In SFTP server everyday got files name like' filename_yyyymmdd'.This last date part is changing everyday as per current date. So i need to download one...
View ArticleExpressions based on file name. Finding the . Extention and just the file...
I use the following expression to grab the full file name from full directoryREVERSE(SUBSTRING( REVERSE( @[User::HotFoldersDownloadFullFilePath] ), 1, FINDSTRING( REVERSE(...
View ArticleSSIS Match 1 field, append other
So I am going from an Excel file to OLE DB Destination. MY Excel file has a ID_Number and Resolved_Date. I need to look for a matching ID_Number in the destination and if there is a matching number...
View ArticleHow to load data from Google analytics to SQL SERVER 2005
Hi All,Is there any solution to load data from google analytics (API) to SQL Server 2005.Many Thanks AnilLaky
View Article