473,379 Members | 1,245 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,379 software developers and data experts.

Problems with db2 log archive

Hello,

In the db2diag.log I've this error's :

2005-02-15-16.35.19.488157+000 I37715388C366 LEVEL: Error
PID : 30414 TID : 1 PROC : db2logmgr
(RMDB) 0
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3160
MESSAGE : Failed to archive log file S0000000.LOG to USEREXIT from
/Database/logs/NODE0000/ with rc = 24.

2005-02-15-16.35.19.488674+000 I37715755C369 LEVEL: Warning
PID : 30414 TID : 1 PROC : db2logmgr
(RMDB) 0
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, data protection, sqlpgRetryFailedArchive,
probe:4780
MESSAGE : Still unable to archive log file 0 due to rc 24 for
LOGARCHMETH1
using method 4 and target .
and in db2uext2.err this message:

************************************************** ******************************
Time of Error: Tue Feb 15 16:36:01 2005

Parameter Count: 8
Parameters Passed:
Database name: RMDB
Logfile name: S0000000.LOG
Logfile path: /Database/logs/NODE0000/
Node number: NODE0000
Operating system: AIX
Release: SQL08020
Request: ARCHIVE
Audit Log File:
System Call Parms:
Media Type: disk
User Exit RC: 24
Error isolation: Unable to Get Log Configuration Information


************************************************** ******************************

I don't know what this means, the only thing I know is that I can't
rollfoward a db becouse it gives me this message :

SQL1268N Roll-forward recovery stopped due to error "24" while
retrieving log
file "S0000000.LOG" for database "TESTE" on node "0".
Anyone Know's what's passing with my db2.

Best Regard's

Ricardo Silva
Nov 12 '05 #1
4 12139
I would recommend that you open a PMR with IBM support.

Larry Edelstein

Ricardo Silva wrote:
Hello,

In the db2diag.log I've this error's :

2005-02-15-16.35.19.488157+000 I37715388C366 LEVEL: Error
PID : 30414 TID : 1 PROC : db2logmgr
(RMDB) 0
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3160
MESSAGE : Failed to archive log file S0000000.LOG to USEREXIT from
/Database/logs/NODE0000/ with rc = 24.

2005-02-15-16.35.19.488674+000 I37715755C369 LEVEL: Warning
PID : 30414 TID : 1 PROC : db2logmgr
(RMDB) 0
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, data protection, sqlpgRetryFailedArchive,
probe:4780
MESSAGE : Still unable to archive log file 0 due to rc 24 for
LOGARCHMETH1
using method 4 and target .
and in db2uext2.err this message:

************************************************** ******************************
Time of Error: Tue Feb 15 16:36:01 2005

Parameter Count: 8
Parameters Passed:
Database name: RMDB
Logfile name: S0000000.LOG
Logfile path: /Database/logs/NODE0000/
Node number: NODE0000
Operating system: AIX
Release: SQL08020
Request: ARCHIVE
Audit Log File:
System Call Parms:
Media Type: disk
User Exit RC: 24

Error isolation: Unable to Get Log Configuration Information

************************************************** ******************************

I don't know what this means, the only thing I know is that I can't
rollfoward a db becouse it gives me this message :

SQL1268N Roll-forward recovery stopped due to error "24" while
retrieving log
file "S0000000.LOG" for database "TESTE" on node "0".
Anyone Know's what's passing with my db2.

Best Regard's

Ricardo Silva


Nov 12 '05 #2
You might post this over in the Db2eug users group.

www.herethey.com

On 15 Feb 2005 08:42:54 -0800, c9******@dcc.online.pt (Ricardo Silva) wrote:

