Troubleshooting Delphix connector
Troubleshooting removing the Delphix connector
If there are issues removing the original Delphix Connector please refer to these steps:
You can remove the DelphixConnector from Control Panel > Program and Features.
For Delphix Engine versions below 6.0.5.0:
In case you're unable to remove it, you can use Microsoft's "Program Install and Uninstall Troubleshooter" wizard ( https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed ) to remove all records of the program installation.
Once the troubleshooter is complete, retry the Delphix Connector installation (as if it is a new installation).
If there is still an issue with removal after using this tool:
Restart the Windows host.
Delete the DelphixConnectorInstaller.msi file that you have previously downloaded.
Download the DelphixConnectorInstaller.msi package again to a different location on the Windows host.
Attempt the installation from the newly downloaded copy.
For Delphix Engine versions 6.0.5.0 and onwards:
In case the DelphixConnector service is still showing in the Windows Service Control but is not running and startup type is marked as Disabled then restart the windows host and try reinstalling the DelphixConnector.
Troubleshooting Delphix connector install
If you experience the following issues when re-installing the Delphix Connector refer to, Reinstall/Upgrade the Delphix Connector.
Delphix Connector service might disappear from the service console.
Installation failing with unidentified service error.
The Delphix connector upgrade failed.
Manually deleted the Delphix Connector folder to try reinstalling.
Troubleshooting if the Delphix connector service fails to start
Check if the Delphix Connector service is available and running on the Staging Host. If it is not running, then start the service.
If the Delphix Connector service automatically shuts down or has restarting problems, kill the running java process started by Delphix connector and then retry starting the Delphix Connector Service.
Open a command prompt (cmd) as administrator.
From the prompt run: netstat -noba | findstr "9100 java". If the connector is still running, the output should be similar to this:
CODEC:\Users\username>netstat -noba | findstr "9100 java" [java.exe] TCP 0.0.0.0:9100 0.0.0.0:0 LISTENING 1928 [java.exe] TCP [::]:9100 [::]:0 LISTENING 1928 [java.exe]
The final number on each line is the Process ID (PID) of the Delphix Connector process.
If there is a java process bound to port 9100 as shown above, but the Delphix Connector still fails to start, you can kill the Java process using the taskkill command:
CODEC:\Users\username>taskkill /PID 1928 /F SUCCESS: The process with PID 1928 has been terminated.
Alternatively, you can use Task Manager or Process Explorer to identify and end the correct process/PID and end it from there.
Start the Delphix Connector service.
If the service still fails to start after performing the above steps, please attempt to reinstall the Delphix Connector. If issues persist, contact Delphix Support for assistance.
Troubleshooting if installation of third party software results in Delphix connect service to fail to start
If third party software is installed on the Windows host running Delphix Connector and upon the reboot, Delphix Connector doesn’t startup, please uninstall the Software and revert the host back to the state it was in before the software deployment and then check if the Delphix Connector service starts
If it doesn't start check the steps in the section "The Delphix Connector service fails to start".
If the service still doesn't start please open a Support case with Delphix for further investigation.