how do u move the code from development to production?
Answers were Sorted based on User's Feedback
Answer / satya
I support the Answer given by KAMAL, In real time though
you have more number of objects, you can not drag and drop
the forlder across the repositories as far as I am
concernd. Every organisation will follow certain deployment
proceures. I am not saying that will not work, it will
certainly work but that may not be the procude to follow
when you deploy code from DEV / UAT to PROD
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / kamal
Hi,
we can do this in two methods
A. if objects are limited, then select all of them and
go for Export in Development box and Import in the
Production box.
B. if objects are numerous then open the both
repositories (Dev & Prod) in your development / test server
and select the folder which contains all the objects and
drag and drop to target Box.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ghouse
whatever we develope the coding(mapping),throgh import and
export option in repoitory,the maping code can be placed in
the form of xml format on the desktop and it is attached to
mail and will be sent to the teamlead or reponsibile person
| Is This Answer Correct ? | 1 Yes | 0 No |
What is an Integration service in Informatica?
Why do you use Mapping Parameter and mapping variable?
If one flat file contains n number of records., we have to load the records in target from 51 to 100.. how to use expressions in Informatica..?
what is datamart
difference between informatica 8.1.1 and 8.6
How to convert a row into column and a column into rows? Name all DTM threads. What all threads stop when we issue STOP or ABORT? How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow... What are the tyoes of partitioning you know and how to apply them in real time ... Can partitioning be applied to expression transformation and how
whatis the default data driven operation in informatica
Define Pmrep command?
While importing the relational source defintion from database,what are the meta data of source U import?
i have oracle table A and target B. i don't know how many records. i want get get last record in table A as first record in target table B. write a sql query?
Can we use the mapping parameters or variables created in one mapping into another mapping?
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 ‘|’ .