Question Sergey Pavlov · Sep 3, 2021 SNMP fails with "Reason: (noSuchName) There is no such variable name in this MIB." UPDATE:It turns out it was just me being a dummy, and the snmpd was correctly telling me there is no value associated with that exact key. I should have used snmpwalk instead of snmpget to display the whole tree.Original Post follows:Hello!I'm trying to set up SNMP monitoring on Caché, using documentation and this article #Monitoring #Caché 0 1 0 4.1K
Question Sergey Pavlov · Jul 3, 2019 Is Indices rebuild should be journaled? Hello, community! I've stumbled on some unexpected behavior, and decided to check with you if this is normal. Basically, I'm rebuilding indices and the result is not journaling (which leads to missing indices at shadow server).The $ZV is "Cache for UNIX (Red Hat Enterprise Linux for x86-64) 2015.2.1 (Build 705U) Mon Aug 31 2015 16:53:38 EDT" I have an example class Class tmp.A As %Persistent; Index IP1 On P1; Property P1 As %String; for example there is one object which have P1 = 1, so #Indexing #Journaling #Caché 0 1 0 298
Question Sergey Pavlov · Aug 25, 2017 Is there a way to omit or skip rollback of some data changes during a transaction rollback? Is there a way to omit or skip rollback of some data changes during a transaction rollback? Maybe some sort of "autonomous transaction"? The issue is with error logging in transaction. For example we may have in nested calls the following structure:TS<some code><error happens>TRO 1<error log to database>but if this code is in another transaction, and that rolls back we lose error data. #Globals #Caché 0 7 0 895