Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 dts

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-07-04 : 08:52:19
Chris writes "i use cmdshell + dtsrun to execute a package
service pack 3 for sqlserver loaded

example

EXEC master..xp_cmdshell 'dtsrun /S server1 /U sa /P xxx /N test '

use sql server 2000 encryption box not marked

transform table to text file

Is there other encryption properties

i get following error

output
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
DTSRun: Loading...

DTSRun: Executing...

DTSRun OnStart: DTSStep_DTSDataPumpTask_1

DTSRun OnError: DTSStep_DTSDataPumpTask_1, Error = -2147217887 (80040E21)

Error string: The property 'Use Encryption for Data' is not supported.

Error source: Microsoft Data Transformation Services (DTS) Package

Help file: sqldts.hlp

Help context: 1100"
   

- Advertisement -