dbTalk Databases Forums  

datapump returning no rows/err (but ok always interactively)

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


Discuss datapump returning no rows/err (but ok always interactively) in the microsoft.public.sqlserver.dts forum.



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

Default datapump returning no rows/err (but ok always interactively) - 06-14-2006 , 11:49 AM






hi folks

this is one of those nagging issues I've been dealing with.

I run a DTS from an SSRS report. The datasource for the report is a
sproc which executes a package.

I've tried various drivers (this is SQL Server <-- Oracle) and the
package ALWAYS runs successfully by hand).

However, we have a HIGH frequency where the packages returns less
rows or even no rows from the datapump task in the package:

DECLARE @dtscmd varchar(500)

SELECT @dtscmd = 'exec master..xp_cmdshell ''dtsrun /SLIV0AP10
\SQL2000 /NMatlCostUpd /A bldschedno:8=AU8CP rptopt:8=CPSC /E'''

EXEC(@dtscmd)

tried numerous techniques as well (ie:
sp_OAMethod 'LoadFromSQLServer', etc.)

all with the same kinds of issues.

anyone ever faced this issue (and come up with a resolution)?

thanks rob


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.