DB2报错SQLSTATE=57017 code page "1392"

DB2报错SQLSTATE=57017 “code page "1392" ”

$ db2 connect to testDB

SQL0332N  Character conversion from the source code page "1392" to the target

code page "UNKNOWN" is not supported.  SQLSTATE=57017

$ db2set DB2CODEPAGE=1386

$ db2set DB2TERRITORY=86

$ db2 terminate

DB20000I  The TERMINATE command completed successfully.

$ db2stop

2013-06-06 12:56:59     0   0   SQL1064N  DB2STOP processing was successful.

SQL1064N  DB2STOP processing was successful.

$ db2start

2013-06-06 12:57:15     0   0   SQL5043N  Support for one or more communications protocols failed to start successfully. However, core database manager functionality started successfully.

SQL1063N  DB2START processing was successful.

$ db2 connect to payment

Database Connection Information

Database server        = DB2/AIX64 9.7.7

SQL authorization ID   = HU123

Local database alias   = PAYMENT

DB2报错SQLSTATE=57017 code page "1392"

时间: 2024-10-28 22:13:07

DB2报错SQLSTATE=57017 code page "1392"的相关文章

mvn deploy 报错:Return code is: 400, ReasonPhrase: Bad Request. ->

mvn deploy 报错:Return code is: 400, ReasonPhrase: Bad Request. -> TEST通过没有报错,但是最终部署到Nexus中时出现错误. 后检查发现,pom中的上传releases 和 snapshots的配置颠倒了. 要跟nexus上的配置一对一对应 来自为知笔记(Wiz) ,mamicode.com" style="color:#ffffff" target="_blank">mvn d

npm install 报错:ERR! code EINTEGRITY 解决方案

npm升级后,npm install 报错了,报错信息:ERR! code EINTEGRITY到处百度搜索解决方案,终于找到了!“npm cache verify”这条命令帮助了不少人 npm cache verify npm cache clean #这个命令执行不了,就执行下面 --force的命令 npm cache clean --force #clean掉之后重新执行npm install命令 原文地址:https://www.cnblogs.com/lwjnicole/p/1079

关于maven打包时的报错: Return code is: 501 , ReasonPhrase:HTTPS Required.

今天使用jenkins构建时,报以下错误 [ERROR] Failed to execute goal on project saas20: Could not resolve dependencies for project com.ipower365.saas:saas20:war:0.0.1-SNAPSHOT: Failed to collect dependencies at com.ipower365.saas:messageserviceimpl:jar:0.0.1-SNAPSHOT

maven报错:Return code is: 501 , ReasonPhrase:HTTPS Required

今天把一个去年没做完的项目翻出来做时,发现maven无法正常导入依赖.检查了一遍项目配置,没发现有什么问题.而且依赖在本地仓库存在. 随后发现报错:Failed to transfer file:*********. Return code is: 501 , ReasonPhrase:HTTPS Required. 这时候好像发现了什么重点————我们需要将maven配置修改一下: <!-- 中央仓库1 --> <mirror> <id>repo1</id>

nagios监控服务器,报错:Return code of 127 is out of bounds – plugin may be missing

今天在公司搭建了一台negios服务器.在添加被监控服务器后,几个监控的服务都是ok的,但主机显示是down的. 环境说明: nagios server: redhat 6.3 x64 最小化安装 关闭selinux and iptables nagios-3.4.1.tar.gz nagios-plugins-2.0.3.tar.gz nrpe-2.15.tar.gz 按照以前的手册一步步操作.以前都是ok的,不知道这次为何报错. 在百度上搜索了一大圈,看到的解决方案都和我的不一样.我估计是因

laravel 报错SQLSTATE[HY000] [2002] No such file or directory

在mac中执行php artisan migrate时报错 SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema = weifenxiao and table_name = migrations) [PDOException] SQLSTATE[HY000] [2002] No such file or directory

MySQL 连接超时:报错SQLSTATE[HY000] [2002] Connection timed out

在网上找了一堆,结果全部是错的 后来,我明白了其实是设置问题. 当你的代码部署到服务器里的时候,你的mysql 的host 值 应该为 127.0.0.1 而不是 你的服务器ip 不然就会报错. 其实当你的代码进入到服务器里的时候,mysql和代码是相当于在同一个ip下,所以要用127.0.0.1,而不是服务器ip 记住了!不用去改什么配置问题. 原文地址:https://www.cnblogs.com/phying/p/8970790.html

MAC系统npm安装依赖,报错npm ERR! code ECONNREFUSED

在开发过程中,安装npm依赖包遇到这个报错问题,如下图所示: 查了很多资料,尝试了很多方法都不奏效,最后尝试使用cnpm安装,一分钟搞定,如果有更好的方法,可以留言交流哦~~ 解决方案:Mac安装淘宝镜像cnpm(参考https://www.jianshu.com/p/c43725f7606e), 具体步骤: 安装cnpm需要一个最高权限: sudo npm install -g cnpm --registry=https://registry.npm.taobao.org --verbose

db2报错 Operation not allowed for reason

1.DB2数据库表操作错误SQL0668N Operation not allowed for reason code "1" on table "XXXX". SQLSTATE=57016的解决方法 The table is in Check Pending state. The integrity of the table is not enforced and the content of the table may be invalid. An operat