Invoking SSIS package in ASP.Net environment after deploying to local IIS
I am new to SSIS and here is my problem case.SqlServer2008 - as my database server,Visual Studio 2008 - to develop dtsx packageVisual Studio 2010 - to implement my web application.The dtsx package...
View ArticleSSIS 2008 OLE DB Destination Oracle 11g using SQLCommand
Hi, guysI'm having troubles trying to map columns from an SSIS 2008 OLE DB Source Task (SQL Server 2008 R2)to an Oracle 11g destination (OLE DB Destination), It doesn't seem to get the column mappings...
View ArticleBiml and package/project parameters
I'm trying to create an Execute SQL task using Biml which references a project parameter and a package parameter as input values. However, all I get out of it is a scope error. I figured out that...
View ArticleExecute stored procedure in Oracle with SQL Task
Hi everybody. I'm using SQL Task to execute a stored procedure in Oracle database, but i'm getting the following error.SSIS package "Package.dtsx" starting.Warning: 0x0 at Popula DIM_TEMPO:...
View ArticleSSIS Package Excel loading Error ............
Hi ,i am getting this error when i am loading excel data to sql server with a specific optionOPENROWSET Sheet1$D4:R80[Excel Source [2]] Error: SSIS Error Code...
View ArticleSSIS unable to generate any type of logging
I have installed SSIS for VS2012 (SQL Server 2012) and I am able to create basic packages that runs, however I am unable to get any of the logging to work. I have tried configuring logging for text...
View ArticleLast modified date on SSIS package on the server
Hi, we are uploading the SSIS packages to the MSDB folder on Integration services. I keep on uploading the new versions of the packages. I want to know if there is any way i can check the updated...
View Articleempty tag values in ssis config
Hi. We run std 2008. I developed a pkg with a config file that amongst other things has an ftp folder name in it. That tag is mapped to one of my variables. During development there was always a...
View ArticleWhat is the Best Way to Allow Users to Run SSIS Packages?
I have a group of users that need to run a SSIS package. Currently I am having them set up an Active Directory Group and have them assigned to that group.I set up a SQL Server Agent Job with the type...
View ArticleExecute TSQL Statement to Dynamically Create a table
I am attempting to dynamically create a document in SSIS. The rows colunms vary from time to time. I was wondering how this can be done. I just need an instruction as to how this can be done. The...
View ArticleHow to configure multiflat file so as to take input from multiple data sources?
Hi,I need to get data of multiple flat files at a single time. So can anybody help me in this, how to configure Multiflat file connection properties for this task?Thanks,Chander Sharma
View ArticleSSIS ODBC
Hi All,Can we create an SSIS package using a ODBC driver that is created on a different server? I have server A with SSIS installed and I want to pull data from Server B where the ODBC driver is...
View ArticleSSIS Package Question
Hi SSIS community!Recently I came across a business requirement where I have to process multiple flat files. Please note that these files have different attributes. In short, the scenario look like...
View ArticleYou could be September's TechNet Guru! Turbo charge your CV with awards and...
TechNet Wiki is partnering with... YOU! Give us some juicy technical content and we might big you up!It really is that simple! Show us your forum solutions or drop us some nifty snippets and become...
View ArticleProblem generating Flat File Connection Manager usign c#
Hi, the following code should create a connection which is bound to a text file, with a row delim of CRLF and a column delim of "|" //add flat file connection manager ConnectionManager...
View ArticleHow to add the Microsoft.SqlServer.TableTransferGeneratorTask.dll to toolbox...
How to add dll (Task) to Toolbox in ssisPlease find the detailsFolder Name:"C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Tasks"BIDS : 2008 VersionDLL...
View ArticleSql 2008 SSIS, Importing Excel 2003 Spreadsheets, silent errors
Using SSIS I imported an Excel 2003 spreadsheet (don't know what Excel SP was installed) into a sql table. Most of the data imported well but ZIPCodes were another matter entirely. Sometimes they would...
View ArticleSAP Idoc file as a source in SSIS
Hi,How to connect to SAP Idoc file as a source in SSIS 2008/2008R2?Regards,Mayank
View ArticleIs it possible to make SSIS a component of an application just to transform...
Gurus!In my application, I have a need to take input files coming in through a file feed, read data contained in them and output them to a predefined text format. Ido not need to push any of that data...
View ArticleCan't find external dll reference in SSIS 2012 script task
Hi,I need to use an external dll (Newtonsoft.Json.dll) in my script task,so i can parse the JSON strings efficiently.I'm using VS2012 over SQL Server 2012 (SSIS) and the target framework of the...
View Article