473,796 Members | 2,867 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DB21015E - New Error with Fixpack 8?

Hi all,

i saw that Jacelyn Yswan has posted already at 23th of February for the
same problem, but apparently there was no solution. Maybe someone knows the
reason today.

We use Fix 8 since 7th of march on AIX 5L and we still get the error
DB21015E since then every night at run time of our batch jobs. Because the
error occur every night on another job i can say that the db2 command cause
this problem is not allways the same (db2 connect to..., db2 get db
cfg...,etc.).

The standard "todos" like increasing DB2BQTIME + DB2BQTRY and repeating
db2iupdt does not solve the problem. The db2bp program also reside in the
correct dbm installation path. Next i will increase maxuproc, maybe this
will help but i have my doubts.

I have posted this problem to the DB2 Support, but maybe someone has
knowledge of this problem and can give me faster informations.

Thanks
Tino

--
Message posted via http://www.dbmonster.com
Nov 12 '05 #1
2 3816
DB2BQTIME's default value is 1 second - the maximum allowed.
DB2BQTRY defaults to 60.

This indicates that whatever is causing this problem has a duration
longer than 60 seconds.

If you are getting an immediate error when issuing the command then I'd
suspect a permissions problem. If it takes a full minute for the error
to show up then the problem lies in starting the db2bp program. If db2bp
cannot start at this time but runs ok (from this userid) at other times
of the day then this could be operating system related. (ie. Maximum
concurrent tasks has been reached.) I believe that if db2bp cannot
connect to the instance/database; then you get a different error.

Phil Sherman

Tino Lecomte via DBMonster.com wrote:
Hi all,

i saw that Jacelyn Yswan has posted already at 23th of February for the
same problem, but apparently there was no solution. Maybe someone knows the
reason today.

We use Fix 8 since 7th of march on AIX 5L and we still get the error
DB21015E since then every night at run time of our batch jobs. Because the
error occur every night on another job i can say that the db2 command cause
this problem is not allways the same (db2 connect to..., db2 get db
cfg...,etc.).

The standard "todos" like increasing DB2BQTIME + DB2BQTRY and repeating
db2iupdt does not solve the problem. The db2bp program also reside in the
correct dbm installation path. Next i will increase maxuproc, maybe this
will help but i have my doubts.

I have posted this problem to the DB2 Support, but maybe someone has
knowledge of this problem and can give me faster informations.

Thanks
Tino


Nov 12 '05 #2
It is not a permission problem. The night batches are all running with DBM
authority. If you start the same job 5 Minutes later the job is running
very nice and you got no errors. The problem occur after you reach the
DB2BQTIME, the big question is why?

I have tested the last few days seperate settings. I increase DB2BQTIME at
least to 90 seconds and increase maxuproc to about 50%, no influence to my
problem.

I think the problem is a new Fix 8 one.
Nov 12 '05 #3

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

Similar topics

0
1769
by: alederer | last post by:
Hallo! I have the following situation: DB2 V6.1 OS/390 and DB2 V6.1 auf AIX 4.3.3 running the database servers. A windows NT machine with db2 V7.1.040 FP3 (WR21254) client. Now I have a JDBC application which crashes when it tries to find out the primary keys of a table on the AIX db server using getPrimaryKeys on tables with primary keys (it don't crash with tables without primary keys!).
6
8621
by: cat | last post by:
Hi Folks, We are going to start a grand new project, which is DB2v7 FP10a sitting on AIX4.3.3 on M80 server. Here is my question, 1) According to Fixpack installation guide, I have to install Fixpack1(Pre-request of Fixpack 3 installation), Fixpack 3(Pre-request of Fixpack 10a) in order to successful install Fixpack 10a.Question is do I have to follow this sequence or there is a way jump to fixpack 10a.
1
2411
by: John Wheeler | last post by:
Hi, We upgraded the Windows ADC V8.1 to fixpack 5 on some Windows 2000 (Dutch Version) professional machines and something strange happened. When we select decimal columns in our queries the decimal separator of the decimal columns has become a comma while it was a dot. Example resultset : Before Fixpack 5:
4
3522
by: pshindle | last post by:
DB2 Team - I just downloaded and unzipped the new Fixpack 9 for DB2 ESE V8 for Windows (FP9_WR21350_ESE.exe). I then burned the unzipped Fixpack files to a CD. I proceded to install this Fixpack on a test machine running ESE but encountered a serious error during the install. It started 'copying new files' but then stopped cold and displayed a dialog box asking me to "Please insert disk 1". (It all fit on one CD!) I clicked OK...
8
9581
by: Brian Tkatch | last post by:
Server: DB2/SUN 8.1.6 Client: DB2 Connect Personal Edition (No 11) <URL:ftp://ftp.software.ibm.com/ps/products/db2/fixes2/english-us/db2winIA32v8/fixpak/FP11_WR21365/FP11_WR21365_CONPE.exe> Uninstalled old version, installed new version, and am now trying to use the CLP. <<<<<<<<<<<< For more detailed help, refer to the Online Reference Manual.
5
3147
by: Photubias | last post by:
I get the above error when issueing the 'db2start' command. Found no info in the net that could help me. I have the V8.1 FP10 installed on SLES 9 x86_64 Any tips? Tx in advance
1
5794
by: Racerx | last post by:
Hi All: I use db2 v8.1 fixpack 3 on AIX 5.1. I used to get a memory heap error few months ago. I sorted it out by setting the NUM_POOLAGENTS and MAXAGENTS equal. Also there was an issue with the event monitor reaching max space limits which was sorted out. Now there is no issues with the parameters or the event monitor file space but still i get the following error in my
0
1996
fahimghauri
by: fahimghauri | last post by:
Hi, I upgraded my DB2 8.1 upto fixpack 15, before this it was on level 7. After upgrade when I explain the Sql statement I get the following error: ------------------------------ ERROR --------------------------------------- DBA3065E Snapshot cannot be processed due to a CLI error. Explanation:
0
1689
by: shiva359 | last post by:
Hi Looking for a quick safest way of rollback plan for fixpack (version 8 fixpack 14 ) upgraded Instance on windows from verison 8 ( no fixpack ) level . one approach is take ixf dumps using db2move
0
10467
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10244
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10201
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9061
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7558
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6802
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5454
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.