"you are not authorized to view the report(s)" while access from custom fol

Hey all,
Becz of some requirement, i have customized SQR to store PDF output files into custom directory located in UNIX,
psreports/htst2/my_fodler.
When i try to access them using ViewContentURL or manually writing the follolwing URL into my browser while im being
in environment as syntaxed below
http://<webserver>/psreports/htst2/my_folder/my_pdf.pdf
the system kicks out of the system with the error "you are not authorized to view the report(s)" for all the users.
By default if i ran any report as distribution node setup all the PDF's are getting saved into...
/psreports/htst2/YYYYMMDD/CONTENT_ID/my_pdf.pdf
Those files im able to access like below
http://<webserver>/psreports/htst2/CONTENT_ID/my_pdf.pdf
Can anyone helpme out what is the difference and any workaround for this?
Thanks in advance.

Fortunately, it is not allowed to go through all the path directories you want onto the server. If you want your report in a specific folder, then rewrite your code to create the output file where you want, after the admin give you the proper grant against that folder.
Nicolas.

Similar Messages

  • HTTP Error 403 You are not authorized to view the requested resource

    Hi Experts,
    When I open the node "Hierarchie groups" I get the following error:  "Connection couldn't be recreated: 1 cause: Encountered invalid managed connection, last cause Couldn't execute interaction.  2 cause: Couldn't execute interaction. "
    In the log file I find the following:
    User MI_SERVADM, IP address
    HTTP request processing failed. HTTP error [403] will be returned. The error is [You are not authorized to view the requested resource.No details available].
    I used the User Service for administrator, I have not used the individual user for administrator.
    Regards, Gokhan

    Ah anyway I receive the above error even when I do a search in the node "Mobile Components".
    Now there's this in the LOG DefaultTrace (2 errors following)::
    1) Connection is already closed and no longer associated with a managed connection
    2) Exception occurred when processing Search:
    [EXCEPTION]
    com.sap.ip.mi.admin.core.ApplicationException: Connection couldn't be recreated: 1 cause: Encountered invalid managed connection, last cause Couldn't execute interaction.  2 cause: Couldn't execute interaction.
         at com.sap.ip.mi.ejb.admin.grouping.GroupingControllerBean.getHierarchy(GroupingControllerBean.java:730)
         at com.sap.ip.mi.ejb.admin.grouping.GroupingControllerBean.getHierarchy(GroupingControllerBean.java:580)
         at com.sap.ip.mi.ejb.admin.grouping.GroupingControllerLocalLocalObjectImpl0.getHierarchy(GroupingControllerLocalLocalObjectImpl0.java:547)
         at com.sap.ip.mi.admin.services.GroupingDelegate.getHierarchy(GroupingDelegate.java:81)
         at com.sap.ip.mi.admin.ui.HierarchyGroup.buildUpList(HierarchyGroup.java:252)
         at com.sap.ip.mi.admin.ui.wdp.InternalHierarchyGroup.buildUpList(InternalHierarchyGroup.java:409)
         at com.sap.ip.mi.admin.ui.Search.triggerSearch(Search.java:222)
         at com.sap.ip.mi.admin.ui.wdp.InternalSearch.triggerSearch(InternalSearch.java:286)
         at com.sap.ip.mi.admin.ui.Search.wdDoInit(Search.java:138)
         at com.sap.ip.mi.admin.ui.wdp.InternalSearch.wdDoInit(InternalSearch.java:272)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.makeVisible(ViewManager.java:789)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.onComponentCreated(ViewManager.java:258)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.fireComponentCreated(ComponentUsage.java:575)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:175)
         at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:141)
         at com.sap.lm.webadmin.mainframe.RenderingUtils.loadCurrentPlugin(RenderingUtils.java:189)
         at com.sap.lm.webadmin.mainframe.MainFrameView.wdDoModifyView(MainFrameView.java:272)
         at com.sap.lm.webadmin.mainframe.wdp.InternalMainFrameView.wdDoModifyView(InternalMainFrameView.java:1419)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
         at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:480)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doModifyView(WindowPhaseModel.java:551)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:148)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Edited by: dpns22 on Feb 1, 2010 10:31 PM
    Edited by: dpns22 on Feb 1, 2010 10:59 PM

  • You are not authorized to view the requested resource

    Dear Experts,
    what can be the reason for the following problem if I call
    http://XXX.XX.XX.XXX:53000/wsnavigator/enterwsdl.html
    I am getting the follwing message
    403   Forbidden
    SAP J2EE Engine/7.00
      You are not authorized to view the requested resource.
      Details:   No details available
    Please Help I need help!
    Regards
    sas erdem

    Hi,
    look at this thread:
    Error"You are not authorized to view the requested resource"
    There is a role what you need.... But it is a J2EE role and not a ABAP role!!!!!
    regards

  • "  You are not authorized to view the requested resource."  for SLD

    HI Experts,
    I am trying to access Administration and Help links in SLD. But when i click on those links getting "  You are not authorized to view the requested resource."  And I have assigned all SLD roles to my user.
    And same message is coming when click on System Information in http://<host>:<port>/index.html page. Please let me know that anyother roles required for accessing SLD and System Information.
    regards,
    Sree.
    Edited by: sree pedasingh on Jan 19, 2011 10:25 AM

    Dear Sree,
    But I don't have such a group !
    Regards,
    Omid

  • You are not authorized to view the requested resource in SLD

    Hi All,
    After logging into SXMB_IFR and trying to SLD components I am getting the You are not authorized to view the requested resource in SLD.What I have to get into SLD.I am a beginner in Xi.Please let me know what I have to do to login in SLD.Thanks in advance.
    Regards,
    BABA.

    hi,
    doi you have role:
    SAP_SLD_ADMINISTRATOR
    or
    SAP_SLD_CONFIGURATOR
    or
    SAP_XI_CONFIGURATOR
    or
    SAP_XI_CONTENT_ORGANIZER
    for all roles:
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/51104159ecef23e10000000a155106/content.htm
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • 403   Forbidden  You are not authorized to view the requested resource.

    Hello all
    I am getting this error when I perform a full CPA CACHE refresh.
    I have already check those steps :
    •  HTTP 403 during cache refresh of the adapter framework - Refer SAP Note -751856
    • Because of Inactive Services in ICF –Go to SICF transaction and activate the services. Refer SAP Note -517484
    • Error in RWB/Message Monitoring- because of J2EE roles – Refer SAP Note -796726
    And they are ok ..
    Please give me any tips or ways to solve this problem..
    Thanks a lot ...

    hI
    Try With this
    403 ERROR
    858049 -- Note
    PIDIRUSER / XIDIRUSER http 403 Error : Forbidden
    /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi
    Thanks

  • "You are not authorized to edit the chosen object" in LWE

    Hello gurus,
      I want to edit the standard HTML content that is delivered with Life and work events. Before editing this, i want to copy the ESS HTML content package to a custom folder and then edit and modify as per my requirements. i navigated to Life an work events - US --> HTML content --> Content Package --> ESS HTML Content Package and clicked on Open. I am getting the error "You are not authorized to edit the chosen object".
    How do I access this content without any error? Do I need any specific roles to be able to access this content? i need to access this content to be able to copy and paste it to a custom folder.
    Also, when I tried copying at the ESS HTML content Package level and then pasting it into a custom folder, i get a popup with all empty rows and columns and there are two buttons OK and CANCEL.
    How do I copy this ESS HTML content package to a custom location?
    please suggest . 
    An update: Since I could not open/edit the standard ess html content package, I created my own HTML files from scratch and created a content package and uploaded my html files and folders into the custom content package. Now, I want one of the pages that I created to be displayed as the start page of one of my life and work events.
    How do I achieve this? What else is needed to call these html pages from the event?
    Please suggest and any help is really appreciated.
    Thanks,
    Maria Kutty Somori.....
    Edited by: MariaKutty on Jun 24, 2011 1:01 AM
    Edited by: MariaKutty on Jun 24, 2011 1:05 AM

    Hello Maria,
    I too tried earlier for copying these HTML content and paste them in my custom folder and then modify them....
    But I too faced the similar error as of yours.
    I dont' know the reason why this happens....I guess SAP does not allow you to modify there content.
    Nyways, there is always a workaround solution....
    You are spot on when you say...You are creating new HTML files from scratch.....but you dont' need to create from scratch !!
    You can still get these files.
    1. Check Directory Structure : Navigate to Life and work events - US folder in GP design time -> HTML Content -> Content Package ->  ESS HTML Content Package and click on "Open" then click on content tab..
    Here you can view all the content files supplied....additionally please note that there are two folders "CSS" and "Images".
    If you wish to create your own content from modification to SAP supplied content...then make sure in your own package these folders are also with similar directory structure.
    2. Come out of gallery and as an end user Open your life and work events page that you wish to modify.
    For e.g. ESS -> Life and Work events -> My First Days -> New Hire Checklist.
    3. Right click on HTML page and click on Properties.
    4. Copy the Address/URL of page.
    It will be something like :
    http://Host:Port/gpcore/ctpkg/094BABAA643911E091070000014B8BFA/NewHireCheckList.html
    5. Access above URL directly from Browser (In new window)  and refresh that opened page. Check that all the content is visible and in correct font and format.
    6. Click on "Page" -> Save As...from your browser tool bar.
    7. From "Save as type" select HTML complete....
    and save the page.
    8. As a result you will get an HTML file and a folder.
    Inside the folder there will be your images and CSS....Now you know how to make your own content.......
    Very Important : Please note that directory structure of your CSS images and HTML must be similar to what you                 saw in point 1.
    And you can easily modify your content...accordingly...
    Now the second part of your question :
    "Now, I want one of the pages that I created to be displayed as the start page of one of my life and work events. "
    I hope you refer to something that is given by SAP in the form of " ESS -> Life and Work events -> My First Days -> New Hire Checklist"..
    As you can see "New hire checklist" is the First link available under My first days...thus by default it gets displayed when user clicks on "My first days"....
    Is this that you want to mimic ?
    Well for that your process in GP design time must look like this :
    http://img594.imageshack.us/img594/7/imageqw.png
    For eg. Create a new callable object with name "New Hire Checklist" of type : "Content package"..
    Wizard will help you with the rest.
    Revert back if you face any issues.

  • The error in SRM7.0-You are not authorized to display the auction

    Hi, My Expert :
    I work in SRM 7.0 . The purchaser created one Auction and published it .When the bidder logon the system and click the "Live Auction ", the system displayed"You are not authorized to display the auction".I guess that there is  something wrong with the LAC. Or orthers?
      BR!
      Alex!

    Hello Alex,
    The link you have mentioned opens a Java applet which is called as live auction cockpit.
    The views will be diff depending upon the role purchaser/bidder.
    But for this the Java server has to be properly integrated with the SRM server.
    basis has to correctly define the authorisations of the integrating user.
    Please check this with the help of LAC installation guide
    Also check below Notes
    687840-Live Auction works before Java patch but fails after SDM patch.Error message 'You are not authorized to display auction'
    730403
    Also useful info in below thread
    How to initiate Live auction...
    Thanks & Regards
    Arshad
    Edited by: arshad ahmed on Sep 17, 2009 9:37 AM

  • You are not authorized to enter the application

    Hi Gurus,
    I am working on crm 5.0 and configuring B2B Scenario,
    while trying to login E-selling user mangement URL,
    I am getting below error.
    "You are not authorized to enter the application'
    I have given all the authorization roles.
    Regards
    Chandramohan

    Hi Sateesh,
    Thanks for ur quick reply....
    I am getting error while entering into the User Management Link.
    I have maintained the below Authorizations needed to enter into this application.
    SAP_CRM_ECO_ISA_WU_B2C
    Internet User for B2C
    SAP_CRM_ECO ISAWU_B2B_FULL
    Internet User for B2B
    SAP_CRM_ISA_WEBSHOP_MANAGER
    Super User for Customer
    SAP_CRM_ISA_WEBSHOP_MANAGER
    Web Shop Manager to create Internet User
    Created one employee and maintained him as system user.
    Employee Number has been maintained as Alias in the SU01 for the user(weblogin)
    Did Iam missing anything.
    Regards
    Chandramohan

  • You are not authorized to change the sales employee

    Hi everyone ,
    when I add an new bussiness partner not with the default sales employee ,I can't finish adding except  loging on the system using manager or superuser before. the system tells that "You are not authorized to change the sales employee". This problem had been raised by someone else already,But It still confused me .I have explored the problem in b1 system and has got these results like following:
    first ,there are three places where we can set default Salse mployee.        
               Path1     Administation/Setup/General/Sales Employees
            or  Path2   Human Resources/Employee Master Data/Sales Employee
            or   Path3  Administation/Setup/General/Users/Defaults/New/Defaults/Sales Employee
    If you add a new BP , the default Sales Employee will get the value from Path3 .
    If it is empty from Path3 ,it will get the value from Path2.
    If it is also empty from Path2,then it will get the value from Path1.
    There is Only one conditon that In Employee Master Data ,the employee is related with User and Sales Employee.
    My question is that since I connected employee with User I can't change the sales employee when adding a new BP.
    Another question is that since I connnected sales employee(Mike) with employee(Jone) I can't select the sales employee (Mike) as a sales employee when adding a new BP using other user loging on the system.
    There Is no problem if I  connect no employee with User.But If I do so ,How Can I do the Data Ownership Authorization.
    Edited by: Li Mishan on Apr 17, 2008 9:40 AM
    Edited by: Susanne Klemm on May 7, 2008 2:00 PM
    Edited by: Philip Eller on May 21, 2008 9:02 AM

    I forget to say that I had already give the user all Authorizations.I have copy the authorization from manager.
    One thing I am sure that :
    If you connet the sales employee with one employee,that means that sales employee can be only used by the user connected to the employee at the same time.others can't use it.
    If you connet the user with employee,that means ,when log on the system with the user,you can only use the sales employee that you connected with employee at the same time.you can't use others
    Edited by: Li Mishan on Apr 17, 2008 10:55 AM

  • You are not authorized to start the administration workset - GP

    I'm trying to launch the Administration Workset for GPs, to release objects from the "Life and Work Events" GPs from ESS, assigned GP Administrator to user and get the error:
    "You are not authorized to start the administration workset"
    Also tried adding virtually all GP and CAF roles to used with no luck, any ideas??
    Max points to the correct answer =)

    try to add a role called CAFUIADMIN and provide your user with this role. Otherwise all you need is the GP Adminstrator role.
    hope that helps
    Abdul

  • You are not authorized to open the form ORA-01403: no data found

    Hi,
    I have created a new Oracle 10g forms. It compiles sucessfully but when it is opened it gives a error message : You are not authorized to open the form ORA-01403: no data found.
    I am already connected to database. Can anyone please help what is the reason for this issue and any possible resolution?

    Sounds like you have some kind of security enabled.  However, because you didn't share the details about your environment or what you are doing there isn't much we can do is guess.
    Exactly which Forms version are you using?
    Exactly which database version are you using?
    Are you using anything like Oracle E-Business (e.g. template.fmb)?
    Did you create the form with Oracle Designer?
    If you create a simple form using only the DataBlock and Layout Wizards against the Oracle demo schema (SCOTT), does this form run?
    Any additional details outlining what you are doing or have already done might be helpful.

  • You are not authorized to display the case component, when using copy

    I copied the standard UDM_SPS_CASE_RECORD and created a Z version with no changes, in addition also copied the standard Case Record model with no changes. I have entered my new case record model into my new element and tied both the to case type. When trying to create a case get a message "You are not authorized to display the case component"
    SU53 looks good, and BASIS did a Trace and did not see anything.
    When I change the configuration back to use the standard no issues and case is created. Anybody know what the issue might be?
    Thanks

    dear friend,
    when you get this error on screen type /NSU53 , hit Enter and get a new screenshot
    if you see the message ""The last  authorization check was successful" that means nothing to do with Basis team, it could be a custom message - talk to abaper ;
    but if you see some objects there (Authorization check failed) - please pass to security or basis guys
    ask / try another user which hasn'rt such error and comare the roles you and he/she has - try to find out the difference
    good luck!

  • You are not authorized to display the panel for selecting a power plan

    I'm running Windows 7. Installed "Power Manager" via System Update 4.0 last night (10/23/2009). Getting this error when hitting FN+F3.
    You are not authorized to display the panel for selecting a power plan.
    Furthermore, I'm unable to see any of the default power schemes. Finally, I created two new power schemes, neither of them display for selection.
    Any one else experiencing this issue?!?!?

    Welcome to the forum!
    Hmm...  That seems odd.  Does the userid that you're using have admin rights to the machine?
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Jane
    2015 X1 Carbon, ThinkPad Slate, T410s, X301, X200 Tablet, T60p, HP TouchPad, iPad Air 2, iPhone 5S, IdeaTab A2107A, Yoga Tablet, Yoga 3 Pro
    I am not a Lenovo Employee.
    I AM one of those crazy ThinkPad zealots!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!

  • You are not authorized to display the data transfer process

    Dear Experts,
                          Good Morning!
                          I want to that I am getting one Message no. RSM906:"You are not authorized to display the data transfer process
    ".What does it mean .I want to load the data in the 0SD_C03 cube ,can able to load upto PSA but unable to create the DTP.IS this because of this messege of authorization or some other reason ,Request  you to please suggest me for this issue ,thanks in advance .

    Hi,
    You may not have authorisation for S&D cubes, so i feel it is an authorisation issue, kindly take one of your colleagues id to check this, if it is working for them, then i think you have to add those to roles to your ID..
    Still there is a option to override this, but you have debug it once, and change the authorisation code(sy-subrc) value, and please dont try this if you are not familiar at ABAP, and this is not adviceable if it is an authorisation issue as there will be logs recorded for all the things you are doing and oreover each time when u click on DTP you have debug it to change the authorisation
    code..
    Note: If it is QA or Dev system you can try debugging it, but if it is production system then i think u have to use an alternate ID...
    Regards,
    Nanda.S

