Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Forms 12c Forms Standalone Launcher encounters FRM-93136: no base TXT file specified for Oracle Forms Standalone Application

andrewmy17 hours ago — edited 16 hours ago

Following the example in this doc:
https://support.oracle.com/epmos/faces/DocumentDisplay?parent=DOCUMENT&sourceId=2113625.1&id=2066505.1

The command I am using is

java -jar frmsal.jar -url "https://xxxxx.com:6011/forms/frmservlet?config=yyyy"

These are the messages

Initiating secure connection to https://xxxxx.com:6011/forms/frmservlet?config=yyyy
Using TrustStore: C:\Users\zzzzz\Oracle\forms\formstruststore
Opening connection to xxxxx.com:6011
Starting SSL handshake...

SSL handshake completed successfully
FRM-93136: no base TXT file specified for Oracle Forms Standalone Application

Contact your system administrator.

These are the references I have found so far

Oracle support doc describing document error (not applicable since the offending parameter -t was not used )
FRM-92492, FRM-93136, FRM-92490 when Running 12c Forms Standalone Deployment Method

I found an older post from 2019
https://forums.oracle.com/ords/apexds/post/forms-stand-alone-launcher-frm-93136-0001

The basesaa.txt file was found on the Weblogic server at D:\tech\Oracle\fmw1\forms\templates\config\basesaa.txt

This is what I tried (and resulted in the same error as above)

java -jar frmsal.jar -url "https://xxxxx.com:6011/forms/frmservlet?config=yyyy" -baseTXT "D:\tech\Oracle\fmw1\forms\templates\config\basesaa.txt"

What is the notation used to reference this file using the -baseTXT parameter?

Comments
Post Details
Added 17 hours ago
2 comments
31 views