473,386 Members | 1,598 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Error code ZRC=0x8031006D.

Hello,

We have a DB2 8.1.0 running on AIX 5.1 and the database is logging too many
lock escalations.
Changing the DIAGLEVEL to see what's happening, the following messages begin
to show in db2diag.log:

-------------------------------------------------------------
2004-05-01-13.23.52.990570 Instance:db2 Node:000
PID:852190(db2tcpcm) TID:1 Appid:none
common communication sqlcctcpconnmgr_child Probe:103

DIA3421W "TCPIP" protocol support: Environment Variable value
"DB2SOSNDBUF" = "65536" is "accepted".

2004-05-01-13.23.53.027426 Instance:db2 Node:000
PID:852190(db2tcpcm) TID:1 Appid:none
common communication sqlcctcpconnmgr_child Probe:108

DIA3421W "TCPIP" protocol support: Environment Variable value
"DB2SORCVBUF" = "65536" is "accepted".

2004-05-01-13.23.53.063290 Instance:db2 Node:000
PID:852190(db2tcpcm) TID:1 Appid:none
common communication sqlcctcpconnmgr_child Probe:117

DIA3219I Client connecting from IP address = "10.10.10.1", port = "2627".

2004-05-01-13.23.53.109511 Instance:db2 Node:000
PID:1310860(db2agent (DATABASE)) TID:1 Appid:GA0A0A01.K30A.00E581162516
access plan manager sqlra_compile_var Probe:20 Database:DATABASE

DIA0001E An internal error occurred. Report the following error code :
"ZRC=0x8031006D".

PID:1310860 TID:1 Node:000 Title: SQLCA
sqlcaid : SQLCA sqlcabc: 136 sqlcode: -1415 sqlerrml: 0
sqlerrmc:
sqlerrp : SQLNQ720?
sqlerrd : (1) 0x8012007E (2) 0x00000000 (3) 0x00000000
(4) 0x00000000 (5) 0xFFFFFF9C (6) 0x00000000
sqlwarn : (1) (2) (3) (4) (5) (6)
(7) (8) (9) (10) (11)
sqlstate:
PID:1310860 TID:1 Node:000 Title: stmt
5345 5420 4355 5252 454e 5420 4c4f 4341 SET CURRENT LOCA
4c45 204c 435f 4354 5950 4520 3d20 2765 LE LC_CTYPE = 'e
6e5f 5553 27 n_US'
---------------------------------------------------------------

What could be the error code "ZRC=0x8031006D"???

Thanks in advance.

Marcos Paulo Serafim
Orlandia - SP - Brazil
Nov 12 '05 #1
18 7008
Marcos,

When you connect through e.g. CLP a few statemenst are executed
automatically.
One of them being the SET LOCALE statement you see in the db2diag.log.
It seems like it was trying to set en_US as a locale, but that's not
available (on the server?).
So SET LOCALE got cranky.
Did you get an error back from CLP?

Cheers
Serge
--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #2
Marcos,

When you connect through e.g. CLP a few statemenst are executed
automatically.
One of them being the SET LOCALE statement you see in the db2diag.log.
It seems like it was trying to set en_US as a locale, but that's not
available (on the server?).
So SET LOCALE got cranky.
Did you get an error back from CLP?

Cheers
Serge
--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #3
ZRC's are listed here:
http://www-306.ibm.com/software/data...eturncodes.pdf

If you can turn your machine sideways.

Marcos Paulo Serafim wrote:
Hello,

We have a DB2 8.1.0 running on AIX 5.1 and the database is logging too many
lock escalations.
Changing the DIAGLEVEL to see what's happening, the following messages begin
to show in db2diag.log:

-------------------------------------------------------------
2004-05-01-13.23.52.990570 Instance:db2 Node:000
PID:852190(db2tcpcm) TID:1 Appid:none
common communication sqlcctcpconnmgr_child Probe:103

DIA3421W "TCPIP" protocol support: Environment Variable value
"DB2SOSNDBUF" = "65536" is "accepted".

