Changes

IMSMA3 script changes 6.0

325 bytes added, 06:00, 2 May 2016
no edit summary
===Location===__NOEDITSECTION__
In 5.x the Location migration was done in very special way which required post processing with migration scripts running SQL stored functions (020_add_new_location_reconciliation_info.sql). This did not work well with PostgreSQL and therefore Location scripts (a.k.a. CityCentric-Domain-GazetteerCity-Location.mtxt) should be re-written for 6.0. migrated is changed.
If your script contains Target.Set("Pojo", '''"Location"''') then you need to adapt it to 6.0 version and you do not need to: * call ''020_add_new_location_reconciliation_info.sql''* execute Data.RunSQLStatement("update location set isactive = true ") and * execute Data.RunSQLStatement("update locationinfoversion set manual = false")in the script ''Domain-MigrationCleanup.mtxt''.  {{Note | Other clean-up and value setting in Domain-MigrationCleanup.mtxt '''still ''' needs to be done.}}
===Verify===__NOEDITSECTION__
6,632
edits