using SSIS to call a stored procedure on AS400 iseries DB2
I have developed an SSIS Package which uses an ODBC connection to an AS400 iseries stored procedure. I use an Execute SQL Task. The query is Call Doctrack.PubFeed(?,?,?,?). The procedure takes 2 input...
View ArticleCopy the CSV Files from one location to Archieve Folder need to Rename with...
Hi Folks,I have Developed ETL Package Which Supplying the CSV File, if I run the package Next time if Same File name is there I need to Rename the that File with Currentdatetime need to move in to...
View ArticleSpace Issue while using Cache Transformation in SSIS 2012
We are using the cache transformation in our project , while doing the cache transformation our disk space goes to 0 MB free and SSIS package execution not completes even after 3 hr..Initially we have...
View ArticleSSIS Truncation error (Tried dataconversion, changing output columns but...
Example of offending row I'm unable to find a solution to this truncation error on google. This happens only on one field which has comments. The offending Excel row/column has text that was entered...
View ArticleSSIS Variables in SQL Task
Hi,I am wondering if this is possible and how to do it. I need to use the same SQL update task in 2 different package, what I want to do is to replace the table name and the field name in my SQL with...
View ArticleCopy infomation from a header into eveyline on a report
<p></p><p>I need a way to get that information to appear on every line. that information will change as every page changes on this report. this information is pulled from a SAP...
View ArticleUsing an if then statement in devried comlumn to count rows
Hello I am hoping there is a way to write an if statement for a derived column to count rows?for example:Row 35: PRI 7010Row 100: PRI 7011I am hoping for a froumlua that when it gets to row 100....
View ArticleCSV File Issue
I have a CSV file and which has the last column contains Grand Total and some thing like '---' to all of the columns.I know we can get rid of these things through an SSIS expression.Can anyone suggest...
View ArticleSMO Connection Manager Not Working
I'm using SSDT 2012 to create SMO Connection Manager for transferring server objects. However the connection is not working, it always returns error message something like "server is not found". I...
View ArticleDerived Column Expression
Hello Everyone,I have one column CandidatePlaced (Data type Boolean).Using data conversion i changed data type to DT_WSTR and then i used derived column to manipulate the data. Ex. 1 = "Yes" and 0 =...
View ArticleMAS90 4.0 ODBC and MS-SQL 2012 Connection Freezes all the time
Hi,I'm trying to use SSIS in MSSQL 2012 to extract data from MAS90 database.The connection string is tested to be working, because I can extract successfully using the same one in Excel.I follow the...
View ArticleGetting data from JSON files and load into DW table
Hi All,I have JSON files download to some folder in network drive - \\comp-nt1\shared\JSON. There are 30 files in JSON folder. I have to get the data from these files and load into DW table using SSIS....
View ArticleOracle Connectors (3.0) with SSDT (2013)
In previous versions of BIDS we were able to customize the DataFlow toolbox to incorporate the Oracle Source and Oracle Destination items - however, it appears this is no longer the case in SSDT (no...
View ArticleDeploy or Import a SSIS package
Hi, Is it possible to deploy or import an SSIS package developed in visual studio 2010 onto a 2008 R2 intergration server?package: developed in vs2010, SQL Server: SQL Server 2008 R2. Trying to deploy...
View ArticleDocumenting SSIS Packages
Hello,What is the best way of documenting SSIS packages?I am not interested in purchasing any software, but I would appreciate it if anyone had a general template that covers the key information of any...
View ArticleUpgrade SSIS packages
Hi ,Can anyone tell me the detailed steps to upgrade the SSIS packages. We are migrating from SQL 2005 Enterprise Edition to SQL 2014 Standard Edition. Database migrations are happening smoothly , but...
View ArticleSSIS 2014 - Analysis Services Processing task - Connection cannot be made
Hello, I've a request from a dev team to create a SSIS package where it simply has a Analysis Services Processing task which what it does is to refresh SSAS analysis services database cube. I've been...
View ArticleAudit Logging in Table with multiple OLEDB Destination and OLEDB Command
Hi, In my package there are 10 DFT. Each DFT have source > Tranformation > Conditionsplit > Rowcount_Transformation > Oledb Command...
View Articleexecute sql in ssis foreach loop container
I am attempting to use the SSIS foreach loop container to loop through the files in a folder and insert the names of those files in a database table. I setup the foreach loop editor as a "Foreach File...
View ArticleGenerate a csv file dynamically with a fixed amount of rows
Hi All, I need to generate a csv file from another csv file, seems to be simple but let's go the trick thing: Needs to have maximum 1000 lines, if I reach to this, I need to create another csv and...
View Article