如标题所述。问题的原因可能是db2驱动引起。原文内容如下:
In my case, I got the same error in a similar situation because I had the "wrong" driver jar (db2cc4.jar) in the classpath ahead of the "correct" one (db2cc.jar). I'm not quite sure what the difference is between the 2 jars, but when I switched the
order, the issue went away.
ibm论坛如下说:
Problem(Abstract)
WebSphere Adapters for JDBC unable to create business object definition files when attempting to configure against DB2 on z/OS.
Symptom
WebSphere Adapters for JDBC is configured to connect to DB2 on z/OS in the external service wizard. The business object artifacts can not be generated in the module after the wizard. The following SQL exception is encountered in metadata discover logs in JDBCMetadataDiscovery.log
file generated by the external service wizard.
com.ibm.db2.jcc.a.SqlException: [jcc][10150][10300][4.3.85] Invalid parameter: Unknown column name COLUMN_NAME. ERRORCODE=-4460, SQLSTATE=null
Resolving the problem
This problem is caused by the DB2 JDBC driver and DB2 environment. The latest DB2 JDBC driver file db2jcc.jar (3.58.82) should be used to connect to a DB2 database. You can get the DB2 driver V9.7 FP1 from following technote:
http://www.ibm.com/support/docview.wss?uid=swg21363866
After downloading the driver file, you will find two JARs: db2jcc.jar (for JDBC 3.0 spec) and db2jcc4.jar (for JDBC 4.0 spec). Use db2jcc.jar (for JDBC 3.0) rather than db2jcc4.jar (for JDBC 4.0) in this scenario.
In addition, you need to ensure you have the correct configuration of DB2 on z/OS. Before launching the external service wizard, ensure:
-
DESCSTAT=YES when running the DSNTIJMS job for the metadata stored procedures
-
Refresh the WLM application environment (V WLM,APPLENV=<wlmenv>,REFRESH) after setting DESCSTAT=YES
-
Rerun DSNTIJMS
分享到:
相关推荐
gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-guneabi.tar.xz gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-guneabi.tar.xz gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-guneabi.tar.xz gcc-linaro-4.9.4-2017.01-x86_...
invalid parameter type(解决方案).md
Error creating bean with name 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0' defined in ServletContext resource [/WEB-INF/springMVC-servlet.xml]: Initialization of bean failed;...
在XML Schema设计中,"cvc-complex-type.2.4.d: Invalid content was found" 是一个常见的错误信息,这通常意味着在解析XML文档时,遇到了不符合定义的复杂类型的内容。这个错误通常涉及到XML Schema的约束规则,即...
### DB2错误码大全 在使用DB2数据库的过程中,可能会遇到各种各样的错误,了解这些错误码的意义及其解决方法对于数据库管理员来说至关重要。本文将详细介绍DB2中的常见错误码及其含义,帮助用户更好地理解并处理...
java.lang.IllegalStateException: Invalid name=“com.alibaba.dubbo.config.ProtocolConfig#0” contains illegal character, only digit, letter, ‘-’, ‘_’ or ‘.’ is legal 原因: 如果没有指定id属性,...
NULL 博文链接:https://wilian.iteye.com/blog/1992365
Android的MQTT消息推送接收所需jar包,修复了MqttAndroidClient会出现throw new IllegalArgumentException Invalid ClientHandle报错,而源github中代码未更新解决,所以经过重新编译,生成新的jar包,增加...
在ROS(Robot Operating System)开发过程中,遇到`rlexception: invalid roslaunch xml syntax: no element found: line 1, column 0`这样的错误信息时,表明当前的`.launch`文件存在XML语法错误。具体来说,可能是...
- **Action Parameter Error**: `error.general.Parameter=Action Parameter Error` - 当执行某操作时传入的参数有误。 - **Invalid ID Format**: `error.general.Id=Id format is invalid` - ID格式不正确。 - **...
赠送jar包:httpcore-4.4.13.jar; 赠送原API文档:httpcore-4.4.13-javadoc.jar; 赠送源代码:httpcore-4.4.13-sources.jar; ... ... ...人性化翻译,文档中的代码和结构保持不变,注释和说明精准翻译,请放心使用。
6)....Fixed: Empty "Count" field/column is now displayed as "1" in Viewer 7)....Fixed: Generic names with "," could not be decoded in Viewer 8)....Fixed: Updated Windows 10 detection for latest builds...
flink-sql-connector-mysql-cdc-2.2.1.jar flink-connector-elasticsearch7-1.15.0.jar flink-1.15.0-bin-scala_2.12.tgz
Delphi 10.3 ,程序运行到DataModule2.ClientDataSet1.ApplyUpdates(0);语句时,提示“Invalid parameter”错误
rsyslog安装包,用于linux上日志管理系统
标签:googlecode、concurrentlinkedhashmap、lru、jar包、java、中文文档; 使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。 人性化翻译,文档中的代码和结构保持不变,注释和...
标题 "解决Invalid byte 1 of 1-byte UTF-8 sequence" 涉及的问题是关于字符编码不匹配引发的错误,通常在处理包含非ASCII字符的文本文件时出现。UTF-8是一种广泛使用的字符编码标准,能表示世界上大部分语言的字符...
xjar的4.0.1版本,便于加密gui开发时引用.访问jitpack.io 仓库 失败的可以下载,然后通过maven命令安装到本地仓库,直接应用即可. 1.安装命令: -Dfile具体maven安装路径 ...2.pom.xml引入 ...<artifactId>xjar ...
首先,确保你的系统上已经安装了必要的基础工具,包括GCC编译器、make、autoconf、libtool以及curl等。这些工具通常在Linux发行版的软件包管理器中可以找到,如Ubuntu的`apt-get`或CentOS的`yum`。...
6. ORA-00904:invalid column name - 类似于上述错误,需要检查列名的正确性。 7. ORA-01406:fetched column value was truncated - 当尝试从列中获取超过列定义长度的数据时,会截断数据并引发此错误。调整列的...