User info
First name | Dieter |
Last name | Degrande |
DevOps Program
Acquired rank |
Advocate
|
Points progress |
779
DevOps Points
|
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits. | |
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
Hi Jens, As far as I know there's no documentation available for this call, I can however give you the meaning of the indices in the code snippet you provided: 0 = DataMiner ID of the element 1 = Element...
View QuestionHi Yvan, The offload behaviour has changed in version 10.3.12. For performance reasons we have decided to split up the offload files per database table instead of one big offload file. So from that version...
View QuestionHi Fenta, The supported layouts should be as follows: InputLeftOutputBottom InputLeftOutputTop InputRightOutputBottom InputRightOutputTop InputBottomOutputLeft InputBottomOutputRight InputTopOutputLeft...
View QuestionFrom VC++ 2015 onwards, there should be a binary compatibility between these redistributables, see https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=vs-2019 for more information....
View QuestionHi Ryan, This error is being thrown if any of the following settings in the Cassandra.yaml file is not present or configured as an empty string: data_file_directories commitlog_directory cluster_name...
View QuestionHi Jan-Klaas, Depending on what you wish to remove you have a few options, dropping the keyspace, dropping the table or truncating the table. Everything but truncating the table can be done through DevCenter....
View QuestionHi Alberto, A size check is being done before synchronizing the file, so the file will be ignored completely and not partially synced. The sync will run both at file creation and a midnight sync normally....
View QuestionHi Catarina, DataMiner connects to Cassandra cluster by using the Cassandra C# driver, DataMiner provides a list of endpoints which is configured in DB.xml. For retrieving the various statusses of the...
View QuestionHi Ana, From the log you posted, the log indicating the start of an action does not happen on the same thread (6728) as the log indicating the end of an action (6988), if you want to correlate this data...
View QuestionHi Bing, The size of 10GB is enforced on the SQLite database level, we calculate the actual amount of data stored in the database file(s) and stop writing if the configured threshold is passed. In the...
View Question