  |  
  |  
 
Archives of the TeradataForum 
 
 
Message Posted: Wed, 14 Apr 2004 @ 21:02:23 GMT 
 
  
 
 
 
 
  
|  Subj:  |   |  Re: Notify Exit with BTEQ  |   
|     |   
|  From:  |   |  Victor Sokovin  |   
  
 
 
  
|     | I am trying to use notify exit with Bteq.  I have compiled my Bteq notify "c" code with gcc under Solaris.  But still bteq is not loading
the library. Any ideas?. |     |  
 
  
     >.SET NOTIFY HIGH EXIT btnfyext.so;
     > *** Error: Notify problem: Problem loading user module b.so.
     > *** Turning notification off.
 I don't know what exactly causes this problem but it might be worth checking and experimenting with the compiler options as gcc is not
readily supported. Did you try -fpic, for example? LD_LIBRARY_PATH value at run time is also important. BTEQ manual recommends to specify the exit
using the file system path descriptor if LD_LIBRARY_PATH does not do that. 
 Regards, 
Victor 
 
 
 
 
   
 
 |   |