0% found this document useful (0 votes)
971 views

How To Use PMCMD Command in Informatica

The document outlines how to use the pmcmd command in Informatica to schedule, start, stop, start from a task, stop a task, abort a workflow and task. The pmcmd command uses options like -service, -d, -u, -p, -f, -w to specify the service, domain, user, password, folder and workflow or task. For example, to schedule a workflow the command would be pmcmd scheduleworkflow -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name.

Uploaded by

Pain
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
971 views

How To Use PMCMD Command in Informatica

The document outlines how to use the pmcmd command in Informatica to schedule, start, stop, start from a task, stop a task, abort a workflow and task. The pmcmd command uses options like -service, -d, -u, -p, -f, -w to specify the service, domain, user, password, folder and workflow or task. For example, to schedule a workflow the command would be pmcmd scheduleworkflow -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name.

Uploaded by

Pain
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

How to use PMCMD Command in Informatica:

1. Scheduling the workflow


The pmcmd command syntax for scheduling the workflow is shown below:
pmcmd scheduleworkflow -service informatica-integration-Service -d domain-name -u user-name -p password -f
folder-name -w workflow-name
You cannot specify the scheduling options here. This command just schedules the workflow for the next
run.
2. Start workflow
The following pmcmd command starts the specified workflow:
pmcmd startworkflow -service informatica-integration-Service -d domain-name -u user-name -p password -f foldername -w workflow-name
3. Stop workflow
Pmcmd command to stop the infromatica workflow is shown below:

pmcmd stopworkflow -service informatica-integration-Service -d domain-name -u user-name -p password -f foldername -w workflow-name


4. Start workflow from a task
You can start the workflow from a specified task. This is shown below:
pmcmd startask -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name w workflow-name -startfrom task-name
5. Stopping a task.
The following pmcmd command stops the specified task instance:
pmcmd stoptask -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name
-w workflow-name task-name
6. Aborting workflow and task.
The following pmcmd commands are used to abort workflow and task in a workflow:
pmcmd abortworkflow -service informatica-integration-Service -d domain-name -u user-name -p password -f foldername -w workflow-name pmcmd aborttask -service informatica-integration-Service -d domain-name -u user-name p password -f folder-name -w workflow-name task-name

You might also like