Changes Not Reflected in Catalog Item

Kelli42
Tera Contributor

I have updates captured in an update set to mark a couple of variables inactive. These changes are reflected in the catalog item in dev as expected. However, when the set gets promoted to QA, the catalog item doesn’t show the change. What am I missing?

2 REPLIES 2

Vigneshwararaja
Tera Contributor

Hi,

These are the common problems that occurs in Update set:

1. Error type: Missing object
Example: “Could not find a record in sys_ui_policy referenced in this update”

2. Error type: Collision
Example: ”Found a local update that is newer than this one”

3. Error type: Uncommitted update
Example: “Could not find a table field (u_case.u_reference) referenced in this update, but did find it in another uncommitted update set

4. Error type: Table to be deleted has data
Example: “Found a row in the table that is going to be deleted”

5. Error type: Application scope validation issue
Example: “Could not find a record in sys_scope for column sys_scope referenced in this update.

 

Please mark this as correct and helpful if it resolved the query or lead you in right direction.

 

Thanks,

Vigneshwararajan.N

 

 

Vallabh Baradk2
Giga Guru

Hi @Kelli42 , Try by using update set, make the variable active true which you want to inactivate , save it and again make it inactive and save it. Make sure you have captured this in update set. Please mark correct or helpful , if it solves your problem.