Data Warehousing Community Forum
February 08, 2012, 11:51:22 pm

Pages: [1]   Go Down
  Print  
Author Topic: How to execute workflow from PMCMD ?  (Read 4709 times)
Allegra
DW Apprentice
**

Reputation: +17/-0
Offline Offline

Posts: 75



View Profile
« on: May 18, 2010, 01:32:31 pm »

Hi guys,

I am trying to execute workflow from Unix prompt thru PMCMD utility.
Unable to succeed with the parameters that needs to be given..

Can anyone throw some light with syntax and some sample examples ??

Logged

@llegr@
what do you call an Ant with an AK47 ?
shanilr
DW Fresher
*

Reputation: +3/-0
Offline Offline

Posts: 6


View Profile
« Reply #1 on: May 18, 2010, 02:46:08 pm »

Hi,

Hope this helps.

pmcmd startworkflow -sv $INFORMATICA_SERVICE -d $INFORMATICA_DOMAIN -u $INF_USERID -p $INF_PWD -f $INF_FOLDER $WORKFLOW_NAME

Please make sure that you are typing this command from the folder where the executable is installed. Typically you can find the pmcmd command in \server\bin\ directory.

To see the status of this command, immediately after typing this command type

IN DOS - echo %ERRORLEVEL%
In Unix ( Bash or Ksh) - echo $?
In Unix ( C shell) - echo $status


Please let me know if this helped you.

Logged
Pages: [1]   Go Up
  Print  
 
Jump to: