2007年9月18日 星期二

IFS Dictionary FILE(.dic) Phased Out in AP7

IFS use window and web dictionary for client from IFS99/2001/2002/2003/2004,
But IFS Make a big change from IFS2007 onwards.
that is really a big technical improvement...

Dictionay Administrator can do the changes immd
in the traslation in oracle db ,
that is to replace the the client runtime dictionary
(windows/web).

2 steps put the translation change immd. on the client:
(let ifs-web as examples) :

-step1 --to use sql for update in plsql..
select * from language_sys_tab
where type ='Message'
and lang_code ='zh'
and module ='INVENW'
and text like "%" for update

-step2 --login in to IFS web(b2e/b2e) and
to reflesh the related langugae changed (in step1)
in the translation tab/web client administrator folder.

IFS Rich Web Clent started Guide for AP7 SP2

ifs Rich Web Clent started needs
(1) .net 2.0 runtime to be installed .
(version 2.0.50727)

(2)c:\ifs\instance\DEV\client\runtime\ifs.Fnd.Explorer.Started.exe

(3)IFS Solution Manager to be activated in the folder
that is to be used for web administration.



2007年9月17日 星期一

webclientconfig.xml effective in IFS Application sp2

path as below shuold be effective to ifs-portal:
C:\ifs\jboss\server\DEV\deploy\fndweb.ear\lg.war\WEB-INF\config

paths as below from others would be not effective to ifs-portal:
C:\ifs\instance\DEV\webclient\ear\fndweb.ear\lg.war\WEB-INF\config
C:\ifs\instance\DEV\ear\fndweb.ear\lg.war\WEB-INF\config

Apache2 to be installed & start first in IFS Application7 sp2

( 1) It must_ edit the conf/httpd.conf file (with notepad)
to reflect the correct ServerName, Domain, and directory paths.
(2) C:\ifs\apache2\bin\Apache -k install
(3) C:\ifs\apache2\bin\Apache -k start