Maybe you are looking for

  • PreparedStatement ResultSet wrapper to auto close cursor

    Hi ! Is it possible to create wrapper that will automatically close result set and prepared statements ? I am sick of closing resultsets and preparedstatements in all my dao objects. Its all about neverending try catch and close code lines, it is all

  • Feedback nodes in Error cluster

    Some time back I had posted a VI called Simple StateMachine template. Based on the comments from fellow members I have redone it and am attaching it herewith. ( LV7.1 + Win_XP Professional ) If you just open it and check the block diagram, you will n

  • HT4623 Software update button, where is it?

    I am trying to update my ipad but in settings, general there is no software update button. Would do I do? I think ios 5 would be the next install

  • How to group by below query?

    Hi All, I have below query, SELECT username,firstname,lastname,country FROM emp e1 WHERE EXISTS ( SELECT 1 FROM emp WHERE e1.lastname = firstname AND e1.firstname) = lastname ) OR EXISTS ( SELECT 1 FROM emp WHERE lastname = e1.lastname AND firstname)

  • Cannot upgrade XServe G5 to Mac OS X Server 10.5

    I have a XServe G5 running Mac OS X Server 10.4.11. I have a Mac OS X Server 10.5 Install DVD with a 10.5 Server Unlimited Client license. When I try to upgrade the installer starts and after I select English language it says that Mac OS X Server can