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

-905 SQLCODE


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
renjith
Warnings : 1

New User


Joined: 07 Aug 2006
Posts: 11

PostPosted: Mon Aug 21, 2006 9:01 am
Reply with quote

SQLCODE = -905, ERROR: UNSUCCESSFUL EXECUTION DUE TO RESOURCE LIMIT BEING EXCEEDED, RESOURCE NAME = ASUTIME
LIMIT = 000000000001 CPU SECONDS (000000010000 SERVICE UNITS) DERIVED FROM SYSIBM.DSNRLST01
SQLSTATE = 57014 SQLSTATE RETURN CODE

any solution ofr this issue?

I checked my SYSIBM.DSNRLST01 and added one line with default values(infinite) for columns corresponding to my AUTHID.But still the problem exists..can any one help me ??

thanks
renjith
Back to top
View user's profile Send private message
mahsug

New User


Joined: 01 Jul 2003
Posts: 15
Location: Phoenix , AZ

PostPosted: Mon Aug 21, 2006 11:42 am
Reply with quote

Hi ,

I have faced the similar situation, wherein my query was failing due to service units , even after declaring my authorisation id with infinite option.
I found the service units for the "infinite " is defined during the installation. and the query is expecting more service than defined to the infinite option. Hence I tweaked my query and my database structure to reduce the service units and it went on fine.

Let me know , if any queries.

Mahesh
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
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
No new posts Getting sqlcode 805 while executing R... DB2 10
Search our Forums:

Back to Top