Problem
In HTML client you launch WSJ (Work With Submitted Jobs), select your Enterprise/Batch Server, select your finished report and click on View CSV. Nothing occurs. On a FAT client, this works correctly.Solution
To fix the issue, you will need to do the following:
- Add the following parameter in your JAS.INI
[OWWEB]
UBEContentDisposition=true
Using ServerManager, click on WEB Runtime configuration and Check 'UBEContentDisposition'
2. Add the following Windows Registry key to the machine your using to View CSV:
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/csv]
extension=.csv
If issue persists, check your Internet Explorer settings:
- Tools
- Internet Options
- On Security tab, click on Custom level, scroll to Downloads section and select: Automatic prompting for file download
- Enable and apply
- Close Internet Explorer and restart
You should now be able to open your CSV file.
This was copied from oracle support, ID 781462.1
No comments:
Post a Comment