Skip to main content

How do I troubleshoot connectivity issues?

Zuora
  • 日本語のコンテンツは機械翻訳されており、補助的な参照を目的としています。機械翻訳の精度は保証できません。英語版が正となります。また、現時点では検索機能は日本語での検索をサポートしていません。翻訳に関するフィードバックについては、docs@zuora.comに送信してください。

How do I troubleshoot connectivity issues?

If you are experiencing slowness or network connectivity issues when accessing the Zuora applications from the UI or the API, run a trace route program to help Zuora see the quality of the link to our website and allow us to better troubleshoot the issue.

The article helps you gather the necessary information about your connection to Zuora. 

Submit a request at Zuora Global Support if you require additional assistance.

Run a Trace Route Program

To run a trace route program:

  1. If you are running Linux, enter the following at the command line:
    traceroute www.zuora.com
  2. If you have MTR installed, enter the following command:
    mtr www.zuora.com
  3. If you are using Windows, open a command prompt and enter the following at the command line:
    c:\ tracert www.zuora.com
  4. Alternatively, you can use an online tool to do the traceroute, such as:
    http://network-tools.com/default.asp?prog=trace&host=www.zuora.com

When communicating with Zuora, please include a screenshot of the command line output.

Run wget Scripts

You can also run wget scripts to monitor your connectivity from a cron job.

Use the following script (please run this script for short periods of time):

1$ cd /tmp/foo
2$ while true; do wget --no-check-certificate
3https://www.zuora.com/apps >>wget.log 2>&1; sleep 5; done

Send the log file (wget.log) to Zuora so that we can review the information.