how you will maintain version?

Answers were Sorted based on User's Feedback



how you will maintain version?..

Answer / sandeep

As per my knowledge,Using 'Check out' and 'Check in'
options we are maintaining the vesion.

Is This Answer Correct ?    9 Yes 2 No

how you will maintain version?..

Answer / sp

For maintaining the versions the first and foremost thing is to make sure the versioning on the repository is enabled. If versioning is enabled the developers will get an option to check-in and check-out code. Every time the code is checked-out, saved and checked-in a new version of the object is created with the version number incremented by 1 with each check-in.

Is This Answer Correct ?    4 Yes 0 No

how you will maintain version?..

Answer / binu

Using the Versioning tab in the menu bar.
Checkout is used to edit and save.
Checkin used to release the saved code.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

What are events in workflow manager?

1 Answers   Accenture, IBM,


What do you mean by filter transformation?

0 Answers  


What is a grid in Informatica?

0 Answers  


What is domain and gateway node?

0 Answers  


WHAT IS THE DIFFERENCE B/W 7.X AND 8.X ? TELL ME FEW DIFFERENCES.

2 Answers  






CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks

4 Answers   CSC,


What are the features of complex mapping?

0 Answers  


how to get the data from the client machine and how to get server location data to client loction can any body explain to me

1 Answers   TCS,


Hello Everyone,i have one question on sequence generator.i have two targets and the records comes from the source will place in the targets like 1-10 rec in target1 and 11-20 rec in target2,21-30 rec in target1...etc so any one can help me? plz..Thanq in adv.

7 Answers   Cognizant, Wipro,


what is shortcut in informatica? difference between shortcut,reusable object?

2 Answers   Virtusa,


surrogate keys usage in Oracle and Informatica?

5 Answers   ITC Infotech, Oracle,


hi all, i have 1 flat file having 10 rows. like:- id name amt 100 a 100 200 b 200 100 n 300 400 p 3000 100 a 100 600 x 6000 Now i want to load half of this data into one flat file and remaining in other flat file.like :- flat file 1 id name amt 100 a 100 200 b 200 100 n 300 ---------------------- ---------------------- flat file 2 id name amt 400 p 3000 100 a 100 600 x 6000 Plz reply me ASAP.

10 Answers  


Categories