The CreatorCon Call for Content is officially open! Get started here.

Moving Updateset

Rachel47
Tera Contributor

Hello,

 

I have developed few catalog items in the dev instance in which 'esc' is configured.

I need to move my updateset to QA instance where the esc changes are not deployed.

While previewing these are the errors I found :

1. Could not find a record in item_option_new set for column variable set referenced in this update

2. taxonomy_topic missing 

 

I accepted remote update set and committed my changes but a lot of fields are missing and business rules are not working as expected (configuration same in both instances)

 

I tried removing "Assigned to topic" record in the catalog item but its still not working.

please let me know if you have any suggestions

 

1 REPLY 1

Ratnakar7
Mega Sage

Hi @Rachel47 ,

 

It seems like there are missing records and configurations that are causing issues.

To address the specific errors you mentioned:

  1. "Could not find a record in item_option_new set for column variable set referenced in this update": This error indicates that there is a reference to a variable set in your catalog item, but the corresponding record in the item_option_new table is missing. To resolve this, you need to include the missing item_option_new records in your update set. Make sure you include all the necessary records related to the catalog item, including variable sets, variables, and options.

  2. "taxonomy_topic missing": This error suggests that there is a missing record in the taxonomy_topic table that is referenced by your catalog item. To resolve this, ensure that the required taxonomy topics are included in your update set.

 

Thanks,

Ratnakar