How to migrate the code FROM development to QA and QA to
production?

Answer Posted / avijit

List down all your objects first.
then checkin the code to EME.
create tag for the objects to be migrated.
now share the tag and objects list with the migration team and they will do it for you.

Developer generally never migrate.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the max core of a component?

616


How can you force the optimizer to use a particular index?

614


Describe the evaluation of parameters order in ab initio?

954


Describe what the SQL Server tempdb and tlog files are used for?

1810


How you can run a graph infinitely in ab initio?

775






Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio

968


We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?

784


explain checkin and checkout?

658


Describe the grant/revoke ddl facility and how it is implemented?

691


What is a cursor? Within a cursor, how would you update fields on the row just fetched?

649


What are the factors on which storage of data depends?

635


How can you export a component’s internal parameters ?

1920


How do you improve the performance of a graph?

672


How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa

644


How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC

1477