dbTalk Databases Forums  

Some jobs don't have corresponding DTS. Possible?

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


Discuss Some jobs don't have corresponding DTS. Possible? in the microsoft.public.sqlserver.dts forum.



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

Default Some jobs don't have corresponding DTS. Possible? - 08-25-2008 , 09:20 AM






I'm doing some database maintenance by erasing DTSs and jobs that are needed
anymore.

I've noticed that there are jobs that don't have a corresponding DTS.

Four jobs called TSQL_JOB_4 - TSQL_JOB_7 do not have corresponding DTS. This
is the detail of these jobs:
[Last Run Status] = "Unknown"
[Enabled] = 'No'
[Runnable] = 'Yes'
Two of them have [Scheduled] = 'No' and the other two have [Scheduled] =
'Yes'. [Status]="Not Running"

There's another job called "Make History" that's [Enabled]='Yes',
[Runnable]='Yes', [Scheduled]='Yes', [Last Run Status]='Succeeded
(8/5/2008)', [Next Run Date]='9/5/2008'. But I don't have a DTS called "Make
History".
All these jobs have the blue icon.

Then I have some with the red 'X' icon next to them, and they're also jobs
with no corresponding DTS. I have a job called "FullDB_Backup" that's
[Enabled]='Yes', [Runnable]='Yes', [Scheduled]='Yes', [Status]="Not Running",
[Last Run Status]='Failed (8/24/2008)', [Next Run Date]='8/25/2008'.
There are a few more like this.

What should I do with them? Can I create a job that's unrelated to a DTS?

Any help is appreciated.

I have SQL Server 2000.
Thanks.

Reply With Quote
  #2  
Old   
matteus
 
Posts: n/a

Default Re: Some jobs don't have corresponding DTS. Possible? - 08-28-2008 , 01:55 AM






On Aug 25, 4:20*pm, VMI <V... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
I'm doing some database maintenance by erasing DTSs and jobs that are needed
anymore.

I've noticed that there are jobs that don't have a corresponding DTS.

Four jobs called TSQL_JOB_4 - TSQL_JOB_7 do not have corresponding DTS. This
is the detail of these jobs:
[Last Run Status] = "Unknown"
[Enabled] = 'No'
[Runnable] = 'Yes'
Two of them have [Scheduled] = 'No' and the other two have [Scheduled] =
'Yes'. [Status]="Not Running"

There's another job called "Make History" that's [Enabled]='Yes',
[Runnable]='Yes', [Scheduled]='Yes', [Last Run Status]='Succeeded
(8/5/2008)', [Next Run Date]='9/5/2008'. But I don't have a DTS called "Make
History".
All these jobs have the blue icon.

Then I have some with the red 'X' icon next to them, and they're also jobs
with no corresponding DTS. I have a job called "FullDB_Backup" that's
[Enabled]='Yes', [Runnable]='Yes', [Scheduled]='Yes', [Status]="Not Running",
[Last Run Status]='Failed (8/24/2008)', [Next Run Date]='8/25/2008'.
There are a few more like this.

What should I do with them? Can I create a job that's unrelated to a DTS?

Hi,
DTS and jobs are two different objects, sometimes related because you
can schedule a DTS in a job, but this doesn't mean that for each job
there must be an underlying DTS. In fact you can create jobs that
perform tasks other thatn DTS (execute activeX script, perform some
simple maintenace tasks, execute tsql statements or, for DTS,
executing commands). Open your job and go to the step tab. Open a
single step and check the step type. For DTS this should be CmdExec.
Then check the command: if there's DTSRun /N"YourDTSname" and the DTS
isn't stored... well i believe the job will fail.

HTH,
M.

Quote:
Any help is appreciated.

I have SQL Server 2000.
Thanks.

Reply With Quote
  #3  
Old   
matteus
 
Posts: n/a

Default Re: Some jobs don't have corresponding DTS. Possible? - 08-28-2008 , 01:55 AM



On Aug 25, 4:20*pm, VMI <V... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
I'm doing some database maintenance by erasing DTSs and jobs that are needed
anymore.

I've noticed that there are jobs that don't have a corresponding DTS.

Four jobs called TSQL_JOB_4 - TSQL_JOB_7 do not have corresponding DTS. This
is the detail of these jobs:
[Last Run Status] = "Unknown"
[Enabled] = 'No'
[Runnable] = 'Yes'
Two of them have [Scheduled] = 'No' and the other two have [Scheduled] =
'Yes'. [Status]="Not Running"

There's another job called "Make History" that's [Enabled]='Yes',
[Runnable]='Yes', [Scheduled]='Yes', [Last Run Status]='Succeeded
(8/5/2008)', [Next Run Date]='9/5/2008'. But I don't have a DTS called "Make
History".
All these jobs have the blue icon.

