URL 访问 Oracle 表单时出现验证失败错误
URL validation failed error while accessing Oracle Form
我正在 Oracle Apps 中开发自定义应用程序,它将调用名为 form.fmx
的 Oracle 表单
我已将 form.fmx 放入 default.env 的 FORM_PATH 变量中
我在 formsweb.cfg 中创建了名为 vikram 的部分
我正在访问 http://prod.txis.com:7406/forms/frmservlet?config=vikram&form=form
出现这个错误
URL 验证失败。该错误可能是由于使用浏览器的导航按钮(例如浏览器后退按钮或刷新按钮)引起的。如果错误仍然存在,请联系系统管理员。
尝试以下方法之一来解决您的问题:
Goto Internet Options
>> Security Tab
>> Trusted sites
>> Sites
>>
Add this website to the zone.
Issue select fnd_profile.value('APPS_MAINTENANCE_MODE') from dual;
to see whether returns the result NORMAL
, If this is not the case you're in the maintenance mode, and use :
sqlplus mySchema/myPassword@$AD_TOP/patch/115/sql/adsetmmd.sql DISABLE
Click on Lock and Edit, and then
Navigate to Domain structure
>> Services
>> Data sources
Where you should see both oacore_cluster1
and forms_cluster1
in
the EBSDataSource
targets.
Assume forms_cluster1
is missing in the EBSdatasource
target list, then click on the EBSDatasource
and then go to the
Targets
section. In this page, check the box for forms_cluster1
.
Save and Activate the changes and see the following view in you weblogic screen :
问题出在表单服务器配置上。
使用正确的配置,运行 很好
我正在 Oracle Apps 中开发自定义应用程序,它将调用名为 form.fmx
的 Oracle 表单我已将 form.fmx 放入 default.env 的 FORM_PATH 变量中 我在 formsweb.cfg 中创建了名为 vikram 的部分 我正在访问 http://prod.txis.com:7406/forms/frmservlet?config=vikram&form=form
出现这个错误
URL 验证失败。该错误可能是由于使用浏览器的导航按钮(例如浏览器后退按钮或刷新按钮)引起的。如果错误仍然存在,请联系系统管理员。
尝试以下方法之一来解决您的问题:
Goto
Internet Options
>>Security Tab
>>Trusted sites
>>Sites
>>
Add this website to the zone.Issue
select fnd_profile.value('APPS_MAINTENANCE_MODE') from dual;
to see whether returns the resultNORMAL
, If this is not the case you're in the maintenance mode, and use :sqlplus mySchema/myPassword@$AD_TOP/patch/115/sql/adsetmmd.sql DISABLE
Click on Lock and Edit, and then
Navigate to
Domain structure
>>Services
>>Data sources
Where you should see bothoacore_cluster1
andforms_cluster1
in theEBSDataSource
targets.Assume
forms_cluster1
is missing in theEBSdatasource
target list, then click on theEBSDatasource
and then go to theTargets
section. In this page, check the box forforms_cluster1
.Save and Activate the changes and see the following view in you weblogic screen :
问题出在表单服务器配置上。 使用正确的配置,运行 很好