home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / informix / 2927 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  2.0 KB

  1. Path: sparky!uunet!gossip.pyramid.com!pyramid!infmx!cortesi
  2. From: cortesi@informix.com (David Cortesi)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: SQL Error 403
  5. Message-ID: <1993Jan11.202816.10115@informix.com>
  6. Date: 11 Jan 93 20:28:16 GMT
  7. References: <HOLDER.93Jan8091020@gourde.med.ge.com>
  8. Sender: news@informix.com (Usenet News)
  9. Distribution: na
  10. Organization: Informix Software, Inc.
  11. Lines: 38
  12.  
  13. > holder@gourde.med.ge.com (Kacy Holder) writes:
  14. >
  15. >We are using Informix OnLine and Star 5.0 on HP 730's with HPUX 9.0
  16. >and are running into an odd problem with remote database access.
  17. >Some of the ESQL select statements will return Error Number -403
  18. >which says:
  19. >
  20. >-403  The size of the received row disagrees with the expected size.
  21. >
  22. >This is an internal error that shows a problem in the communication 
  23. >between the database server and the library functions that call it.
  24. >Make sure that your probram is at the same software level as the
  25. >database server in use.
  26. >
  27. >The software level *is* exactly the same and most selects work
  28. >just fine.  Any idea on where I should start to look?
  29.  
  30. You omit the following sentences in the message description:
  31.  
  32.   "...If so, please note all circumstances and contact the Informix
  33.    Technical Support Department."
  34.  
  35. Had you done that, somebody would very quickly have told you 
  36. about bug #14144, ERROR 403 OCCURS WHEN RETRIEVE SITENAME FROM REMOTE
  37. SERVER, described thus:
  38.  
  39.       [The following SQL statement failed with Error 403                ]
  40.       [                                                                 ]
  41.       [    database ssu021a;                                            ]
  42.       [    select * from table1;                                        ]
  43.       [    select sitename from ssu021b@ymooky:systables;               ]
  44.       [                                                                 ]
  45.       [The problem is caused by the "sitename" in the SELECT statement. ]
  46.  
  47. If this is your problem, work around it by not selecting the sitename.
  48. The fix appears in version 5.01.UC1.
  49.  
  50. Dave Cortesi
  51.