Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
2k views

How do I fix 'Setup project with custom action file not found' exception?

I am trying to create a setup project for a Windows Service. I've followed the directions at http://support.microsoft.com/kb/816169 to create the setup project with no trouble. I want to be able to ...
5
votes
1answer
59 views

How should I perform automated testing of SQL ETL Scripts & SPROCs?

We have a number of DTSX Packages that Extract-Transform-Load data from a number of legacy Pervasive Databases -> SQL Server 2k8 R2. (via ODBC) The majority of our ETL process T-SQL scripts The ...
3
votes
4answers
353 views

How do I merge SSIS package files?

I am wondering if anyone has any advice on merging SSIS's dtsx files. Here's the problems I see that make merging difficult: They are xml which can already be a pain for merging. They can have ...
2
votes
1answer
155 views

TFS CI issue with a SSIS package

Build started 16/11/2011 9:24:11 AM. Project "C:\Builds\1\NetTellerMigration\NetTellerMigrationBuild\Sources\blah.sln" on node 1 (default targets). ValidateSolutionConfiguration: Building ...
2
votes
2answers
371 views

How do I prompt for input from an SSIS package?

I want to be able to have a sql query in my DTSX package and I want to be able to have some sort of prompt to update the value of a null column. See what I have below: UPDATE SF1411 SET ...
2
votes
4answers
362 views

How do I use a variable to branch in SSIS?

In SSIS how do I, 1) Pass a variable to the dtsx package. 2) How to use that variable to control branching to a particular data flow task. Thanks
2
votes
2answers
2k views

How to parameterize database connection string in an SSIS package?

I have a SSIS package built in Business Intellegience Development Studio which have both source and destination database specified. Now I want to use some variables to parameterize the database ...
2
votes
2answers
4k views

Where does SQL Server store the DTS packages?

I have created a few DTS packages and saved them on the server. where I can edit these DTS packages on the server?
2
votes
3answers
5k views

How to programmatically change the work flow between SSIS control flow tasks?

I have an SSIS package, which depending on a boolean variable, should either go to a Script Task or an Email task.(Note: the paths are coming from a Script Task) I recall in the old dts designer ...
1
vote
1answer
41 views

How can I deploy a set of SSIS Packages from an MSI on a different server

We already have an existing MSI Installer (web deployment project - .vdproj) that we use to deploy our web application. This MSI only ever gets run on the WEBSERVER. It does the following Configures ...
1
vote
1answer
72 views

Business Intelligence Development Studio stuck Validating a task in a dtsx file

I'm using MS Business Intelligence Development Studio. This morning, when I open one of my dtsx files, BIDS just sits there, stuck validating one of the tasks in the particular dtsx file that I'm ...
1
vote
1answer
158 views

How to fix this package deployment problem?

Hi I have an SSIS package deployed on the server. I changed some thing on the package in the BI studio, compiled and deployed on the server. But, the changes are not being reflected on the server. ...
1
vote
2answers
2k views

How do I edit SSIS package files?

I have a DTSX file in a project I'm taking over. I have Visual Studio 2005 Pro, but it just opens it as an XML file. SQL Server Management Studio 2005 does the same. I've seen people opening these ...
1
vote
2answers
975 views

How do I fix the error that occurs during data transfer between SQL Server and MySql?

I have an SSIS package that connects to a mysql server and attempts to pulls data from different tables and inserts the rows into a SQL Server 2005 database. One issue i notice is that at any given ...
1
vote
5answers
6k views

How to fix the error that occurs during execution of the package deployed on a server?

I've created a dtsx package with Sql Server Business Intelligence Development studio, and I am executing it using the dtexec utility. Using dtexec I am setting certain properties at runtime using the ...
1
vote
1answer
2k views

How do I fix connection manager error that causes the package to fail in production?

I have created an SSIS package and it works great on my dev machine. But, when I try to run it on the production server, it errors out on me. Here is the error: Error: The AcquireConection method ...
0
votes
0answers
7 views

How to execute multiple task from one package

Can any one tell is this possible to do following with two database? Database1 and Database2 on differen systems: 1. Transfer data from database1's table into Database2's table. 2. Perform some ...
0
votes
1answer
77 views

How to execute dtsx packages through command line

when i execute dtsx package through command line i am triggered with the following error saying 1.The connection is not found , the error is thrown by connections collection when the specific ...
0
votes
3answers
37 views

How can I save the SSIS design view as an image?

I'm quite new to SSIS and have taken on quite a large ETL project from a previous collegue. Id like to document the .Dtsx Flow and basically just want to export or save an image of the Designer view ...
0
votes
1answer
30 views

Strange interaction between jdom and ssis

I apologize for the long post, but this problem is not easily stated. I recently wrote a piece of Java to reconfigure some SSIS packages for a colleague, using jdom to parse and manipulate the XML. ...
0
votes
1answer
91 views

