Java For OAF Uploads or WEB ADI
Java For OAF Uploads or WEB ADI
Applies when:
Java won’t open the core application java forms locally on a desktop/laptop.
Fix:
If you have admin rights on your machine, please do the following. You may need desktop
support to do it though.
Go to internet explorer. In the upper right of the screen there is a GEAR option for settings. Click
that icon and choose INTERNET OPTIONS
Within the 4 Zone Icons, Click on the Trusted Sites Icon, which will enable the button called
Sites. This button is just below the Zone icons.
Please add the address of the application link up to the 1800flowers.INT. For example, you will
add http://dbfinsfnyp02.1800flowers.int
NOTE*******You may have to uncheck the “Use only HTTPS’ checkbox if its checked.
Next, while still within the trusted sites zones, click the Custom level button towards the bottom
of the form. In the menu that pops up, Scroll all the way down, and where you see Enable XSS
filter, chose DISABLE
http://dbfinsfnyp02.1800flowers.int:8013
Applies when:
Fix:
3. When the Tools menu appears, click "Internet Options" at the bottom of the Tools
menu.
4. Internet Options dialog box appears as shown below. Click on the security tab.
5. When the Security page appears, click the "Internet" icon in the "Select a zone" box and
then click the "Custom Level" button.
6. When the "Security Settings" dialog box appears, scroll down to "Scripting" on the
menu. Enable “Allow status bar updates via script”. Select OK
7. One may receive a Warning. Please select "Yes"
8. Please make the same change, except on the Security page, click the "Trusted Sites"
icon in the "Select a zone" box and then click the "Custom Level" button., and Enable
“Allow status bar updates via script”. Select OK
10. Close the browser window so that new settings can be used.
If still an issue, FIX #2:
3 Go to Privacy Tab-> Advanced Button -> Make sure The following options are
checked:
Accept first and Third party cookies always allow session cookies
Applies when:
Fix:
In Excel:
3. Select Macro Settings on left panel and Click checkbox 'Trust access to VBA project object
model'
select TEXT
FROM WF_RESOURCES
WHERE NAME='WF_ADMIN_ROLE';
Action Items:
1. Run this query to get the responsibility key that correlates to the responsibility you
use to get to the Status Monitor screen
DISPLAY_NAME
from apps.wf_roles
where 1=1
and ORIG_SYSTEM='FND_RESP';
This update will assign the ROLE to the field rather than a user
update wf_resources
set text= 'FND_RESP|FND|FNDWF_ADMIN_WEB_NEW|STANDARD' –-FROM
STEP 1
where name='WF_ADMIN_ROLE';
3. Post-Update Validation:
select TEXT
FROM WF_RESOURCES
WHERE NAME='WF_ADMIN_ROLE';