Skip to content
Snippets Groups Projects

Add subscription troubleshooting page

Merged Lorena Ciutacu requested to merge 476443-troubleshooting-page into master
All threads resolved!
1 file
+ 17
15
Compare changes
  • Side-by-side
  • Inline
@@ -7,17 +7,20 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Troubleshooting GitLab subscription
When you use GitLab subscriptions, you might encounter the following issues.
DETAILS:
**Tier:** Premium, Ultimate
**Offering:** GitLab.com, Self-managed
When you use subscriptions for GitLab.com or GitLab self-managed, you might encounter the following issues.
## Credit card declined
If your credit card is declined when purchasing a GitLab subscription, possible reasons include:
When purchasing a GitLab subscription, your credit card might be declined because:
- The credit card details provided are incorrect. The most common cause for this is an incomplete or fake address.
- The credit card details are incorrect. The most common cause for this is an incomplete or fake address.
- The credit card account has insufficient funds.
- You are using a virtual credit card and it has insufficient funds, or has expired.
- The transaction exceeds the credit limit.
- The transaction exceeds the credit card's maximum transaction amount.
- The credit card has expired.
- The transaction exceeds the credit limit or the card's maximum transaction amount.
Check with your financial institution to confirm if any of these reasons apply. If they don't
apply, contact [GitLab Support](https://support.gitlab.com/hc/en-us/requests/new?ticket_form_id=360000071293).
@@ -25,10 +28,10 @@ apply, contact [GitLab Support](https://support.gitlab.com/hc/en-us/requests/new
## Error: `Attempt_Exceed_Limitation`
When purchasing a GitLab subscription, you might get the error
`Attempt_Exceed_Limitation - Attempt exceed the limitation, refresh page to try again.`
`Attempt_Exceed_Limitation - Attempt exceed the limitation, refresh page to try again.`.
This issue occurs when the credit card form is re-submitted three times within one minute or six times within one hour.
To resolve this issue, wait a few minutes and try the purchase process again.
To resolve this issue, wait a few minutes and retry the purchase.
## Error: `Subscription not allowed to add`
@@ -44,22 +47,21 @@ To resolve this issue, contact your [GitLab sales representative](https://about.
## No purchases listed in the Customers Portal account
To view purchases in the Customers Portal, in the **Subscriptions & purchases** page,
you must be a contact in your organization for the subscription.
To view purchases in the Customers Portal on the **Subscriptions & purchases** page,
you must be added as a contact in your organization for the subscription.
To be added as a contact, [create a ticket with the GitLab Support team](https://support.gitlab.com/hc/en-us/requests/new?ticket_form_id=360000071293).
## Unable to link subscription to namespace
If you cannot link a subscription to your namespace, ensure that you have the Owner role
for that namespace and review the [transfer restrictions](index.md#transfer-restrictions).
If you cannot link a subscription to your namespace, you might have insufficient permissions.
Ensure that you have the Owner role for that namespace, and review the [transfer restrictions](index.md#transfer-restrictions).
## Subscription data fails to synchronize
On GitLab self-managed, your subscription data might fail to synchronize.
This issue can occur when network traffic between your GitLab instance and certain
IP addresses is not allowed.
To resolve this issue, allow network traffic from your GitLab instance to IP
addresses `172.64.146.11:443` and `104.18.41.245:443` (`customers.gitlab.com`).
To resolve this issue, allow network traffic from your GitLab instance to the IP addresses
`172.64.146.11:443` and `104.18.41.245:443` (`customers.gitlab.com`).
Loading