Process Task - execute .bat file does not get executed
I need to run a .bat file to FTP files to mainframe. I setup a process task and point to the .bat file. I ran debug and it is all green, but the file does not get FTP to the mainframe. If I double...
View ArticleCant update connection string property from variable
Hi All I am doing this: http://microsoft-ssis.blogspot.no/2011/02/script-component-as-source.html I have this example setup in a foreachloop which shreds a file name from a recordset into a variable....
View ArticleVBS Script 32 bit to 64 bit machine
I have this VB Script that works with an SSIS package. It runs the SSIS package and inputs the dates based on the value that is returned- "W" for week or "M" for month, it then puts the start and end...
View ArticleMoving SSIS 2008 packages stored in msdb between servers
Hi everyone, I found a few similar posts but none answered my question. I need to be moving SSIS packages stored in msdb from one Sql server to another. This will be done on a regular basis and the...
View ArticleSSIS Error: Can not convert between unicode and non-unicode string data types...
Hello, By using SSIS (VS 2008), the target is to migrate data from a table in Oracle to a table in MS SQL 2008 R2. In the Data flow Task, OLE DB Source gets the field in "string[DT_STR]" and the OLE DB...
View ArticleUsing Table Variable in OLE DB Source
Hi, I have used a Table Variable in an SQL script to retrieve data from a source databse using the OLE DB Source Data Flow tool. The OLE DB Destination recognises the table and allows the columns...
View ArticleDynamic column mapping in script component with different source and...
I'm developing a dynamic package which creates the source and destination dynamically from the input parameters. Currently It just creates the source and destination components alone and do the...
View ArticleLoading 40 tales into one
HI guys, can anyone help me in this secanrio i have 40 tables in sql server and i need to combine it and load it into one table in the same server. any help will be appriceated. thanks ravilla.
View ArticleExecute Package in Loop
Hi I have to Re-Execute Pacakge on Error. So, i did as below. On Task Failure -- > Call Execute Package "PackageLoop" on the "PackageLoop", I have called Execute Package "PacakageMain" I am getting...
View Articlessis
COULD YOU PLEASE HELP ME FOR THE FOLLOWING SCENARIO: SOURCE(100 RECORDS) | | DEST(80 RECORDS) WE HAVE TO FIND THE MISSING ROWS ALONG WITH ERROR DESCRIPTION?
View ArticleFew questions on SSIS (basic)
Hello, if anyone can help me to understand these concepts, How will you make sure that all rows from src populated to the target table example : There are 3 million records in source file and...
View ArticleGive one line spare SSIS package
Hi Friends, I have a small question. I was using Pulling data from TWO tables and loading into one text file. So my Question is I want to give one line gap between those two tables data like this How...
View ArticleRedirect CFLF rows and retain LF rows
Hi Gurus, I have flat file which is delimited by LF if I get CRLF i need to redirect to err_record How to check this condition ? thanks, Sathish
View ArticleExternal and Output Columns in OLEDB datasource
Hi, Can any one tell me,what is the difference between data type changing option in External Column and Output column in Advanced editor of OLEDB Source? If i want to change datatype of...
View ArticleLogin fails for non-trusted connection in SSIS Script component
I have a script component in a data flow of my SSIS pacakge that uses the package connection manager to connect to the database. Up until now, the connection manager was using a trusted connection to...
View ArticleSSAS Connection not been picked up from Config Db using an expresion
I have an SSIS package to process an SSAS cube . An expression is used to set the connection string from a variable .If I hard code the variable the package runs sucessfuly. when I then set the...
View ArticleIs there any way that user defined variable on a sequence container affects...
I have a sequence container and I defined a user variable called "Container_Name" for logging purposes. When I renamed the container, I forgot to change the value of the variable. I saved the package....
View ArticleSSIS 2008 converts date to DT_WSTR
Hi, I am using an oledb source with the following select SELECT [EmployeeKey] ,[EmployeeBK] ,[SuperiorEmployeeBK] ,[Name] ,[FirstName] ,[DateOfBirth] ,[EntryDate] ,[EndOfProbationDate]...
View ArticleNulls created by SS Agent, but not IS
I'm moving Avaya CMS data from Informix to SQL Server. I have several data flow tasks - one per table, and some of them work fine in any circumstance, while other work fine when executed manually from...
View ArticleRecord ID for New Records in SSIS Data Flow
Requirement: need to have a sequence number for Primary key in Dimension table along with surrogate key. Basically Sql Server does not allow two IDENTITY columns, i try to create sequence number by...
View Article