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

Home Posts Topics Members FAQ

unable to start db2 admin server


sort of a newbie question, but anyways i cant connect to a database
because i cant start the db2admin server. running db2 v8 on winxp.
basically when i do "db2admin start" it gives me SQL4412N error, logon
user account is invalid. if i attempt to "create /user:user
/password:pass" it says "SQL4405W The DB2 Administration Server already
exists." if i try setid, it says the logon user account is invalid.
setschedid returns command successful, but the db2admin still wont
start. i would appreciate some help. thanks.

qin_23
--
qin_23
------------------------------------------------------------------------
qin_23's Profile: http://www.dbtalk.net/m548
View this thread: http://www.dbtalk.net/t320205

Jul 19 '06 #1
6 7818
i do not know much about windows db2 but admin server is part of db2
and it is not seperate instance like it used to be

i think db2 admin server started itself when you start db2 inctance
please correct me if i am wrong

qin_23 wrote:
sort of a newbie question, but anyways i cant connect to a database
because i cant start the db2admin server. running db2 v8 on winxp.
basically when i do "db2admin start" it gives me SQL4412N error, logon
user account is invalid. if i attempt to "create /user:user
/password:pass" it says "SQL4405W The DB2 Administration Server already
exists." if i try setid, it says the logon user account is invalid.
setschedid returns command successful, but the db2admin still wont
start. i would appreciate some help. thanks.

qin_23
--
qin_23
------------------------------------------------------------------------
qin_23's Profile: http://www.dbtalk.net/m548
View this thread: http://www.dbtalk.net/t320205
Jul 19 '06 #2

sorry, that's probably my fault. i forgot to mention that when i tried
to start my database, via the control center, it gave me SQL22212N
error, about the admin server. so i tried to start the admin server,
and that's how those problems occurred.

qin_23
--
qin_23
------------------------------------------------------------------------
qin_23's Profile: http://www.dbtalk.net/m548
View this thread: http://www.dbtalk.net/t320205

Jul 19 '06 #3
"qin_23" <qi***********@ no-mx.forums.yourd omain.com.auwro te in message
news:qi******** ***@no-mx.forums.yourd omain.com.au...
>
sorry, that's probably my fault. i forgot to mention that when i tried
to start my database, via the control center, it gave me SQL22212N
error, about the admin server. so i tried to start the admin server,
and that's how those problems occurred.

qin_23
Try going into Windows Services and set the Log On account properly for
DB2DAS. Then try to start the service (probably good to set it to automatic
startup).
Jul 19 '06 #4
In article <qi***********@ no-mx.forums.yourd omain.com.au>, qin_23.2b7f20
@no-mx.forums.yourd omain.com.au says...
>
sorry, that's probably my fault. i forgot to mention that when i tried
to start my database, via the control center, it gave me SQL22212N
error, about the admin server. so i tried to start the admin server,
and that's how those problems occurred.
On which OS are you running DB2?
If on windows you can start db2 by running the command db2start from the
DB2 Command Window or by starting it from the services window.
You can also define the user which is used to run the administration
server under thru the services window. This way you can automatically
check the supplied user.
Jul 19 '06 #5
edeva001
8 New Member
Try recreate the das server

Drop das
and create das

Kumar
Jul 19 '06 #6

thanks! yes, going to the services panel and starting the db2 thing
worked. im not sure why i didnt think of that earlier.

qin_23
--
qin_23
------------------------------------------------------------------------
qin_23's Profile: http://www.dbtalk.net/m548
View this thread: http://www.dbtalk.net/t320205

Jul 20 '06 #7

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

Similar topics

2
7240
by: Ahmed El Lakani | last post by:
hi all, recently i've installed vs.NET 2003 on my pc which is runing window 2000 pro with sp4, but when i'm trying to create new ASP.NET Web appication i got this messages "Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services." ...
0
1732
by: Edelwater | last post by:
Hello, I have (possibly) a framework related problem Or VS specific : Error while trying to run the project: unable to start debugging on the server. could not start asp.net or atl debugging. Verify that ASP.NET or ATL Server is correctly installed on the Server. This occurs when i want to try to debug a project in Visual Studio. I
3
1505
by: peter | last post by:
When I try to create a new ASP.NET webapplication (in Visual Studio 2003) or try to open an existing one, I get the following error-message : 'The webserver reported the following error when attempting to create or open the Web project located at the following URL 'http://localhost/WebApplication01 Unable to connect to the server'. But...
16
4184
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the project in debug mode (by hitting F5) it gives an error message "Error while trying to run project: Unable to start debugging on the web server.
5
1589
by: Dave Y | last post by:
Hello, When I try to run my aspx web page using Start>Debug I receive the following error: "Error while trying to run project : Unable to start debugging on the web server. Would you like to disable future attempts to debug ASP.NET pages for this project?" I have found some KB Articles that provide a resolution to this issue but nothing...
2
2060
by: NAGY | last post by:
hello, I created an asp.net web app in C# from a non administrative account in Visual Studio 2003, .net 1.1. when i try to run the application in debug mode from Debug start menu option, i get an error saying "Error while trying to run project : unable to start debugging on web server. Access is Denied". i searched for the solution on various...
0
3796
by: Rich | last post by:
I have an ASP.NET application "Modeler" that I adapted from ibuyspy. I worked fine under ASP.NET 1.1 & Visual Studio 2003. I recently installed ASP.NET 2.0 & Visual Studio 2005 Pro. After reconfirming "Modeler" still worked, I ran the converter. Post conversion, I cleaned up a few build-time errors, but now I cannot start the debugger. After...
4
25177
by: Sailor1877 via AccessMonster.com | last post by:
I've been reading all the threads about problems with LDB files but my specific problem doesn't seem to be addressed. I have a back end database on a server that I'm unable to run Compact and Repair on because the LDB file is still present. It tells me it is being used by a user "Admin" on my machine (a fact that is echoed when I open the...
0
1129
by: nemo | last post by:
Hi, I'm able to create, debug, and run ASP.Net projects when I login as a user with admin privileges. However if I logon to the same machine as a user without admin privileges, I get the following message when I try to debug an ASP.Net application: "Error while trying to run project: Unable to start debugging on the web server. Access is...
0
7605
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...
0
7917
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. ...
0
8118
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7665
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...
0
7962
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...
1
5501
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...
0
5217
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...
0
3631
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1207
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.