Http 403 when activating a picture

Hi,
i try to activate a picture with APEX 3.2 on Vista with PL/SQL Gateway and oracle 11.1.0.7
The called procedure to activate is:
CREATE OR REPLACE PROCEDURE LOGISTICS.downl_my_bel_pict (p_file_id IN NUMBER)
IS
v_mime VARCHAR2 (48);
v_length NUMBER;
v_file_name VARCHAR2 (2000);
lob_loc BLOB;
BEGIN
SELECT mime_type, image, image_name, DBMS_LOB.getlength (image)
INTO v_mime, lob_loc, v_file_name, v_length
FROM v_bel_picture
WHERE image_id = p_file_id;
-- set up http-header
-- use nvl anround the mime type and if it is a null
-- set it to application/octect
-- application/octectn may launch a download window from windows
OWA_UTIL.mime_header (NVL (v_mime, 'application/octect'), FALSE);
-- set the size, so the browser knows how much to download
HTP.p ('Content-length: ' || v_length);
-- the filename will be used by the browser if the user does not a save as
HTP.p ( 'Content-Disposition: attachment; filename="'
|| SUBSTR (v_file_name, INSTR (v_file_name, '/') + 1)
|| '"'
-- close the headers
OWA_UTIL.http_header_close;
-- download the blob
WPG_DOCLOAD.download_file (lob_loc);
END downl_my_bel_pict;
There is a public synonym and a grant to public.
This procedure works fin with Oracle 10g and Apache.
Can you please helpt me. I think there are missing rights.
Thank you
Siegwin

Siegwin>
I chnaged this function to return true with parameter LOGISTICS.DOWNL_MY_BEL_PICT to return TRUE. It fails.>
What is the name of the function you modified ?
>
Your sql-statement returned
wwv_flow_epg_include_modules.authorize
>
You need to modify the function named 'wwv_flow_epg_include_mod_local'. This function resides in the APEX product schema (APEX_030200 or FLOWS_030100...).
http://download.oracle.com/docs/cd/E14373_01/admin.32/e13371/adm_wrkspc.htm#AEADM209
Varad

Similar Messages

  • HTTP 403 when login into SSO-Server

    Hello, all!
    I have RHEL 3.0 and OAS 9.0.4. and Domain (Win2003).
    I have configured the synchronization between Oracle Internet Directory and Microsoft Active Directory (AD). The Oracle SSO server configured to enable Microsoft Internet Explorer users to automatically authenticate to their web applications using their desktop credentials. So I use Windows Native Authentication.
    About my problem:
    In some computers when user try to login into SSO-Server (as sample, press button 'Login' in page http://host:port/oiddas) he gets error 'HTTP 403'. But this user can sit into other computer and login into Windows with him domain account and can login into SSO without any problem!
    In some situation the windows user profile re-creating helps to get out this error.
    But sometime only re-installation of Windows can help to resolve this problem.
    Maybe anybody faced same challenge... and have a solution....
    Help me, please!
    Best regards,
    Natalia.

    Installed tamper data and from what I can tell, the requests go back and forth between AM server and protected resource. Here's the Request Graph output.
    http://iamsys06.iamtest.com:8080/ 302 103
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 16
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 200 16
    http://iamsys05:9080/favicon.ico 404 50
    http://iamsys05:9080/.../Login?AMAuthCookie=AQIC5wM2LY4Sfcz... 302 183
    http://iamsys06.iamtest.com:8080/ 302 30
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 17
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 10711
    http://iamsys06.iamtest.com:8080/ 302 23
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 15
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 16
    http://iamsys06.iamtest.com:8080/ 302 18
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 17
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 13
    http://iamsys06.iamtest.com:8080/ 302 13
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 10
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 10
    http://iamsys06.iamtest.com:8080/ 302 16
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 11
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 12
    http://iamsys06.iamtest.com:8080/ 302 12
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 10
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 12
    http://iamsys06.iamtest.com:8080/ 302 12
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 10
    | | | | |
    URI Status Duration 20:59:52.542 20:59:56.512 21:00:00.482 21:00:04.451 21:00:08.421

  • HTTP 403 when trying to access a protected resource

    I'm setting up a very simple enviornment to test the basic functionalities of Access Manager 7.1 but I keep on getting an "HTTP 403 forbidden" error when trying to access a protected resouce. I think I've set the required policies, rules, etc., but still, I may have missed a step. Any ideas / advice will be greatly appreciated. Thanks.
    Here's my setup and steps I took.
    iamsys05.iamtest.com ¡V policy server, Access Manager 7.1 Update 1
    iamsys06.iamtest.com ¡V protected resource, Apache 2.2.8 web server
    On Policy Server (iamsys05):
    1.     Created ¡§Apache Policy 1¡¨ on top-level realm.
    2.     Under Apache Policy 1, created rule ¡§apache root¡¨ with service type = URL Policy agent and resource name: http://iamsys06.iamtest.com:8080/*
    3.     Under Apache Policy 1, created subjects ¡§all users¡¨ with type=Acess Manager Identity Subject and selected all users under the realm. One of these users is amAdmin.
    4.     Created agent profile user ¡§webagent¡¨ on top-level realm (amserver) [amserver „³ Subjects „³ Agent ].
    5.     Created user ¡§webagent¡¨ on top-level realm [amserver „³ Subjects „³ User].
    6.     Created role ¡§webagentrole¡¨ on top-level realm [amserver „³ Subjects „³ Role].
    7.     Assigned user ¡§webagent¡¨ to role ¡§webagentrole¡¨.
    8.     Set the privileges for webagentrole to ¡§Read and write access to all realm and policy properties¡¨
    9.     Added the webagent user account to com.sun.identity.authentication.special.users in AMConfig.properties file.
    com.sun.identity.authentication.special.users=
    cn=dsameuser,ou=DSAME Users,dc=sun, dc=com|cn=amService-UrlAccessAgent,ou=DSAME Users,dc=sun,dc=com |uid=dmgr,ou=people,dc=sun,dc=com|uid=webagent,ou=People,dc=amserver,dc=com
    10.     Restarted amserver application.
    On Protected Resource (iamsys06):
    1.     Installed Apache 2.2.8 web server and set listening port to 8080. Tested by opening http://iamsys06.iamtest.com:8080. Home page displayed (It works!)
    2.     Installed Policy Agent for Apache 2.2.
    3.     Restarted apache 2.2 web server
    4.     Opened http://iamsys06.iamtest.com:8080.
    5.     Browser redirected to http://iamsys05:9080/amserver/UI/Login?goto=http%3A%2F%2Fiamsys06.iamtest.com%3A8080%2F
    6.     Access Manager login page displayed
    7.     Entered a valid ID and password (amadmin). This is the Access manager admin account I use to login to the AM Admin console so I know the id and password are valid. Hit Login.
    8.     After about 30 seconds, browser is redirected to http://iamsys05:9080/amserver/UI/Login?AMAuthCookie=AQIC5wM2LY4SfcyNiM%2B36w9DDhY5NmKc2PF6%2Fx4x2%2FUJ18M%3D%40AAJTSQACMDE%3D%23. Brwser displays "HTTP 403 Forbidden. This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage." I get this with IE6.
    9.     Using Firefox, I get a ¡§Redirect Loop¡¨ error message ¡§Firefox has detected that the server is redirecting the request for this address in a way that will never complete.¡¨
    Thanks
    -Armand

    Installed tamper data and from what I can tell, the requests go back and forth between AM server and protected resource. Here's the Request Graph output.
    http://iamsys06.iamtest.com:8080/ 302 103
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 16
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 200 16
    http://iamsys05:9080/favicon.ico 404 50
    http://iamsys05:9080/.../Login?AMAuthCookie=AQIC5wM2LY4Sfcz... 302 183
    http://iamsys06.iamtest.com:8080/ 302 30
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 17
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 10711
    http://iamsys06.iamtest.com:8080/ 302 23
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 15
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 16
    http://iamsys06.iamtest.com:8080/ 302 18
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 17
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 13
    http://iamsys06.iamtest.com:8080/ 302 13
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 10
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 10
    http://iamsys06.iamtest.com:8080/ 302 16
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 11
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 12
    http://iamsys06.iamtest.com:8080/ 302 12
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 10
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 12
    http://iamsys06.iamtest.com:8080/ 302 12
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 10
    | | | | |
    URI Status Duration 20:59:52.542 20:59:56.512 21:00:00.482 21:00:04.451 21:00:08.421

  • Http 403 when creating message type

    Hi,
    I have a bpel process that invokes a secure web service (https://....?wsdl). To be able to create the partner link and execute the process, I had to copy the certificate in two directories and import the certificate in jdeveloper and soa suite.
    So, now I'm able to invoke the secure web service. The problem appears when I want to create a new Message Type using the secure web service. I try to choose the ws types and this error appears: "Error reading message parts! HTTP connection error code is 403"
    I tried creating my own schema but when using xpath expression there are problems with the namespaces. So I would need to create the variable using the original wsdl.
    Does anybody know what is happening? How can I solve this issue?
    Thanks in advance,
    Zaloa

    Installed tamper data and from what I can tell, the requests go back and forth between AM server and protected resource. Here's the Request Graph output.
    http://iamsys06.iamtest.com:8080/ 302 103
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 16
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 200 16
    http://iamsys05:9080/favicon.ico 404 50
    http://iamsys05:9080/.../Login?AMAuthCookie=AQIC5wM2LY4Sfcz... 302 183
    http://iamsys06.iamtest.com:8080/ 302 30
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 17
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 10711
    http://iamsys06.iamtest.com:8080/ 302 23
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 15
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 16
    http://iamsys06.iamtest.com:8080/ 302 18
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 17
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 13
    http://iamsys06.iamtest.com:8080/ 302 13
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 10
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 10
    http://iamsys06.iamtest.com:8080/ 302 16
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 11
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 12
    http://iamsys06.iamtest.com:8080/ 302 12
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 10
    http://iamsys05:9080/.../Login?goto=http%3A%2F%2Fiams... 302 12
    http://iamsys06.iamtest.com:8080/ 302 12
    http://iamsys05.iamtest.com:9080/.../Login?goto=http%3A%2... 302 10
    | | | | |
    URI Status Duration 20:59:52.542 20:59:56.512 21:00:00.482 21:00:04.451 21:00:08.421

  • HTTP 403 Forbidden access when trying to download latest version of dirsync

    Hello
    when trying to download the latest version of DirSync, always get
    HTTP 403 Forbidden access
    From
    http://social.technet.microsoft.com/wiki/contents/articles/18429.microsoft-azure-active-directory-sync-tool-version-release-history.aspxI clicked on The latest version can be downloaded here: link at the top of the page
    A new window opened and got the error message
    Shortlink (from the The latest version can be downloaded here: link):
    http://go.microsoft.com/fwlink/?LinkID=278924
    URL shown in the address bar:
    https://bposast.vo.msecnd.net/dirsync/6198.0037/amd64/dirsync.exe
    Senior Solution Architect at Sogeti MVP SharePoint http://blog.hametbenoit.info

    Seems to
    work for me.  Perhaps there is an intermittent issue in your region, or maybe you have a local network condition blocking the download.
    Mike Crowley | MVP
    My Blog --
    Planet Technologies

  • Getting HTTP 403/500 errors when accessing SharePoint 2010 pages

    Hi,
    I'm getting intermittent HTTP 403/500 errors when accessing SharePoint Foundation 2010 pages.
    When it happens, any SharePoint pages I access I get a HTTP 403 error (example: /sites/test/default.aspx) . If I don't specify a page, I get a HTTP 500 error (example: /sites/test/). What's odd is that I have non-SharePoint .NET applications running on the
    same server under the "_layouts" directory and those still work just fine.
    After recycling the IIS application pool, it starts to work again, but sometime won't stay up very long.
    Does anyone encounter this problem before?
    TIA
    Also, I'm hoping to understand what the "Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo" method does to help me track down this issue. If you have any info on what the above method is doing, I really appreciated.
    EVENT LOG
    Nothing
    ULS LOG
    System.Runtime.InteropServices.COMException: Cannot complete this action.  Please try again.   
     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts,
    Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent,
    Byte& pVerGhostedSetupPath, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags,
    Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder)  
     at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts,
    Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent,
    Byte& pVerGhostedSetupPath, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags,
    Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder)

    These are the associated lines in the ULS.
    01/07/2014 02:59:24.33    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    Logging Correlation Data    xmnv    Medium    Name=Request (GET:https://XXXXXXXXXXXXXXXXXXXXX)  
     e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.48    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.48    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    Monitoring    b4ly    High    Leaving Monitored Scope (PostResolveRequestCacheHandler).
    Execution Time=6.79828022835305    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.48    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    Runtime    tkau    Unexpected    System.Runtime.InteropServices.COMException:
    Cannot complete this action.  Please try again.    at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32
    iRequestVersion, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid&
    pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, Byte& pVerGhostedSetupPath, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl,
    Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies,
    Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder)     at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet,
    String bstrCurrentFolderUrl, Int32 iRequestVersion, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage,
    String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, Byte& pVerGhostedSetupPath, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders,
    String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32&
    pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder)    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.48    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.48    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.50    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.50    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.50    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.50    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.50    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.50    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.51    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.51    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    General    8kh7    High    Cannot complete this action.  Please try
    again.    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    01/07/2014 02:59:24.51    w3wp.exe (0x1988)    0x10A4    SharePoint Foundation    Monitoring    b4ly    Medium    Leaving Monitored Scope (Request (GET:https://XXXXXXXXXXXXXXXXXXXXX)).
    Execution Time=187.132582493026    e8e08e76-1b88-4913-bce6-b9300e7b63f6
    Thanks,

  • Shared Services - HTTP 403 error when trying to access from user's PC

    We recently upgraded to Shared Services 9.3.1. We can get into the User Mgt Console when remoted into the Shared Services server; however, when I try to access the URL from my PC, I get an HTTP 403 error. I have confirmed in my Internet Options/Security that I have the Shared Services server as a trusted site. From looking at the error closer, it appears that it finds the website, but the website denies my computer access. If I remote into one of our other Hyperion servers and use the Shared Services URL, it works fine. What do we need to change so that the Hyperion admins can access the Shared Services URL from their own PC w/o having to remote into the servers?
    Terri

    I never tried using the IP address until just a few minutes ago and I still got the HTTP 403 error.
    I also just tried using Mozilla and got the following error:
    The Server is not able to service this request: [Server:002621]Connection rejected, the server license allows connections from only 5 unique IP addresses.
    When we upgraded from Shared Services 9.2.0.2 to 9.3.1, we also upgraded BEA WebLogic from 8.1.4 to 9.2. We did not have this issue when using 8.1.4.
    Thanks for your help!
    Terri

  • HTTP 403 Forbidden when using "Edit Page"

    I have a Web Application with Host Name Site Collections underneath.  I am a Site Collection Administrator for each site.
    I have another Web Application (Intranet) that is not a HNSC and I too am a Site Collection Administrator.
    These Web Applications both sit under the same Application Pool.
    For the HNSC, I am unable to Edit a Page in the browser (IE or Firefox) - I get an "HTTP 403 Forbidden" Error (see below).  I can browse any page file, can edit settings, permissions, etc.  The Intranet Web Application works fine and
    I can edit pages.
    I'm a bit confused as to where to look to resolve this - SP permissions seem okay.  Also, it used to allow editing so something must have changed at some point...  Something in the IIS Site permissions?

    Thanks for following up Daniel.
    Yes, it does happen on the Server and does appear to be happening on all the PC's we have tested with.  I only have one web application with HNSC so unable to test if its happening elsewhere.
    There is no firewall or proxy that will be affecting it.
    On the server, if I log in as myself, I am getting the 403 error when editing the home page and wiki pages.  But, if I Edit Page on a list or library, it works fine.  If I do the same on my PC, I get the 403 error on the home and wiki pages and
    when I Edit Page on a list, it just doesn't do anything.
    I can edit these pages using SP Designer.
    I've looked at the logs and can see where it says "Access Denied" but I can't see any reference to what could be causing it?  I've pasted some lines below if it helps?
    10/23/2014 09:51:56.84 w3wp.exe (0x29A4) 0x3DF8 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:https://site.domain.com.au/Monitoring/How To Use This Library.aspx) c1c3c49c-ae22-e054-7ec7-60fc1ef92d4f 
    10/23/2014 09:51:56.84 w3wp.exe (0x29A4) 0x3DF8 SharePoint Foundation Request Management adc7u Medium Mapping URI from 'https://site.domain.com.au:443/Monitoring/How%20To%20Use%20This%20Library.aspx' to 'https://server/Monitoring/How%20To%20Use%20This%20Library.aspx' c1c3c49c-ae22-e054-7ec7-60fc1ef92d4f 
    10/23/2014 09:51:56.84 w3wp.exe (0x22B8) 0x299C SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (POST:https://site.domain.com.au/Monitoring/How%20To%20Use%20This%20Library.aspx)). Parent No  
    10/23/2014 09:51:56.84 w3wp.exe (0x22B8) 0x299C SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (POST:https://site.domain.com.au/Monitoring/How%20To%20Use%20This%20Library.aspx) c1c3c49c-ae22-e054-7ec7-60fc1ef92d4f 
    10/23/2014 09:51:56.87 w3wp.exe (0x22B8) 0x12E0 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PreSendRequestHeaders). Execution Time=5.41528322733755  
    10/23/2014 09:51:56.88 w3wp.exe (0x22B8) 0x299C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=27.8049305149118 c1c3c49c-ae22-e054-7ec7-60fc1ef92d4f 
    10/23/2014 09:51:56.97 w3wp.exe (0x22B8) 0x299C SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:https://site.domain.com.au/Monitoring/How%20To%20Use%20This%20Library.aspx)). Execution
    Time=122.868339411853 c1c3c49c-ae22-e054-7ec7-60fc1ef92d4f 
    10/23/2014 09:51:56.97 w3wp.exe (0x29A4) 0x3DF8 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (SPRoutingReverseProxy Get Response). Execution Time=116.078021089273 c1c3c49c-ae22-e054-7ec7-60fc1ef92d4f 
    10/23/2014 09:51:56.97 w3wp.exe (0x29A4) 0x2DE4 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:https://site.domain.com.au/Monitoring/How To Use This Library.aspx)). Execution Time=131.850835790582 c1c3c49c-ae22-e054-7ec7-60fc1ef92d4f 
    10/23/2014 09:51:56.99 w3wp.exe (0x29A4) 0x1E30 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://site.domain.com.au/_layouts/15/start.aspx)). Parent No  
    10/23/2014 09:51:57.00 w3wp.exe (0x22B8) 0x22E0 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://site.domain.com.au/_layouts/15/start.aspx)). Parent No  
    10/23/2014 09:51:57.04 w3wp.exe (0x22B8) 0x22E0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://site.domain.com.au/_layouts/15/start.aspx)). Execution Time=44.3158278496289 c1c3c49c-6e2c-e054-7ec7-6b480901cacf
    10/23/2014 09:51:57.05 w3wp.exe (0x29A4) 0x1E30 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://site.domain.com.au/_layouts/15/start.aspx)). Execution Time=54.2768005430858 c1c3c49c-6e2c-e054-7ec7-6b480901cacf 
    10/23/2014 09:51:57.13 w3wp.exe (0x29A4) 0x28CC SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://site.domain.com.au/_layouts/15/AccessDenied.aspx?AjaxDelta=1&isStartPlt1=1414018556065)).
    Parent No  
    10/23/2014 09:51:57.14 w3wp.exe (0x22B8) 0x3970 SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:https://site.domain.com.au/_layouts/15/AccessDenied.aspx?AjaxDelta=1&isStartPlt1=1414018556065)).
    Parent No  
    10/23/2014 09:51:57.18 w3wp.exe (0x22B8) 0x3970 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:https://site.domain.com.au/_layouts/15/AccessDenied.aspx?AjaxDelta=1&isStartPlt1=1414018556065)).
    Execution Time=39.925395546082 c1c3c49c-3e35-e054-7ec7-6d3aa0ee8e47 

  • Http 403 error message when connecting to WRT120n router

    I recently upgraded to the WRT120n router at home. I quickly connected my desktop computer, my wife's Mac and two Lenovos, but my son's HP Pavilion cannot access the Internet. It returns the http 403 error message. Windows (Vista) and Network Magic tell me the laptop is connected to the router and the Internet, but the browser does not work. Have tried IE, Chrome and Firefox - same result. Have also tried to connect with cable. Hooking up wirelessly with WPA, was no problem, but the browser is unable to access the Internet.
    Grateful for any help.

    What is the ip address you are getting on the Vista Computer..?
    Click Start >> All Programs >> Accessories >> Command Prompt...A black box will appear(Command Prompt)...In the Command Prompt window type ipconfig and press 'Enter'...Look for Wireless Network Connection IP Address , Subnet Mask and Default Gateway...
    IP Address should be 192.168.1.x, Subnet Mask : 255.255.255.0, Default Gateway : 192.168.1.1 (assuming your router is 192.168.1.1)...
    If you get the above mentioned IP Address, Subnet and Gateway Address then you should ping the Gateway, type ping 192.168.1.1 and press Enter...If it gives you request timed out then disable any firewalls, security softwares on the computer...
    If you get 4 replies then type ping 4.2.2.2 and press Enter, if you get request timed out, then you need to upgrade your router's firmware...If you get 4 replies then type ping yahoo.com and press Enter...If you get replies for Yahoo then you should get the Internet after adjusting the browser settings...
    Adjusting Browser Settings : Open an IE, click Tools >> Internet Options, then delete all files, cookies, history, forms...Goto "Connections", make sure Never Dial a Connection is checked, click on LAN Settings and make sure all the options are unchecked...Once you are done click on O.k...Close the IE and re-open it...
    If yahoo times out then provide static DNS on your LAN Connection...
    Click on the Start button >>> Settings >>> Control Panel >>>Network Connections- Right click on the icon for Wireless Network Connection and go to properties- On the 'General' tab select 'Internet Protocol TCP/IP' and click on the Properties button- Select 'Use the Following DNS Settings' Preferred DNS 4.2.2.2 Alternate DNS - 192.168.1.1>>Click on Ok button to Save and Click on "Close" on main Properties window...You should be able to go online... 

  • HTTP 403 - Forbidden.

    Hi Experts,
    Iam new to Web dynpro abap and doing one simple web dynpro application where i have created one view which is linked to table element on layout and having a data from table sflight. I have completed all the steps but its not showing the layout preview when iam checking its giving below mentioned error:--
    Service cannot be reached
    What has happened?
    URL http://dcbldev.dalmiacement.com:8000/sap/bc/wdvd call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system DD1 with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:dcbldev_DD1_00-v:0-s:403-r:Forbidden
    HTTP 403 - Forbidden
    Your SAP Internet Communication Framework Team
    can anyone help me in this regard.
    Thanks in advance.
    Abhishek Pandey.

    Hi Abhishek, 
             There are some services required to be activated from Internet Communication Framework (SICF) for web dynpro. For more info on this, you can check the link below
    [ICF services for webdynpro|http://help.sap.com/saphelp_nw70/helpdata/en/46/d28dfa34bb12bee10000000a1553f7/content.htm]
    Best Regards,
    Manne.

  • Getting HTTP 403 Forbidden error on deployed page in Weblogic 11g

    Hi There,
    My console is working fine and all the managed server are running fine on my WebLogic Server.
    How ever I am getting , this error "HTTP 403 Forbidden means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage."
    http://localhost:10001/welcome1
    (URL has changed here with sample URL)
    Do not understand where to start with, checked all the logs and no error is seen.
    When I give complete URL, it launches the page http://localhost:10001/welcome1/faces/adminlogin.jspx but when enter when enter credential, it again takes to Forbidden page.
    When you give wrong credential, it takes you to page where it says user name  or password is not correct.
    Server on which it is deployed - diagonistic log says;
    [NOTIFICATION] [] [oracle.adf.model.log.customizations.cpx] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: fbedf7c35e3ed90d:-6d221163:14cf94e90e0:-8000-0000000000000143,0] [APP: DocumakerAdministrator] [DSID: 0000KntSldf2fLCpJC_Aif1LFSPB000003] Found existing JUApplicationDefImpl instance for oracle.documaker.administrator.view.DataBindings.cpx
    Please help.
    thanks,
    -r

    In advance i am sending my weblogic.xml details, if that helps;
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-web-app http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app">
      <security-role-assignment>
        <role-name>valid-users</role-name>
        <principal-name>users</principal-name>
      </security-role-assignment>
      <session-descriptor>
        <cookie-http-only>false</cookie-http-only>
      </session-descriptor>
      <container-descriptor>
        <prefer-web-inf-classes>true</prefer-web-inf-classes>
      </container-descriptor>
        <context-root>DocumakerAdministrator</context-root>
        <library-ref>
            <library-name>adf.oracle.domain.webapp</library-name>
        </library-ref>
        <library-ref>
            <library-name>jstl</library-name>
            <specification-version>1.2</specification-version>
        </library-ref>
        <library-ref>
            <library-name>jsf</library-name>
            <specification-version>1.2</specification-version>
        </library-ref>
    </weblogic-web-app>
    I also check web.xml under  - \servers\dmkr_server\tmp\_WL_user\DocumakerAdministrator\w6i3rm\war\WEB-INF
    Hope I am looking at the right location just to confirm.
    <security-constraint>
        <web-resource-collection>
          <web-resource-name>adfAuthentication</web-resource-name>
          <url-pattern>/faces/ConfigurationUI</url-pattern>
          <url-pattern>/faces/ConfigurationUI.jspx</url-pattern>
          <url-pattern>/faces/EntitiesAbilitySetsUI</url-pattern>
          <url-pattern>/faces/EntitiesAbilitySetsUI.jspx</url-pattern>
        </web-resource-collection>
        <auth-constraint>
          <role-name>valid-users</role-name>
        </auth-constraint>
        <user-data-constraint>
          <transport-guarantee>CONFIDENTIAL</transport-guarantee>
        </user-data-constraint>
      </security-constraint>
      <security-constraint>
        <web-resource-collection>
          <web-resource-name>adfAuthentication</web-resource-name>
          <url-pattern>/adfAuthentication</url-pattern>
        </web-resource-collection>
    Really frustrating...I might be missing someting.
    thanks,

  • Web Dynpro Application - HTTP 403 - Forbidden

    Hi All,
    We have created one application in Dev. environment. And it is working fine here.
    But when we transport it to the QA system, we are getting 403 forbidden error.
    What has happened?
    URL http://<server name>:8000/sap/bc/webdynpro/sap/ZGFS_JEWD/ call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system FQ3 with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:lnxeccq1_FQ3_00-v:0-s:403-r:Forbidden
    HTTP 403 - Forbidden
    Your SAP Internet Communication Framework Team
    Any help would be appriciated.
    TIA
    Amit
    Edited by: Amit on Feb 1, 2010 2:38 PM

    Hi,
    When  you transport your WebDynPro App to QA system or even Production, you need to manuallly activate the Service in transaction SICF.
    goto SICF, execute for Hierarchy Type: "SERVICE"  --> default_host->sap->bc->webdynpro->sap->
    look for your Application Name here & right clik & Activate it.
    your application will work fine then.
    PS: If you donot have the authorization, have someone from Basis activate the Service.
    Thanks,
    Phani
    Edited by: Phani Rajesh Mullapudi on Feb 1, 2010 7:36 PM

  • To Apple Inc. respectable brothers, dear, I've purchased a Yvonne immediately after S Black color I did not know that the owner of the device may do Service i Claude and I've work restor of Yvonne and when activation asked me to calculate i Claude and I d

    To Apple Inc. respectable brothers, dear, I've purchased a Yvonne immediately 4 S Black color I did not know that the owner of the device may do Service icloud and I've work restor of Yvonne and when activation asked me to calculate icloud and I do not know;  I do not know who is the owner of the device with science I bought the machine from Turkey Fargo to help me, I was involved with this device, and I'm from users of the iPhone please help me thank you with the knowledge that Amy device is 013186007698501
    If it is possible to activate the iPhone and that did not help me Fargo just inform me or give me the e-mail which has enabled Claude feature so that I could e-mail correspondence on Arslo Please e-mail me
    For I am God and you will lose device safely God

    Birden konuları gönderme Lütfen dur.
    Buraya git -> https://discussions.apple.com/message/24870284 # 24870284

  • Error when activating Datasource in Source System

    Dear All,
    I am gettting this error when activating data source in source system(RSA5).
    1)DataSource 0NETWORK_CUST_ATTR; switch to package PS_IS_EHP3_SFWS_SC is off.
    2) The extract structure DTTV_REC_53 of the DataSource 0TV_REC_531 is invalid
    Message no. R8444
    Diagnosis
    An invalid extract structure has been assigned to the DataSource. An extract structure has to be active in the DDIC. It cannot be a view, since the customer is not able to add append fields for filling in the customer exits to a view.

    Hi
    To use this datasource, you need to install EHP3 package.
    http://help.sap.com/saphelp_nw70/helpdata/EN/b0/7b6c759c494ffcbf821d2442687888/frameset.htm
    Chandu.

  • I cannot transfer my Ical on my Imac with Mavericks 10.9.2 to my iphone 4 with the latest operating system.  I get error message "403" when it attempts to upload to the cloud before transfering to the iphone.  Any advice would be greatly appreciated.

    I cannot transfer my Ical on my Imac with Mavericks 10.9.2 to my iphone 4 with the latest operating system.  I get error message "403" when it attempts to upload to the cloud before transfering to the iphone.  I've tried shutting down the computer and iphone but it has not been successful.  There is plenty of data available on the icloud as I've not used it for anything else.   Any advice would be greatly appreciated.  Thank you.
       Kevin

    Hello kmcnern3,
    Thank you for providing the details of the calendar issue you are experiencing with your iMac and iPhone.  I recommend following the steps in the section titled "Troubleshooting on OS X" in the following article to assist with syncing your calendar events between your devices:
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/ts3999
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for