... | ... | @@ -1500,12 +1500,17 @@ My application tries to create an OLDB datapoint. |
|
|
This fails because the datapoint "already exists":
|
|
|
|
|
|
```
|
|
|
2021-06-22T11:01:33.003+0000, ERROR, CiiOldbRedisDataPointProvider/140709706681216, Data point uri: cii.oldb:/tcs/hb/tempser3 in Redis already exists.
|
|
|
ERROR, CiiOldbRedisDataPointProvider/140709706681216, Data point uri: cii.oldb:/tcs/hb/tempser3 in Redis already exists.
|
|
|
```
|
|
|
|
|
|
In response, my application skips the creation step, and wants to use the reportedly existing datapoint.
|
|
|
|
|
|
However, when doing this, I get the error "Datapoint doesn't exist".
|
|
|
However, when doing this, I get the error "datapoint doesn't exist":
|
|
|
|
|
|
```
|
|
|
Dynamic exception type: elt::oldb::CiiOldbDpUndefinedException
|
|
|
std::exception::what: The data point cii.oldb:///tcs/hb/tempser3 with this name does not exist.
|
|
|
```
|
|
|
|
|
|
Likewise, when I run the oldb-gui database browser, it does not show this data point in the OLDB.
|
|
|
|
... | ... | |