dbTalk Databases Forums  

SSIS Data Transfer task from TERADATA

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


Discuss SSIS Data Transfer task from TERADATA in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
CG in AL
 
Posts: n/a

Default SSIS Data Transfer task from TERADATA - 05-10-2006 , 11:54 AM






I've been given the "honor" of being the guinea pig with a new installation
of SQL 2005 to replace an aging database.

The task is simple. I need to retrieve a table of ~12M rows from a remote
TERADATA server and store it in a local table. I've built the package in
development studio and it work perfectly in debug mode.

Now here comes the rub. I install the package as a SQL Job (same box) and
try to execute manually. After it spins a few seconds I get the following
error.

-------------
The AcquireConnection method call to the connection manager
"xx.xx.xx.xx.visions" failed with error code 0xC0202009.
-------------

What I can't understand is why it works fine under development studio but
fails under SSIS on the same machine.

Thanks in advance...


Reply With Quote
  #2  
Old   
Carl Henthorn
 
Posts: n/a

Default RE: SSIS Data Transfer task from TERADATA - 05-10-2006 , 12:36 PM






I dont know the answer to your problem, but I have found it simple to create
a linked server to the remote server via EM, then use a simple "select into"
statement to move the data.

--run from local server
select <column names> into <local table> from <server>.<db>.<owner>.<table
name>



"CG in AL" wrote:

Quote:
I've been given the "honor" of being the guinea pig with a new installation
of SQL 2005 to replace an aging database.

The task is simple. I need to retrieve a table of ~12M rows from a remote
TERADATA server and store it in a local table. I've built the package in
development studio and it work perfectly in debug mode.

Now here comes the rub. I install the package as a SQL Job (same box) and
try to execute manually. After it spins a few seconds I get the following
error.

-------------
The AcquireConnection method call to the connection manager
"xx.xx.xx.xx.visions" failed with error code 0xC0202009.
-------------

What I can't understand is why it works fine under development studio but
fails under SSIS on the same machine.

Thanks in advance...


Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: SSIS Data Transfer task from TERADATA - 05-24-2006 , 07:23 PM



If you look up that code, it means "An OLE DB error has occurred. Error
code: ...". So what is the OLE-DB error? Have you got logging turned on for
the package?

Security issues are always favourite for scheduled packages.

Some more links that may help going forward -

An SSIS package does not run when you call the SSIS package from a SQL
Server Agent job step
(http://support.microsoft.com/kb/918760)

Scheduled Packages
(http://wiki.sqlis.com/default.aspx/S...dPackages.html)


"CG in AL" <CG in AL (AT) discussions (DOT) microsoft.com> wrote

Quote:
I've been given the "honor" of being the guinea pig with a new
installation
of SQL 2005 to replace an aging database.

The task is simple. I need to retrieve a table of ~12M rows from a remote
TERADATA server and store it in a local table. I've built the package in
development studio and it work perfectly in debug mode.

Now here comes the rub. I install the package as a SQL Job (same box) and
try to execute manually. After it spins a few seconds I get the following
error.

-------------
The AcquireConnection method call to the connection manager
"xx.xx.xx.xx.visions" failed with error code 0xC0202009.
-------------

What I can't understand is why it works fine under development studio but
fails under SSIS on the same machine.

Thanks in advance...




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.