博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SQL1032N No start database manager command was issued. SQLSTATE=57019
阅读量:4117 次
发布时间:2019-05-25

本文共 837 字,大约阅读时间需要 2 分钟。

Case: 

Start>run>db2cmd

execute the command: db2 create dw on C:\ using codeset UTF-8 territory en PAGESIZE 16384

Error:
 
Error occures: SQL1032N No start database manager command was issued. SQLSTATE=57019
 

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.

转载地址:http://brdpi.baihongyu.com/

你可能感兴趣的文章
var_export 与 var_dump的不同
查看>>
深入理解PHP原理之错误抑制与内嵌HTML
查看>>
PHP错误抑制符(@)导致引用传参失败的Bug
查看>>
Redis新的存储模式diskstore
查看>>
Redis资料汇总
查看>>
Nutch-2.2+MySQL集成
查看>>
SuSE的命令安装软件 zypper,yast2
查看>>
ubuntu 安装 xampp
查看>>
编写超级可读代码的15个最佳实践
查看>>
Web攻防系列教程之 PHP + Mysql注入攻防实战
查看>>
最完整PHP.INI中文版
查看>>
借助开源项目,学习软件开发
查看>>
Ubuntu系统下安装并配置Hadoop-2.2.0集群
查看>>
HBase完全分布式安装过程详解
查看>>
Zookeeper集群环境安装过程详解
查看>>
SUSE Linux 64位环境下编译hadoop2.2.0源码
查看>>
轻量级持久存储系统MemcacheDB 详细介绍安装使用
查看>>
命名实体识别NER
查看>>
【linux】利用patch和diff命令制作文件补丁
查看>>
C语言访问redis(hiredis)
查看>>