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 > dbimport:Reg

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-20-04, 01:55
spandan_kiran spandan_kiran is offline
Registered User
 
Join Date: Aug 2004
Posts: 5
dbimport:Reg

Hi Everybody,
i am unable to import the data, when i am trying to run the dbimport command at informix prompt giving error like "Cannot open sql script file". I am using Informix (9.21 version) Please Help Me...

advanced Thanks...
Reply With Quote
  #2 (permalink)  
Old 08-20-04, 03:40
lloydnwo lloydnwo is offline
Registered User
 
Join Date: Aug 2003
Location: India
Posts: 262
Hi,

Specify the path

eg.

dbimport test -i /export/home/user1

where test.exp is sub-directory under user1
Reply With Quote
  #3 (permalink)  
Old 08-30-04, 03:20
spandan_kiran spandan_kiran is offline
Registered User
 
Join Date: Aug 2004
Posts: 5
hi lloydnwo,
Thank U Very Much For Your Reply....
But i am unable to understand what is /home/users1 my host name is "spandana"
Export directory name is spandan.exp then what should i do please help me...
Advaced thanks.....
Reply With Quote
  #4 (permalink)  
Old 08-30-04, 03:50
lloydnwo lloydnwo is offline
Registered User
 
Join Date: Aug 2003
Location: India
Posts: 262
Hi Kiran,

expor/home/user1 is my directory & test.exp is a subdirectory under this directory. In your case spandan.exp is a sub-directory, you will have to give the entire path. For eg. if spandan.exp is under the directory /export/home/user1

the command would be

dbimport spandan -i /export/home/user1

this will create a database spandan, it will look for spandan.exp under the above directory.
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