recover source

dlieberson

Member
What is the best way to recover the source for a changed ube from a backup?

We have a programmer (and analysts) who needs to retrieve the prior version of a UBE. (and no save was taken.)

I have backups of both the deployment server and enterprise servers. I tried overlaying the pathcode on the deployment server -- no other changes were done that day. But the updated code is still present. What else needs to be retrieved?

Thanks

Dennis Lieberson
Empire Merchants
dlieberson at empiremerchants dot com
OneWorld XE SP23U
DS: Windows Server 2003R2
ES: i5OS V5R4M5.
 
The specs for the UBE are stored in a couple different tables in Central objects, not in a header file on the deployement server. The header file gets generated when the UBE is built in a package. If the UBE is a base JDE UBE then you can do an advanced get from Pristine or if you saved it to a save location before the change was made you can do an advanced get from there. That's the safest way of doing it.
 
Back
Top