Known limitations
The following items are known limitations in this release.
| Affected Components | Description |
|---|---|
| eperi sEcure Platform |
If eperi sEcure Platform has been manually deployed on Tomcat, its Java process will continue to run even if Tomcat stops. In such cases, the associated Java process will need to be manually terminated. |
| eperi sEcure Platform |
The following functional limitations are specific to conditional tokenization.
|
| Affected Components | Description |
|---|---|
| eperi sEcure Platform |
In case the eperi sEcure Platform has been deployed manually on Tomcat, there is the following limitation: even if Tomcat has been stopped, the respective Java process will continue to run. Therefore it is necessary to kill this process manually. |
| eperi sEcure Platform |
Configuring Ignite for improving eperi sEcure Platform cluster management will be made more convenient in an upcoming release. |
Functional limitations
- Any column assigned the useAsCUrsor method needs to be defined as numeric and unique. Ideally, a table's primary key column is used, provided it is numeric.
- Any column assigned the useAsCUrsor method cannot be protected and will be inserted unaltered in the destination table.
- By default, OFFSET pagination is used if no cursor column is specified.
- By default, all data to be protected will read into memory to increase performance. For tables with very large amounts of data, the Atomic Batch Mode advanced setting can be used to protect the data in batches in order to conserve system resources.
- Schema names are currently not supported. The database's default schema will be used.
- Named instances are not supported.
- Destination tables cannot have an IDENTITY INSERT restriction.
- Table names need to be all uppercase.
- When assigning the User Name for the connection to Oracle, it may be necessary for certain schemas/users to include their role, e.g., SYS AS SYSDBA.
- A table's primary key column must be included when creating a protection policy. Without the primary key column, no data will be inserted in the destination table.
For details on these limitations and possible workarounds, please contact us.
