how do u move the code from development to production?
Answers were Sorted based on User's Feedback
Answer / gopal
In the Designer, select the mapping and right click in
Repository navigator, then you can get the option like
Export objects.Click on that. It will ask you to save in
which location. Then you can save the XML dumps(the object
format is XML) in any folder. Then you can import it into
production.
But generally you have to rise request and send the
dumps.You should not import with out permissions. Take care.
Another way is to open production mapping designer
work space and drag the mapping from DEvelopment. Then you
can observe copy wizard. Click on that it copies to
production.
In production server generally client side people
will do. We should not do.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / thejaswini
Export the mapping from develoment repository then Go to
Production repository and import the same mapping . mapping
will be there in the production repository
or
You can also move the mapping by just drag the mapping from
development and drop it in Production repository i think
this is the simplest way hope this helps you.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / tamil
Also, we can migrate the folder from one repository to
other using Repository Manager.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / tkdhar
We can copy Workflows from development to production from
Repository Manager. We need to change the name of
integration services while migrating the code. If the
mapping is already exists in the production that then we
may need to resolve the conficts as well.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / usha
Step1: we can migrated the objects by using export and
import method.
Step2:- Copy mapping from Dev and paste it in prod Folder.
Step3:Drag mapping from Dev and paste it in PROD FOLDER
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we update without using update transformation. wt is push down operation in informatica. which lookup gives more tuning performance. if so why.
Converting Rows to columns I have Relational source like his. JAN FEB MAR APR 100 200 300 400 500 600 700 800 900 100 200 300 I need to convert these rows into columns to the targe. MONTH TOTAL JAN 1500 FEB 900 MAR 1200 APR 1500 Please experts help me
If my source is having 30 million records, so obviously the cache could not be allocated with sufficient memory. What needs to be done in this case?
Scenario:- Below is the requirement. Source:- NAME ID Requirement RAVI 1 (no need to repeat as it ID is 1) KUMAR 3 (repeat 3 times as it ID is 3) John 4 (repeat 4 times as it ID is 4) Required Out Put:- Name ID RAVI 1 KUMAR 3 KUMAR 3 KUMAR 3 John 4 John 4 John 4 John 4 Scenario 2:- Source Data ID NAME 1,2 NETEZZA,ORACLE 3,4,5 SQL Server, DB2, Teradata Required Output:- ID NAME 1 NETEZZA 1 ORACLE 3 SQL Server 3 DB2 3 Teradata
What is the functionality of update strategy?
explain abt joiner t/r?
Explian the Process of deployment groups in informatica
How does the server recognize the source and target databases. Elaborate on this.
what is constraint based loading
How do you load first and last records into target table?
What is complex mapping?
How to load the name of the current processing flat file along with the data into the target using informatica mapping?