.NET Tutorials, Forums, Interview Questions And Answers
Welcome :Guest
Sign In
Register
 
Win Surprise Gifts!!!
Congratulations!!!


Post New Web Links

SSIS Deployment

Posted By: Maverick     Posted Date: March 15, 2011    Points: 2   Category :Sql Server
 





Sorry, The Content you are looking for is no longer available.


View Complete Post


More Related Resource Links

SSIS Deployment Reads local Environment Variable and not Server

  
Hi All, I have an SSIS package that uses an Environment variable to hold the connection string for the local SSISConfiguration table.  This works properly on my local machine.  However, when I import the package to Integration Services(through SSMS) it reads the environment variable from the local machine and not the server it is deployed to.  If I log on to the server remotely and do the same process it uses the the correct environment varible... (SQL Server 2005) Is there a way to deploy the package to the server and get it to use the correct Env variable without having to log-in to the server and import it?  Let me know if anyone is looking for additional information.   Thanks!

Error while using ssis deployment manifest on target computer

  
Hi, I have just copied across my Deployment folder for my SSIS package to a target SQL Server box to deploy it there.  However, when I try to deploy it there by double clicking on the manifest file, I get the following error.  Can someone please help me out?  I have done this before but never had this issue. Cheers TITLE: Package Installation Wizard ------------------------------ Unexpected error occurred. ------------------------------ ADDITIONAL INFORMATION: Error while parsing deployment manifest: The 'DTSConfiguration' element is not declared. (DTSInstall) ------------------------------ The 'DTSConfiguration' element is not declared. (System.Xml) ------------------------------ BUTTONS: OK ------------------------------

SSIS Deployment

  

HI,

How can I create a batch file and run it in command prompt to deploy SSIS packages ? Is there any examples to do that ?

 

Thanks,


Deployment Of SSIS With Config Files

  


I went through other threads and links on this subject. Still one thing which concerns me is the config files.

My current folder path is C:\Karunakaran\folder1\folder2\

Under folder2 I have the following files

4 dtsx files
1 .database file
1 .dtproj file
1 .dtproj.user file
1 .sln file
1 .suo file

Config folder ( C:\Karunakaran\folder1\folder2\Config\)
common.dtsConfig
oracle.dtsConfig

Based on some of the threads, when I enabled package configuration, I changed the path from
C:\Karunakaran\folder1\folder2\Config\common.dtsconfig -> common.dtsconfig

Once I did this, when I open the project I get a dozen of warning similar to the one below

Warning loading <package1>.dtsx: Failed to load at least one of the configuration entries for the package. Check configurations entries and previous warnings to see descriptions of which configuration failed.

What am I doing wrong here? If I have to deploy this to another box, what should I do to ensure that nothing breaks once its copied / installed?

Thanks


SSIS deployment problem

  

Do we need to install Integration Services in order to run SSIS packages in file system?

Our production machine doesn't have SSIS installed. Today, I created an SSIS package in our Development Server. Now I want to be able to deploy the package into file system and run the package from SQL Job. Please advice.


SSIS After deployment of package

  

SSIS After deployment of package

 

After the deployment of ssis package in filesystem or in sql server.........how the clients can extract the package?


ssis deployment issue - Unable to load custom dll - due to change in Sql server installation

  

Hello all

I had a strange issue in testing my package, after it was deployed to a Test server.

The details of the server

Sql 2005 is installed, in the D:\ drive

I have used a package, where i use a custom DLL to read values. Hence, i added that DLL to the GAC. I was in the assumption that this should complete my proceess of deploying this package.

 

However once i executed the package, i got an error - Could not load the Helper object.

Unable to CAST "system.object"  to namaspace.class.Helper.

 

I reviewed the setting on my macihine, since as part of development inorder to reference the dll i added this to the C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies location so that i can reference this from BIDS. I checked that location in my test server, i was not present. This location was present in the D: drive ( i assume this was present since i installed my complete SQL Server in the D:\ ). I copied the dLL in that location and added it to GAC from that location. My package still failed with the same error.

 

To resolve this issue, i created the same path in the C:\ folder as C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies

assemblies was newly created in C: and i added the dll to GAC from there. Now my package worked.

 

SSIS Deployment

  
Deployment related links for SSIS

Using Conditional Split data Transfer in SSIS 2008

  
This article uses the Integration Services Conditional Split Data Transformation element to filter and transfer data from a set of flat text files to SQL Server database table. The concept can be easily extended to apply to any other source or destination such as Microsoft Excel. This scenario is useful in creating denormalized database tables in a reporting and analysis situation.

Debugging ASHX after deployment

  

Hi,

I'm finished with a part of my ASHX handler and need to test it against the software that'll be calling it using HTTP POST. The software required an https url so I created an internally hosted site in IIS and published the project there. 

Question now is how do I do any debugging on the script to see what data is coming out of it before the data goes back into the software that's calling it? Do I set something on the project itself to be able to step into the published DLL? 


Categories: 
ASP.NetWindows Application  .NET Framework  C#  VB.Net  ADO.Net  
Sql Server  SharePoint  Silverlight  Others  All   

Hall of Fame    Twitter   Terms of Service    Privacy Policy    Contact Us    Archives   Tell A Friend