Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
CSIDE and OScript
How on earth do you patch Builder?
Robert_Davies_(unlondonadmin_-_(deleted))
Because of a stupid mistake that trashed my opentext.ini I had to reinstall Livelink and Builder. This means that all my Builder mod's disappeared.However I exported the Builder OSpace prior to the reinstallation thinking I could reimport and get everything back, but no! Trying to import the builder ospace totally fries Builder's mind.Can anyone tell me how on earth I can repatch Builder without going into each script and manually making the changes all over again!Best regards/matt.
Find more posts tagged with
Comments
Sjaak_van_den_Akker_(originuser2_-_(deleted))
Matt,It's probably to late for you but for all others:There are 3 Ospaces that can not be handled like the other Ospaces.These are the MAIN, BUILDER and APISRV Ospace. The reason why these are different isn?t totally clear to me but if you look at the debug window when you start the builder you can see those 3 are loaded in the end. It is therefor also not possible to make ?official? patches for these 3 Ospaces.The only thing which you can do to find out what you have changed over the past period is to make another export of the BUILDER Ospace and compare it (using Vmerge f.i.) with the one you?ve exported before. In the dump file it?s possible to see which feature is different and this you then can change within the builder.Good luck,Richard.
Gerhard_Spoetzl_(ap_gspoetzl_(Delete)_454659)
Hello,there IS a possibility to patch the Builder OSpace:1) Edit /llweb_startup.lxe2) Comment out the line $PatchUtils.Patch( patchDir )3) Save the file4) Edit /webbuilder.lxe5) Find the line $BuilderProgram.Run()6) Insert these two lines before the line mentioned above String patchDir = dirPrefix + 'patch' + File.Separator() $PatchUtils.Patch( patchDir )7) Save the file.These steps worked fine for me.Matthias AltmannRSH GmbH