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.
Author |
Topic |
JK
Starting Member
1 Post |
Posted - 2008-11-16 : 18:12:05
|
Hi I am trying to execute DTS through SQL Server 2005 Job which fails.The following is the error:Step Error Source: Microsoft Data Transformation Services (DTS) Data PumpStep Error Description:The number of failing rows exceeds the maximum specified. (Microsoft Data Transformation Services (DTS) Data Pump (80020101): Error Code: 0Error Source= Microsoft OLE DB Provider for SQL ServerError Description: Invalid input parameter values. Check the status values for detail.Microsoft OLE DB Provider for SQL Server (80004005): Invalid input parameter values. Check the status values for detail.Step Error code: 8004206AStep Error Help File:sqldts80.hlpStep Error Help Context ID:0Details of execution:- created credentials- added credentials to the proxy acct- set the sp to run create job and job steps and to run as with proxy acctThe job is executed with proxy_name (that is job run as : )if i run this as sysadmin it works fine.if i run this as non sysadmin it fails at Microsoft Data Transformation Services (DTS) Data Pump where it gets data from Excel to a table. i have given non sysdamin user dbo permission on the database and the user has access to the excel file path.Any help!!!!RegardsJK |
|
|
|
|