Can we run session without using workflows?
Answers were Sorted based on User's Feedback
Answer / shaik
PMCMD is a command line program,which provide the
communication with integration service......
if u want to run the session by using PMCMD command there
should be workflow present for the particular session
Ex:-- PMCMD> start workfolw -f <folder name> <workfolw name>
There is no command such like that start session.....
so it is not possible to run the session with out workflow....
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / ram
PMCMD Start task -f <folder name> <workfolw name> session
name..
this is the way to run session Using PMCMD
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / amedela chandra sekhar
Ya, Its Possible using pmcmd Command without using the
workflow Manager run the group of sessions.
It is possible to run two sessions only (by pre-session,
post session) using pmcmd without using workflow. Not more
than two.
| Is This Answer Correct ? | 2 Yes | 4 No |
i have a source with 100 records.i have 2 targets.in the first target i want to load first 50 records & in the second target i want to load next 50(or remaining) records.
what is the logic will you implement to load data into a fact table from n dimension tables?
What are the mapings that we use for slowly changing dimension table?
tell me the rules and responsblites in our project(my project is development)
HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?
How/where can i install Informatica software with oracle or teradata as database
HOW DO YOU PARFORM INCREMENTAL LAOD ?
I have a source as flat file and having data like ""TCS"MUMBAI" and i want output like TCS MUMBAI,the length of the data in the rows is variable.how can you fix it?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
what is the main advantage of unconnected lookup
Hi All, I have three question. 1) How to remove the header and footer in a flat file in informatica? 2)How to load the first and last record of flat file into the target? 3)I have a Input and Output table. Input Name Salaray Month A 100 Jan A 200 Feb A 300 March B 400 April B 500 May B 600 June Output Name Salaray Month A 100 Jan A 300 Feb A 600 March B 400 April B 900 May B 1500 June How to implement and get the ouput as mentioned above. If Possible kindly provide the SQL query also. Kindly any one help to implement this concept. Thanks, Pradeep
WHat all joins are there in Source Qualifier?