473,402 Members | 2,046 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,402 software developers and data experts.

PATCH1 settings not taking affect

I support an application where the primary key is a Date-Time Stamp.
When we converted from NEON to DB2 Connect, we were able to get the
update to work by setting the PATCH1 code to 131201 (combination of a
few others, but includes the Date Time stamp as CHAR26 patch).

I was doing some troubleshooting on another matter and came across
something peculiar. When running traces on my machine, the trace log
shows the PATCH1 is 384, not the 131201 set in the db2cli.ini file.
Consequently I cannot update ANYTHING. Some time ago I was doing some
testing of various PATCH1 combinations and this one one but had
removed it (or so I thought) some time ago.

My problem is:
I can't get my application to read the correct patch1 code and cannot
figure out where the PATCH1=384 is coming from. I have done the
following.
1. re-keyed the correct PATCH1 information into the db2cli.ini file.
2. added a couple lines at the end with ";" per a board suggestion.
3. created a new system ODBC connection.
4. Verified via the CCA that the correct patch1 info is there.
5. Re-booted after all changes.
My db2cli.ini setting [DB2A]
DESCRIPTION= Midwest Production
PATCH1=131201
DBALIAS=DB2A
trace information echo

[ Process: 300, Thread: 276 ]
[ Date & Time: 11-03-2003 07:56:48.000011 ]
[ Product: QDB2/NT 7.1.0.65 ]
[ Level Identifier: 03060105 ]
[ CLI Driver Version: 07.02.0001 ]
[ Informational Tokens: "DB2 v7.1.0.65","nXXXXXX","XXXXXX" ]
........

( DSN="DB2A" )

( UID="XXXXXXX" )

( PWD="********" )

( DBALIAS="DB2A" )

( PATCH1="384" )<------------THIS IS WRONG AHH!

I really don't know where else to check. All other settings (ie.
setting the TraceFlush information I am able to edit via the
db2cli.ini file and have the changes take affect without a problem.)

Any suggestions would be most appreciated. Thank you.
Nov 12 '05 #1
1 2110
You may have more than one db2cli.ini file.
Maybe you don't look at the right one?

http://publib.boulder.ibm.com/infoce...help/index.jsp
search for : db2cliinipath

Read this section
db2cli.ini Initialization File

The command
DB2 Get CLI cfg
can also show you the content of the db2cli.ini file. (no need to trace)

PM

"Liz Kegel" <el*************@us.fortis.com> a écrit dans le message de
news:f0**************************@posting.google.c om...
I support an application where the primary key is a Date-Time Stamp.
When we converted from NEON to DB2 Connect, we were able to get the
update to work by setting the PATCH1 code to 131201 (combination of a
few others, but includes the Date Time stamp as CHAR26 patch).

I was doing some troubleshooting on another matter and came across
something peculiar. When running traces on my machine, the trace log
shows the PATCH1 is 384, not the 131201 set in the db2cli.ini file.
Consequently I cannot update ANYTHING. Some time ago I was doing some
testing of various PATCH1 combinations and this one one but had
removed it (or so I thought) some time ago.

My problem is:
I can't get my application to read the correct patch1 code and cannot
figure out where the PATCH1=384 is coming from. I have done the
following.
1. re-keyed the correct PATCH1 information into the db2cli.ini file.
2. added a couple lines at the end with ";" per a board suggestion.
3. created a new system ODBC connection.
4. Verified via the CCA that the correct patch1 info is there.
5. Re-booted after all changes.
My db2cli.ini setting

[DB2A]
DESCRIPTION= Midwest Production
PATCH1=131201
DBALIAS=DB2A
trace information echo

[ Process: 300, Thread: 276 ]
[ Date & Time: 11-03-2003 07:56:48.000011 ]
[ Product: QDB2/NT 7.1.0.65 ]
[ Level Identifier: 03060105 ]
[ CLI Driver Version: 07.02.0001 ]
[ Informational Tokens: "DB2 v7.1.0.65","nXXXXXX","XXXXXX" ]
.......

( DSN="DB2A" )

( UID="XXXXXXX" )

( PWD="********" )

( DBALIAS="DB2A" )

( PATCH1="384" )<------------THIS IS WRONG AHH!

I really don't know where else to check. All other settings (ie.
setting the TraceFlush information I am able to edit via the
db2cli.ini file and have the changes take affect without a problem.)

Any suggestions would be most appreciated. Thank you.

Nov 12 '05 #2

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

Similar topics

13
by: Don | last post by:
I just put up php.ini-recommended as php.ini in the server-side working directory where my php scripts are located. The file has "magic_quotes_gpc" set to "Off", but when I test it within my php...
2
by: Pieter | last post by:
Hi, I'm using the Settings.settings of VB.NET to define a Connectionstring (Scope = application). When I deploy the Solution, and change this Setting in the app.config-file, it seems that...
2
by: Pieter | last post by:
Hi, I'm using the Settings.settings of VB.NET to define a Connectionstring (Scope = application). When I deploy the Solution, and change this Setting in the app.config-file, it seems that...
3
by: tshad | last post by:
Using asp.net 2.0, I am finding that at times, the old javascript will still be there. I was working with it for a couple of hours and the changes seem to happen. But at the end of the day, I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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...
0
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,...
0
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...
0
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...
0
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,...

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.