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 > solutions to error sql0291n, sqlstate: 55039

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-05-07, 14:23
fnana fnana is offline
Registered User
 
Join Date: Jun 2007
Posts: 1
Exclamation solutions to error sql0291n, sqlstate: 55039

Hi all,
I backed up my database successfully,am currently running db2 v7.1 on windows platform
then when trying to run my actuate reports I get the above errors.
sql0291n, sqlstate: 55039
how do I solve these errors?
any ideas?
let me know
thanks,
fnana
Reply With Quote
  #2 (permalink)  
Old 06-05-07, 14:40
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
Moving to DB2 forum.
__________________
Testimonial:
Quote:
pootle flump
ur codings are working excelent.
Reply With Quote
  #3 (permalink)  
Old 06-05-07, 15:05
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
SQL0291:

SQL0291N State transition not allowed on table space.

Explanation:

An attempt was made to change the state of a table space. Either
the new state is not compatible with the current state of the
table space, or an attempt was made to turn off a particular
state and the table space was not in that state.

User Response:

Table space states change when a backup is taken, the load
completes, the rollforward completes, etc., depending on the
current state of the table spaces. Refer to the systems
administration guide for further information about the table
space states.

sqlcode : -291

sqlstate : 55039

This means you have a tablespace in a non-normal state. Issue a "list tablespaces" command to see whaich tablespaces are affected and what state they are in.

Andy
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