cancel
Showing results for 
Search instead for 
Did you mean: 

how to compare versions in dev and prod?

former_member209700
Participant
0 Kudos

Hi Experts,

I want to delete the break points in Transformations ,update rules and transfer rules in development and move them into production to imprvove the performance,but before that i want to compare the versions of Transformations ,update rules and transfer rules with development objects against production oblects.Any one help how to compare the objects and delete the break points .

Thanks in advance.

regards

venkat.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

If your code consist of include or functional modules in routines, you can got that include or functional modules under Utilities/version/remote mangement. Using this path you can compare with prod.

Thanks

Raghu

former_member209700
Participant
0 Kudos

Hi raghavendra,

thanks for ur reply.i need to remove the breakpoints in routins.And i want to compare other objects in the transformatiions and upate and transfer rules.

thanks

Former Member
0 Kudos

you try following option..

In Dev system, go to the transformation screen, go to "EXTRA" > Display Generated Program > copy the code.

In QUA system,go to the transformation screen, go to "EXTRA" > Display Generated Program > copy the code.

put these 2 codes in text editor and compare the system generated code. you will see the difference..

I am not sure how good it will work, with some effort you can achieve this.

former_member209700
Participant
0 Kudos

Hi Sraman,

i dont want to compare the code. i simply remove the break points in the routines and want to trasport them to the production.

here my concern is if anyone did some changes in the development box in transformation and he didnt reset the changes .If I transported the transformation with out comparing the production there would be incosistency.Thats why i want to compare the dev trasformation with production one and if any changes are there dev ,i need to change as it is production and trasport them. I need help is how to compare them?

thanks

venkat

Former Member
0 Kudos

Please change the Subject of the post to " how to remove break-points from transformation"

former_member209032
Active Contributor
0 Kudos

Hi,

See the last changed date of the object in Dev and production. This should help you find whether any changes have been done in Dev.

Regards,

Raghavendra.