Please help!!!  Report Services

Hi,
I am very new to Oracle Report.
I have installed Oracle 9iAS in D:\Oralce folder and Reports developer on d:\OracleReports folder.
I have created a report in JSP format and is placed in D:\OracleReports\Reports folder. Now I want to run this report using a URL, how do I do it and where shall I keep this JPS file in D:\Oracle? Will I need Report Services for this? Is it installed as a part of Report developer or Oracle 9iAS? I my case HTTP Server was installed with Oracle 9iAS but Services was installed with Report Developer. So am confused.
I have been trying this since 15 days in vain. Please revert back.
Regards
Archana

RDF reports OR
JSP reports with paperlayout (optionally can contain weblayout also)
( To be safe you can create your report with paperlayout + weblayout in reports wizard)
1) Put the report anywhere in file system in an accessible place
2) Start reports server/ reports services
3) Run this url
http://host:port/reports/rwservlet?report=<full path name of report>userid=scott/tiger@dbdestype=cache+desformat=htmlcss+server=server_name
This is one of the easiest ways.
For details you can refer "publising reports to web" document for details
html - http://download.oracle.com/docs/html/A92102_01/toc.htm
pdf - http://download.oracle.com/docs/pdf/A92102_01.pdf (5MB)
All links - http://otn.oracle.com/documentation/reports_dev.html
In your case please refer chapter 2, 3 and 8. This servlet run can produce all output formats html, htmlcss, pdf,rtf etc
JSP reports with only weblayout
This can be used only for JSP run (ie output will be html)
1) For this you will need to know how to deploy an application in an Application server (especially Oracle 9iAS). You will need to package your application (jsps, html, servlets etc) in a .war or .ear file. Any good J2EE book should explain this ear packaging. Oracle 9i JDeveloper should have some wizards for making this easier. For Oracle 9iAS there will be some application server specific files (orion-web.xml and orion-application.xml for which only little modification will be required.)
2) While deploying the application the reports specific stuff to do will be to add the rwrun.jar and zrclient.jar libraries to application path in orion-web.xml file
<library path="$OHOME/reports/jlib/rwrun.jar"/>
<library path="$OHOME/jlib/zrclient.jar"/>
3) There should be a default reports demo in standard 9iAS installations . You can find that in
$OHOME/j2ee/home/applications/reports.ear
which contains a simple reports jsp report. You can open the ear file (using winzip), the enclosed .war file (using winzip) and see the structure of the application [ Maybe even tweak it to create your application ]
4) After .ear file creation you will have to deploy your application in Application server (using Enterprise Manager
or JDeveloper)
Once this is done you can run using this url
http://host:port/<appName>/test.jsp?otherParams ...
Thanks,
The Oracle Reports Team.

