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!

Unable to pass user id and password in URL to open new form

sharpeJul 16 2014 — edited Jul 16 2014

We've installed a refresh version of Forms 11g and I'm finding that the following code is not working as expected.  Instead of seamlessly opening the dropper_assign form we are receiving the standard login prompt of Userid/Password/Database regardless of passing the credentials in the URL.  If I enter the exact password as it shows in the resulting url then the form logs in and the form opens as expected.  Any insights would be greatly appreciated.

Code:

WEB.SHOW_DOCUMENT ('javascript:void(window.open("http://'||ip_port||'/forms/frmservlet?pageTitle=Dropper Assignment&config=TTMSMENU&form=dropper_assign&userid='||user||'/'||GET_APPLICATION_PROPERTY(PASSWORD)||'@'||:global.DB_Instance||'","","resizable=yes,location=no,toolbar=no,menubar=no,status=no,"));self.close()','_blank');

Resulting URL:

http://9.35.32.204:9001/forms/frmservlet?config=TTMSMENU&form=dropper_assign&userid=SSBUECHL/My123pw@FCTEST 

This post has been answered by sharpe on Jul 16 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 13 2014
Added on Jul 16 2014
4 comments
1,711 views