壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2161|回复: 9

[安装|配置|入门|资料] MAXIMO6实施宝典,持续更新中!

[复制链接]
发表于 2008/10/22 15:18:24 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
1、系统操作SQL语句日志输出方法:
1)要在WEBLOGIC控制台中显示日志,修改:
Maximo\applications\maximo\properties\logging.properties中的“Fixed MAXIMO Root loggers”部分就可以了。例如:log4j.logger.maximo.sql=INFO
2)通过ORACLE查询日志:
select v$sql.sql_text,v$sql.first_load_time,v$sql.last_load_time,v$sqlarea.executions,v$sql.fetches
from v$sql,v$sqlarea
where v$sql.HASH_VALUE = v$sqlarea.HASH_VALUE
and v$sql.LAST_LOAD_TIME > to_char(sysdate - 1/24,'yyyy-mm-dd/hh24:mi:ss')
and v$sql.module = 'JDBC Thin Client'
and v$sql.SQL_TEXT like 'update%'
order by v$sql.LAST_LOAD_TIME desc;
 楼主| 发表于 2008/10/22 15:18:55 | 显示全部楼层
2、\ \tools\maximo目录下面bat文件说明:
Name

Function and Parameter

commonenv.bat

Function

公用环境设置
Parameter



configdb.bat

Function

通过数据库配置工具修改了数据库配置以后需要停止WEBLOGIC1分钟后执行该命令将修改后的结果配置到数据库中
Parameter



deletelang.bat

Function

删除语言表指定语言数据,例如deletelang –l en
Parameter

-l 指定语言编码,例如zhen
dropbackup.bat

Function



Parameter



encryptproperties.bat

Function

考虑到安全性问题,某些用户可能希望对maximo.properties文件进行加密
Parameter



exportlang.bat

Function

导出语言表数据(用在多语言环境下)
Parameter



importlang.bat

Function

导入语言表数据(用在多语言环境下)
Parameter



integrityui.bat

Function

MAXIMO数据库整体有效性检验工具,检查结果可以指导MAXIMO系统管理员对数据优化、垃圾数据的清理工作
Parameter



maxinst.bat

Function

从文件导入数据库
Parameter



maxinstui.bat

Function

UI界面的数据导入工具
Parameter



pkghelp.bat

Function



Parameter



pkginstall.bat

Function



Parameter



resetbaselang.bat

Function



Parameter



restorefrombackup.bat

Function

如果在配置数据库之前从configdb.bat中删除了“-r”参数就需要执行该命令
Parameter



updatedb.bat

Function



Parameter



validate.bat

Function



Parameter



 楼主| 发表于 2008/10/22 15:21:32 | 显示全部楼层
3、\tools\maximo\internal下部分bat文件说明:
Name

Function and Parameter

checkmxserver.bat

Function



Parameter



commonEnv.bat

Function



Parameter



exportapp.bat

Function



Parameter



intclient.bat

Function



Parameter



messageloader.bat

Function

将消息xml文件导入到数据库消息表maxmessages,例如:
messageloader.bat -iD:\Maximo\resources\messages\newmessage.xml
Parameter

参数i表示将指定导入文件
messageunloader.bat

Function

将数据库消息表maxmessages中的数据导出到xml文件,例如:
messageunloader.bat -iD:\Maximo\resources\messages\newmessage.xml
Parameter

参数i表示将文件导出到制定位置
mxdiff.bat

Function



Parameter



mxverify.bat

Function



Parameter



runscriptfile.bat

Function



Parameter



setlangname.bat

Function



Parameter



TestEmail.bat

Function



Parameter



Unlcvt.bat

Function

将数据库导出成 .ORA 文件
Parameter



UpdateGLDelimiter.bat

Function



Parameter



 楼主| 发表于 2008/10/22 15:23:59 | 显示全部楼层
4、MAXIMO消息配置
1)概述:
MAXIMO消息存放在消息表MAXMESSAGES表中,表中数据如下图所示:


MAXIMO消息的特点:
1.MAXIMO消息按MSGGROUP进行分组管理;
2.MAXIMO有两种类型的MSGBOX和STATUS;
3.消息ID可以被程序、表域应用引用。

安装完MAXIMO后,MAXIMO的默认消息文件存放在\resources\message下面
发表于 2009/8/31 14:16:38 | 显示全部楼层
非常好   顶了
发表于 2010/3/8 15:11:46 | 显示全部楼层
值得一看 公告
发表于 2011/8/18 17:29:50 | 显示全部楼层
顶顶顶顶。。。。
发表于 2011/12/1 15:15:55 | 显示全部楼层
顶顶顶顶。。。。
发表于 2011/12/6 15:24:34 | 显示全部楼层
还有更新吗 ,继续
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/29 02:33 , Processed in 0.022864 second(s), 16 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表