Is SSIS the "right" way to export to a EDI X12 flat-file?
Hi Most of the documentation I've found deals with parsing an EDI file. I need to *write* to an EDI file, not read it. The flat-file end result should look like this (note the 3 headers and 3...
View ArticleSQL Agent Job Failed , with Script component package in a step
Hi ,SQL Agent Job Failed , with Script component package in a step.Need help.Description: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. --->...
View ArticleHow To Convince Mgt to Enable MSDTC
Good morning, oh esteemed SSIS Superiors!In another thread, I detailed a need to use TransactionOption to make use of Sequence Containers.I learned that, in order to use that setting, I must have MSDTC...
View ArticleHow to use "%" in value, for a @FileName variable with chaning name on the...
Hi,I have Filenames with names ABC1501, ABC1502, ABC1503... The last 4 numbers are for years and month and will change every month.I want to set the value for a variable to "ABC%" but it doesn't work....
View ArticleHelp to configure flat file connection manager to use a variable for the...
Greetings to All,I'm currently going through the available Microsoft's SSIS Tutorial Create A Simple ETL Package. Lesson 1: Creating the Project and Basic Package was successfully completed.Lesson 1...
View ArticleTo run a SSIS package outside of SQL Server Data Tools you must install Move...
I am testing SSIS package that I upgraded from VS2005 project to VS2013 project. This is very simple package which just processes files and updates database based on those files. And I am getting odd...
View ArticleSSIS data conversion Numeric[DT_NUMERIC]
ETL from SQL to Excel I used the Data conversion tools to transfer the data from SQL to Excelthe issue is in the numeric field, when transfer to the excel, the columns show up as text fieldin the data...
View ArticleSSIS package - dynamic query, how to set database name dynamic ?
Hi below is my query - need to set up dynamic values for the below in SSIS package:for SIT it should be SIT, UAT it should be UAT and PROD should be PROD. How can Iachieve this in SSIS package ?select...
View ArticleSSIS - SQL command doesnt work, error ?
Hi - when I am using below query in my SQL command in SSIS, its throwing error as below. What is the way for me to run this query correctly ?I need to use this below query and generate a...
View ArticleUsing send mail task with an outlook account?
Hi guys,Is it possible to send an email from an outlook account using SSIS? I have a <username@outlook.pt> account with I use to log in into outlook.com email service.I tried to configure the...
View Articleproject parameters/packages stored in the file system
If I want to take advantage of project parameters for SSIS packages instead of using a dtsconfig file do I have to store the SSIS packages in the database? Or can I still store SSIS packages in the...
View ArticleAttunity Error in SSIS - "OCI Error Encouneterd"
I have SSIS BIDS (SQL Server 2008) (32 bit), and am using Attunity connector to connect to an Oracle DB. A while back we had our systems upgraded to windows 7 64 bit.I have installed Oracle 11g client...
View ArticleWhy SSIS is taking long time for SQL 2014 sp1 Business Intelligence Edition...
Why SSIS is taking long time for SQL 2014 sp1 Business Intelligence Edition (64-bit) version 12.0.4213when we run the query for the fact table just take less than 2 min, but the SSIS take for ever...
View ArticleSSIS package- how to set variable in query at runtime ?
In a query like below, how to make the variable in the query as dynamic ? Please anyone explain step by stepthere are set of @CompanyERpId will be provided like (23. 2454, 876....) randomly.Declare...
View ArticleSSIS ERROR
[SSIS.Pipeline] Error: Lookup failed the pre-execute phase and returned error code 0xC020824E. [Lookup 4 [152]] Error: OLE DB error occurred while populating internal cache. Check SQLCommand and...
View ArticleExport only data from excel file to database table that doesn't exist
Hi,We are using sql server 2012. We get data from vendor in excel format (companyID, companyName, routing Number). We get this excel file every day. The data doesn't change much. Only some time routing...
View ArticleSSIS Report Format Issue
Hi All, I want to generate a csv report with the following format in SSIS.Some Static Text - 1 Data from SQL Some Static Text - 2 Data From SQL I was thinking to create a report with these static...
View ArticleRemoving Special character from string
Hi,I am loading data from source flat file to target flat file.I am using one tool which used to cleanse the data and load in to target flat file.once data pass through that tool , i observed that in...
View ArticleIssue in executing SSIS package using ASP.Net web forms.
I have SQL Server Integration services 10.0(SQL Server 2008r2)and 11.0(SQL Server 2012) running. We are executing SSIS packageusing ASP.NET Webforms. Executing fine,no issues. But the...
View Articleexcel multi-sheets
I am loading excel files with multi sheets into sql server table(s).For example, there is only one dataflow task, in there, there are four sets of source to destination and each source being a sheet in...
View Article