Concurrent Program Output Saving as FNDWRR.txt Using Edge Browser


SYMPTOMS

Using Edge browser when concurrent program output is saved the output file name defaulting to FNDWRR.txt.This is happening only for txt format output type files.

Expected Behaviour:

---------------------

When concurrent program output is saved the file name should default with program name.

For ex: For Active User concurrent program the Output should be Active_Users.txt


STEPS

-----------------------

The issue can be reproduced at will with the following steps:

1.Using Edge Browser Connect to EBS application

2.Navigate to System administrator responsibility

3.Submit Active User concurrent Program

4.Click On view Output

5.Program output open in edge browser.

6.Save the output using option Ctrl+S

This issue is only for output format of type txt and only in Edge browser. Other browsers like the IE, Chrome the concurrent program outputs were getting saved with expected file naming convention.

CAUSE

Edge browser failed to convert the output file name when using existing viewer options setup for txt output type files.


SOLUTION

To implement the solution test the following setups::

1.Navigate to System Administrator responsibility

2.Install -- Viewer option

3.Add new entry

   File Format :: Text

   mime type :: application/txt

   Description :: Text File

   Select Allow Native encoding checkbox





4.Using System administrator responsibility Navigate to User -- Profile form

5.Update profile 'Viewer: Application for Text' value to Text File.





7.Logout and re-login to EBS application.

8.Retest the issue.


REFERENCES

Meta link id :- (Doc ID 2786457.1)

ora-39087 directory name data_pump_dir is invalid

Error :-

ora-39002 invalid operation

ora-39070 unable to open the log file

ora-39087 directory name DATAPUMP is invalid


Solution :-

create a new directory object (as a SYS user or as a user with CREATE ANY DIRECTORY privilege granted), grant READ and WRITE privileges on that DIRECTORY, and perform data pump export/import tasks.

Make sure that the /u01/EXPDP_IMPDP directory has 660 permission.

create or replace your directory and grant the following privileges' to user(system).


[oracle@prod u01]$ mkdir EXPDP_IMPDP

[oracle@prod u01]$ chmod 660 EXPDP_IMPDP


[oracle@QA u01]$ sqlplus sys/*****@PDB1 as sysdba


SQL*Plus: Release 12.2.0.1.0 Production on Thu Jul 7 11:30:58 2022

Copyright (c) 1982, 2016, Oracle.  All rights reserved.

Last Successful login time: Sat Jun 25 2022 14:49:08 -04:00

Connected to:

Oracle Database 12c EE High Perf Release 12.2.0.1.0 - 64bit Production


SQL> create directory EXPDP_IMPDP as '/u01/EXPDP_IMPDP';

Directory created.


SQL> GRANT READ, WRITE ON DIRECTORY EXPDP_IMPDP TO system;

Grant succeeded.


SQL>

SHRD0014: GLLEZL - process exiting with failure

  SYMPTOMS Journal Import completes with the following error: Error ------ ORA-01653 : unable to extend table GL.GL_IMPORT_REFERENCES ORA-01...