2004-05-01-13.23.53.027426 Instance:db2 Node:000
PID:852190(db2tcpcm) TID:1 Appid:none
common communication sqlcctcpconnmgr_child Probe:108

DIA3421W "TCPIP" protocol support: Environment Variable value
"DB2SORCVBUF" = "65536" is "accepted".

2004-05-01-13.23.53.063290 Instance:db2 Node:000
PID:852190(db2tcpcm) TID:1 Appid:none
common communication sqlcctcpconnmgr_child Probe:117

DIA3219I Client connecting from IP address = "10.10.10.1", port = "2627".

2004-05-01-13.23.53.109511 Instance:db2 Node:000
PID:1310860(db2agent (DATABASE)) TID:1 Appid:GA0A0A01.K30A.00E581162516
access plan manager sqlra_compile_var Probe:20 Database:DATABASE

DIA0001E An internal error occurred. Report the following error code :
"ZRC=0x8031006D".

PID:1310860 TID:1 Node:000 Title: SQLCA
sqlcaid : SQLCA sqlcabc: 136 sqlcode: -1415 sqlerrml: 0
sqlerrmc:
sqlerrp : SQLNQ720?
sqlerrd : (1) 0x8012007E (2) 0x00000000 (3) 0x00000000
(4) 0x00000000 (5) 0xFFFFFF9C (6) 0x00000000
sqlwarn : (1) (2) (3) (4) (5) (6)
(7) (8) (9) (10) (11)
sqlstate:
PID:1310860 TID:1 Node:000 Title: stmt
5345 5420 4355 5252 454e 5420 4c4f 4341 SET CURRENT LOCA
4c45 204c 435f 4354 5950 4520 3d20 2765 LE LC_CTYPE = 'e
6e5f 5553 27 n_US'
---------------------------------------------------------------

What could be the error code "ZRC=0x8031006D"???

Thanks in advance.

Marcos Paulo Serafim
Orlandia - SP - Brazil


Nov 12 '05 #4
ZRC's are listed here:
http://www-306.ibm.com/software/data...eturncodes.pdf

If you can turn your machine sideways.

Marcos Paulo Serafim wrote:
Hello,

We have a DB2 8.1.0 running on AIX 5.1 and the database is logging too many
lock escalations.
Changing the DIAGLEVEL to see what's happening, the following messages begin
to show in db2diag.log:

-------------------------------------------------------------
2004-05-01-13.23.52.990570 Instance:db2 Node:000
PID:852190(db2tcpcm) TID:1 Appid:none
common communication sqlcctcpconnmgr_child Probe:103

DIA3421W "TCPIP" protocol support: Environment Variable value
"DB2SOSNDBUF" = "65536" is "accepted".

2004-05-01-13.23.53.027426 Instance:db2 Node:000
PID:852190(db2tcpcm) TID:1 Appid:none
common communication sqlcctcpconnmgr_child Probe:108

DIA3421W "TCPIP" protocol support: Environment Variable value
"DB2SORCVBUF" = "65536" is "accepted".

2004-05-01-13.23.53.063290 Instance:db2 Node:000
PID:852190(db2tcpcm) TID:1 Appid:none
common communication sqlcctcpconnmgr_child Probe:117

DIA3219I Client connecting from IP address = "10.10.10.1", port = "2627".

2004-05-01-13.23.53.109511 Instance:db2 Node:000
PID:1310860(db2agent (DATABASE)) TID:1 Appid:GA0A0A01.K30A.00E581162516
access plan manager sqlra_compile_var Probe:20 Database:DATABASE

DIA0001E An internal error occurred. Report the following error code :
"ZRC=0x8031006D".

