Suspend-SCDWJob

Suspend-SCDWJob

The Suspend-SCDWJob cmdlet suspends operation of the specified job after all of its running job modules are complete. Any job modules that are queued to begin as part of the job will not run until the job is resumed.

Syntax

Parameter Set: Default
Suspend-SCDWJob -JobName <String> [-ComputerName <String> ] [ <CommonParameters>]

Detailed Description

The Suspend-SCDWJob cmdlet allows Data Warehouse administrators to suspend a job that is currently running. When a job is suspended, all of its running job modules will continue to be processed, but its queued job modules will not run. When the job is resumed, the job modules will continue to run from the point of suspension, and all previously queued job modules will run.

Parameters

-ComputerName<String>

Specifies the name of the server on which the Data Warehouse management server is installed.

Aliases

none

Required?

false

Position?

named

Default Value

.

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-JobName<String>

Specifies the Data Warehouse job to suspend.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters

Examples

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

This command suspends the Extract_SM1 job.

C:\PS>Suspend-SCDWJob -JobName Extract_SM1

Getting Started with Service Manager Cmdlets for Windows PowerShell

Disable-SCDWJob
Enable-SCDWJob
Get-SCDWJob
Resume-SCDWJob
Start-SCDWJob