forms designed in Windows,compiled in Solaris using frmcmp is not working [message #428986] |
Sat, 31 October 2009 10:20  |
forms_developer
Messages: 1 Registered: October 2009
|
Junior Member |
|
|
I have set the following environment variables in Solaris machine.
LD_LIBRARY_PATH=/u02/oradata/data/PROJ/APPS/lib32:/u02/oradata/data/PROJ/APPS/jdk/jre/lib/sparc:/u02/oradata/data/PROJ/APPS/jdk/jre/l ib/sparc/native_threads:/tmp/OraInstall2008-07-11_03-00-49PM/jre/1.4.2/lib/sparc/client:/tmp/OraInstall2008-07-11_03-00-49PM/jre/1.4. 2/lib/sparc:/tmp/OraInstall2008-07-11_03-00-49PM/jre/1.4.2/../lib/sparc:/usr/lib:/usr/ccs/lib:/u01/oracle/product/10.2.0/lib:/usr/lib
ORA_NLS10=/u01/oracle/product/10.2.0/nls/data
JAVA_HOME=/u02/oradata/data/PROJ/APPS/jdk
ORACLE_HOME=/u02/oradata/data/PROJ/APPS
ORACLE_TERM=vt100
FORMS_PATH=/u02/oradata/data/PROJ/APPS/forms
TERM=vt100
PATH=/usr/bin:/usr/ccs/bin:/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/boapp/oracle/product/9.2.0/bin:/usr/lib
NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
TNS_ADMIN=/u02/oradata/data/PROJ/APPS/network/admin
OSTYPE=solaris5.9
-------
I have execute the follwoing command
bash-2.05$ /u02/oradata/data/PROJ/APPS/bin/frmcmp.sh /u02/oradata/data/PROJ/APPS/FROMS/forms/AB.fmb xxx/xx@mydb
Forms 10.1 (Form Compiler) Version 10.1.2.0.2 (Production)
Forms 10.1 (Form Compiler): Release - Production
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.8.0 - Production
PL/SQL Version 10.1.0.4.2 (Production)
Oracle Procedure Builder V10.1.2.0.2 - Production
Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
Oracle Multimedia Version 10.1.2.0.2 (Production)
Oracle Tools Integration Version 10.1.2.0.2 (Production)
Oracle Tools Common Area Version 10.1.2.0.2
Oracle CORE 10.1.0.4.0 Production
Created form file /u02/oradata/data/PROJ/APPS/FROMS/forms/AB.fmx
bash-2.05$
Now AB.fmx is created successfully.
But when I call this form from menu in a windows machine it is not viewed.
I don't have the Menu code.
I am working on a software,that has it's won existing .fmx.And to implement a new form, then have some palce holder in the menu, and this place holders are filled up by a database table.
When I fill one of the existing .fmx in that placeholder, that forms works perfeclty.
But when I fill the placeholder by my .fmx it is not even viewd.
Please tell me what should I do?
|
|
|
|