Then I have some with the red 'X' icon next to them, and they're also jobs
with no corresponding DTS. I have a job called "FullDB_Backup" that's
[Enabled]='Yes', [Runnable]='Yes', [Scheduled]='Yes', [Status]="Not Running",
[Last Run Status]='Failed (8/24/2008)', [Next Run Date]='8/25/2008'.
There are a few more like this.

What should I do with them? Can I create a job that's unrelated to a DTS?

Hi,
DTS and jobs are two different objects, sometimes related because you
can schedule a DTS in a job, but this doesn't mean that for each job
there must be an underlying DTS. In fact you can create jobs that
perform tasks other thatn DTS (execute activeX script, perform some
simple maintenace tasks, execute tsql statements or, for DTS,
executing commands). Open your job and go to the step tab. Open a
single step and check the step type. For DTS this should be CmdExec.
Then check the command: if there's DTSRun /N"YourDTSname" and the DTS
isn't stored... well i believe the job will fail.

HTH,
M.

Quote:
Any help is appreciated.

I have SQL Server 2000.
Thanks.

Reply With Quote
  #4  
Old   
matteus
 
Posts: n/a

Default Re: Some jobs don't have corresponding DTS. Possible? - 08-28-2008 , 01:55 AM



On Aug 25, 4:20*pm, VMI <V... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
I'm doing some database maintenance by erasing DTSs and jobs that are needed
anymore.

I've noticed that there are jobs that don't have a corresponding DTS.

Four jobs called TSQL_JOB_4 - TSQL_JOB_7 do not have corresponding DTS. This
is the detail of these jobs:
[Last Run Status] = "Unknown"
[Enabled] = 'No'
[Runnable] = 'Yes'
Two of them have [Scheduled] = 'No' and the other two have [Scheduled] =
'Yes'. [Status]="Not Running"

There's another job called "Make History" that's [Enabled]='Yes',
[Runnable]='Yes', [Scheduled]='Yes', [Last Run Status]='Succeeded
(8/5/2008)', [Next Run Date]='9/5/2008'. But I don't have a DTS called "Make
History".
All these jobs have the blue icon.

Then I have some with the red 'X' icon next to them, and they're also jobs
with no corresponding DTS. I have a job called "FullDB_Backup" that's
[Enabled]='Yes', [Runnable]='Yes', [Scheduled]='Yes', [Status]="Not Running",
[Last Run Status]='Failed (8/24/2008)', [Next Run Date]='8/25/2008'.
There are a few more like this.

What should I do with them? Can I create a job that's unrelated to a DTS?

Hi,
DTS and jobs are two different objects, sometimes related because you
can schedule a DTS in a job, but this doesn't mean that for each job
there must be an underlying DTS. In fact you can create jobs that
perform tasks other thatn DTS (execute activeX script, perform some
simple maintenace tasks, execute tsql statements or, for DTS,
executing commands). Open your job and go to the step tab. Open a
single step and check the step type. For DTS this should be CmdExec.
Then check the command: if there's DTSRun /N"YourDTSname" and the DTS
isn't stored... well i believe the job will fail.

HTH,
M.

Quote:
Any help is appreciated.

I have SQL Server 2000.
Thanks.

Reply With Quote
  #5  
Old   
matteus
 
Posts: n/a

Default Re: Some jobs don't have corresponding DTS. Possible? - 08-28-2008 , 01:55 AM



On Aug 25, 4:20*pm, VMI <V... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
I'm doing some database maintenance by erasing DTSs and jobs that are needed
anymore.

I've noticed that there are jobs that don't have a corresponding DTS.

Four jobs called TSQL_JOB_4 - TSQL_JOB_7 do not have corresponding DTS. This
is the detail of these jobs:
[Last Run Status] = "Unknown"
[Enabled] = 'No'
[Runnable] = 'Yes'
Two of them have [Scheduled] = 'No' and the other two have [Scheduled] =
'Yes'. [Status]="Not Running"

There's another job called "Make History" that's [Enabled]='Yes',
[Runnable]='Yes', [Scheduled]='Yes', [Last Run Status]='Succeeded
(8/5/2008)', [Next Run Date]='9/5/2008'. But I don't have a DTS called "Make
History".
All these jobs have the blue icon.

Then I have some with the red 'X' icon next to them, and they're also jobs
with no corresponding DTS. I have a job called "FullDB_Backup" that's
[Enabled]='Yes', [Runnable]='Yes', [Scheduled]='Yes', [Status]="Not Running",
[Last Run Status]='Failed (8/24/2008)', [Next Run Date]='8/25/2008'.
There are a few more like this.

