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 > Can not find database on informix SE server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-20-06, 06:10
torrud torrud is offline
Registered User
 
Join Date: Oct 2004
Posts: 8
Can not find database on informix SE server

Hi,

I am running a INFORMIX SE Version 7.24.UC5 server on a linux OS and I am trying to change to remote connection. I have changed the sqlhosts to:
Quote:
myInformixServerName sesoctcp myServerName sqlexec_dbtcp
Additional I opened the port for the service in the /etc/services.

Now I can ping the server and all seems to be ok, but if I try to connect the server I get the following exception:
Quote:
Connection failed: Database not found or no system permission. (error: 329)
The log file only shows the following:
Quote:
2006-09-20 11:55:28.696944 sqlexec myIP myUsername -X(null)
Any suggestions what I am doing wrong?
Reply With Quote
  #2 (permalink)  
Old 10-05-06, 07:59
torrud torrud is offline
Registered User
 
Join Date: Oct 2004
Posts: 8
No ideas? It is possible to increase the logged informations? Maybe there are some points of interests.
Reply With Quote
  #3 (permalink)  
Old 10-05-06, 08:15
Tyveleyn Tyveleyn is offline
Registered User
 
Join Date: Aug 2006
Location: The Netherlands
Posts: 248
Here's a part of the output for errno 329 from the finderr utility:
Quote:
If you are using INFORMIX-SE, the visible databases are directories
with names in the form dbname.dbs. You must be able to read from and
write to them. The database server looks first in the current working
directory and then in each directory named in the DBPATH environment
variable. The most common cause of this error is an incorrect setting
or no setting for the DBPATH environment variable.
Maybe this can be helpful.

Good luck,
Hans
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