:Hello,
:
:In the db2diag.log I've this error's :
:
:2005-02-15-16.35.19.488157+000 I37715388C366 LEVEL: Error
:PID : 30414 TID : 1 PROC : db2logmgr
:(RMDB) 0
:INSTANCE: db2inst1 NODE : 000
:FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3160
:MESSAGE : Failed to archive log file S0000000.LOG to USEREXIT from
: /Database/logs/NODE0000/ with rc = 24.
:
:2005-02-15-16.35.19.488674+000 I37715755C369 LEVEL: Warning
:PID : 30414 TID : 1 PROC : db2logmgr
:(RMDB) 0
:INSTANCE: db2inst1 NODE : 000
:FUNCTION: DB2 UDB, data protection, sqlpgRetryFailedArchive,
:probe:4780
:MESSAGE : Still unable to archive log file 0 due to rc 24 for
:LOGARCHMETH1
: using method 4 and target .
:
:
:and in db2uext2.err this message:
:
:************************************************* *******************************
:Time of Error: Tue Feb 15 16:36:01 2005
:
:Parameter Count: 8
:Parameters Passed:
:Database name: RMDB
:Logfile name: S0000000.LOG
:Logfile path: /Database/logs/NODE0000/
:Node number: NODE0000
:Operating system: AIX
:Release: SQL08020
:Request: ARCHIVE
:Audit Log File:
:System Call Parms:
:Media Type: disk
:User Exit RC: 24
:
:> Error isolation: Unable to Get Log Configuration Information
:
:************************************************* *******************************
:
:I don't know what this means, the only thing I know is that I can't
:rollfoward a db becouse it gives me this message :
:
:SQL1268N Roll-forward recovery stopped due to error "24" while
:retrieving log
:file "S0000000.LOG" for database "TESTE" on node "0".
:
:
:Anyone Know's what's passing with my db2.
:
:Best Regard's
:
:Ricardo Silva

Nov 12 '05 #3
#define RC_NOTFOUND 24 /* db2uext2() / file not found */

Are you sure your userexit executable file is in the correct location? Generally (if I
recall correctly) $HOME/sqllib/adm works...

--

Bob
Engagement Specialist - DB2 Information Management Software - IBM Software Group
IBM Toronto Lab
[My comments are solely my own and are not meant to represent an official IBM position -
ask my cat!]
"Ricardo Silva" <c9******@dcc.online.pt> wrote in message
news:c7**************************@posting.google.c om...
Hello,

In the db2diag.log I've this error's :

2005-02-15-16.35.19.488157+000 I37715388C366 LEVEL: Error
PID : 30414 TID : 1 PROC : db2logmgr
(RMDB) 0
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3160
MESSAGE : Failed to archive log file S0000000.LOG to USEREXIT from
/Database/logs/NODE0000/ with rc = 24.

2005-02-15-16.35.19.488674+000 I37715755C369 LEVEL: Warning
PID : 30414 TID : 1 PROC : db2logmgr
(RMDB) 0
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, data protection, sqlpgRetryFailedArchive,
probe:4780
MESSAGE : Still unable to archive log file 0 due to rc 24 for
LOGARCHMETH1
using method 4 and target .
and in db2uext2.err this message:

************************************************** ******************************
Time of Error: Tue Feb 15 16:36:01 2005

Parameter Count: 8
Parameters Passed:
Database name: RMDB
Logfile name: S0000000.LOG
Logfile path: /Database/logs/NODE0000/
Node number: NODE0000
Operating system: AIX
Release: SQL08020
Request: ARCHIVE
Audit Log File:
System Call Parms:
Media Type: disk
User Exit RC: 24
Error isolation: Unable to Get Log Configuration Information


************************************************** ******************************

I don't know what this means, the only thing I know is that I can't
rollfoward a db becouse it gives me this message :

SQL1268N Roll-forward recovery stopped due to error "24" while
retrieving log
file "S0000000.LOG" for database "TESTE" on node "0".
Anyone Know's what's passing with my db2.

Best Regard's

Ricardo Silva

Nov 12 '05 #4
Yes, it's in the correct place. I manage other RS/6000 machine's , and
the user exit work well in them.

thank's anyway!!

"Bob [IBM]" <Bo******@canada.com> wrote in message news:<37*************@individual.net>...
#define RC_NOTFOUND 24 /* db2uext2() / file not found */

