Accessing Cache data in another system
I am working on a TrakCare JIRA issue that requires accessing class properties in a different installation of TrakCare on another machine. For instance, I need to compare the deprecated items in the current version of TrakCare to the deprecated items in a previous release. Is there anything in the built in classes that will allow me to do this, or is it something I'll need to do with a SQL stored procedure or something else I haven't thought of?
Discussion (2)0
Comments
1. Connect to other system via xDBC
2. Query %Dictionary package on a local and remote system and compare results.
Thanks for the help. This should be enough to get started. I'm still pretty new at this.