Similar Messages

  • Help..help Report services

    Hi all
    Please help me s.o.s.
    as soon as I start Report service repserver90 i got this error.
    "Windows could not start the repserver90 on local computer if this is non microsoft service contact the sevice vendor and refer to service -specific error code 50125"
    how can i to resolve ???
    Thanks

    Hello,
    First, test to start the reports from a "DOS Window" :
    rwserver.exe server=repserver90
    If an error REP-50125 is returned, activate the Reports Server trace
    Regards

  • Please help: Workflow service is not connected

    This questions is in continuation to my query posted ...see below link
    https://social.technet.microsoft.com/Forums/office/en-US/e6a880d4-e252-49bc-8866-f3f959abf23f/do-i-need-to-have-sharepoint-designer-2013-installed-on-sharepoint-2013-production-server-to-create?forum=sharepointgeneral
    I noticed that the web application is associated with "Workflow Service Application Proxy" from Central Administration site. However
    I do not see Workflow Service application listed in the Manage service applications, but only Workflow service application proxy is listed and when I clicked on this, I see that the workflow is not connected though it shows started.
    Also Ran ‘Get-WFFarmStatus’ command to check if the Workflow service is running, and to my surprise it is running.
    Snapshot below:
    If I re-register the workflow (used below command), I am getting Register-SPWorkflowService : Failed to register because the farm or partition
    is already registered with a workflow service
    Register-SPWorkflowService -SPSite "http://abc" -WorkflowHostUri "http://localhost:12291" -AllowOAuthHttp
    I am unaware of this… but now I am doubting if this is creating the problem. I have registered the workflow withhttp://localhost:12291
    on my SharePoint server. Should the workflow have DNS entry to register?
    Also, we do not have user profile service, so the user profile service & user profile synchronization service are not started. Do I need to start ‘user profile
    synchronization service’ as Nikhil suggested.
    Please help me to resolve this issue please.
    Regards,
    DJ

    Hi Rookio,
    Based on your description, your workflow service is not connected.
    For troubleshooting this issue, I recommend to verify the things below:
    1. Check the workflow management site is starting. If yes, restart the workflow management site.
    2. Check the ULS log to see some information about your problem.
    3. Re-register workflow service with force: Register-SPWorkflowService -SPSite "http://myserver/mysitecollection" -WorkflowHostUri "http://workflow.example.com:12291"
    -AllowOAuthHttp  -force.
    4. Run the PowerShell command to see if the issue still occurs: Enable-SPFeature -Identity WorkflowServiceStore –Url $yourUrl.
    Per my knowledge, you do not need to start user profile synchronization service when configuring the workflow manager.
    However, the user who deploys and runs a workflow must be added to the User Profile service, so it is recommended to start the user profile service application.
    http://technet.microsoft.com/en-us/library/jj658588(v=office.15).aspx
    More reference:
    http://www.datazx.cn/Forums/en-US/7675ea81-457d-4491-a224-e34471beec63/action?threadDisplayName=sharepoint-2013-workflow-manager-not-connected&forum=sharepointcustomization
    http://sharepoint.stackexchange.com/questions/79275/sharepoint-2013-workflow-manager-missing-service
    http://anujabhojani.blogspot.be/2013/06/the-option-for-sharepoint-2013-workflow.html
    Best regards,
    Victoria
    Victoria Xia
    TechNet Community Support

  • Can you please help on Service Classifications in Service Registry

    Dear SDNs,
    I am new in this SOA Area, with no experience.
    I could not manage to find relevant details for the following need, If you could put some light into it would be great help and appreciate it.
    1. I need the precedure how to create highrarchical classifications system , and add service to it in Service Registry
    ex:
              SCM (classification hierarchy)
                 -- SALES ORDER pROCESS (classification hierarchy)
                                createSalesOrder  (Service)
    2. How to find the services from service registry using Classification Systems created in step1, whether we use tools or API?
    Any possible details info will be of great help, as I need to create the hierarchical classifications and use them in search.
    Really appreciate your immediate help and direction.
    Thanks and Regards.
    Suraj.

    What is the error you're getting in your 10g database ?
    "oracle is not available and no privelage." means you've not started your database. In order to start your database you want to connect as SYSDBA.If your OS is Windows then you can start your database like below and try to connect into the database/
    C:\>set oracle_sid=ora101g
    C:\>sqlplus / as sysdba
    SQL*Plus: Release 10.1.0.2.0 - Production on Sun Feb 26 13:18:37 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 109051904 bytes
    Fixed Size 787688 bytes
    Variable Size 87030552 bytes
    Database Buffers 20971520 bytes
    Redo Buffers 262144 bytes
    Database mounted.
    Database opened.
    SQL>

  • Please help customer service has done NOTHING for

    I have had my creative zen micro player for about 8 months and having problems with it...When I put in the battery it won't work, but if I move it around to different spots it works for about 2 seconds and turns off. It has a full charge becaue if I hold it in that position it stays on and you can see the full battery. I've tried everything, I e-mailed customer service, but got nothing so I'm hoping that someone out there will be able to help me. I'm about to die without music .
    Dakota

    I sympathize with you not having any luck with Customer Service. I have had a long standing issue with them (I sent off email number 54 this morning). I have tried to escalate the problem by requesting the name of the Australian manager (I have asked in writing for this times) but every time they ignore my request. I am on my second Creative Zen Micro which is riddled with faults - just like the original unit. I have spoken to a representati've of customer service on the phone and he promised certain action but has failed to deli'ver (that was 55 days ago). Hopefully someone in Creative, maybe the Australian manager, will read this and help resolve my problem. Do not give up the fight... I'm not.

  • Please Help - "iPod service failed to start...."

    I have an iPod mini. I have Windows XP. I needed to upgrade my iTunes to get a song I really wanted. And this is what happened...
    -It was 'registering iPod service and a window pops up and says "Could not start service"
    -I hit "OK"
    -After a minute or two, a window pops up and says 'iPod service failed to start. Verify that you have sufficiant privileges to start system services'
    What do I Do?
    iPod Mini   Windows XP  

    it then said "Could not update environment variable 'PATH'. Verify that you have sufficient privilages to modify environment variables."
    that's fairly exotic on a 7.0.x install. (for some reason there have been all manner of kinky error messages showing up for folks over the last couple of days. i'm having to say "exotic" a lot.)
    okay, let's try working through the general troubleshooting advice from the following document:
    Trouble installing iTunes or QuickTime software in Windows
    ... but if no joy there, let's get an itunes 7 installer log to the Apple engineers for a look.
    1. Open a command prompt window. (Start menu -> Run. Type in "cmd". Hit return.)
    2. Drag and drop iTunesSetup.exe onto the window so that the full pathname of the file is at the command line prompt.
    3. Type in a space, then the following line:
    /l*v C:\log.txt
    4. Hit return.
    5. The installer will create a log file:
    C:\log.txt
    Find that file and send it as an attachment to this email address.
    in the email to Roy, be sure to include the following information:
    - A link to the thread on Apple Discussions where the issue is being discussed
    - The username you are using in the thread
    - The version of iTunes you are using or trying to use
    - the version of Windows you are using (mention service packs)
    - A concise description of the issue you are seeing
    - The exact text of the error message you are seeing

  • SQL Server Reporting Services gives HTTP Error

    Reporting Services is installed on Windows Server 2008 R2 Virtual Server.  When I naviage to the report manager url i get "Internet Explorer cannot display the webpage". I click on Diagnose connection problems and get the the following error:
    "The device or resource (xxxx-xxxxxxxx) is not set up to accept connections on
    port "The World Wide Web service (HTTP)".
    There is no firewall and the installed McAffe is not blocking port 80.
    thank you.

    Hi dars091,
    According to your description, you get the above error when accessing the Report Manager URL. Right?
    Based on the error message, it's because the 80 port is not available for Reporting Services. Since the anti-virus says the 80 port is not blocking, it may occupied by other application.
    Please change Reporting Services to use a non-default tcp port like 8080 or 81 in Reporting Services Configuration Manager to test.
    http://msdn.microsoft.com/en-us/library/bb630447.aspx
    If the port works, there should be conflict between IIS and other web server applications. You can use some tool to remove the conflict. Please refer to the links below:
    http://www.techspot.com/community/topics/not-set-up-to-establish-a-connection-on-port.140259/
    http://www.bleepingcomputer.com/forums/t/526763/windows-7-cannot-get-ie-to-connect-to-internet/
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • TFS2013 & SQL Reporting Services,

     
    I got a sudden error that I can’t create new Team project collections on TFS2013 
    The reason was suggested “The SSRS service account was changed”  Due to this tfs/report portal couldn’t be accessible. There is workaround suggested by Microsoft
    and that was applied.  Suggestion was “deleted the encryption key and created new one. " After this I was able to access reporting Services URL, but after that I got another error
     , so this  error says permissions issue but I have checked that I have required permissions . Then I tried to create new  team project collection on TFS but it failed. But before to create new team project collection I have ran the TFS health
    check, it shows health check is ok.
    I feel this is due to SSRS issue which running on TFS2013 itself
    I have tired to create test team project collection but for days it is like "creating "

    Hi  EpsithaJ,
    Based on my understanding, after changing service account, you come across a permission issue when accessing the Reporting Service.
    In Reporting Service, service account should be specified as built-in account , local Windows account or domain user account to run Reporting Service. Initially, only users who are members of the local administrators group can access a report server. Reporting
    Services is installed with two default role assignments that grant item-level and system-level access to members of the local administrators group. These built-in role assignments local Administrators to grant report server access to other users and manage
    report server items.
    So in your scenario, please make sure the new service account is a built-in account or local Windows user account/domain user account within local administrators group. Also please check Reporting Service has been logged on as the new service account(See
    screenshot below). Then on database side, make sure the login has permissions to host the report server database on the SQL Server Database Engine instance. The new account should be granted public and RSExecRole roles for the ReportServer database, RSExecRole
    role for the master, msdb, and ReportServerTempDB databases. After that, if you can access report manager, please check if the new service account has been assigned a proper system-level role and item-level role.
    Reference:
    Service Account (SSRS Native Mode)
    Granting Permissions on a Native Mode Report Server
    Configure the Report Server Service Account (SSRS Configuration Manager)
    Configure a Report Server Database Connection (SSRS Configuration Manager)
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • HT5622 I lost all my pictures! Please help:( I added all my photo to a new album from the camera roll and i delete the picture that already move to new album, at last all my picture was gone !:'( Please, anyway to recover back all my photo? please help :'

    I lost all my pictures! Please help:( I added all my photo to a new album from the camera roll and i delete the picture that already move to new album, at last all my picture was gone !:'( Please, anyway to recover back all my photo? please help :'( Apple Service Center or Branch can help?

    Albums is a way or sorting photos. Photos aren't moved from the Camera roll. The Camera Roll consists of all the photos on the phone. If you delete from Camera Roll they are deleted everywhere but Photo Stream.
    Are you using Photo Stream? Your photos, providing they wer recent should still be in Photo Stream. If you have Photo Stream set up on your computer they should all be there.

  • Hey guys please help me in this..

    what does error code -25922 means..
    it is coming as a value of error in my programs line
    error = sPSActionControl->Play(&result, eventMake, desc000001B0, plugInDialogSilent);
    i want to know what this error code stands for..
    please help me

    my service carrier isnt helping me at all with the problem,since i didnt buy there insurance protection.
    There is an update process on another thread here i found but i cant get my phone to hook up through usb without the screen working so i've been out of luck.
    Still waiting on answers too.

  • Date Slider in Apex(dashboard) . Urgent Please help.

    Hi ,
    Need a date slider in Apex. I.e user will select the from_date and to_date please (note it is only select max  7 days window.)
    Now i Need to display this user selected in the Slider . and when user slides to particular day the reports should run dynamically and display that particular days data.
    Please help. reports and slider are in the same page.Your help is much appreciated.
    Thanks

    Hi Alan,
    From_date and To_Date are datepicker items..
    i need a slider to displays these values ..and pass them to report dynamically when user selects the slider...
    Thanks
    MSH

  • TA25225 Display Flickers in my 21" Imac Intel. This happened after the fan noise in my machine. I also reported the problem and gave to the service centre, but the problem still persist. Please help. I purchased it 3 - 4 weeks ago

    Hello,
    I purchased my imac intel 21" 3-4 weeks ago and in the 2nd week i faced an issue with the machine. When i switched on in, there was a fan noise and a white screen. The machine had hanged. I reported the problem and gave to the service centre. After testing for a week, they said that there is no problem with the imac. Again i faced the same problem after receiving it from the service centre. They again tested the machine for 3-4 days and reported as no problem with the machine. Couple of days back, I received the machine from the service centre, and on the same day when i switched it on, there are flickers in the display. Please help me solve the issue. I am from India. The service here is very bad.
    Hope for a resolution
    Thanks

    Hello RedDevil07
    Yes I agree with seventy one. It's common sense to do this, especially now. I would also contact AppleCare and report this issue with them, it will get documented and you will have a caseID that you can refer to when talking to them in the future should this issue go one.
    Be polite with AppleCare and your AASP. Hopefully everyone is being honest and trying to help you and not what might appear to be the opposite.
    Patience is a virtue, but I thoroughly understand your frustration.
    Let us know how it goes, we are here to help in whatever way we can.
    I encourage you to contact AppleCare to report this experience and get their recommendations. There is an expectation that you should have that AppleCare is there to help you as a customer. I am sure they will too!

  • I can't see the Reporting Workspace in Service Manager Console PLEASE HELP

    I can't see the Reporting Workspace in Service Manager Console PLEASE HELP

    Hello,
    If you don't have an entry like "SQL Server Reporting Services (InstanceName)" in Windows Service Manager (Services.msc) then because SSRS service not installed on that machine. Install it, then you will see such an entry.
    Olaf Helper
    This is not an SQL issue it's a SC Service Manager issue. Reporting Services is installed and running on the SQL side. The problem is that as I am now aware I cannot get the Data Warehouse Server to register in the Service Manager consoles to connect that
    with the canned reports and turn on Reporting Workspace. Any thoughts?
    [ Blog] [ Xing] [ MVP]

  • Please help me with Reporting Services Button

    HI there,
    I am having major trouble trying to get the reporting services button to work.
    I have all the relevant SSRS and SQL Reporting Services installed on my local machine and quite happily connect to the SSRS reportServer via the URL: http:pw011157:8080/ReportServer yet when I try to enter this to the Report Server Button Connection in Xcelsius - the clock just goes round and round and round... never gives me a list of reports from  the report server...
    what do I have to do to get the Reporting Services Button to work correctly so I can pull in reports from SSRS
    thanks
    Dean

    hi Anil,
    I've jsut spent 1 hour searching for an add-on Reporting Services or any type of file on my computer that could relate to installing the xrs gateway - Frustrated is NOt quite strong enough...
    I can't even find the location where xcelsius extracts its single setup file to.?
    I have the sp3 file from SAP software delivery - where the hell would I find the /add-ons/ReportingServices folder to install the component...
    do they make it intentionally difficult?

  • Access denied error for BW Report iView..Please help :(

    Hello All,
    I have created a BW Report iView..containing a Bex query.
    Have created the required BW system object too.
    When I preview this iView, it asks me for BW system authentication....since am not mapped to this BW system.
    Its alright till here......
    Problem:
    Now, when I copy paste the URL (URL generated when you preview this iView) into a new browser window, I get an error saying:
    " <b>An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Access denied (Object(s): <<i>iView path</i>>
    Exception id: 02:57_13/02/06_0034_6204550
    See the details for the exception ID in the log file</b> "
    I checked tha bove mentioned log and it says:
    <b>Permission check failed - Object <<i>iView path</i>>  Pcd.Use Principal: Information not available with current trace level#</b>
    Changed the iView authentication scheme to every value present but it did not resolve.
    Please help me resolve this.
    Awaiting Reply.
    Thanks and Warm Regards
    Ritu

    Hi Raja,
    Firstly thanks for a quick response.
    I did as per you suggested but it isnt working. Am getting the same error again.
    <u>Please refer to the log details below</u>:
    1.5#000F206F053800610000008100000A1000040CAA10AF2627#1139824470727#com.sap.portal.pcd.Gl.Admin#sap.com/irj#com.sap.portal.pcd.Gl.Admin#Guest#0##sapnw2_J2E_6204550#Guest#63f4e0f093d911da8b7b000f206f0538#SAPEngine_Application_Thread[impl:3]_1##0#0#Warning#1#/System/Server#Plain###Permission check failed - Object portal_content/Ritu/MIDAS/CEO_redalert Permissions: Pcd.Use Principal: Information not available with current trace level#
    #1.5#000F206F053800610000008300000A1000040CAA10AF2963#1139824470743#com.sap.portal.pcd.Gl.Admin#sap.com/irj#com.sap.portal.pcd.Gl.Admin#Guest#0##sapnw2_J2E_6204550#Guest#63f4e0f093d911da8b7b000f206f0538#SAPEngine_Application_Thread[impl:3]_1##0#0#Warning#1#/System/Server#Plain###Permission check failed - Object portal_content/Ritu/MIDAS/CEO_redalert Permissions: Pcd.Use Principal: Information not available with current trace level#
    #1.5#000F206F053800610000008600000A1000040CAA10AF4031#1139824470743#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Guest#0##sapnw2_J2E_6204550#Guest#63f4e0f093d911da8b7b000f206f0538#SAPEngine_Application_Thread[impl:3]_1##0#0#Error#1#/System/Server#Java###Exception ID:03:24_13/02/06_0059_6204550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: Access is denied: pcd:portal_content/Ritu/MIDAS/CEO_redalert - user: Guest
         at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1932)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:230)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:312)
         at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:385)
         at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:435)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         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:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): portal_content/Ritu/MIDAS/CEO_redalert)
         at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:390)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1066)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1072)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1072)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1072)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxyContext.java:1168)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyContext.java:1115)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:909)
         at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:78)
         at com.sapportals.portal.pcd.gl.PcdURLContext.lookup(PcdURLContext.java:238)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1919)
         ... 26 more
    ==========================
    The auth scheme of this iView is set to default
    Please help me resolve this......
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu
    Message was edited by: Ritu  Hunjan

Maybe you are looking for