If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > -110 in SQLCA.SQLERRD

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-27-03, 05:53
Espset Espset is offline
Registered User
 
Join Date: Nov 2003
Posts: 4
-110 in SQLCA.SQLERRD

Hi!
I just wonder where I can see the definition of this internal error code?

Does anyone know??


/Espset
Reply With Quote
  #2 (permalink)  
Old 11-27-03, 05:58
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: -110 in SQLCA.SQLERRD

Can you post the error code in addition to what you are trying to do at that point of time ...

It will be useful if you know which platform and version of the product you are working on ...

Please read 'Must Read before posting' when you find time

Cheers

Sathyaram

Quote:
Originally posted by Espset
Hi!
I just wonder where I can see the definition of this internal error code?

Does anyone know??


/Espset
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 11-27-03, 06:04
Espset Espset is offline
Registered User
 
Join Date: Nov 2003
Posts: 4
Re: -110 in SQLCA.SQLERRD

Sorry for not reading 'Must read before posting' first, but in my hunger for an answer....

OS390
DB2 V.7.1

I'm trying to insert a row on a table, and I get an rsqlcode -545.
I know what was wrong, but my question was ment in general where to find the defintion on internal error codes thar comes in SQLCA.SQLERRD.

/Espset


Quote:
Originally posted by sathyaram_s
Can you post the error code in addition to what you are trying to do at that point of time ...

It will be useful if you know which platform and version of the product you are working on ...

Please read 'Must Read before posting' when you find time

Cheers

Sathyaram
Reply With Quote
  #4 (permalink)  
Old 11-27-03, 06:41
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: -110 in SQLCA.SQLERRD

__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #5 (permalink)  
Old 11-27-03, 10:55
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
Also in Appendix C of the SQL Reference manual. All manuals are available from the IBM web site in PDF format.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #6 (permalink)  
Old 11-28-03, 03:09
Espset Espset is offline
Registered User
 
Join Date: Nov 2003
Posts: 4
Hi!

Thanks for your help!

But what I realy want is an translation of the internal error code!
The rsqlcode if -545 while the return code in SQLCA.SQLERRD are -110.
I have found out that -110 is an internal error code, but I don't know what it means..... I guess I can't look this code up in the sql reference summary - SQL return codes??


/Espset
Reply With Quote
  #7 (permalink)  
Old 11-28-03, 11:14
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
SQLERRD is an array and there are 6 different positions within the array. The last position of the array is an internal error code. I don't know if the internal error code is meaningful to anyone but IBM. Do you have a problem understanding what the SQLCODE -545 is?
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #8 (permalink)  
Old 12-02-03, 02:42
Espset Espset is offline
Registered User
 
Join Date: Nov 2003
Posts: 4
Quote:
Originally posted by Marcus_A
SQLERRD is an array and there are 6 different positions within the array. The last position of the array is an internal error code. I don't know if the internal error code is meaningful to anyone but IBM. Do you have a problem understanding what the SQLCODE -545 is?
No, I don't. We have solved the problem. Me and some other had a discussion about what -110 in sqlerrd means. Someone meant that they could use the translation from rsqlcodes, but I meant otherwise. And so here we are. Not knowing what -110 stands for. We know it is an internal error code, and that's it.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On