- 浏览: 414065 次
- 性别:
- 来自: 郑州
文章分类
最新评论
-
yan789654100:
先谢谢了,去研究一下
Java网络围棋游戏源码含大厅,仿QQ游戏 -
dan0773:
火狐里面用不了
梅花雨日历控件源码,及应用实例 -
左手边:
挺好的不错
Velocity教程 -
liuxuejin:
既然是教程,连个例子都没有!顶多是个笔记而已
Velocity教程 -
sky_pearl:
泪奔……求大厅代码!!!
Java网络围棋游戏源码含大厅,仿QQ游戏
WebSphere Application Server 6.0.2.9 配置 SqlServer 2000 SP2时出错问题解决
- 博客分类:
- 技术文章
WebSphere Application Server 6.0.2.9 配置 SqlServer 2000 SP2时出错问题解决
[09-7-15 11:53:32:062 CST] 0000001f DataSourceCon E DSRA8040I: 无法连接到 DataSource。遇到 "":java.lang.Exception: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]未能找到存储过程 'master..xp_jdbc_open'。DSRA0010E: SQL 状态 = HY000,错误代码 = 2,812
在节点 sivyerNode01 上的服务器 server1 上,数据源 ××× 的测试连接由于以下异常 java.lang.Exception: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]JTA is not support when selectMethod=direct. Switch to selectMethod=cursor.DSRA0010E: SQL 状态 = HY000,错误代码 = 0 而失败。
1、执行附件中的 Sql语句
/* ** INSTJDBC.SQL ** Installs XA stored procedures used by the JDBC driver */ go use master go dump tran master with no_log go /* ** drop procedures if they're already in the database */ sp_dropextendedproc 'xp_jdbc_open' go sp_dropextendedproc 'xp_jdbc_open2' go sp_dropextendedproc 'xp_jdbc_close' go sp_dropextendedproc 'xp_jdbc_close2' go sp_dropextendedproc 'xp_jdbc_start' go sp_dropextendedproc 'xp_jdbc_start2' go sp_dropextendedproc 'xp_jdbc_end' go sp_dropextendedproc 'xp_jdbc_end2' go sp_dropextendedproc 'xp_jdbc_prepare' go sp_dropextendedproc 'xp_jdbc_prepare2' go sp_dropextendedproc 'xp_jdbc_commit' go sp_dropextendedproc 'xp_jdbc_commit2' go sp_dropextendedproc 'xp_jdbc_rollback' go sp_dropextendedproc 'xp_jdbc_rollback2' go sp_dropextendedproc 'xp_jdbc_forget' go sp_dropextendedproc 'xp_jdbc_forget2' go sp_dropextendedproc 'xp_jdbc_recover' go sp_dropextendedproc 'xp_jdbc_recover2' go dump tran master with no_log go /* ** add references for the stored procedures */ print 'creating JDBC XA procedures' go sp_addextendedproc 'xp_jdbc_open', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_open2', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_close', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_close2', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_start', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_start2', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_end', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_end2', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_prepare', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_prepare2', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_commit', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_commit2', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_rollback', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_rollback2', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_forget', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_forget2', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_recover', 'sqljdbc.dll' go sp_addextendedproc 'xp_jdbc_recover2', 'sqljdbc.dll' go /* ** grant privileges so that all users can enlist in XA transactions */ grant execute on xp_jdbc_open to public go grant execute on xp_jdbc_open2 to public go grant execute on xp_jdbc_close to public go grant execute on xp_jdbc_close2 to public go grant execute on xp_jdbc_start to public go grant execute on xp_jdbc_start2 to public go grant execute on xp_jdbc_end to public go grant execute on xp_jdbc_end2 to public go grant execute on xp_jdbc_prepare to public go grant execute on xp_jdbc_prepare2 to public go grant execute on xp_jdbc_commit to public go grant execute on xp_jdbc_commit2 to public go grant execute on xp_jdbc_rollback to public go grant execute on xp_jdbc_rollback2 to public go grant execute on xp_jdbc_forget to public go grant execute on xp_jdbc_forget2 to public go grant execute on xp_jdbc_recover to public go grant execute on xp_jdbc_recover2 to public go print '' print 'instxa.sql completed successfully.' go dump tran master with no_log go checkpoint go /**/
2、将sqljdbc.dll 复制到 SQLSERVER 安装目录下
例如:C:\Program Files\Microsoft SQL Server\80\Tools\Binn
- ConnectJDBC37-JTA.zip (187.3 KB)
- 下载次数: 18
发表评论
-
Extjs 验证使用
2012-08-10 10:16 994/** * 用户表单面板 */ Ext.def ... -
使用ext的store.load 之后然后使用store.getCount 值为零解决办法
2012-07-13 09:12 1231使用ext的store.load(),之后然后使用store. ... -
什么样的cms系统算是强大
2012-07-10 17:41 988现在建站的cms系统层出不穷。从简单的到功能复杂的。从功 ... -
OpenCV背景去除的几种方法(转)
2012-07-02 10:15 8603OpenCV背景去除的几种方法 1、肤色侦测法 肤 ... -
error: command 'mt.exe' failed with exit status 31
2012-06-18 17:39 2425python setup.py build_ext -i ... -
MyBatis 3 + Spring3 多数据源配置
2012-02-27 14:50 1382详细内容地址: 终于把 MyBatis 3 和 Sp ... -
Google Earth 开发示例(Hello World)
2011-04-13 17:06 1631Google Earth Hello World 示例 &l ... -
DB2 分页查询方法,查询top N 条记录
2011-01-13 18:50 28111. db2分页查询sql select * f ... -
Birt 中的通过Script加入调试输出SQL语句代码
2010-11-18 15:54 1412用Brit制作报表时可通过在Script脚本中加入以下代码输出 ... -
TSM - Creating an include-exclude list (optional)
2010-06-09 11:00 1561Creating an include-exclude l ... -
TSM - Configuring the Web client
2010-06-09 10:51 933Configuring the Web client The ... -
Linux下 Tsm 服务器、客户端安装配置全过程
2010-05-17 10:06 1752系统环境:LINUX AS5 存储:IBM DS400 ... -
安装DB2补丁步骤
2009-10-27 17:30 17661. 通过运行 su - root ... -
WAS 6.0.2.9 部署应用使用过滤器问题解决办法
2009-08-05 16:07 1441支撑环境: IBM WebSphere Application ... -
MyEclipse5.5GA配置Websphere V6.1 全过程(详细版)
2009-07-16 13:32 1285转载自:http://blog.chinaunix.net/u ... -
WAS 5.1 部署应用容器属性配置
2009-07-07 14:52 2546WAS 5.1 部署应用容器属性配置 引用地址:http:/ ... -
Struts JSR168 Portlet using the ITIM API
2009-06-02 19:29 982Leveraging the IBM Tivoli Ident ... -
ITIM API
2009-06-02 19:22 942ITIM API http://publib.boulder ... -
打开IBM WebSphere Portal trace 收集
2009-05-26 10:37 1431Collecting login-specific infor ... -
解决HP-UX 11iv3 nfs 共享时无法写文件问题方法
2009-05-14 17:21 1934解决在两台HP小机上用SAM 配置的NFS 共享之后,moun ...
相关推荐
- 在将应用从旧版本迁移到WebSphere Application Server 6.0时,开发者需要注意一系列潜在的问题,例如代码兼容性、配置差异以及新的安全特性等。 ##### 2.2 导入源代码 - **2.2.1 从早期版本迁移工作空间** - ...
当在WAS 6.0.2.9环境中遇到过滤器问题时,通过检查配置、代码实现、日志以及容器设置,通常能找出问题并找到有效的解决方案。在测试程序`mytest`中,我们可以通过类似的方法来分析和解决过滤器问题。
jar包,官方版本,自测可用
WebSphere Application Server9.0.0.2 安装包百度云盘资源地址,非商业用途,仅供学习使用。
5. **集成改进**:与IBM其他产品如WebSphere Application Server、DB2等的集成更加紧密,提升整体解决方案的效率。 6. **管理工具**:提供了一套全面的管理工具,包括MQ Explorer,用于监控和管理队列管理器、队列和...
根据提供的文档信息,我们可以推断出这是一份关于 IBM WebSphere Application Server V5 管理的培训材料。下面将详细介绍这份文档中的关键知识点。 ### 一、文档概述 此文档名为《W38S1 Administration of ...
- **中间件软件**:安装并配置IBM WebSphere Application Server 6.0.2.9,以及Oracle 10.1.0.2数据库服务器。 - **目录服务**:设置Sun One Directory Server 5.1用于用户管理和权限控制。 - **HTTP服务器**:部署...
WebSphere Application Server 6 是IBM推出的一款企业级应用服务器,是构建、部署和管理Java EE应用程序的重要平台。本文将详细阐述其安装配置的全过程,并通过图文形式帮助理解每个步骤。 一、系统需求与准备工作 ...
### Websphere Portal Server 6.0 安装与配置详解 #### 一、概述 在本篇文章中,我们将深入探讨IBM Websphere Portal Server 6.0 (以下简称WPV6)的安装与配置过程。WPV6是基于Java 2 Platform, Enterprise Edition...
<!-- https://mvnrepository.com/artifact/com.ibm.websphere/uow --> <groupId>com.ibm.websphere</groupId> <artifactId>uow <version>6.0.2.17 </dependency>
WebSphere Application Server 6.x 资源环境提供程序配置是一种高级的系统配置方式,它允许开发者在不修改应用程序代码或配置文件的情况下,通过WebSphere管理控制台动态修改J2EE应用的配置属性。这种方式特别适合...
在本文中,我们将深入探讨两个主流的企业级Java应用程序服务器之间的对比——IBM的WebSphere Application Server V6.0与BEA的WebLogic Server 9.0。这两款产品都是企业级应用部署的重要选择,但它们在关键特性、兼容...
### WebSphere Application Server V6 自动安装应用程序知识点详解 #### 一、概述 **WebSphere Application Server (WAS) V6** 是IBM提供的一款企业级应用服务器产品,它支持多种应用开发模型,如Java EE、Web ...
WebSphere Application Server 7.0-Windows.z05,由于上传限制,把源文件分成了9个安装包,需要全部下载。
### WebSphere Application Server SSL配置详解 #### 一、概述 在现代互联网环境下,为了保障数据的安全性和隐私性,采用SSL/TLS加密已经成为一种普遍做法。本文档将详细介绍如何配置IBM WebSphere Application ...
《WebSphere Application Server V6.1 Security Handbook》是一本非常实用的指导手册,它不仅详细介绍了如何配置和管理WebSphere Application Server的安全特性,而且还提供了丰富的示例代码和应用程序,帮助用户更...
### 开发 IBM WebSphere Portal 6.0.X 中的主题与皮肤 #### 一、引言 随着企业级应用对用户体验需求的不断增长,IBM WebSphere Portal 6.0.X 提供了强大的工具来帮助开发者创建定制化且美观的门户界面。本文档旨在...
【描述】:本文档详细阐述了如何在VMware上安装WebSphere Application Server 6.0 for Linux,包括环境配置、网络设置以及WebSphere的安装步骤。 【标签】:WebSphere、Linux、VMware、网络配置、应用服务器 ...