Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Job step 2 hangs SQL 2000

Status
Not open for further replies.

tysonic

MIS
Sep 10, 2002
20
US
I have a DTS package set to run as a Job manually, it has two steps: Step 1 is to update the database via ODBC, and step two launches another program to import that data into a program called SysPro TotalFactory.

When I run the job:

on the server (windows login is Administrator, the SQLAgent runs under a mail enabled account called TF SERVER): Step1 and 2 complete successfully

On client login TF1: Step1 completes, 2 hangs
run step 2 only, works fine

On client login TBS: Step1 completes, 2 hangs
run step 2 only, works fine

The DTS Package's step1 is configured to 'goto step2' on completion.

What permission {or maybe something else?}is preventing my clients from running BOTH steps successfully, but not preventing me from running them individually from the clients?

Thanks!
Tyson

BTW, I'm using a fully patched Win2k3 server and SQL Server 2000.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top