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 an expression transformation differs from aggregator transformation?
Hi Everybody, I have one fixed width file as source and 4 oracle tables (relational) as target. What are the Unit test cases i need to implement ? 1.Using TextPad software i tested postion of the field 2.As per specification i tested like whether it is correctly mapped or not? Is there any other test case do i need to implement. If possible can any one give me the test cases Advance Thanks
What are the different clients of powercenter?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
How to identify bottlenecks in sources,targets,mappings,workflow,system and how to increase the performance?
where to store informatica rejected data? How to extract the informatica rejected data?
I have a scenario like - how can i load 1st record to Trgt1,2nd->Trgt2, 3rd->Trgt3 and again the cycle has to repeat with loading 4th->Trgt1,5th->Trgt2,6th->Trgt3?
What are the rank caches?
What is workflow? What are the components of the workflow manager?
write sql query to remove null value following table id name 101 dinesh null jyothi null bharathi 102 suresh null shilpha 103 prakesh null suma i want the output id name 101 dinesh 102 suresh 103 prakesh
hi friends ... i have insurance project(informatica),can you please tell me how many table and mappings we need to use?and explain me.. thank you
what is target update override and when we use it?