Warning: Be very careful using this method to directly update your Sparx EA repository. Most objects in the Sparx EA repository requires updates to multiple tables in the underlying database, unless you know what you’re doing I strongly suggest using the API to do additions and updates in your repository…. Read more »
One of the main reasons I created my own script library for Sparx EA was to have an efficient way to quickly retrieve and update information for all the child Objects that occur under a given set of parent Objects. From what I can tell, there are 8 main types… Read more »
Warning: I typically only use the method described in this post for TaggedValues, almost every other “add” to the Sparx EA repository requires additions to multiple tables in the underlying database, unless you know what you’re doing I strongly suggest using the API to do additions and updates in your… Read more »
EARecordset is a Script Library I’ve created to let me more easily work with Recordsets (XML structures) returned by Sparx EA queries. One of the key features of Sparx EA is the ability to directly query the repository using SQL to pull information for reports and to export. Sparx EA’s… Read more »
A RACI table I created earlier this year as part of the Business Analysis team’s Service Level Agreement. The purpose of the RACI and the SLA is to ensure that the other project team members know what the BA team will deliver for them and why, and what their responsibilities… Read more »
Recently I started a new job and have had more time to look at how to create architecture catalogues of elements and diagrams for reuse across projects, and realized that a lot of what I’m doing could also be reused by other Government of Canada and related organizations. I’m going… Read more »