Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error number -239

Status
Not open for further replies.

naveenshindhe

Technical User
Jan 22, 2003
31
GB
hi,
i am running a report and getting error like this.
Error number -239:

DMS-E-GENERAL, A general exception has occurred during operation 'prepare
request'.
DMS-E-SS_PARSER, An error was detected during processing of the SQL request.
DMS-E-SS_INCONS_LOGICAL, An inconsistent logical operation was specified.

anybody has idea regarding this.
regards
naveen.
 
Error number -239:

DMS-E-GENERAL, A general exception has occurred during operation 'prepare request'.
DMS-E-SS_INCONS_LOGICAL, An inconsistent logical operation was specified.

Solution:

Check the data types for the columns involved in the join. In this particular case the columns were defined as 'number' and 'number(10)'. Switching the data types so that they are the same (i.e. 'number(10)' and 'number(10)' can resolve this issue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top