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 |
can we import source table without using source qualifier? if yes then how? if no then why?
how DTM buffer size and buffer block size are related
what is Active lock explain
How to Explain My project flow,In TCS ased me this question. In which way i can start my project flow and they asked how many fact tables and dimensional tables u used. Can any one Explain Briefly for this question and project architecture also.. please..
3 Answers CTS, HCL, Infosys, TCS,
My source is flat file which contain only one column with data type varchar.now i want to send string data types into one target and if any numbers and special characters are there that should be send it into another target.so how do you design a mapping for this?
What happens if the info. Server doesn't find the session parameter in the parameter file?
Consider a Phone Log table as below. It records all phone numbers that we dial in a given day. SOURCE_PHONE_NUMBER DESTINATION_PHONE_NUMBER CALL_START_DATETIME 1234 4567 01/07/2011 10:00 1234 2345 01/07/2011 11:00 1234 3456 01/07/2011 12:00 1234 3456 01/07/2011 13:00 1234 4567 01/07/2011 15:00 1222 7890 01/07/2011 10:00 1222 7680 01/07/2011 12:00 1222 2345 01/07/2011 13:00 Please provide an SQL query to display the source_phone_number and a flag where the flag needs to be set to Y if first called number and last called number are the same and N if the first called number and last called number are different. Desired Output: Source Number Is_Match 1222 N 1234 Y
can any one explain me about junk dimension
how to use incremental load?
Can any one explain or sujjest some sites for scd mappings.Thank you
wht is cdc?how to use it in creation of mappings?
What is the difference between Bad file and Reject file? and Where u can see the Reject file? What records stored in Reject file?