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 |
If we are using an aggregator but forget to mention the group by port .what will be the output??
how lookup transformation is made active in new versions... When to use connected and when to use unconnected lookup and why? which is good for session performance. How to make lookup persistent and how to remove stale data from that lookup. how commit works - when we stop or abort data. Explain in both cases. What is factless fact table and have you ever used it in real time scenarios.
How to load duplicate records in to a target table which has a primary key?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
how can u generate sequence of values in which target has more than 2billion of records.(but with sequence generator u can generate upto 2 biliion only)
Is it possible to revert a global repository to local one and why?
if we are extracting 600000 records from a source table so how much volume of records frequently we load in warehouse. (Iknow its depend on client requirement) still i want to know how much volume of records store in warehouse.
Informatica software installation 8.1/7.1.3/7.1 with oracle 10g database (optional Teradata v2R6)
how lookup is acting as both active and passive ? how is it possitble?
My source is flat file which contain only one column with data type varchar.now i want to send string data types into one target and if any numbers and special characters are there that should be send it into another target.so how do you design a mapping for this?
Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All the connections are fine and exactly correct)?
Hi , Please help how to achieve the following scenario. I have a source table like this. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU I need the data in the target table like below. Rollno name class university 1 Raj 1st Sku 2 Ram 2nd SVU 3 Sam 3rd OU 4 Rajesh 5th SKU The Last row values we have.. and we have to append this last row in the target table. Thanks and Regards Nataraj V