How can I backflush all my production versions to my other environments?

kilauea

Member
I'm new to the list

We have an issue where our UBE versions have gotten out of synch between all the environments. What we would like to do is effectively copy all the PD versions back to DV/PY/TS and then lock things down so that our supported versions (not the user defined ones) will have to be created in DV and pushed forward using stand OMW processes. Any suggestions on the best way to do this. We are running HPUX/Oracle.
 
Welcome Kilauea,
You could either set up OMW rules to take from production or you could go into DV and then do a Row Exit "GET" from PD. This will overwrite the DV specs and they will then progress from DV to PY to PD normally.
Regards,
Dave
 
JDE has a document that covers the process of copying one environment and pathcode over another: OTI-01-0026.

Hope this helps.
 
If your UBE templates are aligned between PD and DV and if you just want to "bulk" copy all UBE version from PD to DV note this:
UBE version are stored in:
F983051 (both APPL and UBE)
F98760 where RSVERS <> '+' (+ means UBE template)
F98761 where RTVERS <> '+'
Basically you can copy the appropriate rows in these 3 tables from PD to DV.
In F983051 select and copy only UBE version with VRVRSAVAIL='Y'
After the copy update the path code field in F983051 (set DV9 instead of PD9. Then build and deploy a full package for DV.
 
Back
Top