Are you sure your userexit executable file is in the correct location? Generally (if I
recall correctly) $HOME/sqllib/adm works...

--

Bob
Engagement Specialist - DB2 Information Management Software - IBM Software Group
IBM Toronto Lab
[My comments are solely my own and are not meant to represent an official IBM position -
ask my cat!]
"Ricardo Silva" <c9******@dcc.online.pt> wrote in message
news:c7**************************@posting.google.c om...
Hello,

In the db2diag.log I've this error's :

2005-02-15-16.35.19.488157+000 I37715388C366 LEVEL: Error
PID : 30414 TID : 1 PROC : db2logmgr
(RMDB) 0
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3160
MESSAGE : Failed to archive log file S0000000.LOG to USEREXIT from
/Database/logs/NODE0000/ with rc = 24.

2005-02-15-16.35.19.488674+000 I37715755C369 LEVEL: Warning
PID : 30414 TID : 1 PROC : db2logmgr
(RMDB) 0
INSTANCE: db2inst1 NODE : 000
FUNCTION: DB2 UDB, data protection, sqlpgRetryFailedArchive,
probe:4780
MESSAGE : Still unable to archive log file 0 due to rc 24 for
LOGARCHMETH1
using method 4 and target .
and in db2uext2.err this message:

************************************************** ******************************
Time of Error: Tue Feb 15 16:36:01 2005

Parameter Count: 8
Parameters Passed:
Database name: RMDB
Logfile name: S0000000.LOG
Logfile path: /Database/logs/NODE0000/
Node number: NODE0000
Operating system: AIX
Release: SQL08020
Request: ARCHIVE
Audit Log File:
System Call Parms:
Media Type: disk
User Exit RC: 24
Error isolation: Unable to Get Log Configuration Information


************************************************** ******************************

I don't know what this means, the only thing I know is that I can't
rollfoward a db becouse it gives me this message :

SQL1268N Roll-forward recovery stopped due to error "24" while
retrieving log
file "S0000000.LOG" for database "TESTE" on node "0".
Anyone Know's what's passing with my db2.

Best Regard's

Ricardo Silva

Nov 12 '05 #5

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

Similar topics

3
by: AA | last post by:
Hello I am having problems with a very simple serialization :( I download the schema http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0 and execute the xsd.exe for...
1
by: AA | last post by:
I want to Deserialize this simple xml... ==================================================================== <SubmitReq...
2
by: Peter Sands | last post by:
Hi, I am testing out some restores to a stand-by server, by roll-forwading the logs. I have this setup. There is no user-exit, but logretain is on, for archive logging. I have 2 DB's on...
1
by: Flix | last post by:
The following piece of code should turn the folder IN and its subfolders into a single tar file located in the folder OUT: using ICSharpCode.SharpZipLib; using ICSharpCode.SharpZipLib.Tar; ...
4
by: Lee Chapman | last post by:
Hi, I am having difficulty getting the ASP.NET framework to generate valid XHTML. My immediate problem surrounds user input in, for example, textbox controls. I consider characters such as...
11
by: Steve Smith | last post by:
I have written a winforms application that launches approximately 150 threads with Thread.ThreadStart() Each thread uses CDO 1.21 to logon to a different Exchange mailbox and send/receive a...
2
by: richard.crosh | last post by:
Hello, Using DB2 8.2 FP 9 - 32bit on Solaris 5.8 and a tape management tool of Veritas, the archive hangs on occassion. The error is "shmat failed" in the db2diag.log. Then DB2 hangs and self...
2
by: mkvenkit.vc | last post by:
Hello, I hope this is the right place to post a question on Boost. If not, please let me know where I can post this message and I will do so. I am having a strange problem with std::string as...
34
by: Alexnb | last post by:
Gerhard Häring wrote: No, it didn't work, but it gave me some interesting feedback when I ran it in the shell. Heres what it told me: Traceback (most recent call last): File...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.