Data Warehousing Community Forum
February 08, 2012, 11:51:22 pm
Home
Help
Search
Login
Register
Data Warehousing Community Forum
>
ETL Tools
>
Informatica
>
How to execute workflow from PMCMD ?
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: How to execute workflow from PMCMD ? (Read 4709 times)
Allegra
DW Apprentice
Reputation: +17/-0
Offline
Posts: 75
How to execute workflow from PMCMD ?
«
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
Posts: 6
Re: How to execute workflow from PMCMD ?
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> Introductions
=> Anouncements & News
=> Suggestions
=> General Discussion
=> Job Opportunities
-----------------------------
Data Warehousing
-----------------------------
=> Data Warehousing Concepts
=> Data Modeling
-----------------------------
Databases
-----------------------------
=> Oracle
===> PL/SQL
=> Microsoft SQL Server
=> IBM DB2
=> Teradata
-----------------------------
ETL Tools
-----------------------------
=> Informatica
===> Installation & Configuration
=> Data Stage
=> Ab Initio
=> Oracle Warehouse Builder
=> DTS/SSIS
-----------------------------
Reporting Tools
-----------------------------
=> Business Objects
=> Cognos
=> Crystal Reports
=> Hyperion
=> Brio
=> Microstrategy
-----------------------------
Operating Systems
-----------------------------
=> UNIX / Linux
===> Unix Shell Scripting
=> Windows
-----------------------------
Other Technologies & Tools
-----------------------------
=> JAVA