473,671 Members | 2,473 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SQL4401C The DB2 Administration Server encountered an error during startup

I have a problem to startup de DB2 Admin. I read meny documentation in
internet and nothing work, anybody know something??. I have DB2 UDB V8
fixpack 14 and AIX 5.2

x134[/u/db2as] db2admin start
SQL4409W The DB2 Administration Server is already active.
x134[/u/db2as] db2admin start
SQL4409W The DB2 Administration Server is already active.
x134[/u/db2as] db2admin start
SQL4409W The DB2 Administration Server is already active.
x134[/u/db2as] db2admin start
SQL4409W The DB2 Administration Server is already active.
x134[/u/db2as] db2admin start
SQL4409W The DB2 Administration Server is already active.
x134[/u/db2as] db2admin stop
SQL4410W The DB2 Administration Server is not active.
x134[/u/db2as] db2admin stop
SQL4410W The DB2 Administration Server is not active.
x134[/u/db2as] db2admin stop
SQL4410W The DB2 Administration Server is not active.
x134[/u/db2as] db2admin stop
SQL4410W The DB2 Administration Server is not active.
x134[/u/db2as] db2admin start
SQL4409W The DB2 Administration Server is already active.
x134[/u/db2as] db2admin start
SQL4409W The DB2 Administration Server is already active.
x134[/u/db2as] db2admin start
SQL4409W The DB2 Administration Server is already active.
x134[/u/db2as] db2admin start
SQL4409W The DB2 Administration Server is already active.
x134[/u/db2as] db2admin start
SQL4409W The DB2 Administration Server is already active.
x134[/u/db2as] db2admin start
SQL4401C The DB2 Administration Server encountered an error during
startup.
x134[/u/db2as]

May 18 '07 #1
3 9304
which environment are you using this.
if any unix based environment. please ensure the access you have with
db2admin

May 20 '07 #2
ma************@ gmail.com wrote:
I have a problem to startup de DB2 Admin. I read meny documentation in
internet and nothing work, anybody know something??. I have DB2 UDB V8
fixpack 14 and AIX 5.2
You may drop and recreate the DAS (search for "DASDROP" in documentation
or Google).

Bernd

--
Well, there's egg and bacon; egg sausage and bacon; egg and
tr**********@sp amonly.de; egg bacon and spam; egg bacon sausage
and tr**********@sp amonly.net; spam bacon sausage and spam; spam
egg spam spam bacon and tr**********@ni xwill.de ; spam sausage
May 20 '07 #3
try
db2admin drop
db2admin create

swami.

On May 20, 10:12 pm, Bernd Hohmann <trap20070...@s pamonly.netwrot e:
matias.corn...@ gmail.com wrote:
I have a problem to startup de DB2 Admin. I read meny documentation in
internet and nothing work, anybody know something??. I have DB2 UDB V8
fixpack 14 and AIX 5.2

You may drop and recreate the DAS (search for "DASDROP" in documentation
or Google).

Bernd

--
Well, there's egg and bacon; egg sausage and bacon; egg and
trap20070...@sp amonly.de; egg bacon and spam; egg bacon sausage
and trap20070...@sp amonly.net; spam bacon sausage and spam; spam
egg spam spam bacon and trap20070...@ni xwill.de ; spam sausage

May 21 '07 #4

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

Similar topics

2
3429
by: RickatGoIn | last post by:
We are currently using the security features included with latest .NET 2.0 Framework (v2.0.50215), including the Web Site Administration Tool. The only problem we have encountered thus far is getting the Web Site Administration Tool to install and work on the IIS Server. To clarifty, we can only access the Web Site Administration Tool for our applications using our local machines (localhost). When we try to access the Web Admin Tool on...
4
9953
by: Matthew Louden | last post by:
It happend to me more than once. When I create web controls or move the positions in VS.NET, I encountered the following run-time errors: It doesn't matter what controls I create, the following 'checkbox' control is just an example. Control 'CheckBox1' of type 'CheckBox' must be placed inside a form tag with runat=server. Description: An unhandled exception occurred during the execution of the current web request. Please review the...
0
425
by: Ali | last post by:
Hi, Every time I try to add new SQL provider in the web site administration tool I recieve this error. The Provider was already there but I removed it when I faced an error and then tried to add it again and now i am getting this error and can't add any provider. if anyone can help me read this or even better help me solve this problem. The following message may help in diagnosing the problem: An error occurred during the execution of...
2
2494
by: keithb | last post by:
Can someone suggest a course of action? Thanks, Keith Using the ASP.NET Website Administration tool to set up security, I get the following error message: An error was encountered. Please return to the previous page and try again. The following message may help in diagnosing the problem: Specified argument was out of the range of valid values. Parameter name: site at...
0
1652
by: Shimon Sim | last post by:
I have following error when I try to "Manage access rules". I am using my role provider and wanted to know if this could be caused by my code. Thanks. ------------------------------------------------------------------------------------------------------------- An error was encountered. Please return to the previous page and try again. The following message may help in diagnosing the problem: Specified argument was out of the range of...
7
5301
by: Martijn | last post by:
Hi all, I installed following pkg. on my laptop (Fedora Core 6) : db2exc_91_LNX_x86.tar.gz After resolving some dependency-problems the install was fine. (I understand that a laptop isn't very well suited for DB2 but .... I just want to play around :-) ) After the install I started the control center. This also went
3
4224
by: =?Utf-8?B?Um9nZXIgTWFydGlu?= | last post by:
When using the Web Site Administration Tool, I get the following error when trying to delete a user in a web application I configured to use membership, roles, and profiles: "An error was encountered. Please return to the previous page and try again. The following message may help in diagnosing the problem: The DELETE statement conflicted with the REFERENCE constraint "FK__aspnet_Me__UserI__24285DB4". The conflict occurred in database...
0
3945
by: Toralf Kirsten | last post by:
Hi all, we have installed DB2 V9.5 Trial on a Fedora 6 Linux box (32bit). Since the box is included in a NIS we have manually created db2 users db2inst, dasusr and db2fenc on this box (not in the NIS). The installation process is carried out by using the root user (as root, not using sudo or something else). We selected the custom installation and de-selected the SA MP option but enabled the option to build the TOOLSDB (catalog db as I...
3
1787
by: =?Utf-8?B?RVF1QWw=?= | last post by:
Hi, We have an application developed in VC2005 with mixed code, primarily C++ but using a C# dll for database access (DBUploader), the dll exposes a C++ interface. We are experiencing intermittent failure on startup - no errors or warnings are generated (including in the EventVwr). Once running there are no issues. The process is started either manually or spawned via a Windows service. The dll is compiled with the following compiler...
0
8483
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8401
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8926
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8603
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8673
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6236
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4227
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4416
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2060
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.