What should I do with them? Can I create a job that's unrelated to a DTS?

Hi,
DTS and jobs are two different objects, sometimes related because you
can schedule a DTS in a job, but this doesn't mean that for each job
there must be an underlying DTS. In fact you can create jobs that
perform tasks other thatn DTS (execute activeX script, perform some
simple maintenace tasks, execute tsql statements or, for DTS,
executing commands). Open your job and go to the step tab. Open a
single step and check the step type. For DTS this should be CmdExec.
Then check the command: if there's DTSRun /N"YourDTSname" and the DTS
isn't stored... well i believe the job will fail.

HTH,
M.

Quote:
Any help is appreciated.

I have SQL Server 2000.
Thanks.

Reply With Quote
  #6  
Old   
matteus
 
Posts: n/a

Default Re: Some jobs don't have corresponding DTS. Possible? - 08-28-2008 , 01:55 AM



On Aug 25, 4:20*pm, VMI <V... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
I'm doing some database maintenance by erasing DTSs and jobs that are needed
anymore.

I've noticed that there are jobs that don't have a corresponding DTS.

Four jobs called TSQL_JOB_4 - TSQL_JOB_7 do not have corresponding DTS. This
is the detail of these jobs:
[Last Run Status] = "Unknown"
[Enabled] = 'No'
[Runnable] = 'Yes'
Two of them have [Scheduled] = 'No' and the other two have [Scheduled] =
'Yes'. [Status]="Not Running"

There's another job called "Make History" that's [Enabled]='Yes',
[Runnable]='Yes', [Scheduled]='Yes', [Last Run Status]='Succeeded
(8/5/2008)', [Next Run Date]='9/5/2008'. But I don't have a DTS called "Make
History".
All these jobs have the blue icon.

Then I have some with the red 'X' icon next to them, and they're also jobs
with no corresponding DTS. I have a job called "FullDB_Backup" that's
[Enabled]='Yes', [Runnable]='Yes', [Scheduled]='Yes', [Status]="Not Running",
[Last Run Status]='Failed (8/24/2008)', [Next Run Date]='8/25/2008'.
There are a few more like this.

What should I do with them? Can I create a job that's unrelated to a DTS?

Hi,
DTS and jobs are two different objects, sometimes related because you
can schedule a DTS in a job, but this doesn't mean that for each job
there must be an underlying DTS. In fact you can create jobs that
perform tasks other thatn DTS (execute activeX script, perform some
simple maintenace tasks, execute tsql statements or, for DTS,
executing commands). Open your job and go to the step tab. Open a
single step and check the step type. For DTS this should be CmdExec.
Then check the command: if there's DTSRun /N"YourDTSname" and the DTS
isn't stored... well i believe the job will fail.

HTH,
M.

Quote:
Any help is appreciated.

I have SQL Server 2000.
Thanks.

Reply With Quote
  #7  
Old   
matteus
 
Posts: n/a

Default Re: Some jobs don't have corresponding DTS. Possible? - 08-28-2008 , 01:55 AM



On Aug 25, 4:20*pm, VMI <V... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
I'm doing some database maintenance by erasing DTSs and jobs that are needed
anymore.

I've noticed that there are jobs that don't have a corresponding DTS.

Four jobs called TSQL_JOB_4 - TSQL_JOB_7 do not have corresponding DTS. This
is the detail of these jobs:
[Last Run Status] = "Unknown"
[Enabled] = 'No'
[Runnable] = 'Yes'
Two of them have [Scheduled] = 'No' and the other two have [Scheduled] =
'Yes'. [Status]="Not Running"

There's another job called "Make History" that's [Enabled]='Yes',
[Runnable]='Yes', [Scheduled]='Yes', [Last Run Status]='Succeeded
(8/5/2008)', [Next Run Date]='9/5/2008'. But I don't have a DTS called "Make
History".
All these jobs have the blue icon.

Then I have some with the red 'X' icon next to them, and they're also jobs
with no corresponding DTS. I have a job called "FullDB_Backup" that's
[Enabled]='Yes', [Runnable]='Yes', [Scheduled]='Yes', [Status]="Not Running",
[Last Run Status]='Failed (8/24/2008)', [Next Run Date]='8/25/2008'.
There are a few more like this.

What should I do with them? Can I create a job that's unrelated to a DTS?

