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 > Informix > informix protocol problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-10-04, 04:43
universer universer is offline
Registered User
 
Join Date: Nov 2004
Posts: 3
informix protocol problem

hi there !

im working with a informix se database and wanna access to it with an
java application. im using the ibm-ifx-driver (com.informix.jdbc.IfxDriver).

my programm only get access to the database with the sesoctcp protocol
type, so i changed the entry in the sqlhosts from seipcpip to sesoctcp.
now my program runs fine, when im first execute

Code:
$INFORMIXDIR/lib/sqlexecd demo_se -l /tmp/selog_tli
but ...
other applications cant access to the database before im executing sqlexecd
this way. if the sqlhosts entry is on seipcpip all other aplications are running,
but then there is no access over the ibm-ifx-driver.

question:
is there a way to run the jdbc-ifx-driver over seipcpip ?
(didnt found something in the manual)


peter
Reply With Quote
  #2 (permalink)  
Old 11-13-04, 21:35
Amit Dandekar Amit Dandekar is offline
Registered User
 
Join Date: Oct 2003
Posts: 29
The only Informix connection type supported by IBM Informix JDBC
Driver is tcp. Shared memory and other connection types are not supported.
Same is mentioned in IBM Informix JDBC Prgrammers manual.

http://publibfi.boulder.ibm.com/epubs/pdf/ct1utna.pdf
Reply With Quote
  #3 (permalink)  
Old 11-15-04, 09:33
universer universer is offline
Registered User
 
Join Date: Nov 2004
Posts: 3
thx for u´re answer.
now also found the tcp part, perhaps
havent read it while 1st reading.

peter
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