You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/51N52.adoc
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,13 @@
1
+
:page-role: changed-2025.07
2
+
1
3
= 51N52
2
4
3
5
== Status description
4
-
error: system configuration or operation exception - number of primaries out of range. Cannot alter database topology. Number of primaries `{ <<count>> }` needs to be at least 1 and may not exceed `{ <<upper>> }`.
6
+
error: system configuration or operation exception - number of primaries out of range. Cannot `{ <<action>> }` database topology. Number of primaries `{ <<count>> }` needs to be at least 1 and may not exceed `{ <<upper>> }`.
7
+
8
+
== Explanation
9
+
10
+
This error occurs when trying to create or alter a database while providing a topology with primary count outside the supported range.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/51N53.adoc
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,13 @@
1
+
:page-role: changed-2025.07
2
+
1
3
= 51N53
2
4
3
5
== Status description
4
-
error: system configuration or operation exception - number of secondaries out of range. Cannot alter database topology. Number of secondaries `{ <<count>> }` needs to be at least 0 and may not exceed `{ <<upper>> }`.
6
+
error: system configuration or operation exception - number of secondaries out of range. Cannot `{ <<action>> }` database topology. Number of secondaries `{ <<count>> }` needs to be at least 0 and may not exceed `{ <<upper>> }`.
7
+
8
+
== Explanation
9
+
10
+
This error occurs when trying to create or alter a database while providing a topology with secondary count outside the supported range.
0 commit comments