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

Renaming Windows DB2 Server Machine

I'm attempting to rename a Windows 2003 Server machine that has DB2
9.1 Express with Fixpack 2 installed. After I rename the machine and
reboot, I get an error:

DB2 UDB:
SQL1042C An unexpected system error occurred.

Service Control Manager:
At least one service or driver failed during system startup. Use
Event Viewer to examine the event log for details.

Inside the event log I find:
The DB2 - DB2COPY1 - DB2 service terminated with service-specific
error 4294966274 (0xFFFFFC02).

Inside db2diag.log I find this error several times:
2007-09-20-12.09.32.109000-420 E68293H405 LEVEL: Error (OS)
PID : 2860 TID : 2848 PROC : db2syscs.exe
INSTANCE: DB2 NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloGetAccountSID, probe:30
MESSAGE : ZRC=0x83000534=-2097150668
CALLED : OS, -, LookupAccountName
OSERR : 1332 "No mapping between account names and security IDs was
done."

I found an article about renaming the DB2 Server machine, but I am
unable to do this after renaming the machine:
http://www-304.ibm.com/jct09002c/isv...sp?oid=1:23295
(the db2 ... command fails).

I looked up the windows error message and didn't find anything useful.

How do I rename a DB2 Server Machine?

Sep 20 '07 #1
3 10515
On Sep 20, 3:19 pm, Shepherd.Tra...@gmail.com wrote:
I'm attempting to rename a Windows 2003 Server machine that has DB2
9.1 Express with Fixpack 2 installed. After I rename the machine and
reboot, I get an error:

DB2 UDB:
SQL1042C An unexpected system error occurred.

Service Control Manager:
At least one service or driver failed during system startup. Use
Event Viewer to examine the event log for details.

Inside the event log I find:
The DB2 - DB2COPY1 - DB2 service terminated with service-specific
error 4294966274 (0xFFFFFC02).

Inside db2diag.log I find this error several times:
2007-09-20-12.09.32.109000-420 E68293H405 LEVEL: Error (OS)
PID : 2860 TID : 2848 PROC : db2syscs.exe
INSTANCE: DB2 NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloGetAccountSID, probe:30
MESSAGE : ZRC=0x83000534=-2097150668
CALLED : OS, -, LookupAccountName
OSERR : 1332 "No mapping between account names and security IDs was
done."

I found an article about renaming the DB2 Server machine, but I am
unable to do this after renaming the machine:http://www-304.ibm.com/jct09002c/isv...sp?oid=1:23295
(the db2 ... command fails).

I looked up the windows error message and didn't find anything useful.

How do I rename a DB2 Server Machine?
DB2 (and many other services in Win NT type machines) depend upon
NetBIOS service mappings for proper operation. Just a wild guess that
might be related to that. Check 'nbtstat -n' to see if there are any
discrepancies there.

Is your instance service installed as a local userid or domain userid?

Sep 20 '07 #2
On Sep 20, 1:51 pm, Sanjuro <ashru...@gmail.comwrote:
On Sep 20, 3:19 pm, Shepherd.Tra...@gmail.com wrote:


I'm attempting to rename a Windows 2003 Server machine that has DB2
9.1 Express with Fixpack 2 installed. After I rename the machine and
reboot, I get an error:
DB2 UDB:
SQL1042C An unexpected system error occurred.
Service Control Manager:
At least one service or driver failed during system startup. Use
Event Viewer to examine the event log for details.
Inside the event log I find:
The DB2 - DB2COPY1 - DB2 service terminated with service-specific
error 4294966274 (0xFFFFFC02).
Inside db2diag.log I find this error several times:
2007-09-20-12.09.32.109000-420 E68293H405 LEVEL: Error (OS)
PID : 2860 TID : 2848 PROC : db2syscs.exe
INSTANCE: DB2 NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloGetAccountSID, probe:30
MESSAGE : ZRC=0x83000534=-2097150668
CALLED : OS, -, LookupAccountName
OSERR : 1332 "No mapping between account names and security IDs was
done."
I found an article about renaming the DB2 Server machine, but I am
unable to do this after renaming the machine:http://www-304.ibm.com/jct09002c/isv...sp?oid=1:23295
(the db2 ... command fails).
I looked up the windows error message and didn't find anything useful.
How do I rename a DB2 Server Machine?

