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 > Failed to set temporary file path, WHY??

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-05-04, 22:15
huyuhui huyuhui is offline
Registered User
 
Join Date: Apr 2004
Posts: 22
Arrow Failed to set temporary file path, WHY??

DB2 V8 ,FP6 ,LINUX AS3 .

When I do LOAD ,I've got the following messages from db2diag.log . I dont know why. (Does tempsapce get its filesystem limited, I means the disk was full at that time.)
thanks a lot !!

LOADID: 24303.2004-06-30-07.37.30.962907.0 (3;10)
Failed to set temporary file path. -3508, (nil), Detected in file: sqluvtld.C,line 3046
__________________
**************************************
Make progress everyday
Mail: hoo.jimmy@gmail.com
**************************************
Reply With Quote
  #2 (permalink)  
Old 07-06-04, 11:39
J Petruk J Petruk is offline
Registered User
 
Join Date: Mar 2004
Location: Toronto, ON, Canada
Posts: 513
Quote:
Originally Posted by huyuhui
DB2 V8 ,FP6 ,LINUX AS3 .

When I do LOAD ,I've got the following messages from db2diag.log . I dont know why. (Does tempsapce get its filesystem limited, I means the disk was full at that time.)
thanks a lot !!

LOADID: 24303.2004-06-30-07.37.30.962907.0 (3;10)
Failed to set temporary file path. -3508, (nil), Detected in file: sqluvtld.C,line 3046
What's your LOAD command? This sounds like a permissions problem, or a directory not existing. Do you get an error at the command line, or just in the db2diag?
__________________
--
Jonathan Petruk
DB2 Database Consultant
Reply With Quote
  #3 (permalink)  
Old 07-06-04, 20:47
huyuhui huyuhui is offline
Registered User
 
Join Date: Apr 2004
Posts: 22
The LOAD command just like " load from filename of del modified by modified by coldel0x09 NOROWWARNINGS insert into tablename NONRECOVERABLE CPU_PARALLELISM 16 DISK_PARALLELISM 30 "

The following message was in db2diag.log

LOADID: 24303.2004-06-30-07.37.30.962907.0 (3;10)
Failed to set temporary file path. -3508, (nil), Detected in file: sqluvtld.C,line 3046
__________________
**************************************
Make progress everyday
Mail: hoo.jimmy@gmail.com
**************************************
Reply With Quote
  #4 (permalink)  
Old 07-07-04, 08:49
J Petruk J Petruk is offline
Registered User
 
Join Date: Mar 2004
Location: Toronto, ON, Canada
Posts: 513
Quote:
Originally Posted by huyuhui
The LOAD command just like " load from filename of del modified by modified by coldel0x09 NOROWWARNINGS insert into tablename NONRECOVERABLE CPU_PARALLELISM 16 DISK_PARALLELISM 30 "

The following message was in db2diag.log

LOADID: 24303.2004-06-30-07.37.30.962907.0 (3;10)
Failed to set temporary file path. -3508, (nil), Detected in file: sqluvtld.C,line 3046
Try the option TEMPFILES PATH <path>, point it to something you have write access to.

I think the default is under the database directory.
__________________
--
Jonathan Petruk
DB2 Database Consultant
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