Hi,
DTS and jobs are two different objects, sometimes related because you
can schedule a DTS in a job, but this doesn't mean that for each job
there must be an underlying DTS. In fact you can create jobs that
perform tasks other thatn DTS (execute activeX script, perform some
simple maintenace tasks, execute tsql statements or, for DTS,
executing commands). Open your job and go to the step tab. Open a
single step and check the step type. For DTS this should be CmdExec.
Then check the command: if there's DTSRun /N"YourDTSname" and the DTS
isn't stored... well i believe the job will fail.

HTH,
M.

Quote:
Any help is appreciated.

I have SQL Server 2000.
Thanks.

Reply With Quote
  #8  
Old   
matteus
 
Posts: n/a

Default Re: Some jobs don't have corresponding DTS. Possible? - 08-28-2008 , 01:55 AM



On Aug 25, 4:20*pm, VMI <V... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
I'm doing some database maintenance by erasing DTSs and jobs that are needed
anymore.

I've noticed that there are jobs that don't have a corresponding DTS.

Four jobs called TSQL_JOB_4 - TSQL_JOB_7 do not have corresponding DTS. This
is the detail of these jobs:
[Last Run Status] = "Unknown"
[Enabled] = 'No'
[Runnable] = 'Yes'
Two of them have [Scheduled] = 'No' and the other two have [Scheduled] =
'Yes'. [Status]="Not Running"

There's another job called "Make History" that's [Enabled]='Yes',
[Runnable]='Yes', [Scheduled]='Yes', [Last Run Status]='Succeeded
(8/5/2008)', [Next Run Date]='9/5/2008'. But I don't have a DTS called "Make
History".
All these jobs have the blue icon.

Then I have some with the red 'X' icon next to them, and they're also jobs
with no corresponding DTS. I have a job called "FullDB_Backup" that's
[Enabled]='Yes', [Runnable]='Yes', [Scheduled]='Yes', [Status]="Not Running",
[Last Run Status]='Failed (8/24/2008)', [Next Run Date]='8/25/2008'.
There are a few more like this.

What should I do with them? Can I create a job that's unrelated to a DTS?

Hi,
DTS and jobs are two different objects, sometimes related because you
can schedule a DTS in a job, but this doesn't mean that for each job
there must be an underlying DTS. In fact you can create jobs that
perform tasks other thatn DTS (execute activeX script, perform some
simple maintenace tasks, execute tsql statements or, for DTS,
executing commands). Open your job and go to the step tab. Open a
single step and check the step type. For DTS this should be CmdExec.
Then check the command: if there's DTSRun /N"YourDTSname" and the DTS
isn't stored... well i believe the job will fail.

HTH,
M.

Quote:
Any help is appreciated.

I have SQL Server 2000.
Thanks.

Reply With Quote
  #9  
Old   
matteus
 
Posts: n/a

Default Re: Some jobs don't have corresponding DTS. Possible? - 08-28-2008 , 01:55 AM



On Aug 25, 4:20*pm, VMI <V... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
I'm doing some database maintenance by erasing DTSs and jobs that are needed
anymore.

I've noticed that there are jobs that don't have a corresponding DTS.

Four jobs called TSQL_JOB_4 - TSQL_JOB_7 do not have corresponding DTS. This
is the detail of these jobs:
[Last Run Status] = "Unknown"
[Enabled] = 'No'
[Runnable] = 'Yes'
Two of them have [Scheduled] = 'No' and the other two have [Scheduled] =
'Yes'. [Status]="Not Running"

There's another job called "Make History" that's [Enabled]='Yes',
[Runnable]='Yes', [Scheduled]='Yes', [Last Run Status]='Succeeded
(8/5/2008)', [Next Run Date]='9/5/2008'. But I don't have a DTS called "Make
History".
All these jobs have the blue icon.

Then I have some with the red 'X' icon next to them, and they're also jobs
with no corresponding DTS. I have a job called "FullDB_Backup" that's
[Enabled]='Yes', [Runnable]='Yes', [Scheduled]='Yes', [Status]="Not Running",
[Last Run Status]='Failed (8/24/2008)', [Next Run Date]='8/25/2008'.
There are a few more like this.

What should I do with them? Can I create a job that's unrelated to a DTS?

Hi,
DTS and jobs are two different objects, sometimes related because you
can schedule a DTS in a job, but this doesn't mean that for each job
there must be an underlying DTS. In fact you can create jobs that
perform tasks other thatn DTS (execute activeX script, perform some
simple maintenace tasks, execute tsql statements or, for DTS,
executing commands). Open your job and go to the step tab. Open a
single step and check the step type. For DTS this should be CmdExec.
Then check the command: if there's DTSRun /N"YourDTSname" and the DTS
isn't stored... well i believe the job will fail.

HTH,
M.

Quote:
Any help is appreciated.

I have SQL Server 2000.
Thanks.

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.