| how to compile .fmb file in HP-UNIX Environment [message #112515] |
Sat, 26 March 2005 08:10  |
yang_yingfeng Messages: 9 Registered: March 2005 |
Junior Member |
|
|
|
i create a form application in Windows2000 or WindowsXP environment, then i compile this .fmb file to .fmx, then i transport this .fmx file to Unix environment which is our Application Server, the Oracle Application Server is in this Unix environment, i put this file in the directory which is directed in the Forms_Path variable, however, when i started to run this application by entering a valid url, the message shows that this fmx file is not runtime file, someone told me that i should recompile the orginal file under unix environment, so i transport the orginal file(.fmb) to unix environment, then i want to use the f90genm tool to compile the .fmb file, however, it shows that this command can not execute, it shows that can not open a lib file under:/project/.../../..,however, this directory does not exist at all, what case this error? i also use f90gen command, it shows: can not execute/finish creation, i want to know, how to use the two commands and what parameters i should set before using the commands? thanks
|
|
|
|
|
| Re: how to compile .fmb file in HP-UNIX Environment [message #311950 is a reply to message #112515 ] |
Mon, 07 April 2008 08:45   |
anacedent Messages: 5027 Registered: July 2005 Location: surf meets turf in SoCal |
Senior Member |
|
|
This is just a guess.
What the script initially created on a Windoze system?
If so the "^M" does not surprise me.
|
|
|
|
| Re: how to compile .fmb file in HP-UNIX Environment [message #311963 is a reply to message #112515 ] |
Mon, 07 April 2008 09:19   |
anacedent Messages: 5027 Registered: July 2005 Location: surf meets turf in SoCal |
Senior Member |
|
|
>then FTPed it to my linux machine.
In BINARY mode which causes the problem.
use ASCII mode instead or just use vi on HP to remove errant "^M"s
|
|
|
|
| Re: how to compile .fmb file in HP-UNIX Environment [message #311989 is a reply to message #112515 ] |
Mon, 07 April 2008 11:37   |
anacedent Messages: 5027 Registered: July 2005 Location: surf meets turf in SoCal |
Senior Member |
|
|
The "^M" would have been visible if you did
od -c compile_forms.sh | more
|
|
|
|
| Re: how to compile .fmb file in HP-UNIX Environment [message #312309 is a reply to message #112515 ] |
Tue, 08 April 2008 08:59   |
anacedent Messages: 5027 Registered: July 2005 Location: surf meets turf in SoCal |
Senior Member |
|
|
>Is this space issue or what?
Yes
>...../bin/frmcmp.sh: line 63: 19210 Segmentation fault
OK, so what EXACTLY is line #63 in ...../bin/frmcmp.sh ?
|
|
|
|
| Re: how to compile .fmb file in HP-UNIX Environment [message #312327 is a reply to message #112515 ] |
Tue, 08 April 2008 10:16  |
anacedent Messages: 5027 Registered: July 2005 Location: surf meets turf in SoCal |
Senior Member |
|
|
9iAS was the most buggy piece of software that I ever had the misfortune to deal with.
I suspect you are hitting a bug; compounded by the fact that you are likely running 32-bit software on a 64-bit hardware.
IMO, your only recourse is to open a Service Request with Oracle & spend months convincing them their software is flawed.
Sorry!
[Updated on: Tue, 08 April 2008 10:16]
|
|
|