PID:1310860 TID:1 Node:000 Title: SQLCA
sqlcaid : SQLCA sqlcabc: 136 sqlcode: -1415 sqlerrml: 0
sqlerrmc:
sqlerrp : SQLNQ720?
sqlerrd : (1) 0x8012007E (2) 0x00000000 (3) 0x00000000
(4) 0x00000000 (5) 0xFFFFFF9C (6) 0x00000000
sqlwarn : (1) (2) (3) (4) (5) (6)
(7) (8) (9) (10) (11)
sqlstate:
PID:1310860 TID:1 Node:000 Title: stmt
5345 5420 4355 5252 454e 5420 4c4f 4341 SET CURRENT LOCA
4c45 204c 435f 4354 5950 4520 3d20 2765 LE LC_CTYPE = 'e
6e5f 5553 27 n_US'
---------------------------------------------------------------

What could be the error code "ZRC=0x8031006D"???

Thanks in advance.

Marcos Paulo Serafim
Orlandia - SP - Brazil


Nov 12 '05 #5
I don't want to say that my solution is better but
acrobat reader has an icon that does Rotate View Clockwise.

;-)

PM
Nov 12 '05 #6
I don't want to say that my solution is better but
acrobat reader has an icon that does Rotate View Clockwise.

;-)

PM
Nov 12 '05 #7
Hello Serge,

Thanks for reply.

No, the CPL returns with success (the messages change, look below) and
every statement we run also terminate ok.

-----------------------
2004-05-01-12.55.40.907231 Instance:db2 Node:000
PID:2318342(db2agent (DATABASE)) TID:1
Appid:*LOCAL.db2.0C0A71150209
access plan manager sqlra_compile_var Probe:20 Database:DATABASE

DIA0001E An internal error occurred. Report the following error code :
"ZRC=0x8031006D".

PID:2318342 TID:1 Node:000 Title: SQLCA
sqlcaid : SQLCA sqlcabc: 136 sqlcode: -1415 sqlerrml: 0
sqlerrmc:
sqlerrp : SQLNQ719€
sqlerrd : (1) 0x8012007E (2) 0x00000000 (3) 0x00000000
(4) 0x00000000 (5) 0xFFFFFF9C (6) 0x00000000
sqlwarn : (1) (2) (3) (4) (5) (6)
(7) (8) (9) (10) (11)
sqlstate:
PID:2318342 TID:1 Node:000 Title: stmt
5345 5420 5155 4552 5920 5041 5452 4f4c SET QUERY PATROL
4c45 5220 4259 5041 5353 203d 2027 5452 LER BYPASS = 'TR
5545 27 UE'
-----------------------

Any suggestion?
Marcos Paulo Serafim
Orlandia - SP - Brazil
Serge Rielau <sr*****@ca.eye-be-em.com> wrote in message news:<c7**********@hanover.torolab.ibm.com>...
Marcos,

When you connect through e.g. CLP a few statemenst are executed
automatically.
One of them being the SET LOCALE statement you see in the db2diag.log.
It seems like it was trying to set en_US as a locale, but that's not
available (on the server?).
So SET LOCALE got cranky.
Did you get an error back from CLP?

Cheers
Serge

Nov 12 '05 #8
Hello Serge,

Thanks for reply.

No, the CPL returns with success (the messages change, look below) and
every statement we run also terminate ok.

-----------------------
2004-05-01-12.55.40.907231 Instance:db2 Node:000
PID:2318342(db2agent (DATABASE)) TID:1
Appid:*LOCAL.db2.0C0A71150209
access plan manager sqlra_compile_var Probe:20 Database:DATABASE

DIA0001E An internal error occurred. Report the following error code :
"ZRC=0x8031006D".

PID:2318342 TID:1 Node:000 Title: SQLCA
sqlcaid : SQLCA sqlcabc: 136 sqlcode: -1415 sqlerrml: 0
sqlerrmc:
sqlerrp : SQLNQ719€
sqlerrd : (1) 0x8012007E (2) 0x00000000 (3) 0x00000000
(4) 0x00000000 (5) 0xFFFFFF9C (6) 0x00000000
sqlwarn : (1) (2) (3) (4) (5) (6)
(7) (8) (9) (10) (11)
sqlstate:
PID:2318342 TID:1 Node:000 Title: stmt
5345 5420 5155 4552 5920 5041 5452 4f4c SET QUERY PATROL
4c45 5220 4259 5041 5353 203d 2027 5452 LER BYPASS = 'TR
5545 27 UE'
-----------------------

