Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1783070
  • 博文数量: 293
  • 博客积分: 10127
  • 博客等级: 上将
  • 技术积分: 3029
  • 用 户 组: 普通用户
  • 注册时间: 2010-08-12 19:05
文章分类

全部博文(293)

文章存档

2011年(11)

2010年(282)

我的朋友

分类:

2010-11-16 22:33:41

Case:
When connect to DB2 server with command:
    connect to hasclp user $account$ using $password$

If run this command in DB2 server:
    Error occures: SQL1032N No start database manager command was issued. SQLSTATE=57019

If run this command in client:
    Error occures: [IBM][CLI Driver] SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "133.4.5.43". Communication function detecting the error: "connect". Protocol specific error code(s): "10061", "*", "*". SQLSTATE=08001

Solution:
1. Login as the Instance owner. [if you have installed db2 as
Administrator, then login as Administrator]
2. Open a db2 command prompt.
Then, Start->run->db2cmd
A command prompt will open.
3. There you run the command
db2 start db manager
It should say that it is started if it is not started
or
it should say that it is active if it is active.
If the error is different, then try this
db2 start db manager user db2admin USING db2admin
The word after the USING is the password of db2admin. If you
have changed the password of db2admin, then use that password.
4. Now open the Control Center and try to create the database.


阅读(6202) | 评论(0) | 转发(0) |
0

上一篇:DB2完全卸载(AIX)

下一篇:AIX VI编辑器

给主人留下些什么吧!~~