dbTalk Databases Forums  

Error 8198 - using two servers

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


Discuss Error 8198 - using two servers in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ian
 
Posts: n/a

Default Error 8198 - using two servers - 09-15-2003 , 11:54 AM






I am reading from a remote SQL Server and writing to my local one. I have
only got SQL username and password for the remote server. The package works
when run interactively. Is MS trying to be too clever and complaining
because it can't windows authenticate the remote server? or am I missing
something. Scheduled jobs which act only on my local server work fine.

The task is merely to use a select query to take data from a table on the
remote server and append it to an existing table on the local one.

Ian





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

Default Re: Error 8198 - using two servers - 09-15-2003 , 01:46 PM






In article <#kUsXo6eDHA.1648 (AT) TK2MSFTNGP09 (DOT) phx.gbl>, Ian
<ian (AT) RE (DOT) MOVE.invalid> writes
Quote:
I am reading from a remote SQL Server and writing to my local one. I have
only got SQL username and password for the remote server. The package works
when run interactively. Is MS trying to be too clever and complaining
because it can't windows authenticate the remote server? or am I missing
something. Scheduled jobs which act only on my local server work fine.

The task is merely to use a select query to take data from a table on the
remote server and append it to an existing table on the local one.

Ian

The most common issues with scheduled packages are around
permissions due to the execution context and the location of execution-

INF: How to Run a DTS Package as a Scheduled Job
http://support.microsoft.com/?kbid=269074

Support WebCast: Data Transformation Services Package Scheduling - An
Inside Look
http://support.microsoft.com/default...s/webcasts/wc1
02301/wcblurb102301.asp

I would also recommend you turn on logging within the package, either to
and error file or to a SQL Server (SQL 2000 Only) to get as much
information as possible

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.