Error Accessing a table space container. SQLSTATE=57048

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ichal munir
    New Member
    • Sep 2013
    • 1

    Error Accessing a table space container. SQLSTATE=57048

    hi..i'm new in DB2 and i've got a problem when i tried to connect to my database, there an error message "SQL0293N Error Accessing a table space container. SQLSTATE=57048" , i've been tried to use "db2 "restart db db_name drop pending tablespaces (USERSPACE1)" but this can't fix this error..please help me with this error...regard' s
  • Anas Mosaad
    New Member
    • Jan 2013
    • 185

    #2
    Usually when you get such errors, ask db2 first. I mean use db2 command to get more details about your error. Most probably this will very helpful. Simply, run the command "db2 ? <SQL_CODE>". In your case the command will be:
    Code:
    db2 ? SQL0293N

    Comment

    Working...