繁体   English   中英

IBM Maximo 7.5 / Websphere安装所需的SQL Server 2014 JDBC驱动程序

[英]SQL Server 2014 JDBC Drivers needed for IBM Maximo 7.5 / Websphere Installation

处女岗位,请保持温柔。 :)

首先,我什至不确定这是否是正确的论坛。

TLDR:我的任务是使用IBM Websphere / Microsoft SQL Server 2014设置Maximo 7.5。我需要SQL Server 2014 JDBC驱动程序

-

如上所述,在安装过程中,Websphere / SQL Server 2014安装良好。

但是,Maximo在2小时的安装结束时向我抛出此错误:

 "CTGIN2471E: An error occurred while trying to start the Application Server."

堆栈跟踪如下:

SEVERE: EXIT Exception caught while trying to register new JDBC Driver.com.microsoft.sqlserver.jdbc.SQLServerDriver
Throwable occurred: java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver
    at java.lang.ClassNotFoundException.<init>(ClassNotFoundException.java:77)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:385)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:653)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:619)
    at com.ibm.tivoli.ccmdb.install.common.config.database.ACfgDatabase.registerDriver(ACfgDatabase.java:785)
    at com.ibm.tivoli.ccmdb.install.common.config.database.SQLServer.<init>(SQLServer.java:347)
    at com.ibm.tivoli.ccmdb.install.common.config.database.SQLServer.getInstance(SQLServer.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at com.ibm.tivoli.ccmdb.install.common.config.DatabaseConfigFactory.getInstance(DatabaseConfigFactory.java:95)
    at com.ibm.tivoli.ccmdb.install.common.config.DatabaseConfigFactory.getInstance(DatabaseConfigFactory.java:50)
    at com.ibm.tivoli.ccmdb.install.common.config.TaskRunner.getConfigurationStep(TaskRunner.java:645)
    at com.ibm.tivoli.ccmdb.install.common.config.TaskRunner.addTask(TaskRunner.java:234)
    at com.ibm.tivoli.ccmdb.install.foundation.ccmdb.FndConfigurationAction.uninstall(FndConfigurationAction.java:1421)
    at com.zerog.ia.installer.actions.CustomAction.j(DashoA10*..)
    at com.zerog.ia.installer.actions.CustomAction.uninstall(DashoA10*..)
    at ZeroGbx.a(DashoA10*..)
    at com.zerog.ia.installer.Uninstaller.a(DashoA10*..)
    at com.zerog.ia.installer.Uninstaller.a(DashoA10*..)
    at com.zerog.ia.installer.Uninstaller.a(DashoA10*..)
    at com.zerog.ia.installer.actions.UninstallProgressAction.n(DashoA10*..)
    at com.zerog.ia.installer.actions.ProgressPanelAction$1.run(DashoA10*..)

我尝试在我可以找到的每个Maximo安装“ lib”文件夹中(在Maximo安装期间)下载并粘贴用于SQL Server jar的Microsoft JDBC Driver 4.0。 但这并没有解决问题。

我是否必须等待IBM发布补丁程序? 还是微软方面的问题?

对于maximo 7.x:sqljdbc.jar已包含在以下文件夹中:c:\\ IBM \\ SMP \\ maximo \\ applications \\ maximo \\ lib

我会根据IBM的建议使用Windows Server 2008(64位)和SQL Server 2008。 可能不支持较新的版本,并且可能有更多陷阱。

即使安装运行Windows,WebSphere和DB2的Maximo演示安装,也需要很大的耐心。 虽然您的SQL Server安装是标准安装,但需要更多的配置和耐心。 如果您有支持合同,建议您与IBM合作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM