"Update Set Preview Problems"

dilini
Giga Expert

When my update set moving one instance to another it gives following error:

  • Could not find a table field (u_imp_fais_data.u_fldbldgnumber) referenced in this update
  • Could not find a record in sys_transform_map referenced in this update
  • ....

I am wondering what reasons cause for these error. How can I solve this? Please let me know

5 REPLIES 5

Robert Beeman
Kilo Sage

Was that field and record created with a different update set created (maybe Default)? The update name is a concatenation of table name and sys_id. You can go back to Dev, look in the table, and find the records by sys_id. If you then look at the Versions related list you can see what update set contains them.


I think I was careful enough to make that field under correct update set.


Did you check the update set to find out if it has entry for the table and field creation and also the referred transform map?


Tanaji Patil
Tera Guru

Hi Dilini,



As Robert pointed you might have missed the updates in current or previous update sets.



Now to solve this you can capture missed updates again in new update set and move it before you preview current update set with preview errors and commit it.



Thanks,


Tanaji Patil



--Mark helpful/correct if it helps you in solving your issue.