how can we run workflow with pmcmd?
Answers were Sorted based on User's Feedback
Answer / mahaboob basha
connect unix promt
connect pmcmd
pmcmd>connect -sv service_name -d domain_name -u user_name
-p password
pmcmd> startworkflow -f folder_name workflow
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vijay kumar
FIRST CONNECT TO PMCMD AND THEN TO INT. SERVICE.
TYPE THIS---> STARTWORKFLOW -F FOLDERNAME WORKFLOWNAME
| Is This Answer Correct ? | 1 Yes | 3 No |
what r the values tht r passed between informatics server and stored procedure?
Why we use stored procedure transformation?
Differentiate between a repository server and a powerhouse?
Why can't we use few transformations in mapplet ? like xml and target defintions, seq etc ?
what are the different types of transformation available in informatica and what are the mostly used ?
tell me 5 session failure in real time how can you solve that in your project?
Hello all, In SOA architecture i.e 8.6 , What is mean by node exactly?
How to do Half of the table ex: if 1000 records are there means 500 in one table and 500 in second table like this if N number of tables means how to do Half of the table ??????????
How can you change from reusable session into non-reusable session.
pmscmd startworkflow -sv <host name> -d <domain name> -u <user name> -p <password> -f <folder name> <workflow name> while running this command I got the error as "no gateway connectivity is provided for your domain name". So anyone please help me how to rectify this error?
What are the measure objects?
Find a way to implement the following logic : You have column like : Column 1 AA|BB|CC DD|EE|FF WW|AA I need to get the length of the column without the ‘|’ .