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

Migrazione da Db2V7 a Db2V8

Ciao a tutti,
stò migrando dalla versione 7 alla versione 8 di DB2.
Ho migrato l'istanza ma non riesco a migrare il database.
Mi da l'errore SQL1224N con SQLSTATE= 55032.
Ho controllato sul sito IBM dove mi dicono che devo aumentare il maxagents
oppure inserire il Sysadm nel gruppo di amministrazione di db2.
Ho fatto queste due cose ma non ho risultati diversi.

Premetto che non riesco a migrare neanche il database di esembio di Db2V7.

Cosa posso fare?

Grazie a tutti per la risposta
Nov 12 '05 #1
3 2483
Perhaps you can try to create a loopback node, so you can change local
connections to the database to remote connections.

Stefano Barca wrote:
Ciao a tutti,
stò migrando dalla versione 7 alla versione 8 di DB2.
Ho migrato l'istanza ma non riesco a migrare il database.
Mi da l'errore SQL1224N con SQLSTATE= 55032.
Ho controllato sul sito IBM dove mi dicono che devo aumentare il maxagents
oppure inserire il Sysadm nel gruppo di amministrazione di db2.
Ho fatto queste due cose ma non ho risultati diversi.

Premetto che non riesco a migrare neanche il database di esembio di Db2V7.

Cosa posso fare?

Grazie a tutti per la risposta


--
Anton Versteeg
IBM Certified DB2 Specialist
IBM Netherlands

Nov 12 '05 #2
Sorry, what do you mean about loopback node?
"Anton Versteeg" <an************@nnll.ibm.com> ha scritto nel messaggio
news:c8**********@sp15en20.hursley.ibm.com...
Perhaps you can try to create a loopback node, so you can change local
connections to the database to remote connections.

Stefano Barca wrote:
Ciao a tutti,
stò migrando dalla versione 7 alla versione 8 di DB2.
Ho migrato l'istanza ma non riesco a migrare il database.
Mi da l'errore SQL1224N con SQLSTATE= 55032.
Ho controllato sul sito IBM dove mi dicono che devo aumentare il maxagents oppure inserire il Sysadm nel gruppo di amministrazione di db2.
Ho fatto queste due cose ma non ho risultati diversi.

Premetto che non riesco a migrare neanche il database di esembio di Db2V7.
Cosa posso fare?

Grazie a tutti per la risposta


--
Anton Versteeg
IBM Certified DB2 Specialist
IBM Netherlands

Nov 12 '05 #3
Have a look at:

http://www-1.ibm.com/support/docview...f-8&lang=en+en
Catalog the loopback node. Enter the following command:
db2 catalog tcpip node <nodename> remote 127.0.0.1 server <connection
service name>
where <nodename> is a local alias for the node to be cataloged. This is
an arbitrary name on
the user's workstation, used to identify the node. e.g.
db2 catalog tcpip node mynode remote 127.0.0.1 server db2cdb2inst1

To verify that the catalog command worked properly, issue the following
command:
db2 list node directory

Sample output (blank lines have been removed to make it more readable):

Node Directory
Number of entries in the directory = 1
Node 1 entry:
Node name = MYNODE
Comment =
Protocol = TCPIP
Hostname = 127.0.0.1
Service name = db2cdb2inst1

5. Catalog the database as follows:
a. db2 catalog db <database name> as <database alias>
b. db2 uncatalog db <database name>
c. db2 catalog db <database alias> as <database name> at node <nodename>
e.g.
db2 catalog db WAS as WASLOOP
db2 uncatalog db WAS
db2 catalog db WASLOOP as WAS at node MYNODE
Stefano Barca wrote:
Sorry, what do you mean about loopback node?
"Anton Versteeg" <an************@nnll.ibm.com> ha scritto nel messaggio
news:c8**********@sp15en20.hursley.ibm.com...
Perhaps you can try to create a loopback node, so you can change local
connections to the database to remote connections.

Stefano Barca wrote:
Ciao a tutti,
stò migrando dalla versione 7 alla versione 8 di DB2.
Ho migrato l'istanza ma non riesco a migrare il database.
Mi da l'errore SQL1224N con SQLSTATE= 55032.
Ho controllato sul sito IBM dove mi dicono che devo aumentare il
maxagents
oppure inserire il Sysadm nel gruppo di amministrazione di db2.
Ho fatto queste due cose ma non ho risultati diversi.

Premetto che non riesco a migrare neanche il database di esembio di
Db2V7.
Cosa posso fare?

Grazie a tutti per la risposta


--
Anton Versteeg
IBM Certified DB2 Specialist
IBM Netherlands



--
Anton Versteeg
IBM Certified DB2 Specialist
IBM Netherlands

Nov 12 '05 #4

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

Similar topics

1
by: maricel | last post by:
Is it possible to catalog a DB2 UDB7.2 system/database from DB2 UDB8.1 using Configuration Assistant of v8.1? Thanks for your input. maricel.
2
by: zeb nest | last post by:
Hello, I have some problem to launch db2setup (install procedure for db2v8fp3) under linux (redhat 9.0) : /home/root/db2v8/conpe/db2/linux/install/db2jinst: line 131: 4359 Erreur de...
1
by: Andrea | last post by:
Hello, I spent now several hours searching the google groups without finding an solution. I am kind of Newbie to DB2 and JSP and therefore working with JSP4Dummies (not sure whether I should...
0
by: Lou Amaro® | last post by:
salve a tutti, spero mi possiate aiutare su un tale applicativo/sistema (?) WINDOMINO. Ho un vecchio programma in Windomino i cui dati e struttura dovrei riportare in MS-Access, ma non trovo sulla...
0
by: phil | last post by:
Problem Dropping Members from a Replication Set Originally posted: 2007 May 21 04:36 AM 9200Phil Post new reply Hi I'm trying to drop a number of tables from a replication set. Environment:
0
by: Ben Neffendorf | last post by:
Hi all, I'm working on a data warehouse split into 16 partitions. Whenever we run a query that involves a non-indexed predicate, the CPU hits 100% (mainly system CPU when checked with iostat). ...
0
by: okonita | last post by:
DB2v8.2 LUW. Unable to drop Foreign Key constraints...although DROP constraints returns undefined name. Am I missing somrthing here? Hi all, I have a perplexing DB2 Drop command situation....
0
by: JAW | last post by:
UNLOAD DATA FROM TABLE user.table SHRLEVEL CHANGE ISOLATION UR DELIMITED I am attempting variations of the above command. The table has columns defined as CHAR so they are padded with...
1
by: mohiddin2k | last post by:
how to backup db2v8 in linux os
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: 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...
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,...
0
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...

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.