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

CICS Abend AD2U


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
raghav08
Currently Banned

New User


Joined: 03 Jun 2008
Posts: 94
Location: Bangalore

PostPosted: Wed Jul 30, 2008 11:12 am
Reply with quote

Hi,

When I try to run a main transaction (CICS/DB2 Program) in CICS region getting an error meassage:

"DB2 connection authorization has failed"

When I see the conetent in Abend-Aid CICS, it has following information

"The DB2 subtask processing the request could not create a DB2 thread. The CICS/DB2 interface has returned a 36 after a AD2U abend.
Create thread failed for reason other than resource contention. "


Please advice me how to approch this error.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Wed Jul 30, 2008 5:48 pm
Reply with quote

perform a google search on AD2U abend
Back to top
View user's profile Send private message
himanshu7

Active User


Joined: 28 Aug 2007
Posts: 131
Location: At Desk

PostPosted: Thu Jul 31, 2008 3:15 pm
Reply with quote

Hi,

EXPLANATION: An attempt to create a DB2 thread by the
subtask servicing the DB2 request failed. The installed
DB2CONN specifies THREADERROR(N906D) or THREADERROR(ABEND).

SYSTEM ACTION:

If THREADERROR(N906D) is specified in the DB2CONN,
processing continues. A -906 sqlcode is returned to the
application and a transaction dump is taken with abend code
AD2U.

If THREADERROR(ABEND) is specified in the DB2CONN, the task
is abnormally terminated with a CICS transaction dump.

USER RESPONSE: Examine the dump to determine why the
create thread failed.

MODULE: DFHD2EX1

Regards
Himanshu Sharma
Back to top
View user's profile Send private message
vinit_infy
Warnings : 1

New User


Joined: 07 Apr 2005
Posts: 56

PostPosted: Wed Aug 06, 2008 11:13 pm
Reply with quote

Probably this is due to incorrect specification of RCT table defined for your cics transaction. check with your cics administrator if there is db2entry defined for your cics transaction with the appropriate db2 plan.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top