Skip to main content
Skip table of contents

Known issues

Version 22.0.0.0

Key

Summary

Workaround

DLPX-58185

Changing a custom policy while it is running on an object can cause the policy execution to fail.

None

DLPX-88930

An “Apply Now” upgrade from 18.0.0.x to 19.0.0.x+ will log the user out due to the delphix-mgmt service restarting. The upgrade may still be in progress (e.g. quiesce jobs). To view the upgrade progress, login into Setup as a sysadmin to view the running actions.

None

DLPX-89128

/var/crash cleanup should include hprof files in this directory.

None

DLPX-90491

SnapSync of a standby Oracle PDB might fail with exception.oracle.snl.snapsync.mounted.pdb.not.consistent during initial load/full backup if PDB SnapSync is not completed without interruption.

Remove the dSource for initial load and ensure the PDB SnapSync completes without interruption. For a full backup after initial, a new full backup with “Do Not Resume” option will need to be taken, and this should complete without interruption.

DLPX-90568

A sysadmin user cannot view actions initiated by a different sysadmin user.

None

DLPX-90596

Enable operation on an Oracle vPDB fails after the vPDB is exported to ASM using an in-place V2ASM operation followed by a migrate operation.

Provision a new vPDB from the original vPDB's latest point in time and then delete the original vPDB.

DLPX-90748

Failed to proxy-enable a vPDB when its vCDB's name has same prefix as another vCDB.

Enable the vCDB first and then it's corresponding vPDB.

DLPX-90785

SnapSync operation for Oracle Staging Push dSources will fail with exception.oracle.dsource.stagingdb.datafile.checkpoint_scn.not.matching if the production database has read-only tablespaces.

No workaround.

DLPX-90805

ZFS filesystems are created with 128k block size for Oracle Staging Push dSources resulting in high CPU usage and NFS latency.

No workaround.

Version 21.0.0.0

Key

Summary

Workaround

DLPX-58185

Changing a custom policy while it is running on an object can cause the policy execution to fail.

None

DLPX-78589

During an upgrade, when the Continuous Data Engine tries to run the ASE UNMOUNT command while also trying to quiesce VDBs, the UNMOUNT command gets stuck (this command does not run under a timeout). Due to this, the upgrade job is stalled.

When the ASE UNMOUNT command is hung, the ASE instance must be restarted.

DLPX-86181

Provision, refresh, rewind, or start operations on a virtual database, on a Solaris host with NFSv4 enabled, may become stuck indefinitely due to the mount process getting stuck on the Solaris NFS client.

Switch the NFS protocol to v3 using the Delphix Continuous Data Engine CLI, manually terminate the stuck mount processes on the Solaris host, then re-attempt the failed operation.

DLPX-88930

An “Apply Now” upgrade from 18.0.0.x to 19.0.0.x+ will log the user out due to the delphix-mgmt service restarting. The upgrade may still be in progress (e.g. quiesce jobs). To view the upgrade progress, login into Setup as a sysadmin to view the running actions.

None

DLPX-89128

/var/crash cleanup should include hprof files in this directory.

None

DLPX-89562

Self-Service Refresh can still get an IllegalStateException while running the reprovision, because of retries for reprovision.

The default retryAttempts is 1 for Self-Service operations. Thus, if a Self-Service operation like deprovision/reprovision failed during a refresh, Delphix will retry the operation (deprovision/reprovision) again. To stop retrying the operation, set the retryAttempts to 0 to get the real error, instead of an internal error. This will enable Delphix to analyze the actual error for the failed scenario.

CODE
ip-10-110-195-124 selfservice config update *> 
ip-10-110-195-124 selfservice config update *> set retryAttempts=0
ip-10-110-195-124 selfservice config update *> commit;
ip-10-110-195-124 selfservice config>

DLPX-89696

The start of an Oracle RAC virtual PDB in a virtual CDB, fails with an exception.oracle.targetscripts.pdb.open error if the virtual PDB is already running.

Start the vCDB instances manually (one at a time) from the CLI on all the nodes where the vPDB instance is not running as follows:

  1. Stop the vCDB instance on the node first if its already running:

CODE
source → select vcdb → stop; set instances.0=<instance number>; commit
  1. Start the vCDB instance on the node:

CODE
source → select → start; set instances.0=<instance number>; commit
  1. Start the vPDB from the Delphix UI.

DLPX-90596

Enable operation on a vPDB fails after the vPDB is exported to ASM using an in-place V2ASM operation followed by a migrate operation.

Provision a new vPDB from the original vPDB's latest point in time and then delete the original vPDB.

Version 20.0.0.0

Key

Summary

Workaround

DLPX-58185

Changing a custom policy while it is running on an object can cause the policy execution to fail.

None

DLPX-78589

During an upgrade, when the Continuous Data Engine tries to run the ASE UNMOUNT command while also trying to quiesce VDBs, the UNMOUNT command gets stuck (this command does not run under a timeout). Due to this, the upgrade job is stalled.

When the ASE UNMOUNT command is hung, the ASE instance must be restarted.

DLPX-84598

A sysadmin user cannot view actions initiated by a different sysadmin user.

None

DLPX-86181

Provision, refresh, rewind, or start operations on a virtual database, on a Solaris host with NFSv4 enabled, may become stuck indefinitely due to the mount process getting stuck on the Solaris NFS client.

Switch the NFS protocol to v3 using the Delphix Continuous Data Engine CLI, manually terminate the stuck mount processes on the Solaris host, then re-attempt the failed operation.

DLPX-87213

When relocating multiple terabytes of data either via block to object storage migration or device removal, management of the engine can become unresponsive for a lengthy period of time (e.g. 30+ mins), dependent on the dataset size and workload.

None, the data relocation and concurrent IO workloads will continue in the background. If the engine cannot be accessed after one hour, contact Delphix Support for corrective actions.

DLPX-88930

An Apply Now upgrade from 18.0.0.x to 19.0+ will log the user out due to the delphix-mgmt service restarting. The upgrade may still be in progress (e.g. quiesce jobs). To view the upgrade progress, login into Setup as a sysadmin to view the running actions.

None

DLPX-89128

/var/crash cleanup should include hprof files in this directory.

None

DLPX-89562

Self-service refresh can still get an IllegalStateException while running the reprovision, because of retries for reprovision.

The default retryAttempts is 1 for Self-Service operations. Thus, if a Self-Service operation like deprovision/reprovision failed during a refresh, Delphix will retry the operation (deprovision/reprovision) again. To stop retrying the operation, set the retryAttempts to 0 to get the real error, instead of an internal error. This will enable Delphix to analyze the actual error for the failed scenario.

CODE
ip-10-110-195-124 selfservice config update *> 
ip-10-110-195-124 selfservice config update *> set retryAttempts=0
ip-10-110-195-124 selfservice config update *> commit;
ip-10-110-195-124 selfservice config>

DLPX-89696

Start of an Oracle RAC virtual PDB, in a virtual CDB, fails with an error exception.oracle.targetscripts.pdb.open if the virtual PDB is already running.

Start the vCDB instances manually (one at a time) from CLI on all the nodes where vPDB instance is not running as follows:

  1. Stop the vCDB instance on the node first if its already running:

CODE
source → select vcdb → stop; set instances.0=<instance number>; commit
  1. Start the vCDB instance on the node:

CODE
source → select → start; set instances.0=<instance number>; commit
  1. Start the vPDB from the Delphix UI.

Version 19.0.0.0

Key

Summary

Workaround

DLPX-58185

Changing a Custom Policy while it is running on an object can cause the Policy execution to fail.

None

DLPX-78589

During an upgrade, when the engine tries to run the ASE UNMOUNT command while also trying to quiesce VDBs, the UNMOUNT command gets stuck (this command does not run under a timeout). Due to this, the upgrade job is stalled.

When the ASE UNMOUNT command is hung, the ASE instance must be restarted.

DLPX-84598

A sysadmin user cannot view actions initiated by a different sysadmin user.

None

DLPX-84710

Improved handling of missing networking devices after instance type migration.

None

DLPX-86181

Provision, refresh, rewind, or start operations on a virtual database on a Solaris host with NFSv4 enabled may become stuck indefinitely due to mount process getting stuck on the Solaris NFS client.

Switch the NFS protocol to v3 using the Delphix Continuous Data Engine CLI, manually terminate the stuck mount processes on the Solaris host, then re-attempt the failed operation.

DLPX-87213

When relocating multiple terabytes of data either via block-to-object storage migration or device removal, management of the engine can become unresponsive for a lengthy period of time (i.e. 30+ mins), dependent on the dataset size and workload.

None, the data relocation and concurrent IO workloads will continue in the background. If the engine cannot be accessed after one hour, contact Delphix Support for corrective actions.

DLPX-88930

An ‘Apply Now’ upgrade from 18.0.0.x to 19.0.0.x will logout the user due to the delphix-mgmt service restarting. The upgrade may still be in progress (e.g. quiesce jobs). To view the upgrade progress, login into Setup as sysadmin to view the Running Actions.

None

DLPX-89128

/var/crash cleanup should include hprof files in this directory.

None

DLPX-89817

Software keystore TDE-enabled provisioning fails after upgrading to 19.0.0.0

Refresh the source environment after the Delphix engine upgrade and re-attempt the provision.

Version 18.0.0.0

Key

Summary

Workaround

DLPX-58185

Changing a Custom Policy while it is running on an object can cause the Policy execution to fail.

