Upgrading a Siebel Production Test Environment
e have done siebel migration installation in TEST (IP16.13 -> IP17.0 and applied PS18.7).
We need to follow like below :-
Process of Upgrading a Siebel Production Test Environment
We have to regenrate schema.ddl & custrep.dat file (as worked on conflicts resolution).
Regenerating the schema.ddl File :
ddldict /u DatabaseOwner /p Password /c "ODBCDataSource" /d TableOwner /f DBSRVR_ROOT\DatabasePlatform\schema.ddl /e y /a y /l SiebelLogDir\sch_dict.log /n "Siebel Repository" /t dcir
Regenerating the custrep.dat File :
repimexp /a O /u DatabaseOwner /p Password /c "$ODBCDataSource" /d TableOwner /r "Siebel Repository" /f $DbsrvrRoot/$DatabasePlatform/custrep.dat /l $SiebelLogDir/exprep.log /v Y /Y "SrcWorkspaceName=MAIN;SrcEndVer=;Lang=ALL"