2013年1月4日

摘要: 错误内容如下:APP-FND-00668: The data that defines the flexfield on this field may be inconsistent. Inform. yoursystem administrator that the function: FDFRKS could not find the structure definition for theflexfield specified by Application = &APPL, Code = SCL and Structure number = 50107 (APPID=800)AP 阅读全文
posted @ 2013-01-04 15:54 Oaksoft 阅读(377) 评论(0) 推荐(0) 编辑
 

2013年1月3日

摘要: Sub UnProtectAllDocFiles()On Error Resume NextConst strRootPath = "D:\我的文件" ' 存放文档的目录Const strPassword = "" ' 密码Const strNewPassword = "" '新密码Dim oDoc As DocumentDim fso, oFolder, oFileSet fso = CreateObject("Scripting.FileSystemObject")Set oFolder 阅读全文
posted @ 2013-01-03 08:18 Oaksoft 阅读(390) 评论(0) 推荐(0) 编辑
 

2012年12月27日

摘要: sysadmin/sysadminmfg/welcomeoperations/welcomeservices/welcomemrc/welcomehrms/welocmeprojmfg/welcome (For Project)process_ops/welcome(FOR OPM)INVPLANNER/welcomeMRC/welcome 阅读全文
posted @ 2012-12-27 16:09 Oaksoft 阅读(153) 评论(0) 推荐(0) 编辑
 

2012年3月22日

摘要: 1.将以下三个文件夹下所有文件删除$INST_TOP/ora/10.1.3/j2ee/forms/persistence/$INST_TOP/ora/10.1.3/j2ee/oafm/persistence/$INST_TOP/ora/10.1.3/j2ee/oacore/persistence/2.执行adautocfg.sh3.重新启动,启动的顺序:adopmnctl.shadapcctl.shadoacorectl.shadformsctl.shadoafmctl.shadalnctl.shadcmctl.sh apps/appsjtffmctl.sh到adapcctl.shadoafm 阅读全文
posted @ 2012-03-22 17:15 Oaksoft 阅读(291) 评论(0) 推荐(0) 编辑
 

2012年3月21日

摘要: 由于客户端、服务器端存在路由器、防火墙,为了本身的安全性,在超过特定时间后会把空闲连接断开。 解决办法: 1.可以修改服务器端参数,使服务器每隔一段时间向客户端发送一个消息,用于保持连接。 /etc/ssh/sshd_config 文件中的ClinetAliveInterval 300(默认为0) 2.最好的办法是修改客户端设置,使客户端每隔一段时间向服务器发送一个消息,以保持连接: SecureCRT选项->会话选项->终端->反空闲,设置每隔多少秒发送一个字符串或者发送NO-OP协议包。 阅读全文
posted @ 2012-03-21 20:58 Oaksoft 阅读(231) 评论(0) 推荐(0) 编辑