This topic describes common issues and solutions for requests made to the DataV Proxy Service.
Troubleshoot connection failures for DataV Proxy requests
If you cannot connect to the DataV Proxy Service, you can follow these steps to troubleshoot the issue.
Check if a Configuration Error message appears on the interface.
If it does, the error is usually caused by a key and secret parsing failure. Perform the following steps.
Check if the local time on your machine matches the standard time.
You can search for `time` in a browser to compare your local time with the standard time.
Check your key and secret for errors, such as extra spaces. Regenerate them if needed.
If it does not, go to the next step.
Log on to the machine where the DataV Proxy Service is installed. In a browser, access
ip:8001/statusto check if the service started properly. For example,128.23.**.**:8001/status. The default port for the DataV Proxy Service is8001.You can execute the next step.
If it did not, start the DataV Proxy Service.
Check if the machine where the DataV Proxy Service is installed has an HTTPS certificate issued by a third party.
If it does, go to the next step.
If it does not, change the protocol in the DataV page address to HTTP when you access the DataV Proxy Service.
Check if the machine where the DataV Proxy Service is installed can connect to your database.
If it can, search for and join the DataV Communication Group 8 (ID: 31415580) on DingTalk for technical support.
If it cannot, verify that the configuration information for your DataV Proxy Service is correct.
Configure a secondary path for the proxy service
This feature is supported in DataV Proxy V3 and later. The demo uses version 3.6.6.
In the
filesfolder of yourdataV_Proxyinstallation directory, create a file nameduserConfig.json.

In the
userConfig.jsonfile, set theprefixparameter for the proxy path address. For example:
{
"prefix": "/test"
}
When you add the DataV Proxy Service, configure the parameters as follows.
Parameter | Description |
Path | The configured path. For example, |
After you configure the other parameters, click OK.