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 > DB2 > import table command error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-12-09, 06:51
rocker86 rocker86 is offline
Registered User
 
Join Date: Jul 2009
Posts: 37
import table command error

Hi, I am using db2 V9.5 on windows. From the control center I exported a table in the IXF format using the GUI screens for export. The import of that table works fine when using the GUI, but when I try to import using CLI, it gives the following error. The sql for the import is the very same which is shown when we import using the GUI.
Where am I going wrong??

Quote:
db2 IMPORT FROM "C:\SPs\met_table_export" OF
IXF MESSAGES "xyz" CREATE INTO DB2ADMIN.metadata;

SQL3035N The tablename parameter in the target specification is not valid.
Is it expecting the DB2ADMIN.metadata table to exist already??
Reply With Quote
  #2 (permalink)  
Old 08-12-09, 07:16
rocker86 rocker86 is offline
Registered User
 
Join Date: Jul 2009
Posts: 37
Resolved.. was a connection issue, a DB restart did the trick
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