None

DLPX-78589

During an upgrade, when the engine tries to run the ASE UNMOUNT command while also trying to quiesce VDBs, the UNMOUNT command gets stuck (this command does not run under a timeout). Due to this, the upgrade job is stalled.

When the ASE UNMOUNT command is stuck, the ASE instance must be restarted.

DLPX-82158

When discovering an Oracle RAC cluster, the engine automatically assigns instance numbers starting with 1, resulting in SnapSync failures.

Manually update the RAC instance number through the Delphix CLI after an environment refresh.

DLPX-84598

A sysadmin user cannot view actions initiated by a different sysadmin user.

None

DLPX-84710

Improved handling of missing networking devices after instance type migration.

None

DLPX-86181

Provision, refresh, rewind, or start operations on a virtual database on a Solaris host with NFSv4 enabled may become stuck indefinitely due to mount process getting stuck on the Solaris NFS client.

Switch the NFS protocol to v3 using the Delphix Continuous Data Engine CLI, manually terminate the stuck mount processes on the Solaris host, then re-attempt the failed operation.

DLPX-87213

When relocating multiple terabytes of data either via block-to-object storage migration or device removal, management of the engine can become unresponsive for a lengthy period of time (i.e. 30+ mins), dependent on the dataset size and workload.

None, the data relocation and concurrent IO workloads will continue in the background. If the engine cannot be accessed after one hour, contact Delphix Support for corrective actions.

DLPX-88322

If a datafile is added when a SnapSync job is running, provision or refresh to the snapshot generated by the SnapSync job will fail.

Take a new source snapshot (incremental is fine) and refresh the vPDB from the new snapshot.

Version 17.0.0.0

Key

Summary

Workaround

DLPX-56944

In Solaris 5.11 environments where the Delphix OS user shell is set to csh, host parameters may be improperly parsed, leading to environment refresh and other job failures.

Contact Delphix Support for corrective actions.

DLPX-58185

Changing a custom policy while it is running on an object can cause the policy execution to fail.

None

DLPX-66155

Restarting a Delphix Continuous Data Engine during a network throughput test is not recommended, as it may lead to a system hang.

None

DLPX-78589

During an upgrade, when the Continuous Compliance Engine attempts to run the ASE UNMOUNT command while trying to quiesce VDBs, the UNMOUNT command hangs up because that command does not run under a timeout. Due to this, the upgrade job stalls.

When the ASE UNMOUNT command hangs, the ASE instance must be restarted.

DLPX-82158

When discovering an Oracle RAC cluster, Delphix automatically assigns instance numbers starting with 1, resulting in SnapSync failures

Manually update the RAC instance number through the Delphix CLI after an environment refresh.

DLPX-84598

A sysadmin user cannot view actions initiated by a different sysadmin user.

None

DLPX-84710

Improving the handling of missing networking devices after instance type migration.

None

DLPX-86181

Provision, refresh, rewind, or start operations on a Solaris-hosted VDB with NFSv4 enabled may get stuck indefinitely, due to the mount process getting stuck on the Solaris NFS client.

Switch the NFS protocol to v3 using the Delphix Continuous Data Engine CLI, manually terminate the stuck mount processes on the Solaris host, then re-attempt the failed Delphix operation.

DLPX-87213

When relocating multiple terabytes of data (either via block-to-object storage migration or device removal), management of the engine can become unresponsive for a lengthy period of time (30+ mins), dependent on the dataset size and workload.

None, the data relocation and concurrent IO workloads will continue in the background. If the engine cannot be accessed after one hour, contact Delphix Support for corrective actions.

DLPX-88322

If a datafile is added when a SnapSync job is running, provision or refresh to the snapshot generated by the SnapSync job will fail.

Take a new source snapshot (incremental is fine) and refresh the vPDB from the new snapshot.

Version 16.0.0.0

Key

Summary

Workaround

DLPX-56944

In Solaris 5.11 environments where the Delphix OS user shell is set to csh, host parameters may be improperly parsed, leading to environment refresh and other job failures.

Contact Delphix Support for corrective actions.

DLPX-56978

Certain usernames are not available for use, as they are reserved system words (e.g. "root", "postgres", "delphix").

None

DLPX-56979

LDAP server test fails if authentication is set to DIGEST-MD5, but setup still works correctly.

None

DLPX-57142

The Job dashboard does not display the user that invoked each Job.

None

DLPX-57412

CLI parameters must be used exactly as described in documentation, including spelling and capitalization, or they are ignored.

None

DLPX-57673

Support bundle generation can be time consuming if the engine has a large number of core files to process.

None

DLPX-57823

Changing the Compliance Engine used by a VDB's masking job can lead to an internal error.

None

DLPX-58185

Changing a custom policy while it is running on an object can cause the policy execution to fail.

None

DLPX-59473

It is not possible to set a password policy that prevents an administrator from re-using a previous password, though this can be set for other users.

None

DLPX-66155

Restarting a Data Engine during a network throughput test is not recommended, as it may lead to a system stall.

None

DLPX-77986

On a Sybase host with multiple Sybase instances, if access to the first instance picked up for discovery fails due to invalid credentials, the discovery job will exit immediately – preventing discovery of the remaining instances.

Fix any credential failures.

DLPX-78589

During an upgrade, when the Data Engine tries to run the ASE UNMOUNT command while trying to quiesce VDBs, the UNMOUNT command hangs; this command doesn't run under a timeout and due to this, the upgrade job stalled.

When the ASE UNMOUNT command hangs, the ASE instance must be restarted.

DLPX-81478

If a transaction log is taken using the standby_access option for a SAP ASE database, the validated sync worker will not be able to restore that log, and will fail with a fatal exception (as Delphix does not currently support this option).

Change the backup script creating transaction logs to ingest FULL backups.

DLPX-81559

After upgrading an Oracle VDB from 12c to 19c, VDB refresh fails with "Failed to mount database instance" due to ORA-01130 or ORA-00201 errors.

Update the VDB parameters (either directly or via a VDB Config Template). See this knowledge base article. 

DLPX-84598

A sysadmin user cannot view actions initiated by a different sysadmin user.

None

DLPX-84710

Improved handling of missing networking devices after instance type migration.

None

DLPX-86181

Provision, refresh, rewind or start operations on a virtual database, on a Solaris host with NFSv4 enabled, may become stuck indefinitely due to the mount process getting stuck on the Solaris NFS client.

Switch the NFS protocol to v3 using the Data Engine CLI, manually terminate the stuck mount processes on the Solaris host, and re-attempt the failed Delphix operation.

DLPX-87213

When relocating multiple terabytes of data, either via block to object storage migration or device removal, management of the engine can become unresponsive for a lengthy period of time (e.g. 30+ mins), dependent on the dataset size and workload.

None, the data relocation and concurrent IO workloads will continue in the background. If the engine cannot be accessed after one hour, contact Delphix Support for corrective actions.

DLPX-88040

Steps have been taken to make the users understand the reason of disabling some datasets during SDD Replication.

None

DLPX-88322

Provisioning or refreshing from a snapshot of an Oracle vPDB may fail during the renaming the data files stage if a data file is added during a SnapSync job.

Take a new source snapshot (incremental is fine) and refresh the vPDB from the new snapshot.

Version 15.0.0.0

Key

Summary

Workaround

DLPX-56944

In Solaris 5.11 Environments where Delphix OS user shell is set to csh, host parameters may be improperly parsed leading to Environment refresh and other job failures.

Contact Delphix Support for corrective actions.

DLPX-56978

Certain usernames are not available for use as they are reserved system words (e.g. "root", "postgres", "delphix").

None

DLPX-56979

LDAP server test fails if authentication is set to DIGEST-MD5, but setup still works correctly.

None

DLPX-57142

The Job dashboard does not display the user that invoked each Job.

None

DLPX-57412

CLI parameters must be used exactly as described in documentation, including spelling and capitalization, or they are ignored

None

DLPX-57673

Support bundle generation can be time consuming if the engine has a large number of core files to process.

None

DLPX-57823

Changing the masking engine used by a VDB's masking job can lead to an internal error.

None

DLPX-58185

Changing a Custom Policy while it is running on an object can cause the Policy execution to fail.

None

DLPX-59473

It is not possible to set a password policy that prevents an Administrator from re-using a previous password, though this can be set for other users.

None

DLPX-66155

Restarting a Delphix Engine during a network throughput test is not recommended as it may lead to a system hang.

None

DLPX-66860

For SSO/SAML, ADFS requires explicit rule to transform emailAddress attribute into nameid.

Create an explicit rule in ADFS that transforms the emailAddress attribute into a nameid. The rule type must be "Transform an incoming claim". The incoming claim type must be "Email address" and the outgoing claim type "Name ID". The nameid format must be "Email address".

DLPX-77986

On a sybase host with multiple Sybase instances, If access to the first instance picked up for discovery fails due to invalid credentials, the discovery job will exit immediately preventing discovery of the remaining instances.

Fix any credential failures.

DLPX-78589

During the upgrade, when Delphix was trying to run the ASE "UNMOUNT" command while trying to quiesce VDBs, UNMOUNT command got hung as this command doesn't run under a timeout and due to this upgrade job stalled.

When the ASE UNMOUNT command is hung, the ASE instance must be restarted.

DLPX-81478

If a transaction log is taken using the standby_access option for a SAP ASE database, the validated sync worker will not be able to restore that log, and will fail with Delphix fatal exception (as Delphix currently does not support this option).

