About Publishing Changes
The language import processes and the MLOV Conversion process makes changes to the Design Repository which are not automatically compiled into the Siebel Runtime Repository. The Siebel Runtime Repository requires a record for each language for each object. For example, an Account Form Applet has a record for each language. However, after importing languages, a Runtime Repository record exists only for the original language, typically English, as shown in the following image.
To address this problem and merge the changes and language-specific repository information into the Siebel Runtime Repository, you must perform a Full Publish. You can use the following command from the Siebel Tools bin folder to perform a Full Publish:
siebdev /c tools.cfg /TL {Comma-Separated Language Codes} /d ServerDataSrc /u SADMIN /p ******** /FullPublish
For example, the following command would regenerate the Runtime Repository for all 22 out-of-the-box languages:
siebdev /c tools.cfg /TL ENU,ARA,CHS,CHT,CSY,DAN,DEU,ESN,FIN,FRA,HEB,ITA,JPN,KOR,NLD,PLK,PTB,PTG,RUS,SVE,THA,TRK /d ServerDataSrc /u SADMIN /p ******* /FullPublish
After the Full Publish process completes, the Siebel Runtime Repository is populated with the records supporting all languages. In the following image, since Full Publish was run for English and French, you can see that there are now entries in the Applet Runtime Repository table for both languages.