OMW Configuration

dsingh

Member
We are using standard out of the box OMW Configuration and everything is working fine.

Now I would like to save my existing Production objects (PD7333) to a new pathcode / environment (SM7333) at the time of promoting the project form status 26 to 28. We are doiung this to keep a backup of the existing Production object before it is overwriiten by the modified object from PY. To achieve this I added the transfer activity rules which does the transfer from PD7333 to SM7333. So far no issues.

I created a project and then promoted to 26. Once at 26 I added one application to this project and when I try to promote the project from 26 to 28 I get the message that the object is not modified by this project blah blah .............. The promotion failed and the project rolled back to 26.

Am I doing somethin wrong or this thing is not feasible.

Any sort of assistance will be highly appreciated.
 
Hello,
for that one object try either to check out and in, but probably the status does not allow thath so yo can use a workaround and try a little sql something like this for instance::
update ol7333/F9861 set simodcmt='PROJECTNAME'
where siobnm='OBJECTNAME'
and sipathcd='PATHCODE'
 
Back
Top