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/52N11.adoc
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,24 @@
1
1
= 52N11
2
2
3
3
== Status description
4
-
error: procedure exception - generic topology procedure error. An unexpected error has occurred. Please refer to the server's debug log for more information.
4
+
error: procedure exception - generic topology procedure error. An unexpected error has occurred: `{ <<msg>> }`.
5
+
6
+
== Example scenario
7
+
8
+
For example, trying to set default number of primaries to 12:
9
+
10
+
[source,cypher]
11
+
----
12
+
CALL dbms.setDefaultAllocationNumbers(12,0);
13
+
----
14
+
15
+
You will receive an error with GQLSTATUS xref:errors/gql-errors/52N02.adoc[52N02].
16
+
This error has a cause detailed in xref:errors/gql-errors/52N11.adoc[52N11] and status description:
17
+
18
+
[source]
19
+
----
20
+
error: procedure exception - generic topology procedure error. An unexpected error has occurred: Number of primaries '12' may not exceed 11 and needs to be at least 1.
You will receive an error with GQLSTATUS xref:errors/gql-errors/52N02.adoc[52N02].
16
+
This error has a cause detailed in xref:errors/gql-errors/52N17.adoc[52N11] and status description:
17
+
18
+
[source]
19
+
----
20
+
error: quarantine change failed. Setting/removing the quarantine marker failed: Database 'neo4j' on server '0c000000-aa21-4ab4-b1c1-aed40bfcb875' is not in quarantine.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/index.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1967,7 +1967,7 @@ Status description:: error: procedure exception - invalid address key. An addres
1967
1967
1968
1968
=== xref:errors/gql-errors/52N11.adoc[52N11]
1969
1969
1970
-
Status description:: error: procedure exception - generic topology procedure error. An unexpected error has occurred. Please refer to the server's debug log for more information.
1970
+
Status description:: error: procedure exception - generic topology procedure error. An unexpected error has occurred: `{ <<msg>> }`
0 commit comments