If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Warining Message during Backup - what is CA BUILT?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-13-10, 11:56
noche67 noche67 is offline
Registered User
 
Join Date: Aug 2010
Posts: 4
Question Warining Message during Backup - what is CA BUILT?

Hi,

We have db2 on aix and sending backups to TSM, last night I did notice that the backup got interrupted due to another backup coming in -
the message we got-

FUNCTION: DB2 UDB, Connection Manager, sqleUCappImpConnect, probe:150
MESSAGE : ZRC=0x8037006D=-2143879059=SQLJR_CABLT "CA BUILT"

1. What is CA BUILT? is related to DB2, to communications, to SQL, to TSM, to the API of TSM?

2. and why instead of sending the typical:
SQL2033N An error occurred while accessing TSM during the processing of a
database utility. TSM reason code: "12".

we got:

FUNCTION: DB2 UDB, Connection Manager, sqleUCappImpConnect, probe:150
MESSAGE : ZRC=0x8037006D=-2143879059=SQLJR_CABLT "CA BUILT"

Thanks for your support - in advance thanks for all your comments they will be appreciated!
Reply With Quote
  #2 (permalink)  
Old 08-13-10, 18:47
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
sqleUCappImpConnect will try to establish an implicit database connection. Not sure what 'CA BUILT' indicates. You can check the meaning of the ZRC code using:

$ whatisrc 0x8037006D

Input ZRC string '0x8037006D' parsed as 0x8037006D (-2143879059).

ZRC value to map: 0x8037006D (-2143879059)

ZRC class :
SQL Error, User Error,... (Class Index: 0)
Component:
SQLJR ; DRDA Application Requester (Component Index: 55)
Reason Code:
109 (0x006D)

Identifer:
SQLJR_CABLT
Identifer (without component):
SQLZ_RC_CA_BUILT

Description:
CA BUILT

Associated information:
Sqlcode -902
SQL0902C A system error (reason code = "") occurred. Subsequent SQL
statements cannot be processed.

Number of sqlca tokens : 0
Diaglog message number: 1



This is where ' SQLJR_CABLT "CA BUILT" ' is coming from.

Are there any errors logged in the db2diag.log at around the same time? Is DB2DBDFT registry variable set (db2set -all)?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On