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

SQL2038N A database system error "-5130" occurred during processing.

Hi hi, I'm trying to perform a redirected restore, but I get a nice
error returned. Does anyone have an idea of what the -5130 errorcode means?
db2inst@ELMO:~> db2 restore db efproddb into testprod redirect
SQL1277N Restore has detected that one or more table space containers are
inaccessible, or has set their state to 'storage must be defined'.
DB20000I The RESTORE DATABASE command completed successfully.

db2inst@ELMO:~> db2 set tablespace containers for 11 using \(PATH
\'/data/efproddb/tablespaces/c0001/t0001_04/\'\)
DB20000I The SET TABLESPACE CONTAINERS command completed successfully.

db2inst@ELMO:~> db2 restore db efproddb continue
SQL2038N A database system error "-5130" occurred during processing.
Thanks.

-R-
May 2 '06 #1
6 5127
I feel the error due to which the resore failed is SQL5130N.
Do you feel there is lots of environment diffrence
SQL5130N The value specified for the configuration parameter
"<parameter>" is not in the valid range of
"<start-of-range>" to "<end-of-range>".

Explanation:

The request is not done because the value of "<parameter>" is not
within the valid range.

User Response:

Ensure that the value specified for "<parameter>" is within the
valid range, then try the request again.

May 2 '06 #2
Well, no shocking differences.
Both 64bit platforms with 64bit instances. (the platform where the
backup was taken and the platform where the backup is to be restored).

SQL5130N, that's something about messed up parameters? Not a clue where
to look.
Can the error have something to do with the tablespaces that are being
set for the restore?

-R-

Kiran Nair wrote:
I feel the error due to which the resore failed is SQL5130N.
Do you feel there is lots of environment diffrence
SQL5130N The value specified for the configuration parameter
"<parameter>" is not in the valid range of
"<start-of-range>" to "<end-of-range>".

Explanation:

The request is not done because the value of "<parameter>" is not
within the valid range.

User Response:

Ensure that the value specified for "<parameter>" is within the
valid range, then try the request again.

May 2 '06 #3
Jurgen,
Do you find any clues in db2diag.log ?
Jurgen Haan wrote:
Well, no shocking differences.
Both 64bit platforms with 64bit instances. (the platform where the
backup was taken and the platform where the backup is to be restored).

SQL5130N, that's something about messed up parameters? Not a clue where
to look.
Can the error have something to do with the tablespaces that are being
set for the restore?

-R-

Kiran Nair wrote:
I feel the error due to which the resore failed is SQL5130N.
Do you feel there is lots of environment diffrence
SQL5130N The value specified for the configuration parameter
"<parameter>" is not in the valid range of
"<start-of-range>" to "<end-of-range>".

Explanation:

The request is not done because the value of "<parameter>" is not
within the valid range.

User Response:

Ensure that the value specified for "<parameter>" is within the
valid range, then try the request again.


May 2 '06 #4
Ah... ofcourse.

2006-05-02-09.47.04.134361+120 I21158097G500 LEVEL: Error
PID : 2387 TID : 332215680 PROC : db2agent (TESTPROD)
INSTANCE: db2inst NODE : 000 DB : TESTPROD
APPHDL : 0-758 APPID: *LOCAL.db2inst.060502074346
FUNCTION: DB2 UDB, database utilities, sqludsfp, probe:556
MESSAGE : Failed to set database configuration parameter HDR_DB_ROLE to
standard
DATA #1 : Hexdump, 4 bytes
0xFFFEF6C0 : F6EB FFFF ....

Kiran Nair wrote:
Jurgen,
Do you find any clues in db2diag.log ?
Jurgen Haan wrote:

Well, no shocking differences.
Both 64bit platforms with 64bit instances. (the platform where the
backup was taken and the platform where the backup is to be restored).

SQL5130N, that's something about messed up parameters? Not a clue where
to look.
Can the error have something to do with the tablespaces that are being
set for the restore?

-R-

Kiran Nair wrote:
I feel the error due to which the resore failed is SQL5130N.
Do you feel there is lots of environment diffrence
SQL5130N The value specified for the configuration parameter
"<parameter>" is not in the valid range of
"<start-of-range>" to "<end-of-range>".

Explanation:

The request is not done because the value of "<parameter>" is not
within the valid range.

User Response:

Ensure that the value specified for "<parameter>" is within the
valid range, then try the request again.


May 2 '06 #5
Not sure why its showing HDR_DB_ROLE
As per documentation it should have been HADR_DB_ROLE, which is a
informational parameter showing current role of the database, that is
STANDARD, PRIMARY, or STANDBY...What is its value in datbase at time of
taking backup any idea ?

http://publib.boulder.ibm.com/infoce...n/r0011439.htm

Regards,
Kiran Nair
Jurgen Haan wrote:
Ah... ofcourse.

2006-05-02-09.47.04.134361+120 I21158097G500 LEVEL: Error
PID : 2387 TID : 332215680 PROC : db2agent (TESTPROD)
INSTANCE: db2inst NODE : 000 DB : TESTPROD
APPHDL : 0-758 APPID: *LOCAL.db2inst.060502074346
FUNCTION: DB2 UDB, database utilities, sqludsfp, probe:556
MESSAGE : Failed to set database configuration parameter HDR_DB_ROLE to
standard
DATA #1 : Hexdump, 4 bytes
0xFFFEF6C0 : F6EB FFFF ....

Kiran Nair wrote:
Jurgen,
Do you find any clues in db2diag.log ?
Jurgen Haan wrote:

Well, no shocking differences.
Both 64bit platforms with 64bit instances. (the platform where the
backup was taken and the platform where the backup is to be restored).

SQL5130N, that's something about messed up parameters? Not a clue where
to look.
Can the error have something to do with the tablespaces that are being
set for the restore?

-R-

Kiran Nair wrote:

I feel the error due to which the resore failed is SQL5130N.
Do you feel there is lots of environment diffrence
SQL5130N The value specified for the configuration parameter
"<parameter>" is not in the valid range of
"<start-of-range>" to "<end-of-range>".

Explanation:

The request is not done because the value of "<parameter>" is not
within the valid range.

User Response:

Ensure that the value specified for "<parameter>" is within the
valid range, then try the request again.



May 2 '06 #6
Stupid old me...

The restore was done in a newly created instances especially for that
restore, instead of the regular one.
This instance was not created with the -w64 parameter.
In short, I was trying to restore a 64bit backup into a 32bit environment.

D'oh!

-R-
May 5 '06 #7

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

Similar topics

5
by: richard | last post by:
I have a licensed MS Office 97 package which I have moved from PC to PC over the years and I have just bought a new machine with XP Pro on it, the latest release. When I install Office, I get the...
1
by: Angel | last post by:
I'm trying to connect to a fixed IP address (eg. http://10.60.903.50/TempFile) in order to retrieve one accii line of text in TempFile. I try to read the information with this code: string...
3
by: Jimski | last post by:
Hello all, I am having a problem where I get an error message when I call FlushFinalBlock when decrypting my encrypted text. I am using the Rijndael algorithm. The error message is "Length...
0
by: ksayal | last post by:
Hi, I'm creating a project. Whenever I try to add a user control or add an aspx page it gives me the following error. When I remove the inherits="" thing, it shows up the page.... What would be...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
0
by: matt.delvecchio | last post by:
hey all, recently i was getting this error in my apps: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request....
4
by: Gary | last post by:
Hi, I get this error " " when my web page run, what does it mean? Hope someone can help!!! Gary
5
by: Nick Gilbert | last post by:
Hi, I recently upgraded a website from ASP.NET 1.1 to 2.0. While working on the site and changing aspx or ascx files, I sometimes randomly get a compilation error after refreshing the page in...
0
by: Gtu108 | last post by:
Hi, I am getting an error while uploading a published version of site. The error is like : Description: An error occurred during the parsing of a resource required to service this request....
6
by: Bobby Edward | last post by:
Using ASP.NET 3.5 and MySQL (thru DevArt MyDirect.NET)... On the production server I get a "Parser Error" for every XSD dataset. It works perfect on my dev machine. But, on the production...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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...
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
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...
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...

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.