Question James Hipp · Sep 14, 2021 Looking for Example of How to Use %SQL.Export.Mgr Export Method https://docs.intersystems.com/irislatest/csp/documatic/%25CSP.Documatic.... method Export(savertn As %Boolean = 0) [ Language = objectscript ] #Data Import and Export #SQL #InterSystems IRIS 0 2 0 386
Question James Hipp · Apr 21, 2021 Tracking DAT / Database Changes Over Time, Similar to SQL ChangeLog Hello, We have a need to track Database changes over time - down to the SQL level of granularity if possible. Such as: User xyz runs routine ^abc and we get something similar to a changelog that tells us: table A had this value updated, insert, update etc.... Is that possible using IRIS level tools (Audit Log, Journal File, etc...) , is there a way to convert the global sets and kills from the journals into SQL level changes? #Databases #DevOps #Red Hat Enterprise Linux (RHEL) #SQL #InterSystems IRIS 1 3 1 453
Question James Hipp · Apr 14, 2021 Perl / Python Bindings from Cache 2018 to IRIS for Health 2020 Hello, I believe that the Perl and Python bindings that exist on Cache / Ensemble do not exist on IRIS for Health 2020.1 ... is that correct? Is there any similar documentation and samples (like below) , that show an example of how to run a basic Perl or Python script that connects with ODBC or whatever the recommended way? http://docs.intersystems.com/cache20102/csp/docbook/DocBook.UI.Page.cls?... #Python #InterSystems IRIS for Health 0 6 0 182
Question James Hipp · Oct 7, 2019 Is there a way to estimate compaction / truncation sizes? For a DB when trying to reclaim disk space Is there a way to estimate compaction / truncation sizes? For a DB when trying to reclaim disk space. Basically, is there some utility or CLI command that would allow us to estimate if it is worth the effort of compacting a large database or not. Thanks #Databases #Caché 0 1 0 279
Question James Hipp · Aug 7, 2019 Array, Property Setters, and Using ##class(Security.Users).Modify... to Disable a User Account from the Terminal Hello, I am wondering the best way to disable a user account using this class in Cache (Security.Users). https://cedocs.intersystems.com/latest/csp/documatic/%25CSP.Documatic.cls Example User Account = jhipp Currently is Enabled I know that we can use the auto-generated EnabledGetStored method, for example: %SYS> w ##class(Security.Users).EnabledGetStored("jhipp")1 #ObjectScript #System Administration #Terminal #Caché 0 4 0 428
Question James Hipp · Jul 29, 2019 Linux / RHEL - Writing Global Value from Cache to STDOUT on the Command Line OS Terminal Hello,Is it possible to write global output values to STDOUT, in a similar way to how csession can take routine intput, like below:(In Cache Terminal)%SYS>d ##class(%SYSTEM.License).ShowSummary()License Server summary view of active key. Distributed license use:Current License Units Used = 1Maximum License Units Used = 1License Units Authorized = 200 Local license use:Current Connections = 1 Maximum Connections = 1 #ObjectScript #Red Hat Enterprise Linux (RHEL) #System Administration #Caché 0 5 0 582
Question James Hipp · Jul 29, 2019 Printing out System Security Property Values in the Cache Terminal Hello, I am struggling to print out the actual property values of the Security.System class. https://cedocs.intersystems.com/latest/csp/documatic/%25CSP.Documatic.cls I was hoping to be able to print the Authentication Enabled properties of a system from the command line using the Get or GetProperties class method. Currently, however, I am only able to get a return 1 or Invalid Oref error. #ObjectScript #System Administration #Terminal #Caché 0 5 0 353