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 > SQL3805N error on LOAD

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-28-03, 08:16
c149187 c149187 is offline
Registered User
 
Join Date: Jul 2003
Posts: 50
SQL3805N error on LOAD

Hi

I have an error loading a table in a UDB 8.1 db on Sun Soloaris:

SQL3109N The utility is beginning to load data from file
"d:\export\ADU.UTADU_ADRESSE.IXF".
SQL3500W The utility is beginning the "LOAD" phase at time "08-28-2003
11:23:55.589546".
SQL3150N The H record in the PC/IXF file has product "DB2 02.00", date
"20030827", and time "105250".
SQL3050W Conversions on the data will be made between the IXF file code page
"850" and the application code page "819".
SQL3153N The T record in the PC/IXF file has name
"d:\export\ADU.UTADU_ADRESSE.IXF", qualifier "", and source " ".
SQL3519W Begin Load Consistency Point. Input record count = "0".
SQL3520W Load Consistency Point was successful.
SQL3110N The utility has completed processing. "7561" rows were read from
the input file.
SQL3519W Begin Load Consistency Point. Input record count = "7561".
SQL3520W Load Consistency Point was successful.
SQL3515W The utility has finished the "LOAD" phase at time "08-28-2003
11:23:56.736822".
SQL3500W The utility is beginning the "BUILD" phase at time "08-28-2003
11:23:56.770879".
SQL3213I The indexing mode is "REBUILD".
SQL3515W The utility has finished the "BUILD" phase at time "08-28-2003
11:23:57.926580".
SQL3805N The state of the application or of one or more table spaces for the
table specified prohibits the loadapi action or quiescemode "10". Reason code
= "1".

I issued the followings statements, both of them give the SQL3805N error:
a)
'LOAD CLIENT FROM 'exportpath||dest.ind.table'.IXF OF IXF MESSAGES 'message' REPLACE INTO 'dest.ind.table' STATISTICS YES AND INDEXES ALL CPU_PARALLELISM 2'

b)
'LOAD CLIENT FROM 'exportpath||dest.ind.table'.IXF OF IXF MESSAGES 'message' REPLACE INTO 'dest.ind.table''


What can be wrong ?

Thanks Marc
Reply With Quote
  #2 (permalink)  
Old 08-28-03, 10:26
msateeshkumar msateeshkumar is offline
Registered User
 
Join Date: May 2003
Location: Phoenix, US
Posts: 39
Hi,
Can you pls check the state of the tablespaces by executing

db2 list tablespaces show detail

probably one of your tablespaces is not in normal status

Thanks
Sateesh
__________________
OCP,IBM UDB,SYBASE DBA
TCS, BANGALORE, INDIA
Reply With Quote
  #3 (permalink)  
Old 08-28-03, 13:34
cchattoraj cchattoraj is offline
Registered User
 
Join Date: Mar 2003
Posts: 343
for an MPP system, please execute on all db2 nodes.
Reply With Quote
Reply

Thread Tools
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