Aligning two environments
1
Feb/072
Feb/072
Today I have to align the production environment with the test environment. Normally, I would use ADM to do this for the list of values, but they told me that ADM was not active and that I should do it manually, which is not the most easy job.
My technique was going through the appilcation, looking where a picklist used LOV’s, exporting the LOV type to a csv file, comparing the files from test and prod with ExamDiff and modifying any changes to production.
Comments (2)
Trackbacks (0) ( subscribe to comments on this post )
Leave a comment
No trackbacks yet.
7:48 am on March 5th, 2007
If you get stuck with this again, it is possible to use a tool such as this one:
http://wentari.blogspot.com/2007/02/old-tried-and-true-loading-data-through.html
to load LOVs in (or any small set of data – I built a tool like that a while ago and it’s most suited for data in the range of 20-1000 records, which suits LOVs well).
6:45 pm on March 5th, 2007
Thanks for the url.