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
 Import/Export (DTS) and Replication (2000)
 How to manual create a job step for DTS package?

Author  Topic 

kentzhou
Starting Member

4 Posts

Posted - 2009-05-01 : 15:54:00
When I want to assign a DTS package as one step for a job,
there are following items need to be set:
Step Name:My Package Name
Type: Operating System Command(CmdExec)
Process exis code of a successful command:0
Command: DTSRun /~Z0xD3CB5FC1FC.....

Question is: how do I know the hex for the specific package used for command?

When schedule package as a job in EM, it will create this hex automatically.




webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-05-02 : 08:38:43
You can manual set the command with the real packagename
DTSRun /S"Server" /N"Package Name" /E



No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -