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

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 7129|回复: 7

EBS服务器端字体修改!

[复制链接]
发表于 2006/12/23 15:53:01 | 显示全部楼层 |阅读模式

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

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

x
我在服务器端,修改完字体,
然后,重新生成安装文件出错!


是这样的:
我的EBS版本是11.5.10.2的,客户端下载oajinit的安装文件版本是JInitiator 1.3.1.21。

我修改字体后,$ adjbuild.sh $COMMON_TOP/util/jinitiator
命令中断了,提示有多个版本的jinit.exe文件存在。
确实,我的$COMMON_TOP/util/jinitiator 有:jinit11816.exe、jinit13118.exe、jinit13121.exe三个文件存在。

起先,我只保留jinit13121.exe这个文件有效,我想生成oajinit的安装文件版本是JInitiator 1.3.1.21,
但是,系统提示:adjbuild: Current Version of JInitiator is 131
This script needs to be run only for 1.1.8 version of JINITIATOR

所有,我就只保留:jinit11816.exe 。然后,命令成功执行下去!
并生产新的oajinit,而且系统自动拷贝:
$COMMON_TOP/html目录

可经过测试,此时客户端下载的oajinit的文件,不能成功安装。
没有错误提示,就是安装不下去!

而且,我把先前备份的oajinit拷贝回去,客户端就可以成功下载并安装了!

 楼主| 发表于 2006/12/23 15:53:46 | 显示全部楼层
附上,我整理的日志:

$  adjbuild.sh $COMMON_TOP/util/jinitiator
adjbuild: Current Version of JInitiator is 131
This script needs to be run only for 1.1.8 version of JINITIATOR
Usage: adjbuild <setup directory> \       [ <name of JInitiator file> [ <version of JInitiator> ] ]
               <setup directory> is the directory containing the files    oajsetup.exe and orazipsfx.
<name of JInitiator file> is the full path to the JInitiator archive   
to be repackaged, such as './jinit11727.exe'. If this argument    is not specified,
the program will use whatever is found in the
   
setup directory. If no JInitiator archives are found there, or
   multiple archives are detected, the program will abort.
  <version of JInitiator> is the version of the JInitiator archive   
being repackaged. This informs the setup program which registry   
key to examine after installation. If this argument is not given,   
the setup program will use the default key, representing the   
the last location where any version of JInitiator was installed.   
In general, you should not provide this argument.
$ adjbuild.sh /oracle/democomn/util/jinitiator
CLASSPATH is now set to the following: /oracle/demoappl/ad/11.5.0/java/adjri.zip:/oracle/democomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar:/oracle/democomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar:/oracle/democomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar:/oracle/democomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar:/oracle/democomn/java/appsborg2.zip:/oracle/demoora/8.0.6/forms60/java:/oracle/democomn/java
rm -rf /oracle/democomn/temp/adjbuild/*
cp /oracle/democomn/util/jinitiator/oajsetup.exe /oracle/democomn/temp/adjbuild/adjbuild/
cp /oracle/democomn/util/jinitiator/jinit11816.exe /oracle/democomn/temp/adjbuild/adjbuild/
cp /oracle/demoappl/admin/*.cer /oracle/democomn/temp/adjbuild/adjbuild/
cp /oracle/democomn/util/jinitiator/autosetup.txt /oracle/democomn/temp/adjbuild/
cp /oracle/democomn/util/jinitiator/setup.bat /oracle/democomn/temp/adjbuild/
echo -e [email=]'@echo[/email] off\r' > /oracle/democomn/temp/adjbuild/oajsetup.bat
echo -e 'set JINITFILE="jinit11816.exe"\r' >> /oracle/democomn/temp/adjbuild/oajsetup.bat
echo -e 'set JINITVER=118\r' >> /oracle/democomn/temp/adjbuild/oajsetup.bat
cat /oracle/democomn/util/jinitiator/oajsetup.bat >> /oracle/democomn/temp/adjbuild/oajsetup.bat
/oracle/democomn/util/java/1.4/j2sdk1.4.2_04/bin/java -ms128m -mx256m  oracle.apps.ad.jri.adjmx -areas /oracle/democomn/temp/adjbuild/ -outputFile oajtmp.zip -noMetadata
The JDK version is 1.4.2_04
Validating the files/directories specified for -areas option
About to Analyze the input areas : Fri Dec 22 2006 19:05:44
Done Analyzing the input areas : Fri Dec 22 2006 19:05:44
About to Generate outputFile : Fri Dec 22 2006 19:05:44
about to Generate oajtmp.zip : Fri Dec 22 2006 19:05:44
Done Generating oajtmp.zip : Fri Dec 22 2006 19:05:44
Done Generating outputFile : Fri Dec 22 2006 19:05:44
cat /oracle/democomn/util/jinitiator/orazipsfx oajtmp.zip > oajinit.exe
cp /oracle/democomn/temp/adjbuild/oajinit.exe .
rm -rf /oracle/democomn/temp/adjbuild/
Copying oajinit.exe to $OA_HTML..
mv oajinit.exe oajinit_bak.exe
cp oajinit_bak.exe /oracle/democomn/html/oajinit.exe
mv oajinit_bak.exe oajinit.exe


copy successful.
Repackaging complete.

The file oajinit.exe has been copied to the $OA_HTML directory on
this machine. If you have other web servers used by this installation
of Oracle Applications, be sure to copy this file to the same location
on ALL of those servers.
 楼主| 发表于 2006/12/23 15:54:30 | 显示全部楼层
我估计是生产安装文件时,所使用的jinit11816.exe 这个文件有问题!

请教,我怎么才能用指定的jinit.exe文件生产,新的 oajinit文件呢?
谢谢!
发表于 2006/12/23 18:21:29 | 显示全部楼层
robin_cao

Cool Poster


兄弟,学习的真快啊.都到这步了呀
 楼主| 发表于 2006/12/25 10:41:43 | 显示全部楼层
原帖由 laozhu 于 2006-12-23 18:21 发表
robin_cao

Cool Poster


兄弟,学习的真快啊.都到这步了呀


老哥,俺在自己的EBS系统上捣鼓呢!
给点建议吧!

这方面,你在行啊!
 楼主| 发表于 2006/12/29 09:08:52 | 显示全部楼层
jinit.sh 重新安装一下13126,JInitiator 1.3.1.21这个文件一定要在.
/u01/appvis/prodappl/fnd/11.5.0/patch/115/bin

jinit.sh Script
The jinit.sh script will apply the patch driver, update the new JInitiator version information into your context file, update the version used by Workflow and Discoverer and run autoconfig to incorporate the new values through your application. The script can be run with the following command:-

jinit.sh <jversion>

(Where <jversion> = JInitiator version you wish to install (e.g. 13126)
See JInitiator Parameter Values (Reference) table below, for a full list of values).

Using jinit 1.3.1.26 as an example, the command would be :-

jinit.sh 13126

The script will return the appropriate file, or prompt you for the following values:

- Location of APPSORA.env file
- Location of Context File
- Password for the APPS User in the database

看了,以上的资料!
我准备运行jinit.sh ,可我找不到jinit.sh 这不文件!
请求,这个文件在哪个路径下?

谢谢!
发表于 2007/11/13 17:20:51 | 显示全部楼层
我也来学习一下
发表于 2007/11/14 10:52:56 | 显示全部楼层
学习,学习。。。。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

GMT+8, 2025/11/29 05:37 , Processed in 0.014635 second(s), 14 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

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