Migration from WAS 4.0 to 4.0.1 problems - running BBOWCMIG
 Technote (FAQ)
 
Problem
- Receiving minor code 4942F013 - GET_LOCAL_HOST_FAILED
- Receiving minor code C9C21454 with BBON3199E Method createconversation failed.
- BBOWCMIG job ends with RC=12
 
 
Solution
Problem:

Receiving the 4942F013 minor code which means GET_LOCAL_HOST_FAILED.

The most common problem - incorrect hostname specification

Possible solutions:

- Check the value for hostname in the tcpip.data file.

- enabled the TCP/IP RESOLVER trace to see if the right hostname is used

- Add host to the /etc/hosts file as follows:

x.x.x.x your.host.name

were x.x.x.x is the host ip name

- Add to /etc/resolv.conf:

HOSTNAME YoutHostName

and recycle TCP/IP

- If your system uses multiple TCP/IP stacks, you need to tell the application which tcpip to use. When multiple TCP/IP stacks are active at the time the server starts, the following JOB step should be included ahead of the JOB step that starts the server:

//*

//SETIT EXEC PGM=BPXTCAFF,PARM=name

//SYSPRINT DD SYSOUT=*

//*

where "name" in the PARM field is the name of the TCP/IP

or add a SYSTCPDD card to each of the WebSphere server procs.

===================================================================

Problem:

Create Conversation Web Container Upgrade Conversation 31 Jan 2002 16:21

status = 4

message.1 = BBON3199E Method createconversation failed.

message.2 = BBON3109E Corba System Exception. Reason org.omg.CORBA.

UNKNOWN: minor code: 9C21454 completed: No

count = 0

WAS error log shows:

2002/01/31 21:26:45.961 01 SYSTEM=LATB SERVER=SYSMGT01 JobName=BBOSMSS

ASID=0X0178 PID=0X01050133 TID=0X17FE2000 0X000008 c=1.2D ./bbomid80.cpp+4201 ... BBOU0088I An error occurred in EXEC SQL. The description returned from the DSNTIAR service is: DSNT408I SQLCODE =

-904, ERROR: UNSUCCESSFUL EXECUTION CAUSED BY AN UNAVAILABLE RESOURCE. REASON 00C200E9, TYPE OF RESOURCE 00000700, AND RESOURCE NAME BP32K DSNT418I SQLSTATE = 57011 SQLSTATE RETURN CODE DSNT415I SQLERRP = DSNXRUID SQL PROCEDURE DETECTING ERROR DSNT416I SQLERRD = -150 13172746 0 14075859 -691920892 12714050 SQL DIAGNOSTIC INFORMATION DSNT416I SQLERRD = X'FFFFFF6A' X'00C9000A' X'00000000' X'00D6C7D3' X'D6C22004' X'00C20042' SQL DIAGNOSTIC INFORMATION :

Possible Solution:

This -904 for BP32K usually indicates there are too few virtual buffers allocated for the DB2 bufferpool BP32K. To check this value, ran the following command

-dsn DIS BPOOL(BP32K)

where the "dsn" part is your db2 subsystem name. This will show how many default virtual buffers there are. The WebSphere Installation & Customization book documents the minimum required for WebSphere for this BP32K buffer pool is 100 Buffers. If you number is smaller, run the following command to fix that:

-dsn ALTER BUFFERPOOL(BP32K) VPSIZE(100)

===================================================================

Problem:

A Return Code of 12 from the BBOWCMIG job (RC=12)

Possible Solution:

It is a known occurrence when the CBADMIN userid is not defined as a TSO USER. There is an internal defect opened on this issue, MD13104. The RC=12 is ok if when you look at the output from the job, you see "return code"s of zero for each of the steps.

 
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server for z/OS > Install
Operating system(s): OS/390
Software version: 4.0.1
Software edition:
Reference #: 1049589
IBM Group: Software Group
Modified date: Feb 28, 2002