Category: Ingress
Ingress DB Error -30110 Column not known or not in table
In this blog post, let’s learn about the error message “-30110 Column not known or not in table” in Ingress DB and the description of the error message. Error Message -30110 – Column not known or not in table Error Details A column referenced in a statement is not found.
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…