The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Updated models are not captured in update set after publishing them to hardware catalog

WA1
Kilo Sage

Hello,

I published some hardware and consumable models to hardware catalog using the related link "Publish to Hardware Catalog" and in my update set I have only updates related to the new hardware catalogs created so I don't have the models updated with their catalog items (the field "Catalog item" is empty in the model record).

 

I thought about adding each model to the update set using the related link "Add to update set" or doing an XML export of the updated models and then importing them to the other instances but with this approach I may end up with duplicate models.. and updating the models manually in each instance is not the best practice.

 

How to deal with this issue please ? In normal cases should we force the models in the update sets ?

 

Thank you

 

1 ACCEPTED SOLUTION

Best practice is to make adjustments on unique records when it's data. So cloning before making changes to models, so the sys_id's are the same. Or use a process for creating models. Either always create them on PROD and XML them back to non PROD instances, or create them on DEV, push them into an update set and move them further down to PROD.

Solution for now is to delete the models on DEV that have a different sys_id and xml the record from PROD to DEV and make the changes again, otherwise this issue won't go away and you will be running into the same, the next time changes are made on DEV.

 

Also: having different sys_id's can cause issues in logic. Because if you create a BR on DEV with model = xyz, the BR will be moved to PROD with 'model = sys_id_of_xyz', causing it not to work on PROD.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

5 REPLIES 5

The impact will be on the ones that are not yet on PROD and created for some new functionality and also on the logic created based on models (like in my earlier example of the BR). 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark