Skip to Main Content

APEX

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!

Report download link "broken" on Chrome after latest update

Simon CollinsJun 24 2019 — edited Aug 7 2019

Hi

We're on APEX 5.04 and have noticed that, since google chrome updated to Version 75.0.3770.100 last week, we are getting unusual behavior on standard download links against classic reports. Whilst the download button continues to work the user is forwarded to an page that just shows the following text (as an example)

wwv_flow.show?p_flow_id=115&p_flow_step_id=150&p_instance=16048753474201&p_debug=&p_request=FLOW_EXCEL_OUTPUT_R9469001721473547152_en-us

Refreshing the page or clicking back takes the user back to the normally rendered page again. I've confirmed that this behaviour is not seen on other browser types nor on chrome version before the stated release. The link on the report is, as an example,

javascript:window.location.href=apex.server.url({p_request: 'FLOW_EXCEL_OUTPUT_R9469001721473547152_en-us'},150);

I think the change in behaviour may be something to do with this item in the chrome log but I am guessing and do not know if this is the case whether the new Chrome behaviour is correct or whether it's a bug

pastedImage_2.png

Wondering if anyone has any thoughts on workarounds for this?

Thanks

Simon

Comments

JeffJon
If you use a UDL file on the FDM application server with the same information provided in the application creation screen can you successfully connect to the SQL Server database?

If it is running on another port other than 1433 you will need to specify the port in the servername field:

servername\instance,port
631379
You have to have DBA rights to the database server to create a database or you will see this error.
657263
Hello,

If your DBA does not want to provide you with the DBA role do not worry.

As outlined in the FDM DBA Guide:
http://download.oracle.com/docs/cd/E12825_01/epm.111/fdm_dba.pdf

On Page 18/19 it states the rights and permissions for SQL Server.

Thank you,
JeffJon
You do not need the DBA role to create a database on the SQL Server. For FDM the user simply needs the DB Create and Bulk Insert Admin Role as noted in the FDM DBA Guide. Please reference this guide for further information on necessary roles.
Anil
Hello Everyone,

I am getting *10061 - connection refused* error when i am trying to logon to FDQM.

please help me ASAP.

Thanks in advance.......
JeffJon
If you are using Shared Services for the authentication provider and you test the shared services connection within the workbench client and verify that it is successful? Also verify that the account is the admin account in HSS.
902072
Have you resolved 10061 connection refused issue? We are experiencing it at the moment. We do not use shared services
1 - 7

Post Details

Added on Jun 24 2019
14 comments
2,987 views