When I find a spare moment, I’ve been working away on my C# Repository Analyser tool. I’ve re-jigged the UI a little and added a new piece of functionality that can be used as part of your configuration management processes – Change Log. This process will parse the Siebel Repository, via Siebel Business Objects, and pull out all changes made after the date specified on the form. This gives you an immediate view of who has changed what objects, in order to validate the objects that you’re about to deploy against those you have planned to change as part of your solution design process:
There are also a number of small changes:
- New app layout with a ‘Connect’ page to specify Siebel server login details
- New ‘Change Log’ functionality to show all objects changed since a given date, by type
- New option to export change results to XML
- New reference counts for the script count functionality, showing standard script volumes in 7.8, 8.1 and 8.2 vanilla installations
And coming up soon:
- Script Search function to search across all script in the repository, without the pain of the ‘Find in Repository’ functionality in Tools
- Script Problem Finder function to identify memory leaks, return in finally and other common eScript errors
- Config Problem Finder function to identify common configuration errors, such as missing ‘Link Spec’ properties and use of ‘Force Active’ field in Join specifications
- And more!
Keep you eyes peeled for an official release very soon!






