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 > SQL1325N error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-05-09, 07:30
rahul678 rahul678 is offline
Registered User
 
Join Date: Nov 2009
Posts: 15
SQL1325N error

I am trying to load the data from a file to EIM table (Siebel Interface Table) in DB2 on unix server, But it is giving the below error while loading:

SQL1325N The remote database environment does not support the command or one of the command options.


Do I need to use staging(temp) table to load into EIM table or Do I need to set some parameters to invoke load command.
Reply With Quote
  #2 (permalink)  
Old 11-05-09, 08:35
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Where is the DB2 Database ? on unix server ? or is it DB2 for zOS?
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 11-05-09, 08:41
rahul678 rahul678 is offline
Registered User
 
Join Date: Nov 2009
Posts: 15
on unix server. Inside shell script I am connecting to DB2 and running the load client command..
Reply With Quote
  #4 (permalink)  
Old 11-05-09, 09:32
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Well, SQL1325N talks specifically about DB2 zOS and iSeries.

With the information you have given, I am not sure what it could be ... Do you have a copy of the command that is running ?

Have you tried asking Siebel forums or Siebel support ?

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #5 (permalink)  
Old 11-05-09, 23:38
rahul678 rahul678 is offline
Registered User
 
Join Date: Nov 2009
Posts: 15
I am using the below command to load the data from delimited file to table

load client from /home/input_file of del modified by identityignore coldel~ messages /home/STATUS_FILE insert into EIM_FN_ASSET1(CON_AA_NUM,AST_ASSET_NUM,IF_ROW_STAT ,IF_ROW_BATCH_NUM,ROW_ID) nonrecoverable

Do we need to have any permissions to it?

Please help me..
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