473,790 Members | 2,850 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 9318
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
3445
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
9967
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
2506
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
1660
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
5306
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
4239
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
3960
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
1799
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
9666
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
9986
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...
0
9021
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7530
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
6769
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5422
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...
1
4094
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3707
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2909
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.