Monday 22 October 2012

Command Line Programs in Informatica 9.1.0

Command line programs are used by Informatica Power Center  9.1.0 to manage both Integration Service and Repository Service. The following command lines are used in Informatica:

PMCMD
Use pmcmd to manage workflows. You can use pmcmd to start, stop, schedule, and monitor workflows. This command enables you to manage the services in the PowerCenter domain from an external Application

Function
Command
Start workflow
pmcmd startworkflow -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name
Stop workflow
pmcmd stopworkflow -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name
Aborting workflow
pmcmd abortworkflow -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name
Aborting  a task
pmcmd aborttask -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name task-name
Start workflow from a task
pmcmd startask -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name -startfrom task-name
Stopping a task
pmcmd stoptask -service informatica-integration-Service -d domain-name -u user-name -p password -f folder-name -w workflow-name task-name


PMREP
Use pmrep to perform repository administration tasks such as listing repository objects, creating and editing groups, and restoring and deleting repositories. This command enables you to manage the PowerCenter repository from an external application.For example :
pmrep connect -r repository_name -d domain_name -n user -x password
pmrep backup -o outputdirectory\outputfile –f
pmrep cleanup

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...

ShareThis