Any suggestion?
Marcos Paulo Serafim
Orlandia - SP - Brazil
Serge Rielau <sr*****@ca.eye-be-em.com> wrote in message news:<c7**********@hanover.torolab.ibm.com>...
Marcos,

When you connect through e.g. CLP a few statemenst are executed
automatically.
One of them being the SET LOCALE statement you see in the db2diag.log.
It seems like it was trying to set en_US as a locale, but that's not
available (on the server?).
So SET LOCALE got cranky.
Did you get an error back from CLP?

Cheers
Serge

Nov 12 '05 #9
Thanks!

....
"SQLCA has already been built" ???
....

Marcos Paulo Serafim
Orlandia - SP - Brazil
Blair Adamache <ba*******@2muchspam.yahoo.com> wrote in message news:<c7**********@hanover.torolab.ibm.com>...
ZRC's are listed here:
http://www-306.ibm.com/software/data...eturncodes.pdf

If you can turn your machine sideways.

Nov 12 '05 #10
Thanks!

....
"SQLCA has already been built" ???
....

Marcos Paulo Serafim
Orlandia - SP - Brazil
Blair Adamache <ba*******@2muchspam.yahoo.com> wrote in message news:<c7**********@hanover.torolab.ibm.com>...
ZRC's are listed here:
http://www-306.ibm.com/software/data...eturncodes.pdf

If you can turn your machine sideways.

Nov 12 '05 #11
DB2 Development internal.. Don't worry about that.
--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #12
DB2 Development internal.. Don't worry about that.
--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #13
Sorry PM - command line guys don't touch icons.

PM (pm3iinc-nospam) CGO wrote:
I don't want to say that my solution is better but
acrobat reader has an icon that does Rotate View Clockwise.

;-)

PM


Nov 12 '05 #14
Sorry PM - command line guys don't touch icons.

PM (pm3iinc-nospam) CGO wrote:
I don't want to say that my solution is better but
acrobat reader has an icon that does Rotate View Clockwise.

;-)

PM


Nov 12 '05 #15
PM (pm3iinc-nospam) CGO wrote:
I don't want to say that my solution is better but
acrobat reader has an icon that does Rotate View Clockwise.

Considering orientation of the document I can probably improve
performance of your rotation by at least 300%:

Click ONCE on Rotate View Counter Clockwise (one click, 90 degrees
rotation);
vs
Click THREE times on Rotate View Clockwise (three clicks, 270 degrees
rotation).

Jan M. Nelken
Nov 12 '05 #16
PM (pm3iinc-nospam) CGO wrote:
I don't want to say that my solution is better but
acrobat reader has an icon that does Rotate View Clockwise.

Considering orientation of the document I can probably improve
performance of your rotation by at least 300%:

Click ONCE on Rotate View Counter Clockwise (one click, 90 degrees
rotation);
vs
Click THREE times on Rotate View Clockwise (three clicks, 270 degrees
rotation).

Jan M. Nelken
Nov 12 '05 #17
Ok!

Thanks again!

Marcos Paulo Serafim
Orlandia - SP - Brazil
Serge Rielau <sr*****@ca.eye-be-em.com> wrote in message news:<c7**********@hanover.torolab.ibm.com>...
DB2 Development internal.. Don't worry about that.

Nov 12 '05 #18
Ok!

Thanks again!

Marcos Paulo Serafim
Orlandia - SP - Brazil
Serge Rielau <sr*****@ca.eye-be-em.com> wrote in message news:<c7**********@hanover.torolab.ibm.com>...
DB2 Development internal.. Don't worry about that.

Nov 12 '05 #19

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Marcos Paulo Serafim | last post by:
Hello, We have a DB2 8.1.0 running on AIX 5.1 and the database is logging too many lock escalations. Changing the DIAGLEVEL to see what's happening, the following messages begin to show in...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.