home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / informix / 1868 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.6 KB

  1. Path: sparky!uunet!gumby!wupost!emory!lucas.MREC.AR
  2. From: alex@lucas.MREC.AR (Alejandra Perez Weiss)
  3. Newsgroups: comp.databases.informix
  4. Subject: Problems with distributes tables
  5. Message-ID: <9462@emory.mathcs.emory.edu>
  6. Date: 3 Sep 92 17:08:05 GMT
  7. Sender: walt@mathcs.emory.edu
  8. Reply-To: alex@lucas.MREC.AR (Alejandra Perez Weiss)
  9. Lines: 53
  10. X-Informix-List-ID: <list.1425>
  11.  
  12. I have a problem trying to access a view which selects from tables
  13. in a remote hosts.
  14.  
  15. The scenario:
  16. ------------
  17.  
  18. At machine host_1:
  19.  
  20.     For database db_A
  21.         user dba_B has select permission with grant option on tab_x and tab_y
  22.         user usr_C has select permission on the same tables
  23.  
  24.     Both users have "host_2.mrec.ar" in their .rhosts
  25.  
  26.  
  27. At machine host_2:
  28.  
  29.     For database db_B
  30.         user dba_B is the dba
  31.         user usr_C has connect permission
  32.  
  33.         user dba_B creates a view 
  34.             the_view as select x.*, y.* 
  35.             from db_A@host_1:tab_x x, db_A@hosts_1:tab_y y
  36.             where x.c1 = y.c1
  37.         and gives select permission to public
  38.  
  39.     Both users have "host_1.mrec.ar" in their .rhosts
  40.  
  41.  
  42. The problem
  43. -----------
  44.  
  45. When I am user dba_B on host_2, I can select from the view OK
  46. but ...
  47.     when I am user usr_C on host_2, I get the message:
  48.  
  49.         918 Unexpected data received from remote system
  50.  
  51.     the manual says "... run your network diagnostics ..."
  52.  
  53.     I did, and everything seems to be right.
  54. and ...
  55.     a core file corresponding to sqlturbo appears in the home
  56.     directory of usr_C on host_1
  57.  
  58.  
  59. Any ideas ?
  60.  
  61. ---
  62. Maria Alejandra Perez Weiss              alex@lucas.mrec.ar
  63. PNUD - Min.Rel.Ext. y Culto              alex%lucas.mrec.ar@uunet.uu.net
  64. Buenos Aires - Argentina                 ...!uunet!atina!lucas!alex
  65.