Creating SQL Server 2008 R2 DTSX from C# - Exception from HRESULT: 0xC0048021

I'm creating a dtsx from C# (.NET 4.0) but when I try add the OLEDB Source into the data flow and is time to execute the ProvideComponentProperties step, I recieve the following error in VS2010: ...
0
votes
0answers
235 views

How to fix the error 'The package failed to load due to error 0xC0011008'?

I have created a package which runs perfectly from Busiiness Inteligence studio. But after i try to deploy it from SSISDeploymentManifest. Its giving me the following error. The package failed to ...
0
votes
0answers
82 views

Why is SSIS package slower than SQL Server 2000 DTS package? [closed]

Fellows, Recently I migrated a server from SQL Server 2000 to SQL Server 2005, initially keeping the old DTS, but yesterday the time came for me to migrate the DTS to SSIS packages. It all went ...
0
votes
1answer
345 views

How do I use a package variable inside a Script task?

Currently, I have a file path value hard coded inside the Script task of an SSIS package. I have a string variable sPath. How should I use this variable sPath inside Script Task? string strPath = ...
0
votes
1answer
301 views

How to configure 'Copy file' and 'Move file' operations in File System Task?

Looking at the MSDN File System Task Editor (General Page) article, it is not clear to me what should be supplied for the source and target values. It says "When moving a file, do not include a file ...
0
votes
1answer
190 views

How to convert an SSIS package to SQL Server 2000 DTS package?

Is it possible to create a dtsx package in SQL Server Business Intelligence Development Studio then convert it to a dts 2000 package?
0
votes
2answers
691 views

How to export data to an Excel 2007 table using SSIS?

I have an excel file (xlsx) containing a table : Once I launched my ssis task (successfully) to insert data in it, it is actually append after the table : My expected result: So I am looking ...
0
votes
1answer
155 views

Are there any size limitations in SSIS package files?

I'm currently searching for physical size limitation of a DTSX file. We lose someting proporties, and is seems that it's only appening to quite big DTSX file (+5Mb) Does anyone have a good link or ...
0
votes
1answer
551 views

How to configure SSIS project to work with Subversion source control?

I wonder how i could set up a developer enviroment for SSIS,.dtsx packages in Subversion? I read about Subversion "svn:needs-lock" property and the ability to set auto-props in a subversion ...
0
votes
1answer
581 views

How to execute SSIS package from VB.NET Windows application?

Is it possible to execute a SQL dtsx package from a Windows 2005 VB app? If so, can someone show me how or send me a link? I followed the instructions at: ...
0
votes
4answers
328 views

Should I use the import and export wizard or manually create the SSIS package?

I'd like to move 26 tables from one DB to another. I see I can do this in the SSIS Import and Export Wizard. I believe the other approach would be to select tools from the toolbar in Data Flow and ...
0
votes
3answers
614 views

How do I extract a value from SSIS package file using PowerShell?

Sql Server Integration Services packages are stored as xml files with a dtsx extension. I need to be able to extract their build numbers with Powershell. The relevant part at the top of the file looks ...
0
votes
1answer
593 views

How to assign a different configuration file during SSIS package runtime?

I am creating a dtsx package that I am running through a bat file. At design time, I created a package configuration that points to a specific location. When I am running the package at run-time, ...
0
votes
2answers
688 views

How to fix error 'Ora-12154 TNS could not resolve service name' in SSIS?

When MS-SQL Server 2000 dtsx job tries to run, gets error Ora-12154 TNS could not resolve service name Tnsping to the oracle service to connect replies OK. The Windows 2003 x64 Server that runs the ...
0
votes
2answers
2k views

Can I run/test/create dtsx packages outside Visual Studio?

Not too familiar with dtsx packages - can they be created/run outisde Visual Studio? Is BIDS (Business Intelligence Development Studio) just required to do all the above (in Visual Studio) or is it ...
0
votes
1answer
1k views

How do I convert SSIS projects created in BIDS 2005 to BIDS 2008?

I have a number of dtsx projects created under Visual Studio 2005. When I try to convert the solution to 2008 it converts fine but then the .dtproj file can't be loaded: myProj.dtproj' cannot be ...
0
votes
2answers
717 views

How to programmatically create MS Access table in SQL Server using SSIS?

I receive monthly data updates for a SQL databse shipped to me in an ACCESS database, there are about 30 tables that follow this pattern the largest table contains approximately 40,000 rows. CREATE ...
0
votes
5answers
680 views

How to fix the error DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER?

I am getting the following error when my DTS package is scheduled: Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER I am not sure how to get my DTS packages to ...
0
votes
5answers
4k views

How to fix the precedence constraint evaluation error while passing variable in command line?

I have a dtsx package with a precedence constraint that evaluates an expression and a constraint. The constraint is "success" and the expression is "@myVariable" == 3. myVariable is an int32, and ...