If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > 4414N administration service is not active

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-01-08, 11:17
larret larret is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
Exclamation 4414N administration service is not active

I'm sure it is quite common error, however i can't find answer anywhere.

Every time I try to create table with ControlCenterCommand (db2cc) it says "SQL4414N Administration Server is not active". But when I do execute db2admin start with a DAS it says it's running already.
Code:
sh-3.1$ ./db2set -all
[i] DB2PROCESSORS=0
[i] DB2COMM=tcpip
[g] DB2SYSTEM=debian
[g] DB2INSTDEF=db2inst2
[g] DB2ADMINSERVER=dasusr2
Those are correct users. I can execute CREATE TABLE in db2 CLP. My firewall is configured properly. DB2 is installed on local server.
Maybe DB2 hates debian?! I actually can execute any db2 tool only by executing it directly (example) ./sqllib/adm/db2start. I noticed that there isn't any db2 tool in /usr/bin. Moreover - i had to copy db2javit to /usr/bin because of error that db2cc had given.

Last edited by larret; 01-01-08 at 11:26.
Reply With Quote
  #2 (permalink)  
Old 01-02-08, 08:28
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
are these commands executed from db2instdef or other client instance
if so, the ./ is not needed, because db2 commands are in the path
probably this is not a client instance, or the profile is not calling db2profile
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #3 (permalink)  
Old 01-02-08, 09:25
larret larret is offline
Registered User
 
Join Date: Dec 2007
Posts: 2
Problem solved. Thx.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On