Siebel Seamless Repository Delivery Framework
Over the last year or so, Siebel has been releasing features categorized as "Early Adopter" status. These features are meant to gauge customer/partners feedback before they are released as Generally Available features. These Early Adopter features are packaged separately in a different media that one must obtain through Oracle Support. As part of the EA features, one feature that has been there since 19.x is "Seamless Repository Delivery Framework". This feature was released as GA as part of Siebel 20.3 update. The key benefits of this feature are
- Ability for Siebel CRM team to deliver features with repository changes without going through a IRM/upgrade (Repository Merge) process
- Seamlessly deliver features to help customer uptake with minimal effort
- Provides an overview of non-extensible repository objects and its relation to Seamless Repository Delivery Framework
Seamless Repository Delivery Framework
This framework enables customers to uptake Siebel features that have repository changes without having to go through the Incremental Repository Merge/Upgrade process. These features are only those that have repository changes that cannot be modified by customer. These repository objects/types are termed as Non-Extensible Objects (NEO). These changes are now compiled in the form of DLLs (using the concept similar to safe boot introduced in Siebel 17.0) and shipped to the customers. These Non Extensible Objects (DLLs to be termed technically) work in conjunction with the Runtime Repository to deliver the functionality.
Post Install DB Setup Utility
To support this framework, enhancements are made to the Siebel installer and is called the "Post DB Install Setup Utility". This utility is only applicable to Siebel Enterprise Server (SES) updates and is executed post completion of the installation process.

Advantages:
The utility (PostInstallDBSetup.exe) invokes other database utilities that are required to import artifacts such as
- Database Schema Changes
- Seed Data Changes
- Manifest Changes - Open UI features
- Repository artifacts like workspace related objects and others.
If any of these steps have been executed prior, then the corresponding step is skipped. As an example if a customer is applying 20.3 on top of 19.x, then this utility skips the execution of Workspace Ranking executable ("WSRanking.exe") which was mandatory post 18.8 release. There is support included for all Operating Systems and Database platforms. This is made possible with the usage of a utility called "siebdevcli" that has the ability to import repository artifacts in the form of SIF files even on non-Windows platform thereby removing the dependency of Siebel Tools (which is Windows OS only).
A useful HTML based repository upgrade report is also generated aka RepositoryUpgrade_<TimeStamp>.html automatically post the execution of this utility.
The report provides a details of all the objected imported and is categorized under Schema, Seed and Manifest. It also provides a context and details of the errors that are generated.
Drawbacks:
The utility executes "RepositoryUpgrade.exe" executable which is different from the one that Siebel CRM team shipped in the past (to apply repository updates) and located under siebsrvr\bin directory. In case a customer has not applied any of the optional features shipped prior to 20.3 and didn't execute the Repository Upgrade executable present in siebsrvr\bin directory, it needs to be executed separately for the uptake of those optional features after the Post Install DB Setup has been executed.
Note: These two utilities though named identical are for different use cases and hence can cause some confusion.
Another notable issue found was that for Oracle database platform, there is an expectation for the ODBC DSN name and the entry in tnsnames.ora to be identical otherwise the utility fails at the "Import SIF files" step.
Comments
Post a Comment