Was this article helpful?

How do I troubleshoot connectivity issues?

Overview

If you are experiencing slowness or network connectivity issues when accessing the Zuora applications via 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. Before contacting Zuora Global Support, use the following steps to gather more information about your connection to Zuora.

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...trace&host=www.

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):

$ cd /tmp/foo
$ while true; do wget --no-check-certificate
https://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. 

Was this article helpful?
Page statistics
351 view(s), 4 edit(s) and 2444 character(s)

Tags

Comments

You must to post a comment.

Attach file

Attachments