Change the backup script creating transaction logs to Ingest FULL backups

DLPX-81559

After upgrading an Oracle VDB from 12c to 19c, VDB refresh fails with "Failed to mount database instance" due to ORA-01130 or ORA-00201 errors.

Update the VDB parameters (either directly or via a VDB Config Template). See this knowledge base article. 

DLPX-83643

After engine upgrade or after disable and enable of vPDB, NFS version in GUI/API may be incorrect if - it is a vPDB in a vCDB, it was mounted with NFSv3 and now the host supports NFSv4 mounts. This condition corrects itself on the next refresh operation.

Perform a vPDB refresh operation to update the NFS protocol version to 4.

DLPX-84253

Users should be able to delete Delphix-generated CA certificate if no dependencies exist.

Customer may mark the fault Ignored, but will need to be aware the CA certificate will still appear in Truststore.

DLPX-84598

A sysadmin user cannot view actions initiated by a different sysadmin user.

None

DLPX-84710

Improved handling of missing networking devices after instance type migration

None

DLPX-86181

Provision, refresh, rewind or start operations on a virtual database on a Solaris host with NFSv4 enabled may become stuck indefinitely due to mount process getting stuck on the Solaris NFS client.

Switch the NFS protocol to v3 using the Delphix engine CLI, manually terminate the stuck mount processes on the Solaris host  and re-attempt the failed Delphix operation.

DLPX-87213

When relocating multiple terabytes of data either via block to object storage migration or device removal, management of the engine can become unresponsive for a lengthy period of time (e.g. 30+ mins), dependent on the dataset size and workload.

None, the data relocation and concurrent IO workloads will continue in the background. If the engine cannot be accessed after one hour, contact Delphix Support for corrective actions.

DLPX-87320

Exporting a VDB or vPDB to ASM will fail with ORA-32771 when the database has a bigfile temporary tablespace.

If using the move-to-asm script, use an older version of script from Delphix engine v6.0.15.0 or earlier.

No workaround if attempting to export a VDB or vPDB to a physical ASM or Exadata database when the database has a bigfile temporary tablespace using the database export CLI.

DLPX-87702

Provisioning an Oracle VDB/vPDB fails with "ORA-03214: File Size specified is smaller than minimum required" when tempfiles have a non-default local uniform size.

Recreate temp files in the source database with size smaller than 50MB and take a new snapshot.

Version 14.0.0.0

Key

Summary

Workaroound

DLPX-56944

In Solaris 5.11 environments where Delphix OS user shell is set to csh, host parameters may be improperly parsed, leading to environment refresh and other job failures.

Contact Delphix Support for corrective actions.

DLPX-56978

Certain usernames are not available for use, as they are reserved system words (e.g. "root", "postgres", "delphix").

None

DLPX-56979

LDAP server test fails if authentication is set to DIGEST-MD5, but setup still works correctly.

None

DLPX-57142

The Job dashboard does not display the user that invoked each Job.

None

DLPX-57412

CLI parameters must be used exactly as described in documentation, including spelling and capitalization, or they are ignored.

None

DLPX-57673

Support bundle generation can be time consuming if the engine has a large number of core files to process.

None

DLPX-57823

Changing the Compliance Engine used by a VDB's masking job can lead to an internal error.

None

DLPX-58185

Changing a Custom Policy while it is running on an object can cause the Policy execution to fail.

None

DLPX-58226

Completed cleanup jobs may still show as running, even after an upgrade.

None

DLPX-59473

It is not possible to set a password policy that prevents an administrator from re-using a previous password, though this can be set for other users.

None

DLPX-66155

Restarting a Delphix Engine during a network throughput test is not recommended as it may lead to a system hang.

None

DLPX-66860

For SSO/SAML, ADFS requires explicit rule to transform emailAddress attribute into nameid.

Create an explicit rule in ADFS that transforms the emailAddress attribute into a nameid. The rule type must be "Transform an incoming claim". The incoming claim type must be "Email address" and the outgoing claim type "Name ID". The nameid format must be "Email address".

DLPX-77849

An excessive number of connections to the SQL Server instance can cause infrastructure issues, leading the LSASS.exe to crash and the host to reboot.

Rather than using a Windows domain user for authentication, switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-77986

On a sybase host with multiple Sybase instances, If access to the first instance picked up for discovery fails due to invalid credentials, the discovery job will exit immediately preventing discovery of the remaining instances.

Fix any credential failures.

DLPX-78589

During the upgrade, when Delphix was trying to run the ASE "UNMOUNT" command while trying to quiesce VDBs, UNMOUNT command got hung as this command does not run under a timeout and due to this, the upgrade job stalled.

When the ASE UNMOUNT command is hung, the ASE instance must be restarted.

DLPX-80193

A vague error message appears in a case where provisioning fails due to a database being in read-only mode.

Change source database to read-write, create a backup and sync to the dSource and provision VDB.

DLPX-81300

Windows Environment Add/Refresh operations may fail if the iSCSI Initiator Name is not a valid IQN.

Set the initiator name to a valid name, e.g. iqn.1991-05.com.microsoft:10-43-47-42.qa-ad.delphix.com.

The “Default” button can also be selected in Windows iSCSI configuration to reset to the default (valid) name.

DLPX-81478

If a transaction log is taken using the standby_access option for a SAP ASE database, the validated sync worker will not be able to restore that log, and will fail with Delphix fatal exception (as Delphix currently does not support this option).

Change the backup script creating transaction logs to Ingest FULL backups.

DLPX-81559

After upgrading an Oracle VDB from 12c to 19c, VDB refresh fails with "Failed to mount database instance" due to ORA-01130 or ORA-00201 errors.

Update the VDB parameters (either directly or via a VDB Config Template). See this knowledge base article. 

DLPX-83643

After engine upgrade or after disable and enable of vPDB, NFS version in GUI/API may be incorrect; for a vPDB in a vCDB, it was mounted with NFSv3 and now the host supports NFSv4 mounts. This condition corrects itself on the next refresh operation.

Perform a vPDB refresh operation to update the NFS protocol version to 4.

DLPX-84075

SQL Server VDB Refresh operations may fail if the PowerShell command [IO.Path]::GetTempFileName() returns no value.

Go to the temp directory below and delete all files from it:

C:\Window\ServiceProfiles\NetworkService\appdata\local\temp

DLPX-84253

Users should be able to delete Delphix-generated CA certificate if no dependencies exist.

Mark related faults as Ignored, but note that the CA certificate will still appear in Truststore.

DLPX-84598

A sysadmin user cannot view actions initiated by a different sysadmin user.

None

DLPX-84710

Improved handling of missing networking devices after instance type migration required.

None

DLPX-86181

Provision, refresh, rewind, or start operations on a virtual database on a Solaris host with NFSv4 enabled may become stuck indefinitely due to mount process getting stuck on the Solaris NFS client.

Switch the NFS protocol to v3 using the Delphix engine CLI, manually terminate the stuck mount processes on the Solaris host and re-attempt the failed Delphix operation.

DLPX-86894

After a canceled refresh operation, VDB refresh or delete may fail due to error code exception.oracle.vdb.no.virtual.datafiles.found. As a workaround, disable the VDB and try the operation again.

Disable the VDB and re-attempt the failed operation.

DLPX-87320

Exporting a VDB or vPDB to ASM fails with "ORA-32771: cannot add file to bigfile tablespace" when the database has a bigfile temporary tablespace

If using the move-to-asm script, use an older version of script from Delphix engine v6.0.15.0 or earlier.

No workaround if attempting to export a VDB or vPDB to a physical ASM or Exadata database using the database export CLI.

Version 13.0.0.0

Key

Summary

Workaround

DLPX-56944

In Solaris 5.11 environments where the Delphix OS user shell is set to csh, host parameters may be improperly parsed, leading to ‘environment refresh’ and other job failures.

Contact Delphix Support for corrective actions.

DLPX-56978

Certain usernames are not available for use, as they are reserved system words (e.g. "root", "postgres", "delphix").

None

DLPX-56979

LDAP server test fails if authentication is set to DIGEST-MD5, but setup still works correctly.

None

DLPX-57142

The Job dashboard does not display the user that invoked each job.

None

DLPX-57412

CLI parameters must be used exactly as described in documentation, including spelling and capitalization, or they are ignored.

None

DLPX-57673

Support bundle generation can be time consuming if the engine has a large number of core files to process.

None

DLPX-57823

Changing the Compliance engine used by a VDB's masking job can lead to an internal error.

None

DLPX-58185

Changing a Custom Policy while it is running on an object can cause the Policy execution to fail.

None

DLPX-58226

Completed cleanup jobs may still show as running, even after an upgrade.

None

DLPX-59473

It is not possible to set a password policy that prevents an Administrator from re-using a previous password, though this can be set for other users.

None

DLPX-66155

Restarting a Delphix Engine during a network throughput test is not recommended, as it may lead to a system hang.

None

DLPX-66860

For SSO/SAML, ADFS requires an explicit rule to transform the emailAddress attribute into nameid.

Create an explicit rule in ADFS that transforms the emailAddress attribute into a nameid. The rule type must be "Transform an incoming claim". The incoming claim type must be "Email address" and the outgoing claim type is "Name ID". The nameid format must be "Email address".

DLPX-77849

An excessive number of connections to the SQL Server instance can cause infrastructure issues, leading the LSASS.exe to crash and the host to reboot.

