all groups > sql server dts > december 2003 >
You're in the

sql server dts

group:

Run DTS without SQL Server


Re: Run DTS without SQL Server REM7600
12/31/2003 6:56:32 AM
sql server dts:
I'll give ya a little more credit Allan... You are Da Man!

REM7600

[quoted text, click to view]

Re: Run DTS without SQL Server Allan Mitchell
12/31/2003 7:07:44 AM
Yes. You will need the DTS dlls though

Redistributing DTS with your program
(http://www.sqldts.com/default.aspx?225)

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


[quoted text, click to view]

Re: Run DTS without SQL Server REM7600
12/31/2003 8:13:30 AM
Hey Allan,

How 'bout some help with this one?

Runs fine when I run manually from EM. When I schedule the job and assign
it the svcSQL account it fails... What has me baffled is that it processes
the datapumptask_1 a little bit(looks like 5000ish rows) and then fails. I
could understand if it just failed to process, but why the partial
processing?

Thanks for any help you might provide!

Travis

Error from Jobs below...
Executed as user: DOMAIN\svcSQL. ...OnStart: DTSStep_DTSExecuteSQLTask_2
DTSRun OnStart: DTSStep_DTSExecuteSQLTask_6 DTSRun OnFinish:
DTSStep_DTSExecuteSQLTask_2 DTSRun OnStart: DTSStep_DTSExecuteSQLTask_1
DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_6 DTSRun OnFinish:
DTSStep_DTSExecuteSQLTask_1 DTSRun OnStart: DTSStep_DTSDataPumpTask_1
DTSRun OnProgress: DTSStep_DTSDataPumpTask_1; 1000 Rows have been
transformed or copied.; PercentComplete = 0; ProgressCount = 1000 DTSRun
OnProgress: DTSStep_DTSDataPumpTask_1; 2000 Rows have been transformed or
copied.; PercentComplete = 0; ProgressCount = 2000 DTSRun OnProgress:
DTSStep_DTSDataPumpTask_1; 3000 Rows have been transformed or copied.;
PercentComplete = 0; ProgressCount = 3000 DTSRun OnProgress:
DTSStep_DTSDataPumpTask_1; 4000 Rows have been transformed or copied.;
PercentComplete = 0; ProgressCount = 4000 DTSRun OnProgress:
DTSStep_DTSDataPumpTask_1; 5000 Rows have been transformed o... Process
Exit Code 1. The step failed.


[quoted text, click to view]

Re: Run DTS without SQL Server Allan Mitchell
12/31/2003 8:40:52 AM
DTSRUN /E /S<<name of package server>> /N<<package name>>

Start | Run | DTSRUNUI

This will help you build a cmdline string

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


[quoted text, click to view]

Run DTS without SQL Server Uri Dimant
12/31/2003 8:53:17 AM
Hello.
I have a client who connects to our network and I want the client to be
able run DTS package without SQL Server on his computer.
Is it possible ?
Happy New Year to everyone.

Re: Run DTS without SQL Server Uri Dimant
12/31/2003 9:31:41 AM
Hi, Allan
Thank you .
Let say I 've got these file on client's computer ( I mean , from SQL Server
2000 Only section)

What is a example of code to run DTS package now from his computer.


[quoted text, click to view]

Re: Run DTS without SQL Server Uri Dimant
12/31/2003 10:56:19 AM
You are a man Allan. Thank you.

[quoted text, click to view]

Re: Run DTS without SQL Server Allan Mitchell
12/31/2003 3:09:24 PM
Thankyou

I was going to come back with a witty retort earlier but got called away.

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


[quoted text, click to view]

AddThis Social Bookmark Button