IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Need suggestions on SQLCODE -904


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ramsfm

New User


Joined: 05 May 2006
Posts: 12
Location: Pune

PostPosted: Tue Oct 31, 2006 9:44 pm
Reply with quote

Hi,

Can any one suggest me what are the possibilties for getting
SQLCODE -904 and how can we resolve that.

I am facing the below error , while executing COBOL-DB2 component.

DSNT408I SQLCODE = -904, ERROR: UNSUCCESSFUL EXECUTION CAUSED BY AN UNAVAILABL RESOURCE 00000210, AND RESOURCE NAME TSHRT .SSHTRME .00000015
DSNT418I SQLSTATE = 57011 SQLSTATE RETURN CODE.

Thanks,
Ramesh.
Back to top
View user's profile Send private message
MFRASHEED

Active User


Joined: 14 Jun 2005
Posts: 186
Location: USA

PostPosted: Tue Oct 31, 2006 9:49 pm
Reply with quote

This is previosly discussed topic, just search forum with -904 and you will get information, one such link is

ibmmainframes.com/viewtopic.php?t=14960&highlight=904
Back to top
View user's profile Send private message
ramsfm

New User


Joined: 05 May 2006
Posts: 12
Location: Pune

PostPosted: Wed Nov 01, 2006 4:04 pm
Reply with quote

Thanks for reply.

I want to check whether that table is exiting in dev region or not,
is it possible to know by excuting any sql or by seraching any catalog tables.

Please help on that.
Back to top
View user's profile Send private message
harry

New User


Joined: 27 Mar 2006
Posts: 31

PostPosted: Wed Nov 01, 2006 4:12 pm
Reply with quote

Hi,

After each load we have to firstly take the imagecopy of the database.If next time you will try to load the data or you want to do any operation with Db-2 it will give you the sql return of -904.

Here in your case PART 210 OF YOUR DATA BASE IS CREAING THE PROBLEM SO YOU HAVE TO TAKE THE IMAGECOPY BY FOLLOWING COMMANDS:

INCLUDE TABLESPACES TABLESPACE DATABASE.TABLESPACE PARTLEVEL (210)

Hope it will resolve your problem.

Regards
Harry
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Data Backup suggestions DB2 5
No new posts SQLCODE = -122 while using the scalar... DB2 4
No new posts SQLCODE = -16002 when using XMLEXISTS DB2 1
No new posts Is SQLCODE -811 possible while fetchi... DB2 1
No new posts SQLCODE=-204 SQLSTATE=42704 DB2 4
Search our Forums:

Back to Top