Rather than using a Windows domain user for authentication, switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.exe.

DLPX-77986

On a Sybase host with multiple Sybase instances, if access to the first instance picked up for discovery fails due to invalid credentials, the discovery job will exit immediately (preventing discovery of the remaining instances).

Fix any credential failures.

DLPX-78589

During an upgrade, when Delphix tried to run the ASE "UNMOUNT" command, while trying to quiesce VDBs, the UNMOUNT command got hung (as this command doesn't run under a timeout); due to this, the upgrade job stalled.

When the ASE UNMOUNT command is hung, the ASE instance must be restarted.

DLPX-80193

Vague error message appears in a case where provisioning fails due to a database being in read-only mode.

Change source the database to read-write, create a backup, sync to the dSource, and provision VDB.

DLPX-81300

Windows Environment Add/Refresh operations may fail if the iSCSI Initiator Name is not a valid IQN.

Set the initiator name to a valid name, eg: iqn.1991-05.com.microsoft:10-43-47-42.qa-ad.delphix.com. The “Default” button can also be selected in the Windows iSCSI configuration to reset to the default (valid) name.

DLPX-81478

If a transaction log is taken using the standby_access option for an SAP ASE database, the validated sync worker will not be able to restore that log and will fail with a Delphix fatal exception (as Delphix currently does not support this option).

Change the backup script creating transaction logs to ingest FULL backups.

DLPX-81559

After upgrading an Oracle VDB from 12c to 19c, a VDB refresh fails with, "Failed to mount database instance" due to ORA-01130 or ORA-00201 errors.

Update the VDB parameters (either directly or via a VDB Config Template). See this knowledge base article. 

DLPX-83643

After engine upgrade or after disable and enable of a vPDB, the NFS version in the GUI/API may be incorrect if it's a vPDB in a vCDB; this means it was mounted with NFSv3, and now the host supports NFSv4 mounts. This condition corrects itself on the next refresh operation.

Perform a vPDB refresh operation to update the NFS protocol version to 4.

DLPX-84075

SQL Server VDB Refresh operations may fail if the PowerShell command [IO.Path]::GetTempFileName() returns no value.

Go to the following temp directory and delete all the files from it: C:\Window\ServiceProfiles\NetworkService\appdata\local\temp

DLPX-84253

Unable to delete Delphix-generated CA certificate if no dependencies exist.

Mark the fault Ignored, but the CA certificate will still appear in Truststore.

DLPX-84598

A sysadmin user cannot view actions initiated by a different sysadmin user.

None

DLPX-84710

Improved handling of missing networking devices after instance type migration required.

None

DLPX-85770

If a Oracle VDB/vPDB is already enabled, a Self-Service container start operation or the VDB/vPDB enable operation may fail with exception.oracle.vdb.database.exists.enable.not.allowed/ exception.oracle.vdb.pdb.exists.enable.not.allowed.

Retry the failed VDB/vPDB start or self-service container start operation, it should succeed without any error.

DLPX-86181

Provision, refresh, rewind or start operations on a virtual database on a Solaris host with NFSv4 enabled may become stuck indefinitely due to the mount process getting stuck on the Solaris NFS client.

Switch the NFS protocol to v3 using the Delphix engine CLI, manually terminate the stuck mount processes on the Solaris host and re-attempt the failed Delphix operation.

DLPX-87006

Refresh operation fails for the self service containers having ordered sources.

None. Contact Delphix support for corrective actions.

Version 12.0.0.0

Key

Summary

Workaround

DLPX-56944

In Solaris 5.11 environments where the Delphix OS user shell is set to csh, host parameters may be improperly parsed, leading to environment refresh and other job failures.

Contact Delphix Support for corrective actions.

DLPX-56978

Certain usernames are not available for use, as they are reserved system words (e.g. "root", "postgres", "delphix").

None

DLPX-56979

LDAP server test fails if authentication is set to DIGEST-MD5, but setup still works correctly.

None

DLPX-57142

The Job dashboard does not display the user that invoked each Job.

None

DLPX-57412

CLI parameters must be used exactly as described in documentation, including spelling and capitalization, or they are ignored.

None

DLPX-57673

Support bundle generation can be time consuming if the engine has a large number of core files to process.

None

DLPX-57823

Changing the masking engine used by a VDB's masking job can lead to an internal error.

None

DLPX-58185

Changing a Custom Policy while it is running on an object can cause the Policy execution to fail.

None

DLPX-58226

A completed Cleanup Job, after upgrade, still shows as "running".

None

DLPX-59473

It is not possible to set a password policy that prevents an Administrator from re-using a previous password, though this can be set for other users.

None

DLPX-66155

Restarting a Delphix Engine during a network throughput test is not recommended, as it may lead to a system hang.

None

DLPX-66860

For SSO/SAML, ADFS requires explicit rule to transform emailAddress attribute into nameid.

Create an explicit rule in ADFS that transforms the emailAddress attribute into a nameid. The rule type must be "Transform an incoming claim". The incoming claim type must be "Email address" and the outgoing claim type is "Name ID". The nameid format must be "Email address".

DLPX-77849

An excessive number of connections to SQL Server Instances causes infrastructure issues and leads LSASS.exe to crash, and host to reboot.

Rather than using a Windows domain user for authentication, switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-77986

On a sybase host with multiple Sybase instances, If access to the first instance picked up for discovery fails due to invalid credentials, the discovery job will exit immediately preventing discovery of the remaining instances.

Fix any credential failures

DLPX-78589

During the upgrade, when Delphix was trying to run the ASE "UNMOUNT" command while trying to quiesce VDBs, the UNMOUNT command gets hung (as this command doesn't run under a timeout and due to this, the upgrade job stalled).

When the ASE UNMOUNT command is hung, the ASE instance must be restarted.

DLPX-80193

Provide a proper error message in case provisioning fails due to database being in read-only mode.

Change source database to read-write, create a backup and sync to the dSource, and provision VDB.

DLPX-80920

A failed Delphix Engine upgrade can cause plugin operations to fail with "grpc_status 14".

Verify the upgrade and then apply the upgrade. If the issue occurs after a failed upgrade, restarting the management stack will resolve the issue.

DLPX-81300

Windows environment Add/Refresh operations may fail if the iSCSI Initiator Name is not a valid IQN.

Set initiator name to a valid name, eg: iqn.1991-05.com.microsoft:10-43-47-42.qa-ad.delphix.com The “Default” button can also be selected in the windows iSCSI configuration to reset to the default (valid) name.

DLPX-81478

If a transaction log is taken using the standby_access option for a SAP ASE database, the validated sync worker will not be able to restore that log, and will fail with Delphix fatal exception (as Delphix currently does not support this option).

Change the backup script creating transaction logs to ingest FULL backups.

DLPX-81559

After upgrading an Oracle VDB from 12c to 19c, VDB refresh fails with "Failed to mount database instance", due to ORA-01130 or ORA-00201 errors.

Update the VDB parameters (either directly or via a VDB Config Template). See this knowledge base article.

DLPX-83643

After an engine upgrade or after the disable/enable of a vPDB, the NFS version in the GUI/API may be incorrect if it's a vPDB in a vCDB or it was mounted with NFSv3 (and now the host supports NFSv4 mounts). This condition corrects itself on the next refresh operation.

Perform a vPDB refresh operation to update the NFS protocol version to 4.

DLPX-84075

SQL Server VDB Refresh operations may fail if the PowerShell command [IO.Path]::GetTempFileName() returns no value.

Go to the below mentioned temp directory, and delete all the files from it: C:\Window\ServiceProfiles\NetworkService\appdata\local\temp.

DLPX-84253

Users should be able to delete the Delphix-generated CA certificate, if no dependencies exist.

Users may mark the fault Ignored, but will need to be aware the CA certificate will still appear in Truststore.

DLPX-84598

Sysadmin users cannot view actions initiated by different sysadmin users.

None

DLPX-84710

Improved handling of missing networking devices after instance type migration.

None

DLPX-85469

JSON file masking does not support the use of a multi-column algorithm on (a) Fields in two or more different arrays (b) Fields at different levels in a single multi-dimensional array.

None

DLPX-85770

If an Oracle VDB/vPDB is already enabled, a self-service container start operation or the VDB/vPDB enable operation may fail with: exception.oracle.vdb.database.exists.enable.not.allowed/ exception.oracle.vdb.pdb.exists.enable.not.allowed

Retry the failed VDB/vPDB start or self-service container start operation, it should succeed without any error.

DLPX-86109

Oracle VDB unquiesce/enable may fail after a failed quiesce/disable on 10.0.0.X or 11.0.0.X.

To get disabled Oracle VDBs back to an enabled state, manually disable sources via the Delphix CLI and enable them back via the Delphix CLI/UI.

DLPX-86181

Provision, refresh, rewind, or start operations on a virtual database on a Solaris host with NFSv4 enabled may become stuck indefinitely due to mount process getting stuck on the Solaris NFS client.

Switch the NFS protocol to v3 using the Delphix engine CLI, manually terminate the stuck mount processes on the Solaris host and re-attempt the failed Delphix operation.

DLPX-86344

A failed Delphix Engine upgrade can cause plugin operation to fail with grpc_status 14.

Verify the upgrade and then apply the upgrade. If the issue is hit after a failed upgrade, Restarting the management stack will resolve the issue.

DLPX-86842

If there is any detached or unlinked Oracle dSource, upgrade failure may occur during `verify upgrade` job while upgrading to 12.0.0.0.

Re-link or delete the dSources before trying to upgrade to 12.0.0.0, OR upgrade to version 11.0.0.0 or 13.0.0.0.

DLPX-87006

Refresh operation fails for the self service containers having ordered sources.

None. Contact Delphix support for corrective actions.

Version 11.0.0.0

Key

Summary

Workaround

DLPX-56978

Certain usernames are not available for use, as they are reserved system words (e.g. "root", "postgres", "delphix").

None

DLPX-56979

LDAP server test fails if authentication is set to DIGEST-MD5, but setup still works correctly.

None

DLPX-57142

The Job dashboard does not display the user that invoked each job.

None

DLPX-57412

CLI parameters must be used exactly as described in documentation, including spelling and capitalization, or they are ignored.

None

DLPX-57673

Support bundle generation can be time consuming if the engine has a large number of core files to process.

None

DLPX-57823

Changing the Continuous Compliance engine used by a VDB's masking job can lead to an internal error.

None

DLPX-58185

Changing a Custom Policy while it is running on an object can cause the Policy execution to fail.

None

DLPX-58226

Completed Cleanup Job, after upgrade, will still show as running.

None

DLPX-59473

It is not possible to set a password policy that prevents an Administrator from re-using a previous password, though this can be set for other users.

None

DLPX-66155

Restarting a Delphix engine during a network throughput test is not recommended, as it may lead to a system hang.

None

DLPX-66860

For SSO/SAML, ADFS requires an explicit rule to transform emailAddress attribute into nameid.

Create an explicit rule in ADFS that transforms the emailAddress attribute into a nameid. The rule type must be "Transform an incoming claim". The incoming claim type must be "Email address" and the outgoing claim type "Name ID". The nameid format must be "Email address".

DLPX-77849

Excessive number of connections to SQL Server instance causes infrastructure issues and leads the LSASS.exe to crash and the host to reboot.

Rather than using a Windows domain user for authentication, switch the dSource to use a database user. SQL Server should be able to handle the massive number of connections that Delphix is establishing for each dSource better than LSASS.EXE.

DLPX-77986

On a Sybase host with multiple Sybase instances, if access to the first instance picked up for discovery fails due to invalid credentials, the discovery job will exit immediately, preventing discovery of the remaining instances.

Fix any credential failures.

DLPX-78589

When Delphix tries to run the ASE "UNMOUNT" command (while trying to quiesce VDBs) during the upgrade, the UNMOUNT command gets hung up (this command does not have a timeout). Because of this, the upgrade job stalled.

When the ASE UNMOUNT command is hung up, the ASE instance must be restarted.

DLPX-80193

Provides a proper error message in case provisioning fails due to database being in read-only mode.

Change the source database to read-write, create a backup, and sync to the dSource, then provision the VDB.

DLPX-80920

A failed Delphix engine upgrade can cause plugin operation to fail with "grpc_status 14".

Verify the upgrade and then apply the upgrade. If the issue occurs after a failed upgrade, restarting the management stack will resolve the issue.

DLPX-81300

Windows Environment Add/Refresh operations may fail if the iSCSI Initiator Name is not a valid IQN.

Set the initiator name to a valid name, eg: iqn.1991-05.com.microsoft:10-43-47-42.qa-ad.delphix.com. The “Default” button can also be selected in the Windows iSCSI configuration to reset to the default (valid) name.

DLPX-81478

If the transaction log is taken using the `standby_access` option for a SAP ASE database, the validated sync worker will not be able to restore that log and will fail with a fatal exception, as Delphix currently does not support this option.

Change the backup script creating transaction logs. Ingest FULL backups.

DLPX-81559

After upgrading an Oracle VDB from 12c to 19c, VDB refresh fails with "Failed to mount database instance", due to ORA-01130 or ORA-00201 errors.

Update the VDB parameters (either directly or via a VDB config template). See this knowledge base article

DLPX-83430

Initial configuration of Syslog breaks most of the pre-existing appenders.

Restart the management stack.

DLPX-83643

After an engine upgrade or after disable and enable of vPDB, the NFS version in the GUI/API may be incorrect if it's a vPDB in a vCDB, it was mounted with NFSv3 and now the host supports NFSv4 mounts. This condition corrects itself on the next refresh operation.

Perform a vPDB refresh operation to update the NFS protocol version to 4.

DLPX-84075

SQL Server VDB Refresh operations may fail if the PowerShell command [IO.Path]::GetTempFileName() returns no value.

Go to the below mentioned temp directory and delete all files from it: C:\Window\ServiceProfiles\NetworkService\appdata\local\temp.

DLPX-84253

Users should be able to delete Delphix-generated CA certificate if no dependencies exist.

User may mark the fault as ignored, but will need to be aware the CA certificate will still appear in TrustStore.

DLPX-84598

A sysadmin user cannot view actions initiated by different sysadmin user

None

DLPX-85578

Replaced the Win32_Volume class output with the mountvol output to fetch volumeId for Delphix iSCSI mount points.

None

DLPX-85770

If an Oracle VDB/vPDB is already enabled, a Self-Service container start operation or the VDB/vPDB enable operation may fail with exception.oracle.vdb.database.exists.enable.not.allowed/ exception.oracle.vdb.pdb.exists.enable.not.allowed.

Retry the failed VDB/vPDB start or Self-Service container start operation, it should succeed without any error.

DLPX-86109

Oracle VDB unquiesce/enable may fail after a failed quiesce/disable on 10.0.0.X or 11.0.0.X.

To get disabled Oracle VDBs back to Enabled state, manually disable such sources via the Delphix CLI and enable them back via the Delphix CLI/UI.

DLPX-86181

Provision, refresh, rewind, or start operations on a virtual database on a Solaris host with NFSv4 enabled may become stuck indefinitely due to the mount process getting stuck on the Solaris NFS client.

Switch the NFS protocol to v3 using the Delphix engine CLI, manually terminate the stuck mount processes on the Solaris host  and re-attempt the failed Delphix operation.

Version 10.0.0.0

Key

Summary

Workaround

DLPX-56944

In Solaris 5.11 Environments where Delphix OS user shell is set to csh, host parameters may be improperly parsed leading to Environment refresh and other job failures.

Contact Delphix Support for corrective actions.

DLPX-56978

Certain usernames are not available for use as they are reserved system words (e.g. "root", "postgres", "delphix")

None

DLPX-56979

LDAP server test fails if authentication is set to DIGEST-MD5, but setup still works correctly

None

DLPX-57142

The Job dashboard does not display the user that invoked each Job

None

DLPX-57412

CLI parameters must be used exactly as described in documentation, including spelling and capitalization, or they are ignored

None

DLPX-57673

Support bundle generation can be time consuming if the engine has a large number of core files to process

None

DLPX-57823

Changing the masking engine used by a VDB's masking job can lead to an internal error

None

DLPX-58185

Changing a Custom Policy while it is running on an object can cause the Policy execution to fail

Disable/enable after fixing the problem

DLPX-58226

Completed Cleanup Job, After Upgrade, Still Shows as Running

None

DLPX-59473

It is not possible to set a password policy that prevents an Administrator from re-using a previous password, though this can be set for other users

None

DLPX-66155

Restarting a Continuous Data Engine during a network throughput test is not recommended as it may lead to a system hang.

Create an explicit rule in ADFS that transforms the emailAddress attribute into a nameid. The rule type must be "Transform an incoming claim". The incoming claim type must be "Email address" and the outgoing claim type "Name ID". The nameid format must be "Email address".

DLPX-66860

For SSO/SAML, ADFS requires explicit rule to transform emailAddress attribute into nameid.

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Continuous Data is establishing for each dSource better than Windows LSASS.EXE.

DLPX-77849

Excessive number of connections to SQL Server Instance observed by Delphix Environment User. This causes infra issues and leads to LSASS.exe to crash and host to reboot

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-77986

On a SAP ASE host with multiple SAP ASE instances, If access to the first instance picked up for discovery fails due to invalid credentials, the discovery job will exit immediately preventing discovery of the remaining instances.

Fix any credential failures

DLPX-78589

During the upgrade, when Delphix was trying to run the SAP ASE "UNMOUNT" command while trying to quiesce VDBs, UNMOUNT command hung as this command doesn't run under a timeout and due to this upgrade job stalled.

When the ASE UNMOUNT command is hung, the ASE instance must be restarted.

DLPX-80193

Provide proper error message in case provisioning fails due to database is in read-only mode.

Change source database to read-write, create a backup and sync to the dSource and provision VDB.

DLPX-80920

A failed Delphix engine upgrade can cause plugin (for plugins using docker runtime) operation to fail with grpc_status 14.

1. Verify the upgrade and then apply the upgrade.

2. If the issue is hit after a failed upgrade, Restarting the management stack will resolve the issue.

DLPX-81300

Windows Environment Add/Refresh operations may fail if the iSCSI Initiator Name is not a valid IQN

Set initiator name to a valid name, eg: iqn.1991-05.com.microsoft:10-43-47-42.qa-ad.delphix.com. The “Default” button can also be selected in windows iscsi configuration to reset to the default ( valid ) name.

DLPX-81478

If transaction log is taken using `standby_access` option for SAP ASE database, the validated sync worker will not be able to restore that log and will fail with Delphix Fatal Exception as Delphix currently doesnt support this option.

Change the backup script creating transaction logs Ingest FULL backups

DLPX-81559

After upgrading an Oracle VDB from 12c to 19c, the VDB refresh fails with "Failed to mount database instance" due to ORA-01130 or ORA-00201 errors.

Update the VDB parameters (either directly or via a VDB Config Template). For more information, please see KBA6234

DLPX-83643

If you upgrade the engine or disable and then enable a virtual PDB, the displayed NFS version in the GUI or API might be incorrect. This happens if the virtual PDB is inside a virtual CDB and was previously mounted with NFSv3, but the host now supports NFSv4 mounts. However, the issue will automatically resolve itself during the next refresh operation.

Perform a vPDB refresh operation to update the NFS protocol version to 4.

DLPX-84075

SQL Server VDB Refresh operations may fail if the PowerShell command [IO.Path]::GetTempFileName() returns no value"

Go to the below mentioned temp directory, and delete all the files from it: C:\Window\ServiceProfiles\NetworkService\appdata\local\temp

DLPX-84598

sysadmin user cannot view actions initiated by different sysadmin user

Perform an export with the same unique name as of the VDB and then manually change the physical database’s unique name.

DLPX-85493

MSSQL: Linking and AttachSource operations will fail with unnecessary permissions of source user on the staging host and staging database. This issue can be seen from 6.0.17.0 onwards.

Adding source user to the staging instance with read permission on master database and Giving write permission on connector directory path {Connector_Installation}/sourceValidation

Version 9.0.0.0

Key

Summary

Workaround

DLPX-77849

Excessive number of connections to SQL Server Instance observed by Delphix Environment User. This causes infra issues and leads to LSASS.exe to crash and host to reboot

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-84977

For RAC environments, export of an Oracle VDB to a database with a new unique name is not supported.

Perform the export with the same unique name as of the VDB and then manually change the physical database’s unique name.

DLPX-84423

Export operation does not retain the read-only mode in the newly converted physical database after an in-place conversion of a read-only Oracle VDB or vPDB

None

DLPX-84598

sysadmin user cannot view actions initiated by different sysadmin user

None

DLPX-84655

A false warning message that listener registration was not successful is posted when enabling a VDB or a vCDB, users can ignore this message.

Ignore the warning message.

DLPX-84679

Unable to add Staging push PDB if Staging Environment has more than one repository.

From the Add dSource Wizard dSource Configuration screen for Staging Push.

  • Before selecting PDB as the Database Type, select CDB.

  • Select the correct Staging Environment and repository.

  • Select PDB for the Database Type.

  • Now CDB will be shown under Container Database

  • Fill in the remaining PDB details

DLPX-85076


Instance init file is not copied to $ORACLE_BASE_CONFIG/dbs during staging push dSource linking

Specify the pfile parameter in the startup command as

pfile='/<MOUNT_BASE>/<DATABASE_UNIQUE_NAME>
/script/<DATABASE_SID>/init<DATABASE_SID>.ora'

Version 8.0.0.0

Key

Summary

Workaround

DLPX-77849

Excessive number of connections to SQL Server Instance observed by Delphix Environment User. This causes infra issues and leads to LSASS.exe to crash and host to reboot

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-84679

Unable to add Staging push PDB if Staging Environment has more than one repository.

From the Add dSource Wizard dSource Configuration screen for Staging Push.

  • Before selecting PDB as the Database Type, select CDB.

  • Select the correct Staging Environment and repository.

  • Select PDB for the Database Type.

  • Now CDB will be shown under Container Database

  • Fill in the remaining PDB details

DLPX-85076

Instance init file is not copied to $ORACLE_BASE_CONFIG/dbs during staging push dSource linking

Specify the pfile parameter to startup command as

pfile parameter=/<MOUNT_BASE>/<DATABASE_UNIQUE_NAME>
/script/<DATABASE_SID>/init<DATABASE_SID>.ora

Version 7.0.0.0

Upgrades from versions < 6.0.17.0 to any version between 6.0.17.0 and 7.0.0.0 on a replication target engine may fail due to the management services being down, which will require a support call. This applies to “Delay the Reboot” or “Apply Now” upgrades.

Key

Summary

Workaround

DLPX-77849

Excessive number of connections to SQL Server Instance observed by Delphix Environment User. This causes infra issues and leads to LSASS.exe to crash and host to reboot

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-84255

In a Single Engine Continuous Vault product, adding a new Sybase dSource to a locked group may result in the background environment monitoring process to stop working.

No workaround.

DLPX-84495

If upgrading from versions < 6.0.17.0 to any version between 6.0.17.0 and 7.0.0.0, a support call is needed.

Call support.

DLPX-84679

Unable to add Staging push PDB if Staging Environment has more than one repository

From the Add dSource Wizard dSource Configuration screen for Staging Push.

  • Before selecting PDB as the Database Type, select CDB.

  • Select the correct Staging Environment and repository.

  • Select PDB for the Database Type.

  • Now CDB will be shown under Container Database

  • Fill in the remaining PDB details

DLPX-85076

Instance init file is not copied to $ORACLE_BASE_CONFIG/dbs during staging push dSource linking

Specify the pfile parameter to startup command as

pfile parameter=/<MOUNT_BASE>/<DATABASE_UNIQUE_NAME>/script/<DATABASE_SID>/init<DATABASE_SID>.ora

Version 6.0.17.0

Key

Summary

Workaround

DLPX-77849

Excessive number of connections to SQL Server Instance observed by Delphix Environment User. This causes infra issues and leads to LSASS.exe to crash and host to reboot

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-66860

For SSO/SAML, ADFS requires explicit rule to transform emailAddress attribute into nameid.

Create an explicit rule in ADFS that transforms the {{emailAddress}} attribute into a {{nameid}}. The rule type must be "Transform an incoming claim". The incoming claim type must be "Email address" and the outgoing claim type "Name ID". The nameid format must be "Email address".

DLPX-83622

In 6.0.15.0 and 6.0.16.0, Fluentd gems from plugins were installed in the base Fluentd. These left over gems can cause Fluentd to fail post-upgrade.

No workaround.

DLPX-83643

After engine upgrade or after a disable and enable of a vPDB, the NFS version in GUI/API may be incorrect (if it's a vPDB in a vCDB, it was mounted with NFSv3 and now the host supports NFSv4 mounts). This condition corrects itself on the next refresh operation.

Perform a vPDB refresh operation to update the NFS protocol version to 4.

DLPX-83575

The port in the connection string for a vPDB in a Linked CDB may be shown incorrectly when it is registered to a non-default listener.

Use the port in the connection string of the CDB to connect.

Version 6.0.16.0

Key

Summary

Workaround

DLPX-77849

Excessive number of connections to SQL Server Instance observed by Delphix Environment User. This causes infra issues and leads to LSASS.exe to crash and host to reboot

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-82448

Python2 has been deprecated and is being removed from the platform. During this removal, there are still trace artifacts of legacy Python versions being found on the engine.

No workaround.

DLPX-81559

After upgrading an Oracle VDB from 12c to 19c, the VDB refresh fails with "Failed to mount database instance" due to ORA-01130 or ORA-00201 errors.

Update the VDB parameters (either directly or via a VDB Config Template). For more information, please see KBA6234

DLPX-82169

Provisioning a TDE-enabled vPDB to a CDB with a different patch level than the source CDB will fail.

Patch the dSource to match the target and provision again. If this is not an option, run datapatch on the vPDB, update the timeflow in engine metadata to a CONFIGURED state, restart the vPDB, and run SnapSync. This second option requires an engineering escalation.

Version 6.0.15.0

Key

Summary

Workaround

DLPX-77849

Excessive number of connections to SQL Server Instance observed by Delphix Environment User. This causes infra issues and leads to LSASS.exe to crash and host to reboot

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-81610

If a tablespace is encrypted before an incremental snapshot is taken, provisioning from that snapshot can lead to the tablespace containing partially unencrypted data, which will not be accessible.

Take a snapshot with parameter "Force Full Backup" and provision a new vPDB/VDB with this snapshot.

Version 6.0.14.0

Key

Summary

Workaround

DLPX-77849

Excessive number of connections to SQL Server Instance observed by Delphix Environment User. This causes infra issues and leads to LSASS.exe to crash and host to reboot

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-80489

TDE-enabled vPDB provisions failing with LOCAL_AUTOLOGIN configuration

Use a regular autologin wallet in the target CDB.

DLPX-80822

vPDB provision from a fully encrypted shared undo parent to local undo CDB results in a vPDB with new UNDO TS which is not encrypted

Encrypt the local undo space manually after provision, or with the Configure Clone hook point.

DLPX-81125

MSSQL Export fails when performed on a target with a Microsoft SQL Server instance running with the network service user

If you update the instance owner of the SQL server, you should refresh the environment to reflect the new user in the engine metadata.

DLPX-81128

Masking: Unable to create/edit a profile set from GUI

Profile set can be add/edited using API

Version 6.0.13.0

Key

Summary

Workaround

DLPX-38908

LogSync should automatically resolve faults for transient issues.

Manually resolve the faults generated when Oracle LogSync encounters transient issues.

DLPX-57078

Job cancel requests during provisioning are not processed until the end of the step.

Find and kill the Oracle pmon process for the instance that is being provisioned.

DLPX-64386

LogSync thread hangs when trying to remove temporary RMAN command file from source host toolkit directory.

Remove the rm alias for the Delphix OS user.

DLPX-76382

Force disable should succeed despite environmental problems.

No workaround.

DLPX-77849

Excessive number of connections to SQL Server Instance observed by Delphix Environment User. This causes infra issues and leads to LSASS.exe to crash and host to reboot

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-78412

SCM/Talaria failure reason should be communicated in fault.

No workaround.

DLPX-78986

Prevent DSP connections for disabled cluster nodes.

No workaround.

DLPX-79212

While restoring full backups of file stream type database on open staging DB and taking snapshots, snapshots are consuming full space instead of referring to each snapshot.

No workaround.

DLPX-79355

V2P export throws an error when suspended and resumed at the Opening Database step.

Cancel the V2P export job and start the V2P export operation all over again.

DLPX-79502

SnapSync fails if more than 1000 tempfiles exist in the whole CDB.

No workaround.

DLPX-79596

DB files are getting deleted for staging DB if staging push dSource is forced disabled after performing a restore outside Delphix and then enabled again.

No workaround.

DLPX-79833

You can no longer select performance metric resolution for fluentd configurations.

No workaround.

DLPX-80385

Fluentd does not support deferred upgrades when upgrading to 6.0.13.0, and beyond, when starting from a prior release and using the Historic Splunk Insight solution.

Reboot after upgrade.

Version 6.0.12.0

Key

Summary

Workaround

DLPX-67604

Manually recovering a database after V2P from a snapshot of dSource fails with an error.

No workaround.

DLPX-69775

Updating Oracle credentials with an empty string throws an error when Simplified Connection Management is enabled.

Use the Delphix CLI to unset the user.

DLPX-75209

Network configuration is lost when changing EC2 instance type.

On Nitro-based instance types, use the virtual machine's virtual serial console and login to the sysadmin CLI, then add a DHCP address to the network interface.

DLPX-75878

The JDBC connection string for an Oracle vPDB does not get updated after a listener port change.

A second environment refresh will update the connection string for the vPDB.

DLPX-77231

When source discontinuity on the dSource is followed by resync on the livesource, one or more livesource workers may fail to start. This prevents livesource status from getting updated and the first snapshot from being taken after a resync.

No workaround.

DLPX-77849

Excessive number of connections to SQL Server Instance observed by Delphix Environment User. This causes infra issues and leads to LSASS.exe to crash and host to reboot

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-78689

Oracle vPDB snapshot job fails after doing reset logs on a linked CDB.

Disable the vPDB and re-enable it to clear out the snapshot job errors.

DLPX-78700

Oracle vPDB source enable jobs for Oracle 21c are taking more than 15 minutes to complete. This issue is only seen during the first Oracle vPDB enable operation on Oracle 21c.

No workaround.

Version 6.0.11.0

Key

Summary

Workaround

DLPX-44544

A SnapSync of an Oracle standby dSource in Real-Time Apply mode sometimes calculates the snapshot's timestamp incorrectly. This can cause ORA-01194 or ORA-01152 errors when provisioning to a timestamp after the snapshot.

To provision from a snapshot of an Oracle standby dSource in Real-Time Apply mode, provision by SCN instead of timestamp.

DLPX-57971

The latest snapshot of a LiveSource may take a long time to show the SCN/timestamp range on its card in the GUI.

No workaround.

DLPX-72123

Detaching or deleting an Oracle dSource may fail on RAC environments due to the failure of deletion of RMAN backups on RAC and the operation needs to be retried with the force option.

If the detach or delete operation on an Oracle dSource fails, retry the command using the force option.

DLPX-75209

Network configuration is lost when changing EC2 instance type.

On Nitro-based instance types, use the virtual machine's virtual serial console and login to the sysadmin CLI, then add a DHCP address to the network interface.

DLPX-77664

Oracle SnapSync fails with "RMAN-06183: datafile or datafile copy  (file="" number="">> ) larger="" than="" maxsetsize"="" if="" a="" datafile="" resized="" in="" the="" middle="" of="">)>

One of the following three workarounds can be applied:

1. Re-issue SnapSync.

2. Reduce the frequency of datafile resizes, or

3. Ensure datafile resize operations are not being performed while the SnapSync operation is in progress.

DLPX-77849

Excessive number of connections to SQL Server Instance observed by Delphix Environment User. This causes infra issues and leads to LSASS.exe to crash and host to reboot

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

DLPX-77869

Unable to drop and recreate descending order (or any other functional) index as part of Oracle Connector masking/reidentification/tokenization jobs.

Oracle interprets descending order as functional indexes. There is no workaround. This is a known limitation of Drop Indexes for Oracle connectors that will be resolved in a future release.

DLPX-78015

V2P export with absolute data files is failing with an internal error.

No workaround.

DLPX-78263

A SnapSync of an Oracle standby dSource in Real-Time Apply mode sometimes fails with "exception.oracle.snl.linkedsource.current_scn.invalid" if the rate of change in the database is low.

Force a log switch on all primary instances/nodes and then try another SnapSync.

Version 6.0.10.0

Key

Summary

Workaround

DLPX-77467

Loading the setup app dashboard (as sysadmin) renders a server error popup with instruction to contact Delphix Support. This message can be ignored. However, it is known that this error impairs the ability to configure web proxy, PhoneHome, and SMTP servers via the GUI.

These settings can still be configured via the CLI. This issue will be fixed in the next version release.

DLPX-64082

Oracle provisioning scripts have hard-coded timeouts.

Retry the provisioning operation to see if it succeeds. Otherwise, contact Delphix Support.

DLPX-72369

RAC migration for VDB with a deleted parent may fail with error "Cannot update RAC instances if virtual source 'xxx' has a deleted parent." 

No workaround.

DLPX-74896

Race condition during refresh may result in incorrect engine metadata entry for parent snapshot.

No workaround.

DLPX-75148

DSP throughput tests do not work when from-version is < 6.0.6.0 and target-version is >= 6.0.6.0.

No workaround, however, the user will need to upgrade the source version.

DLPX-75215

Switching AWS instance types can leave the Delphix engine with no network configuration.

On Nitro-based instance types, use the virtual machine's virtual serial console and login to the sysadmin CLI, then add a DHCP address to the network interface.

DLPX-75995

On Windows 2019 Server, with KB4598230 cumulative update, adding or refreshing an environment fails when PowerShell transcription is enabled.

The user has to turn off the transcription if the staging is on Windows 2019 Server with recent updates.

DLPX-77231

When source discontinuity on the dSource is followed by resync on the Oracle LiveSource, one or more LiveSources workers may fail to start. This prevents the LiveSource status from getting updated and the first snapshot from being taken after a resync.

No workaround.

DLPX-77849

Excessive number of connections to SQL Server Instance observed by Delphix Environment User. This causes infra issues and leads to LSASS.exe to crash and host to reboot

Rather than using a Windows domain user for authentication switch the dSource to use a database user. It seems SQL Server may be able to handle the massive number of connections that Delphix is establishing for each dSource better than Windows LSASS.EXE.

Version 6.0.9.0

Key

Summary

Workaround

DLPX-72186

CDB logfile retention works incorrectly if a PDB has multiple timeflows pointing to the same CDB timeflow.

No workaround.

DLPX-74749

Oracle ENVIRONMENT_REFRESH_AND_DISCOVER job may fail with "The object OraclePDBConfig does not exist on the system".

Manually run an environment refresh after the ENVIRONMENT_REFRESH_AND_DISCOVER job fails.

DLPX-75517

Provisioning an Oracle vPDB to a vCDB fails with "ORA-00959: tablespace 'TEMP' does not exist" if there is no temporary tablespace named TEMP within the production PDB$SEED database.

One of the following two workarounds can be applied:

  1. Re-attempt the vPDB provision to a linked CDB. The provision should succeed.

  2. Manually create (or rename) the  TEMP tablespace in the production PDB$SEED database, take a new snapshot of the vPDB, and provision from that snapshot to the vCDB.

DLPX-75737

Retention saves unnecessary logs if the bookmark falls exactly on a snapshot end SCN or snapshot end timestamp.

No workaround.

DLPX-75995

On Windows 2019 Server, with KB4598230 cumulative update, adding or refreshing an environment fails when PowerShell transcription is enabled.

The user has to turn off the transcription if the staging is on Windows 2019 Server with recent updates.

DLPX-76388

Entering key pairs directly into hook environment variables (a new feature in 6.0.9.0) results in an internal error.

Use password variables instead, or use a password vault. See Passing Credentials Securely to Hook Operations

Version 6.0.8.0

Key

Summary

Workaround

DLPX-64307

Environment refresh should ignore cluster discovery for VDBs

The following workaround should resolve the issue without Delphix support intervention.

For RAC databases

1. Add the instances to the clusterware configuration, ensuring you add all instances configured via Delphix. For example:

CODE
srvctl add instance -db <Database Name> -instance <Instance Name> -node <Node Name>

2. Refresh the environment. At this point, Delphix will add the instances back to the Delphix configuration, and you should be able to perform actions such as stop, start, disable, enable, etc.

From here, we recommend removing the clusterware configuration.

3. Stop the VDB via the Delphix GUI or CLI.

4. Remove the instances from clusterware

CODE
srvctl remove instance -db <Database Name> -instance <Instance Name>

5. Remove the database from clusterware

CODE
srvctl remove database -db <Database Name>

6. Refresh the environment.

7. Start the VDB via the Delphix GUI or CLI.

For RACOne databases

1. Stop the instance.

CODE
sqlplus "/as sysdba" shutdown immediate

2. Ensure the RACOne configuration has the "instance prefix" configuration set.

CODE
[oracle@mwtestx1 ~]$ srvctl config database -d <vdb name> | grep "Instance name prefix" Instance name prefix: VDB

3. If this is not set, then set it using

CODE
srvctl modify database -db <vdb name> -instance <instance prefix>

4. Set the pfile location to allow clusterware to start the instance

CODE
srvctl modify database -db <vdb name> -spfile <path to pfile>

The pfile is located in

CODE
<Delphix Mount base>/<VDB Name>/datafile/spfile.ora

5. Start the instance using clusterware

CODE
srvctl start database -d vdb

When querying the status of the database, it should now show a running instance. As an example:

CODE
[oracle@mwtestx1 ~]$  srvctl status database -d VDB Instance VDB_1 is running on node mwtestx1 Online relocation: INACTIVE

6. Refresh the environment. At this point, Delphix will add the instances back to the Delphix configuration, and you should be able to perform actions such as stop, start, disable, enable, etc.

From here, we recommend removing the clusterware configuration.

7. Stop the VDB via the Delphix GUI or CLI.

8. Remove the database from clusterware

CODE
srvctl remove database -db <Database Name>

9. Remove the database from clusterware

CODE
srvctl remove database -db <Database Name>

10. Refresh the environment.
11. Start the VDB via the Delphix GUI or CLI.

DLPX-72186

CDB logfile retention works incorrectly if a PDB has multiple timeflows pointing to the same CDB timeflow

No workaround.

DLPX-73409

Duplicate listener entry gets generated in engine metadata if Oracle listener is manually started with non-uppercase name

Follow these steps:

  1. Restart the listener without a name parameter so it displays in uppercase.

  2. Update VDBs to use uppercase LISTENER.

  3. Refresh the environment. lowercase listener will be removed and LISTENER updated appropriately.

DLPX-74749

Oracle ENVIRONMENT_REFRESH_AND_DISCOVER job may fail with "The object OraclePDBConfig does not exist on the system"

Manually run an environment refresh after the ENVIRONMENT_REFRESH_AND_DISCOVER job fails.

DLPX-74860

Provisioning a 2nd generation VDB from a dSource with imported RO transportable tablespaces fails with ORA-19654

No workaround.

DLPX-74882

Masking's SFTP client no longer compatible with SolarWinds and Goanyware SFTP servers

No workaround.

DLPX-75517

Provisioning an Oracle vPDB to a vCDB fails with " ORA-00959: tablespace 'TEMP' does not exist " if there is no temporary tablespace named TEMP within the production PDB$SEED database

One of the following two workarounds can be applied:

  1. Re-attempt the vPDB provision to a linked CDB. The provision should succeed.

  2. Manually create (or rename) the  TEMP tablespace in the production PDB$SEED database, take a new snapshot of the vPDB and provision from that snapshot to the vCDB.

Version 6.0.7.0

Key

Summary

Workaround

DLPX-74457

Cluster discovery for Oracle RAC partially fails on Solaris 10

Switch the default login shell for the Delphix OS user from /bin/sh to /bin/bash.


DLPX-74749

Oracle ENVIRONMENT_REFRESH_AND_DISCOVER job may fail with "The object OraclePDBConfig does not exist on the system"

Manually run an environment refresh from the Delphix UI if the ENVIRONMENT_REFRESH_AND_DISCOVER job fails with the mentioned error.

DLPX-76718

Time required to display the point-in-time pop-over on timelines for Self-Service Templates with replicated objects can degrade linearly with each replication.

No workaround but reducing replication frequency can reduce the impact.

Version 6.0.6.0

Key

Summary

Workaround

DLPX-73224

When provisioning from a non-multitenant source to a virtual pluggable database (vPDB), the post-plug hook script (dx-post-plug-hook.sh) should exit with the vPDB either closed or open unrestricted. If the vPDB is left open with restricted access subsequent Snapshots of the vPDB will fail with "oracle.ucp.UniversalConnectionPoolException"   and "  java.sql.SQLException: ORA-01035 ORACLE only available to users with RESTRICTED SESSION privilege" .

To prevent the issue: Ensure that the vPDB is either closed/mounted or open unrestricted when exiting from dx-post-plug-hook.sh.

After it has happened: close and reopen the vPDB.

DLPX-72749

Provisioning a TDE-enabled vPDB with system encrypted tablespaces fails with the error "ORA-28374: typed master key not found". 

No workaround, contact Delphix Support (TBD)

DLPX-72655

Provisioning an Oracle TDE-enabled vPDB fails intermittently if the dSource is encrypted after linking

Enabling TDE on an existing non-encrypted dSource is not supported. Detach, rename the Delphix dSource name and re-attach it as a new TDE-enabled dSource before re-attempting the provisioning operation.

DLPX-73224

When provisioning from a non-multitenant source to a virtual pluggable database (vPDB), the post-plug hook script (dx-post-plug-hook.sh) should exit with the vPDB either closed or open unrestricted. If the vPDB is left open with restricted access subsequent Snapshots of the vPDB will fail with "oracle.ucp.UniversalConnectionPoolException"  and " java.sql.SQLException: ORA-01035 ORACLE only available to users with RESTRICTED SESSION privilege"

To prevent the issue: Ensure that the vPDB is either closed/mounted or open unrestricted when exiting from dx-post-plug-hook.sh.

After it has happened: close and reopen the vPDB.

DLPX-73357

Rewinding an Oracle TDE-enabled vPDB to the snapshot before vPDB migration may fail with exception.oracle.tde.export.keys.failed if all of the steps of the keystore merge procedure are not followed correctly

Verify that the CDB is restarted after merging the keys of the old target CDB into the new target CDB and re-attempt the rewind operation.

If the rewind still fails, provision a new vPDB from the required snapshot instead of the rewind operation.

DLPX-72181

The "Restore Self-Service data container from the bookmark of sibling data container" operation may fail in an Oracle TDE environment with exception.oracle.tde.export.keys.failed if the keystore merge procedure is not followed correctly. In this case, the warning "Refresh operation on the TDE-configured container <target container> from the Timeflow of another container <sibling container> requires merging of the TDE keystores." will be displayed in the Delphix UI events log

Verify that the procedure for merging the sibling keystores is followed correctly and re-attempt the self-service operation.

DLPX-73742

Provisioning an Oracle TDE-enabled vPDB may fail with the error "ORA-28367: wallet does not exist" if the TDE wallet for the target linked CDB is stored on ASM storage

Storing the TDE wallet on ASM storage is currently unsupported. Modify sqlnet.ora to point to the keystore location outside of the ASM diskgroup and re-attempt the provisioning operation.

DLPX-73788

Provisioning or enabling an Oracle TDE-enabled vPDB fails when $ORACLE_BASE is used in sqlnet.ora

Any environment variable referenced in sqlnet.ora must always be set in the environment for the Delphix OS user. Ensure that the environment variable $ORACLE_BASE is set in the shell initialization file for the Delphix OS user and re-attempt the operation.

DLPX-73789

If WALLET_ROOT initialization parameter is configured on a TDE-enabled dSource PDB, provisioning may fail since the auxiliary CDB instance uses dSource keystore location.

If the provision fails, there are 2 workarounds:

  1. Provide permissions to the Delphix OS user to create files in the location identified by WALLET_ROOT directory of the source keystore on the target host.

  2. Modify the dSource database to not use WALLET_ROOT to identify the TDE keystore.

Version 6.0.2.0

Key

Summary

Workaround

DLPX-69638

Masking job created on engine 6.0.1.1 or prior is failing after the upgrade to version 6.0.2.0 or later

Masking jobs created in 6.0.1.x using a Hana JDBC driver will need to be updated to grant the following permission {"java.io.FilePermission" "/", "read"} in 6.0.2.0. All drivers created in and after 6.0.2.0 will be granted this permission by default.

Version 6.0.0.0

Key

Summary

Workaround

DLPX-60397

If a mapping algorithm is included in multiple jobs, only one job should be run at a time. If multiple jobs are run at the same time, then the mapping algorithm might contain multiple mappings to the same value or the jobs might deadlock.

Only run one job at a time.

DLPX-60947

Self-Service template with replica VDB is not updated with new Timeflow on incremental replication update

The latest replica VDB data can still be accessed by doing a Self-Service container Refresh, rather than a point-in-time restore from the template.

DLPX-61079

Certificate import validation may incorrectly reject a root CA certificate

Support must manually import the certificate into the truststore.

DLPX-61405

Masking operation should wait for zfs delete queue to drain

Replication may send more data than expected if masking involves dropping large DBF files.

DLPX-64493

V5 API /roles endpoint missing certain items

View and set these privileges through the GUI

DLPX-66155

Failed DSP engine test leads to multiple blocked client.jar processes on target hosts.

Restarting a Delphix Engine during a network throughput test is not recommended as it may lead to a system hang.

DLPX-66860

ADFS does not like NameIDPolicy sent by SSO app

Create an explicit rule in ADFS that transforms the {{emailAddress}} attribute into a {{nameid}}. The rule type must be "Transform an incoming claim". The incoming claim type must be "Email address" and the outgoing claim type "Name ID". The nameid format must be "Email address".

DLPX-66973

Date format is changed after importing the environment

Either (a) use the GUI import feature and then review the imported date formats for correctness or (b) use EngineSync to export/import jobs, which will not alter the date format.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.