This Content ID can be generated automatically as a number or as a sequence with a fixed String literal as prefix.
Any of the following simple steps can be executed to achieve the same :
- Through the GUI : Start the Content Server. This can be done either by running the Admin Service in Microsoft Windows or by running IdcAdmin.exe under
/admin/bin . Then go to the Content Server Page in a bowser window; follow the navigation path - Administration > Admin Server > [ServerName] > General Configuration. In this form, select the checkbox "Automatically assign a content ID on check in" and enter the prefix text in the field "Auto Number Prefix". - Through the System Properties: In Microsoft Windows, goto Start menu -> Oracle Content Server -> [ServerName] ->Utilities -> System Properties. In the Options tab, enable the checkbox "Automatically assign a content ID on check in" and enter the prefix text in the field "Auto Number Prefix".
- Through the Config : In the config.cfg file under
/server/bin; under the section General Option Variables. Add the following two entries -
AutoNumberPrefix=[ContentIDPrefix]
Now, Restart the Content Server and login to the Content Server page and check in any document. Once the checkin is through; you can see that the Content ID. During checkin, there is still a provision to override with a different Content ID if the user wishes to; as the field would now be optional instead of a mandatory field.
No comments:
Post a Comment