DB2 (and many other services in Win NT type machines) depend upon
NetBIOS service mappings for proper operation. Just a wild guess that
might be related to that. Check 'nbtstat -n' to see if there are any
discrepancies there.

Is your instance service installed as a local userid or domain userid?- Hide quoted text -

- Show quoted text -
After changing the machine name, nbtstat -n shows the updated machine
name in its list. I installed DB2 using the local administrator
account. The service is set to log on as the Local System account.

Sep 20 '07 #3
On Sep 20, 2:51 pm, Shepherd.Tra...@gmail.com wrote:
On Sep 20, 1:51 pm, Sanjuro <ashru...@gmail.comwrote:


On Sep 20, 3:19 pm, Shepherd.Tra...@gmail.com wrote:
I'm attempting to rename a Windows 2003 Server machine that has DB2
9.1 Express with Fixpack 2 installed. After I rename the machine and
reboot, I get an error:
DB2 UDB:
SQL1042C An unexpected system error occurred.
Service Control Manager:
At least one service or driver failed during system startup. Use
Event Viewer to examine the event log for details.
Inside the event log I find:
The DB2 - DB2COPY1 - DB2 service terminated with service-specific
error 4294966274 (0xFFFFFC02).
Inside db2diag.log I find this error several times:
2007-09-20-12.09.32.109000-420 E68293H405 LEVEL: Error (OS)
PID : 2860 TID : 2848 PROC : db2syscs.exe
INSTANCE: DB2 NODE : 000
FUNCTION: DB2 UDB, oper system services, sqloGetAccountSID, probe:30
MESSAGE : ZRC=0x83000534=-2097150668
CALLED : OS, -, LookupAccountName
OSERR : 1332 "No mapping between account names and security IDs was
done."
I found an article about renaming the DB2 Server machine, but I am
unable to do this after renaming the machine:http://www-304.ibm.com/jct09002c/isv...sp?oid=1:23295
(the db2 ... command fails).
I looked up the windows error message and didn't find anything useful.
How do I rename a DB2 Server Machine?
DB2 (and many other services in Win NT type machines) depend upon
NetBIOS service mappings for proper operation. Just a wild guess that
might be related to that. Check 'nbtstat -n' to see if there are any
discrepancies there.
Is your instance service installed as a local userid or domain userid?- Hide quoted text -
- Show quoted text -

After changing the machine name, nbtstat -n shows the updated machine
name in its list. I installed DB2 using the local administrator
account. The service is set to log on as the Local System account.- Hide quoted text -

- Show quoted text -
Any other ideas on what the problem could be? I'm running the server
on VMWare, in case that makes a difference.

Sep 25 '07 #4

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

Similar topics

11
by: Wolfgang Kaml | last post by:
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows...
0
by: ABrignac | last post by:
To begin with, I am not an Orcale DBA. Merely a Network Engineer with a Project. Part of the project requires the renaming of a few Windows 2000 servers running Oracle 9. At this point, I do not...
2
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000...
8
by: Bill Sonia | last post by:
I've written a Windows Service to send e-mails on events like OnStart, OnStop, OnShutDown using System.Web.Mail. It works for everything but OnShutdown. My guess is that for OnShutDown, once my...
2
by: Vaap | last post by:
I did lot of googling to see if I can solve the SQL server not found problem while trying to run ASP.Net community starter kit from an XP machine to Windows 2003 server hosting SQL server 2000...
10
by: Ger | last post by:
I am having problems using VB.Net's Management base object on a machine hosting Windows Server 2003. I am trying to set file permissions from a Windows Service. These files may be loacted on a...
1
by: Doug | last post by:
The Setup --------------- Machine A: Windows 2000 Workstation Machine B: Windows 2000 Server running IIS 5.0 Machine C: Windows 2000 Server running SQL Server 2000 * User is logged into...
3
by: Vinod R.Shenoy | last post by:
Hi All, Came across a post wherin you had helped somebody with a similar problem and was wondering if you could help us out with it. Our problem is , We have a development SQL Server 2000...
4
by: Preben Zacho | last post by:
Hi there The scenario I got is this: I have created a Windows application in VS and I want to deploy it to another machine running Windows Vista. Since I have no control over this other machine,...
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: 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
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
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
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...

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.