Skip to Main Content

DevOps, CI/CD and Automation

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Issue when download from OTN with wget in Linux

Lisa Song-OracleMar 31 2014 — edited Apr 17 2014

we are trying to download 12.1.0.3 oms software from otn usign wget and if fails with OTN aggreement issue.

--2014-03-28 12:10:48--  https://edelivery.oracle.com/otn/linux/oem/12103/em12103p1_linux64_disk1.zip

Connecting to proxy.xxx.com|xx.xx.xx.xx|:80... connected.

WARNING: certificate common name âwww.oracle.comâedelivery.oracle.comâ

                                                                     Proxy request sent, awaiting response... 302 Moved Temporarily

Location: http://download.oracle.com/errors/download-fail-1505220.html [following]

--2014-03-28 12:10:48--  http://download.oracle.com/errors/download-fail-1505220.html

Connecting to proxy.xxx.com|xx.xx.xx.xx|:80... connected.

Proxy request sent, awaiting response... 200 OK

Length: 5307 (5.2K) [text/html]

Saving to: âdownload-fail-1505220.htmlâ

100%[==============================================================================================================================>] 5,307       --.-K/s   in 0s

2014-03-28 12:10:48 (321 MB/s) - âdownload-fail-1505220.htmlâ

_--------------------------

>>> http://download.oracle.com/errors/download-fail-1505220.html

this file is downloaded and says about "OTN license agreement"

how to agree this with wget command line?"

"i am trying to download software from otn website (http://www.oracle.com/technetwork/oem/grid-control/downloads/linuxx8664soft-085949.html)  - attached screenshot. i get the url from otn website.

then i used wget utility to download from our linux server:

wget --no-cookies --http-password=xxxxxxxxx --no-check-certificate --output-document=em12103p1_linux64_disk3.zip  http://download.oracle.com/otn/linux/oem/12103/em12103p1_linux64_disk3.zip

the download fails as mentioned earlier downloading url"http://download.oracle.com/errors/download-fail-1505220.html" content."

Comments

3156
Hi, Andras,

Please check Reports security policy in your Portal instance.

(1). Is there a Reports Definition File object created for test.jsp? If yes, did you select server rep_dkipcias as one of the Reports server that test.jsp can run against?

(2). Are the SSO user allowed to run the test.jsp against server dkipcias(check Access tab of report and server component)?

This error usually is caused by a security rule setup in your Portal. Please check.

-Jeff
320094
Hi Jeff,

Q(1): Yes.
(Report Name and Servers tab)
Report Server: REP_DKIPCIAS
Oracle Reports File Name: test.jsp
Execute: as JSP
(Other tabs)
Default values. Unchanged.
Q(2): (Acces Tab of Report Component)
Publish to Portal = checked
Inherit Privileges from Portal DB Provider = checked
(Acces Tab of Report Server Component)
Inherit Privileges from Portal DB Provider = checked

(SSO User)
The user I try to run the report with has the following group assignments:
Privilege Group
PORTAL_ADMINISTRATORS
PORTAL_DEVELOPERS
DBA
PORTLET_PUBLISHERS

Additional Info:

To be more specific: The mentioned security check failure exists outside of Portal as well. Eg. when we try to run the default portal test examples (test.jsp, test.rdf) from the iAS home page Demonstartions tab.

Thank You in advance,
Andras
3156
Hi, Andras,

(1). In the Reports Server component, is check box "Run Only Registered Report Definition Files" checked? If yes, try uncheck it.

(2). In the Access tab of Reports server & report component, uncheck the "Inherit Privileges from Portal DB Provider" checkbox. This should give you a list of users/groups who has at least Execute privilege on the report. Please make sure SSO user(or one of its group) is among the list.

BTW, it does not matter whether you run the report from inside Portal, or directly from browser location window. The same security policy will be applied.

Regards,

-Jeff
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 15 2014
Added on Mar 31 2014
1 comment
2,913 views