dbTalk Databases Forums  

How to solve the SSIS deployment issue :(

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How to solve the SSIS deployment issue :( in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #41  
Old   
Todd C
 
Posts: n/a

Default RE: How to solve the SSIS deployment issue :( - 06-30-2008 , 11:00 AM






Daniel:
So set me get this straight:

You try to connect to an instance of SSIS using SQL Server Management Studio
and you get a Connection Timeout?
Or
You connect to the SSIS instance OK, but when you try to import the package,
you get a timeout?

If the first case, then it sounds like SSIS is not even running. Open the
SQL Configuration Manager on that machine and start it. If the second, not
sure what to tell you.
--
Todd C



"Daniel" wrote:

Quote:
Hi Todd,

i have connection timeout issue to continue ur suggested steps..dunno which
access role need to add in order to continue..

danie;/

"Todd C" wrote:

If your package does not need any special configurations and will work just
as it is in any environment, then there is no need to go through the whole
"Deployment Process" that is available in BIDS.

Try this:
Open SSMS and connect to the SSIS server instance. Expand the nodes and
righ-click on MSDB and select Import Package. Get your package from the file
system.

There's really not all that much to deploying packages that way.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Daniel" wrote:

Hi todd,

The SSIS package does not uses any package configuration setting and just
directly compile into Deployment package.

After that, the compilation package will just copy and paste on the target
server and install.

Any steps i have miss?

Please advice.
thank you in advance

Daniel.

"Todd C" wrote:

Daniel:
You are going to need to give us a little more to go on than just an error
message.
--
Todd C

"Daniel" wrote:

Hi experts,

I have no idea why development of SSIS is easy but is hard when comes to
deployment with the wizard and copy the installation "deployment" folder on
the destination server..

The error message is "The AcquireConnection method call failed with error
code 0xC0202009. "

Please provide steps to resolve the issue . Really have no idea on this.

thank you in advance.
Daniel.

Reply With Quote
  #42  
Old   
Daniel
 
Posts: n/a

Default RE: How to solve the SSIS deployment issue :( - 06-30-2008 , 11:23 AM






hi todd,

the problem solve. i am still facing the same erro issue when executed the
imported package.

normally the task in pakcage is to read information from oracle data source
and pas te on sql server data source.

really have no idea on the issue. Is it because of the default connection
string? do u have any example of correct connectionstring?

thank you in advance
"Todd C" wrote:

Quote:
Daniel:
So set me get this straight:

You try to connect to an instance of SSIS using SQL Server Management Studio
and you get a Connection Timeout?
Or
You connect to the SSIS instance OK, but when you try to import the package,
you get a timeout?

If the first case, then it sounds like SSIS is not even running. Open the
SQL Configuration Manager on that machine and start it. If the second, not
sure what to tell you.
--
Todd C



"Daniel" wrote:

Hi Todd,

i have connection timeout issue to continue ur suggested steps..dunno which
access role need to add in order to continue..

danie;/

"Todd C" wrote:

If your package does not need any special configurations and will work just
as it is in any environment, then there is no need to go through the whole
"Deployment Process" that is available in BIDS.

Try this:
Open SSMS and connect to the SSIS server instance. Expand the nodes and
righ-click on MSDB and select Import Package. Get your package from the file
system.

There's really not all that much to deploying packages that way.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Daniel" wrote:

Hi todd,

The SSIS package does not uses any package configuration setting and just
directly compile into Deployment package.

After that, the compilation package will just copy and paste on the target
server and install.

Any steps i have miss?

Please advice.
thank you in advance

Daniel.

"Todd C" wrote:

Daniel:
You are going to need to give us a little more to go on than just an error
message.
--
Todd C

"Daniel" wrote:

Hi experts,

I have no idea why development of SSIS is easy but is hard when comes to
deployment with the wizard and copy the installation "deployment" folder on
the destination server..

The error message is "The AcquireConnection method call failed with error
code 0xC0202009. "

Please provide steps to resolve the issue . Really have no idea on this.

thank you in advance.
Daniel.

Reply With Quote
  #43  
Old   
Daniel
 
Posts: n/a

Default RE: How to solve the SSIS deployment issue :( - 06-30-2008 , 11:23 AM



hi todd,

the problem solve. i am still facing the same erro issue when executed the
imported package.

normally the task in pakcage is to read information from oracle data source
and pas te on sql server data source.

really have no idea on the issue. Is it because of the default connection
string? do u have any example of correct connectionstring?

thank you in advance
"Todd C" wrote:

Quote:
Daniel:
So set me get this straight:

You try to connect to an instance of SSIS using SQL Server Management Studio
and you get a Connection Timeout?
Or
You connect to the SSIS instance OK, but when you try to import the package,
you get a timeout?

If the first case, then it sounds like SSIS is not even running. Open the
SQL Configuration Manager on that machine and start it. If the second, not
sure what to tell you.
--
Todd C



"Daniel" wrote:

Hi Todd,

i have connection timeout issue to continue ur suggested steps..dunno which
access role need to add in order to continue..

danie;/

"Todd C" wrote:

If your package does not need any special configurations and will work just
as it is in any environment, then there is no need to go through the whole
"Deployment Process" that is available in BIDS.

Try this:
Open SSMS and connect to the SSIS server instance. Expand the nodes and
righ-click on MSDB and select Import Package. Get your package from the file
system.

There's really not all that much to deploying packages that way.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Daniel" wrote:

Hi todd,

The SSIS package does not uses any package configuration setting and just
directly compile into Deployment package.

After that, the compilation package will just copy and paste on the target
server and install.

Any steps i have miss?

Please advice.
thank you in advance

Daniel.

"Todd C" wrote:

Daniel:
You are going to need to give us a little more to go on than just an error
message.
--
Todd C

"Daniel" wrote:

Hi experts,

I have no idea why development of SSIS is easy but is hard when comes to
deployment with the wizard and copy the installation "deployment" folder on
the destination server..

The error message is "The AcquireConnection method call failed with error
code 0xC0202009. "

Please provide steps to resolve the issue . Really have no idea on this.

thank you in advance.
Daniel.

Reply With Quote
  #44  
Old   
Daniel
 
Posts: n/a

Default RE: How to solve the SSIS deployment issue :( - 06-30-2008 , 11:23 AM



hi todd,

the problem solve. i am still facing the same erro issue when executed the
imported package.

normally the task in pakcage is to read information from oracle data source
and pas te on sql server data source.

really have no idea on the issue. Is it because of the default connection
string? do u have any example of correct connectionstring?

thank you in advance
"Todd C" wrote:

Quote:
Daniel:
So set me get this straight:

You try to connect to an instance of SSIS using SQL Server Management Studio
and you get a Connection Timeout?
Or
You connect to the SSIS instance OK, but when you try to import the package,
you get a timeout?

If the first case, then it sounds like SSIS is not even running. Open the
SQL Configuration Manager on that machine and start it. If the second, not
sure what to tell you.
--
Todd C



"Daniel" wrote:

Hi Todd,

i have connection timeout issue to continue ur suggested steps..dunno which
access role need to add in order to continue..

danie;/

"Todd C" wrote:

If your package does not need any special configurations and will work just
as it is in any environment, then there is no need to go through the whole
"Deployment Process" that is available in BIDS.

Try this:
Open SSMS and connect to the SSIS server instance. Expand the nodes and
righ-click on MSDB and select Import Package. Get your package from the file
system.

There's really not all that much to deploying packages that way.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Daniel" wrote:

Hi todd,

The SSIS package does not uses any package configuration setting and just
directly compile into Deployment package.

After that, the compilation package will just copy and paste on the target
server and install.

Any steps i have miss?

Please advice.
thank you in advance

Daniel.

"Todd C" wrote:

Daniel:
You are going to need to give us a little more to go on than just an error
message.
--
Todd C

"Daniel" wrote:

Hi experts,

I have no idea why development of SSIS is easy but is hard when comes to
deployment with the wizard and copy the installation "deployment" folder on
the destination server..

The error message is "The AcquireConnection method call failed with error
code 0xC0202009. "

Please provide steps to resolve the issue . Really have no idea on this.

thank you in advance.
Daniel.

Reply With Quote
  #45  
Old   
Daniel
 
Posts: n/a

Default RE: How to solve the SSIS deployment issue :( - 06-30-2008 , 11:23 AM



hi todd,

the problem solve. i am still facing the same erro issue when executed the
imported package.

normally the task in pakcage is to read information from oracle data source
and pas te on sql server data source.

really have no idea on the issue. Is it because of the default connection
string? do u have any example of correct connectionstring?

thank you in advance
"Todd C" wrote:

Quote:
Daniel:
So set me get this straight:

You try to connect to an instance of SSIS using SQL Server Management Studio
and you get a Connection Timeout?
Or
You connect to the SSIS instance OK, but when you try to import the package,
you get a timeout?

If the first case, then it sounds like SSIS is not even running. Open the
SQL Configuration Manager on that machine and start it. If the second, not
sure what to tell you.
--
Todd C



"Daniel" wrote:

Hi Todd,

i have connection timeout issue to continue ur suggested steps..dunno which
access role need to add in order to continue..

danie;/

"Todd C" wrote:

If your package does not need any special configurations and will work just
as it is in any environment, then there is no need to go through the whole
"Deployment Process" that is available in BIDS.

Try this:
Open SSMS and connect to the SSIS server instance. Expand the nodes and
righ-click on MSDB and select Import Package. Get your package from the file
system.

There's really not all that much to deploying packages that way.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Daniel" wrote:

Hi todd,

The SSIS package does not uses any package configuration setting and just
directly compile into Deployment package.

After that, the compilation package will just copy and paste on the target
server and install.

Any steps i have miss?

Please advice.
thank you in advance

Daniel.

"Todd C" wrote:

Daniel:
You are going to need to give us a little more to go on than just an error
message.
--
Todd C

"Daniel" wrote:

Hi experts,

I have no idea why development of SSIS is easy but is hard when comes to
deployment with the wizard and copy the installation "deployment" folder on
the destination server..

The error message is "The AcquireConnection method call failed with error
code 0xC0202009. "

Please provide steps to resolve the issue . Really have no idea on this.

thank you in advance.
Daniel.

Reply With Quote
  #46  
Old   
Daniel
 
Posts: n/a

Default RE: How to solve the SSIS deployment issue :( - 06-30-2008 , 11:23 AM



hi todd,

the problem solve. i am still facing the same erro issue when executed the
imported package.

normally the task in pakcage is to read information from oracle data source
and pas te on sql server data source.

really have no idea on the issue. Is it because of the default connection
string? do u have any example of correct connectionstring?

thank you in advance
"Todd C" wrote:

Quote:
Daniel:
So set me get this straight:

You try to connect to an instance of SSIS using SQL Server Management Studio
and you get a Connection Timeout?
Or
You connect to the SSIS instance OK, but when you try to import the package,
you get a timeout?

If the first case, then it sounds like SSIS is not even running. Open the
SQL Configuration Manager on that machine and start it. If the second, not
sure what to tell you.
--
Todd C



"Daniel" wrote:

Hi Todd,

i have connection timeout issue to continue ur suggested steps..dunno which
access role need to add in order to continue..

danie;/

"Todd C" wrote:

If your package does not need any special configurations and will work just
as it is in any environment, then there is no need to go through the whole
"Deployment Process" that is available in BIDS.

Try this:
Open SSMS and connect to the SSIS server instance. Expand the nodes and
righ-click on MSDB and select Import Package. Get your package from the file
system.

There's really not all that much to deploying packages that way.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Daniel" wrote:

Hi todd,

The SSIS package does not uses any package configuration setting and just
directly compile into Deployment package.

After that, the compilation package will just copy and paste on the target
server and install.

Any steps i have miss?

Please advice.
thank you in advance

Daniel.

"Todd C" wrote:

Daniel:
You are going to need to give us a little more to go on than just an error
message.
--
Todd C

"Daniel" wrote:

Hi experts,

I have no idea why development of SSIS is easy but is hard when comes to
deployment with the wizard and copy the installation "deployment" folder on
the destination server..

The error message is "The AcquireConnection method call failed with error
code 0xC0202009. "

Please provide steps to resolve the issue . Really have no idea on this.

thank you in advance.
Daniel.

Reply With Quote
  #47  
Old   
Daniel
 
Posts: n/a

Default RE: How to solve the SSIS deployment issue :( - 06-30-2008 , 11:23 AM



hi todd,

the problem solve. i am still facing the same erro issue when executed the
imported package.

normally the task in pakcage is to read information from oracle data source
and pas te on sql server data source.

really have no idea on the issue. Is it because of the default connection
string? do u have any example of correct connectionstring?

thank you in advance
"Todd C" wrote:

Quote:
Daniel:
So set me get this straight:

You try to connect to an instance of SSIS using SQL Server Management Studio
and you get a Connection Timeout?
Or
You connect to the SSIS instance OK, but when you try to import the package,
you get a timeout?

If the first case, then it sounds like SSIS is not even running. Open the
SQL Configuration Manager on that machine and start it. If the second, not
sure what to tell you.
--
Todd C



"Daniel" wrote:

Hi Todd,

i have connection timeout issue to continue ur suggested steps..dunno which
access role need to add in order to continue..

danie;/

"Todd C" wrote:

If your package does not need any special configurations and will work just
as it is in any environment, then there is no need to go through the whole
"Deployment Process" that is available in BIDS.

Try this:
Open SSMS and connect to the SSIS server instance. Expand the nodes and
righ-click on MSDB and select Import Package. Get your package from the file
system.

There's really not all that much to deploying packages that way.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Daniel" wrote:

Hi todd,

The SSIS package does not uses any package configuration setting and just
directly compile into Deployment package.

After that, the compilation package will just copy and paste on the target
server and install.

Any steps i have miss?

Please advice.
thank you in advance

Daniel.

"Todd C" wrote:

Daniel:
You are going to need to give us a little more to go on than just an error
message.
--
Todd C

"Daniel" wrote:

Hi experts,

I have no idea why development of SSIS is easy but is hard when comes to
deployment with the wizard and copy the installation "deployment" folder on
the destination server..

The error message is "The AcquireConnection method call failed with error
code 0xC0202009. "

Please provide steps to resolve the issue . Really have no idea on this.

thank you in advance.
Daniel.

Reply With Quote
  #48  
Old   
Daniel
 
Posts: n/a

Default RE: How to solve the SSIS deployment issue :( - 06-30-2008 , 11:23 AM



hi todd,

the problem solve. i am still facing the same erro issue when executed the
imported package.

normally the task in pakcage is to read information from oracle data source
and pas te on sql server data source.

really have no idea on the issue. Is it because of the default connection
string? do u have any example of correct connectionstring?

thank you in advance
"Todd C" wrote:

Quote:
Daniel:
So set me get this straight:

You try to connect to an instance of SSIS using SQL Server Management Studio
and you get a Connection Timeout?
Or
You connect to the SSIS instance OK, but when you try to import the package,
you get a timeout?

If the first case, then it sounds like SSIS is not even running. Open the
SQL Configuration Manager on that machine and start it. If the second, not
sure what to tell you.
--
Todd C



"Daniel" wrote:

Hi Todd,

i have connection timeout issue to continue ur suggested steps..dunno which
access role need to add in order to continue..

danie;/

"Todd C" wrote:

If your package does not need any special configurations and will work just
as it is in any environment, then there is no need to go through the whole
"Deployment Process" that is available in BIDS.

Try this:
Open SSMS and connect to the SSIS server instance. Expand the nodes and
righ-click on MSDB and select Import Package. Get your package from the file
system.

There's really not all that much to deploying packages that way.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Daniel" wrote:

Hi todd,

The SSIS package does not uses any package configuration setting and just
directly compile into Deployment package.

After that, the compilation package will just copy and paste on the target
server and install.

Any steps i have miss?

Please advice.
thank you in advance

Daniel.

"Todd C" wrote:

Daniel:
You are going to need to give us a little more to go on than just an error
message.
--
Todd C

"Daniel" wrote:

Hi experts,

I have no idea why development of SSIS is easy but is hard when comes to
deployment with the wizard and copy the installation "deployment" folder on
the destination server..

The error message is "The AcquireConnection method call failed with error
code 0xC0202009. "

Please provide steps to resolve the issue . Really have no idea on this.

thank you in advance.
Daniel.

Reply With Quote
  #49  
Old   
Daniel
 
Posts: n/a

Default RE: How to solve the SSIS deployment issue :( - 06-30-2008 , 11:23 AM



hi todd,

the problem solve. i am still facing the same erro issue when executed the
imported package.

normally the task in pakcage is to read information from oracle data source
and pas te on sql server data source.

really have no idea on the issue. Is it because of the default connection
string? do u have any example of correct connectionstring?

thank you in advance
"Todd C" wrote:

Quote:
Daniel:
So set me get this straight:

You try to connect to an instance of SSIS using SQL Server Management Studio
and you get a Connection Timeout?
Or
You connect to the SSIS instance OK, but when you try to import the package,
you get a timeout?

If the first case, then it sounds like SSIS is not even running. Open the
SQL Configuration Manager on that machine and start it. If the second, not
sure what to tell you.
--
Todd C



"Daniel" wrote:

Hi Todd,

i have connection timeout issue to continue ur suggested steps..dunno which
access role need to add in order to continue..

danie;/

"Todd C" wrote:

If your package does not need any special configurations and will work just
as it is in any environment, then there is no need to go through the whole
"Deployment Process" that is available in BIDS.

Try this:
Open SSMS and connect to the SSIS server instance. Expand the nodes and
righ-click on MSDB and select Import Package. Get your package from the file
system.

There's really not all that much to deploying packages that way.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Daniel" wrote:

Hi todd,

The SSIS package does not uses any package configuration setting and just
directly compile into Deployment package.

After that, the compilation package will just copy and paste on the target
server and install.

Any steps i have miss?

Please advice.
thank you in advance

Daniel.

"Todd C" wrote:

Daniel:
You are going to need to give us a little more to go on than just an error
message.
--
Todd C

"Daniel" wrote:

Hi experts,

I have no idea why development of SSIS is easy but is hard when comes to
deployment with the wizard and copy the installation "deployment" folder on
the destination server..

The error message is "The AcquireConnection method call failed with error
code 0xC0202009. "

Please provide steps to resolve the issue . Really have no idea on this.

thank you in advance.
Daniel.

Reply With Quote
  #50  
Old   
Todd C
 
Posts: n/a

Default RE: How to solve the SSIS deployment issue :( - 06-30-2008 , 11:33 AM



Daniel:
So, you got connected to SSIS, imported the package, but now it won't run?

Don't worry, you are not alone. I had the same problems just starting out as
well.

You mention Oracle as a source. My guess is that you have a password
associated with the Oracle Connection Manager, yes? When you save the
package, it does not save the password with it.

When you go to run the package from SSIS (or when you schedule it from
within SQL Agent), click on the Connections tab and put a check next to the
Oracle connection. Then in the Connection String property, manually add a
"Password=abc123xyz;" clause right after the "User=Daniel;"

Let us know how that works out.
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Daniel" wrote:

Quote:
hi todd,

the problem solve. i am still facing the same erro issue when executed the
imported package.

normally the task in pakcage is to read information from oracle data source
and pas te on sql server data source.

really have no idea on the issue. Is it because of the default connection
string? do u have any example of correct connectionstring?

thank you in advance
"Todd C" wrote:

Daniel:
So set me get this straight:

You try to connect to an instance of SSIS using SQL Server Management Studio
and you get a Connection Timeout?
Or
You connect to the SSIS instance OK, but when you try to import the package,
you get a timeout?

If the first case, then it sounds like SSIS is not even running. Open the
SQL Configuration Manager on that machine and start it. If the second, not
sure what to tell you.
--
Todd C



"Daniel" wrote:

Hi Todd,

i have connection timeout issue to continue ur suggested steps..dunno which
access role need to add in order to continue..

danie;/

"Todd C" wrote:

If your package does not need any special configurations and will work just
as it is in any environment, then there is no need to go through the whole
"Deployment Process" that is available in BIDS.

Try this:
Open SSMS and connect to the SSIS server instance. Expand the nodes and
righ-click on MSDB and select Import Package. Get your package from the file
system.

There's really not all that much to deploying packages that way.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Daniel" wrote:

Hi todd,

The SSIS package does not uses any package configuration setting and just
directly compile into Deployment package.

After that, the compilation package will just copy and paste on the target
server and install.

Any steps i have miss?

Please advice.
thank you in advance

Daniel.

"Todd C" wrote:

Daniel:
You are going to need to give us a little more to go on than just an error
message.
--
Todd C

"Daniel" wrote:

Hi experts,

I have no idea why development of SSIS is easy but is hard when comes to
deployment with the wizard and copy the installation "deployment" folder on
the destination server..

The error message is "The AcquireConnection method call failed with error
code 0xC0202009. "

Please provide steps to resolve the issue . Really have no idea on this.

thank you in advance.
Daniel.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.