Skip to content

Commit 383a9c5

Browse files
committed
Fixes
1 parent 25ceae3 commit 383a9c5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

modules/ROOT/pages/errors/gql-errors/50N26.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For example, try to create a database with using the following command:
1414
CREATE DATABASE `$databaseString` OPTIONS {existingMetadata:'use', seedUri:'$uri', existingData:'use'}
1515
----
1616

17-
If the backup at `$uri` constains invalid Cypher syntax in its metadata script, an error will be thrown with GQLSTATUS 50N23.
17+
If the backup at `$uri` constains invalid Cypher syntax in its metadata script, an error will be thrown with GQLSTATUS 50N26.
1818

1919
== Possible solutions
2020

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,6 +1508,10 @@ Status description:: error: syntax error or access rule violation - system datab
15081508

15091509
Status description:: error: syntax error or access rule violation - incorrectly formatted graph reference. Incorrectly formatted graph reference `{ <<input>> }`. Expected a single quoted or unquoted identifier. Separate name parts should not be quoted individually.
15101510

1511+
=== xref:errors/gql-errors/42NAC.adoc[42NAC]
1512+
1513+
Status description:: error: syntax error or access rule violation - invalid CREATE DATABASE statement. The backup metadata script contains an invalid or missing CREATE DATABASE statement. The metadata script must contain exactly one CREATE DATABASE statement and it must use the parameter $database.
1514+
15111515
=== xref:errors/gql-errors/42NFC.adoc[42NFC]
15121516

15131517
Status description:: error: syntax error or access rule violation - auth info validation error. Authentication and/or authorization could not be validated. See security logs for details.
@@ -1602,6 +1606,10 @@ Status description:: error: general processing exception - no such schema descri
16021606

16031607
Status description:: error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <<count>> }` attempts. Retry timed out with a maximum retry duration of `{ <<timeAmount>> }` `{ <<timeUnit>> }`.
16041608

1609+
==== xref:errors/gql-errors/50N26.adoc[50N26]
1610+
1611+
Status description:: error: general processing exception - invalid backup metadata script. The backup metadata script contains invalid syntax.
1612+
16051613
=== xref:errors/gql-errors/50N42.adoc[50N42]
16061614

16071615
Status description:: error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details.
@@ -1918,6 +1926,9 @@ Status description:: error: system configuration or operation exception - upgrad
19181926

19191927
Status description:: error: system configuration or operation exception - not supported in this store format. `{ <<feat>> }` is not supported in `{ <<storeFormat>> }` store format.
19201928

1929+
=== xref:errors/gql-errors/51N7A.adoc[51N7A]
1930+
1931+
Status description:: error: system configuration or operation exception - no admin user candidate. No admin user candidate could be found. Please use `neo4j-admin dbms set-default-admin` to select a valid admin.
19211932

19221933
[[procedure-exceptions]]
19231934
== Procedure exceptions

0 commit comments

Comments
 (0)