Requirement- For one of custom metadata type of memo’s size 2000 and want to increase to 4000
Solution- Log into your content server with administrative privileges or as weblogic and select Admin Server from the Administration menu. Click the button for the instance you will be working with and then select General Configuration from the left hand menu. Add this configuration setting:
MemoFieldSize=4000
increasing size for single metadata
If you just want to increase size for one meta data then you can use this, you can again use config.cfg or go through the admin server to add a configuration setting something like this:
xSingleMetadatafield:maxLength=1024
after doing this , you have to alter the table schema for existing metadata like
ALTER TABLE docmeta MODIFY (xdescription varchar2(4000 char));
Then
-> Click on admin applet.
-> Click on Repository Manager.
-> Click on third tab ‘Indexer’tab and click on Collection Rebuild Cycle.
-> Then click on Automatic Update Cycle
-> Close and restart UCM server.
happy learning with Vinay in techartifact…..