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 |
How do you remove duplicate records in informatica? And how many ways are there to do it?
What is meant by query override?
What is Index Caches size?
Define update strategy?
HOW TO YOU LOAD TIME DIMENSION
i have a session which creates a file every time when i runs the session, but it replaces the first file with second file,i want to append the second file follwed by first file when i runs the session,how to achieve this?
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
Scenario is like this: Name Sal A 10; B 20; C 30; Then Output should be Name Sal A 10; B 20; C 30; Total 60; Use SQL For this scenario
How to load data into 3 target tables which are in different schema but with the same name and same relational connection at infromatica level ? How to differentiate while loading ? and how to load ?
there is a product table prodid prodname price 100 cinthol 10 101 hamam 10 102 neem 20 103 cake 30 in the above table the price of some products are duplicated and some product prices are distinct we want to push the duplicated prices to one target and non-duplicated prices to other target without using expression and sequence generator transformation
How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars otherwise we will reject the records? what is the function we used to restrict...
Have you worked with/created Parameter file