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

Error when install DB2


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

New User


Joined: 04 Feb 2024
Posts: 17
Location: united arab emirates

PostPosted: Sat Feb 17, 2024 4:16 pm
Reply with quote

I want to install db2 version 11, when i start dbd2 with this command (/+tstp start db2) in log receive this error:( how can i fix it?)
tstp is the name of subsystem.
IEF695I START TSTPMSTR WITH JOBNAME TSTPMSTR IS ASSIGNED TO USER IBMUSER , GROUP SYS1
$HASP373 TSTPMSTR STARTED
IEF403I TSTPMSTR - STARTED - TIME=13.41.43
IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED
IEA705I ERROR DURING GETMAIN SYS CODE = B78-08 TSTPMSTR TSTPMSTR 00
IEA995I SYMPTOM DUMP OUTPUT 287
SYSTEM COMPLETION CODE=B78 REASON CODE=00000008
IEA705I 00FB6880 009ED1A0 009ED1A0 00E57200
TIME=13.41.43 SEQ=00059 CPU=4001 ASID=0025
PSW AT TIME OF ERROR 070C1000 8139BB40 ILC 2 INTC 0D
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 0139BB3A - 00181610 0A0D18CE 18FB180C
GR 0: 84000000 1: 84B78000
2: 80000040 3: 0000E572
4: 009ED1A0 5: 009FF070
6: 81396AF8 7: 00FB6880
8: 00000000 9: 00000D08
A: 00000000 B: 7FFFDC10
C: 00004001 D: 00006F40
E: 18E0014C F: 00000008
END OF SYMPTOM DUMP
IEF450I TSTPMSTR TSTPMSTR - ABEND=SB78 U0000 REASON=00000008 288
TIME=13.41.43
13.41.43 STC04600 IEF404I TSTPMSTR - ENDED - TIME=13.41.43
13.41.43 STC04600 $HASP395 TSTPMSTR ENDED
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Feb 17, 2024 4:39 pm
Reply with quote

Quote:

tstb is the name of subsystem.
IEF695I START TSTPMSTR WITH JOBNAME TSTPMSTR IS ASSIGNED TO USER IBMUSER , GROUP SYS1


meditate upon the above two lines and the db2 manuals
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Sun Feb 18, 2024 11:28 am
Reply with quote

These messages caught my attention:
Code:
IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED
IEA705I ERROR DURING GETMAIN SYS CODE = B78-08


Searching for B78 with 08 gives:
Quote:
The program issuing the macro is not authorized to obtain or free storage in system subpools. The program must be supervisor state, key 0, or authorized program facility (APF) authorized.


which is in line with 'problem program'. DB2 is a subsystem and needs to be APF authorized. Check your installation procedure.

fyi. I do not like the text of the explanation. I think it has to be APF authorized in order to get into supervisor state and key 0. I do not like the 'or' in the explanation. 'And' makes more sense to me.
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 Error to read log with rexx CLIST & REXX 11
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Batch install term/printer CICS 2
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top