Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
Business Intelligence
»
New to SSIS
New to SSIS
Rate Topic
Display Mode
Topic Options
Author
Message
naveen.nagareddy
naveen.nagareddy
Posted Tuesday, January 10, 2012 10:09 AM
SSC Rookie
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 10:58 PM
Points: 30,
Visits: 223
Hi,
Designed SSIS package.
Now i need to move this package from Devlopment to Staging environment.
Can anyone share the detail process of deploying from one environment to another.
Thanks in Advance!
Regards,
Naveen. N
Post #1233382
sunilreddy
sunilreddy
Posted Wednesday, January 11, 2012 7:44 AM
Grasshopper
Group: General Forum Members
Last Login: 2 days ago @ 12:36 AM
Points: 12,
Visits: 324
In the Solution Explorer, click on <package solution> -> select Properties
set Deployment utility's properties:
1. AllowConfigurationChanges=True
2. CreateDeploymentUtility=True
3.DeploymentOutputPath= <bin/deployment> //replace your own path or if you keep the same then it will create the 'bin/deployment' folder in the package location.
Now buid the package, 'manifest file' will be generated with your package name(<PackageName>.SSISDeploymentManifest) in the given 'DeplomentOutputPath'.
double click on 'Manifest file' and select the type of deployment.
if you want to deploy on 'SQL Server' than select 'SQL Server Deployment', click 'Next'.
Then select '<servername>' on which you want to deploy the SSIS package,
select 'package Path' (generally '/' is enough), check 'Rely on server storage for encryption'
click 'Next' -> 'Next'->'Next'->'Finish'
sunilreddy
http://msbimentalist.wordpress.com
Post #1233987
naveen.nagareddy
naveen.nagareddy
Posted Wednesday, January 11, 2012 10:48 AM
SSC Rookie
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 10:58 PM
Points: 30,
Visits: 223
Hi Sunil,
I did in the same process.
My Devlopment(SQL2K8Dev) and Staging(SQL2K8Stg) servers are having different names.
In the staging server i modified the config file connection string, parameters accordingly.
Getting following Error: The connection string format is not valid. it must consist of one or more components of the form X=Y, separated by semicolons.
Thanks in Advance!
Regards,
Naveen. N
Post #1234203
Jack Corbett
Jack Corbett
Posted Thursday, January 12, 2012 8:44 AM
SSChampion
Group: General Forum Members
Last Login: Friday, May 17, 2013 12:22 PM
Points: 10,571,
Visits: 11,871
naveen.nagareddy (1/11/2012)
Hi Sunil,
I did in the same process.
My Devlopment(SQL2K8Dev) and Staging(SQL2K8Stg) servers are having different names.
In the staging server i modified the config file connection string, parameters accordingly.
Getting following Error: The connection string format is not valid. it must consist of one or more components of the form X=Y, separated by semicolons.
Thanks in Advance!
Regards,
Naveen. N
Can you post an example of what the connection string information is in the configuration file that is not working and the one that is working?
Jack Corbett
Applications Developer
Don't let the good be the enemy of the best. --
Paul Fleming
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
How to Post Performance Problems
Crosstabs and Pivots or How to turn rows into columns Part 1
Crosstabs and Pivots or How to turn rows into columns Part 2
Post #1234905
naveen.nagareddy
naveen.nagareddy
Posted Tuesday, January 17, 2012 7:04 AM
SSC Rookie
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 10:58 PM
Points: 30,
Visits: 223
Hi,
Got this resolved.
Will post with complete details.
Regards,
Naveen. N
Post #1237203
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.