Category: Ingress

Ingress DB Error -41000 Invalid user authorization identifier

In this blog post, let’s learn about the error message “-41000 Invalid user authorization identifier” in Ingress DB and the description of the error message. Error Message -41000 – Invalid user authorization identifier Error Details An authorization identifier, usually a user name, was invalid.

Ingress DB Error -402dd Data exception

In this blog post, let’s learn about the error message “-402dd Data exception” in Ingress DB and the description of the error message. Error Message -402dd – Data exception Error Details A data handling error occurred. The subcode dd defines the type of error.

Ingress DB Error -40400 Invalid cursor state

In this blog post, let’s learn about the error message “-40400 Invalid cursor state” in Ingress DB and the description of the error message. Error Message -40400 – Invalid cursor state Error Details An invalid cursor operation was requested; for example, an update request was issued for a read-only cursor.

Ingress DB Error -40700 Triggered data change violation

In this blog post, let’s learn about the error message “-40700 Triggered data change violation” in Ingress DB and the description of the error message. Error Message -40700 – Triggered data change violation Error Details A change requested by a cascaded referential integrity change was invalid.

Ingress DB Error -31100 Invalid identifier

In this blog post, let’s learn about the error message “-31100 Invalid identifier” in Ingress DB and the description of the error message. Error Message -31100 – Invalid identifier Error Details An identifier, such as a table name, cursor name or identifier, procedure name, was invalid because it contained incorrect characters or been too long.

Ingress DB Error -38100 Host system error

In this blog post, let’s learn about the error message “-38100 Host system error” in Ingress DB and the description of the error message. Error Message -38100 – Host system error Error Details An error occurred in the host system.

Ingress DB Error -39000 Fatal error – session terminated

In this blog post, let’s learn about the error message “-39000 Fatal error – session terminated” in Ingress DB and the description of the error message. Error Message -39000 – Fatal error – session terminated Error Details A severe error occurred which has terminated the session with the DBMS or the client.

Ingress DB Error +00050 Warning message

In this blog post, let’s learn about the error message “+00050 Warning message” in Ingress DB and the description of the error message. Error Message +00050 – Warning message Error Details The request was successfully completed, but a warning was issued.

Ingress DB Error -32000 Inconsistent or incorrect query specification

In this blog post, let’s learn about the error message “-32000 Inconsistent or incorrect query specification” in Ingress DB and the description of the error message. Error Message -32000 – Inconsistent or incorrect query specification Error Details A query, while syntactically correct, was logically inconsistent, conflicting or otherwise incorrect.

Ingress DB Error -30210 Invalid attempt to insert duplicate row

In this blog post, let’s learn about the error message “-30210 Invalid attempt to insert duplicate row” in Ingress DB and the description of the error message. Error Message -30210 – Invalid attempt to insert duplicate row Error Details A request to insert a row was refused; the table does not accept duplicates, or there is a unique index defined on the table.

Ingress DB Error -31000 Statement syntax error

In this blog post, let’s learn about the error message “-31000 Statement syntax error” in Ingress DB and the description of the error message. Error Message -31000 – Statement syntax error Error Details The statement just processed had a syntax error.

Ingress DB Error -30140 Other unknown or unavailable resource

In this blog post, let’s learn about the error message “-30140 Other unknown or unavailable resource” in Ingress DB and the description of the error message. Error Message -30140 – Other unknown or unavailable resource Error Details A resource, of a type other than one mentioned above, is either not known or unavailable for the request.

Ingress DB Error -40100 Cardinality violation

In this blog post, let’s learn about the error message “-40100 Cardinality violation” in Ingress DB and the description of the error message. Error Message -40100 – Cardinality violation Error Details A request tried to return more or fewer rows than allowed. This usually occurs when a singleton select request returns more than one row, or when a nested subquery returns an incorrect number of…

Ingress DB Error -40500 Invalid transaction state

In this blog post, let’s learn about the error message “-40500 Invalid transaction state” in Ingress DB and the description of the error message. Error Message -40500 – Invalid transaction state Error Details A request was made that was invalid in the current transaction state. For example, an update request was issued in a read-only transaction, or a request was issued improperly in or out…