XMLP 5.6.2 - Problem launching reports. The URL is wrong.

No problem when clicking on a report from either the "Home" or "Home/Guest" folder.
However drill-down into a folder named "Home/Guest/Test "and click either on a "ReportName" or "View" within it will yeild the following error:
"Not Found - The requested URL /xmlpserver/Guest/Test/test1/test1.xdo was not found on this server."
The actual URL is "http://tineey.tiny.server/xmlpserver/Guest%2FTest%2Ftest1%2Ftest1.xdo"
Obviously the URL wrong. Is this feature by design <grin> or is there some configuration step that I missed or ?
BG...

Figured it out.
With some help from another post I discovered that the navigator.jsp has a URL Encoding issue. There were 2 places I made changes. Line 360 and line 368.
BG...
Line 360
Change from
<a title="View Report" class="OraHeaderSub" href="<%=ctxPath + reportAbsPathEncoded%>">
To
<a title="View Report" class="OraHeaderSub" href="<%=ctxPath + reportAbsPath%>">
Line 368
From
<a href="<%=ctxPath+reportAbsPathEncoded%>" class="OraLink"><%=NLSUtils.getString(request, "VIEW_REPORT", "View")%></a>
To
<a href="<%=ctxPath+reportAbsPath%>" class="OraLink"><%=NLSUtils.getString(request, "VIEW_REPORT", "View")%></a>
"

Similar Messages

  • Problem in writing the URL in Paging tag

    This is the part of my code which actually does paging
    <table width="544">
    <pg:paging url="AdminPolicies.jsp?catid=${catid}">
    <c:forEach var="Material" items="${mat}" varStatus="row" >
    <pg:item>
    <tr class="${row.index % 2 == 0 ? 'even' : 'odd'}"><td id="line"><strong><a id = "link" href="Admin/${Material.location}">
    <c:out value="${Material.name}" /></a></strong>
    Author: <c:out value="${Material.author_fname}" /> <c:out value="${Material.author_lname}" />
    <c:out value="${Material.description}" />
    Submitted By: <c:out value="${Material.submitter}" />
    Date Submitted: <c:out value="${Material.date}" />
    <%
    if(loggedUser.isInRole("admin"))
    %>
    <div id="right"><a href="Admin/EditMaterial.jsp?catid=${Material.catid&scatid=${Material.scatid&name=${Material.name}&submitt=EditMaterial&no=no ">Edit</a> | <a href="Admin/EditMaterial.jsp?catid=${Material.catid}&scatid=${Material.scatid}&name=${Material.name}&delete=delete&noscatid=noscatid " onClick="return confirm('Are you sure you want to delete this Material');">Delete</a></div>
    <%
    %>
    </td></tr>
    </pg:item>
    </c:forEach>
    <pg:index>
    <pg:page><%=thisPage%></pg:page>
    <pg:nextPages><a href="abc.com">ABh</a></pg:nextPages>
    </pg:index>
    </pg:paging>
    </table>
    My problem is that in url="AdminPolicies.jsp?catid=${catid}
    I am not getting the value of catid. i.e ${catid} comes out to be blank when I click on the link of page 2.
    catid is the value on my page which I get from request object.
    Can u tell me how can I get the catid value in URL tag.
    Also placing the caid in this <%=catid%> way does not work.
    Waiting for your reply,
    Aniketh

    Hello Can anyone put some light on this post...

  • WebGate Error Report - The URL /access/sso is reserved for use by Oracle...

    We are getting a 500 error on the web gates when logging in.
    They have been working before, but are now reporting the error below.
    2010/01/27@07:09:25.632239 18521 33 WEB ERROR 0x0000151F /export/build40/Oblix/coreid1014/palantir/commonlib/src/apache2_req_info.cpp:170 "WebGate Error Report" Message^The URL /access/sso is reserved for use by Oracle Access Manager and has been used with incorrect parameters. ReqReq^POST /access/sso HTTP/1.1 ReqProto^HTTP/1.1 ReqHost^p1uawbsv1.portal.internal ReqStatLine^ ReqStatus^200 ReqRawUri^/access/sso ReqUri^/access/sso ReqFilename^/u01/app/oracle/product/11.1.1/ohs1/instances/instance1/config/OHS/ohs1/htdocs/access ReqPath^/sso ReqArgs^
    The configuration uses form based login
    Details for Authentication Scheme
    Level           1
    Challenge Method           Form
    Challenge Parameter           
    creds:userid password
    form:/oamsso/login.html
    action:/access/sso
    passthrough:no
    SSL Required           No
    Challenge Redirect           
    Enabled           Yes

    thanks,
    the login post goes to /access/sso, but now i am getting 404 error /access/sso
    Below is what I currently have the following in httpd.conf, which is the same as in a working environment.
    The web gate policy resources include /portal and /public, but no mention of /access. How does web gate know how to intercept /access/sso?
    [2010-01-28T10:50:42.9609+11:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: p1uawbs02] [host_addr: 10.252.16.223] [tid: 18] [user: oracle] [ecid: 0000Pa_5qz3BP9s5Gj0Fyf0001rV00009_] [rid: 0] [VirtualHost: main] File does not exist: /u01/app/oracle/product/11.1.1/ohs1/instances/instance2/config/OHS/ohs1/htdocs/access
    #*** BEGIN WebGate Specific ****
    LoadFile "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oblix/lib/libgcc_s.so.1"
    LoadFile "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oblix/lib/libstdc++.so.5"
    LoadModule obWebgateModule "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oblix/apps/webgate/bin/webgate.so"
    WebGateInstalldir "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access"
    WebGateMode PEER
    <Location /access/oblix/apps/webgate/bin/webgate.cgi>
    SetHandler obwebgateerr
    </Location>
    <Location "/oberr.cgi">
    SetHandler obwebgateerr
    </Location>
    <LocationMatch "/*">
    AuthType Oblix
    require valid-user
    </LocationMatch>
    #*******Default Login page alias***
    Alias /oamsso "/u01/app/oracle/product/11.1.1/ohs1/oam/webgate/access/oamsso"
    <LocationMatch "/oamsso/*">
    Satisfy any
    </LocationMatch>
    #*** END WebGate Specific ****

  • I can't navigate anywhere! it says there's a problem loading my page or the url is wrong

    for example...i try type in yahoo.com... and get the page briefly..then this message "Sorry. We can't find "http://www.yahoo.com/"
    There was a problem loading your page. Try retyping the URL in the browser address bar above or, visiting a related link below." this happens with each site i visit..or try to visit. it pops up briefly then that error message. what can i do? I can't do anything!!

    http://support.apple.com/kb/ts3694#error29
    Error 20, 21, 23, 26, 28, 29, 34, 36, 37, 40
    These errors typically occur when security software interferes with the restore and update process. Use the steps to troubleshoot security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    Also, check your hosts file to verify that it's not blocking iTunes from communicating with the update server. See the steps under the heading "Blocked by configuration (Mac OS X / Windows) > Rebuild network information > Mac OS X > The hosts file may also be blocking the iTunes Store." If you have software used to perform unauthorized modifications to the iOS device, uninstall this software prior to editing the hosts file to prevent that software from automatically modifying the hosts file again on restart.

  • Problem in Creatig the URL iview for a Team Room

    Hi SDN,
    <b>
    I have created a team room in collaboration and created the URL iview of that team room.
    But in the iview i am getting the MASTHEAD of the portal also.
    But I do not want the MASTHEAD to appear.
    HOW DO I GO ABOUT THIS??????
    </b>
    regards
    Brahmachaitanya

    Hi Brahmachaitanya
    Well it is unfortunately not possible to just copy the link of a room and use it as reference in an URL iView. A solution we are using a Collaboration Room launching iView. We simulate the form that is used in the CLP:
    <script language=\"Javascript\">
         function gotoRoom(){
              top.EPCM.doNavigate(\'CollaborationConnector://portal_content/com.sap.ip.collaboration/Rooms/" + room_id + "/workset?NavTargetAsRoot=true\', \'0\');
    </script>
    I hope this helped.
    Cheers, Normen

  • Problem in finding the url

    i am providing the url "C:\\Documents and Settings\\snehasis\\My Documents\\aa.gif" for an image located "C:\\Documents and Settings\\snehasis\\My Documents\\aa.gif") and it is throwing an error. It is due to the path not found .how to rectify it

    Review the documentation for the method you are using and determine what argument it takes. You are providing a string consisting of a file path/name. Is that valid?

  • My problem deals with the url bar.

    Before switching to 5.0, I was able to type in let's say something like, "Imdb.com jack nicholson" into the url bar & I would end up on the actors Imdb profile, but now since I switched, it just re directs me the google search for his page. So, is there something I can do or re config to back to the way it once was? Thanks!

    There is a change beginning in Firefox 4 in how Location bar search works.
    *'''''In Firefox 3.6.x''''', Location bar search uses Google "Browse by name" search. With the browse by name search, it performs a Google search and
    **if there is a clear match it will take you to the site
    **otherwise it shows the Google search result page
    *'''''Firefox 4's default''''' is
    **to perform a Google search and present the Google search results page '''''if''''' you type something which is not recognized as a URL
    **you must type a complete URL, such as www.youtube.com , to go directly to the site
    To get the Firefox 3.6.x behavior in Firefox 4. you need to change a hidden preference '''''OR''''' install the add-on below.
    '''To change the preference:'''
    #Type '''''about:config''''' into the location bar and press the Enter key
    #If you see a warning, accept it (promise to be careful)
    #A list of preferences will open
    #Filter = keyword.URL
    #Double-click on that preference in the lower pane
    #A small window will appear; copy one of the URLs below and paste into the box in that small window (or type it into the box in that window '''''exactly''''' as shown below):
    *Google "I'm Feeling Lucky": http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
    *Google "Browse by Name": http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=
    '''Instead of the above, you could install this extension:'''
    *'''''Browse by name''''' add-on: https://addons.mozilla.org/firefox/addon/browse-by-name
    See:
    *http://kb.mozillazine.org/About:config
    *http://kb.mozillazine.org/Keyword.URL
    *http://kb.mozillazine.org/Location_Bar_search
    <br />
    <br />
    '''You need to update the following.''' The Plugin version(s) shown below was/were submitted with your question and is/are out of date. You should update to avoid known security issues with the version(s) you have installed. Click on "More system info..." to the right of your question to see what was included with your question.
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.4"
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**SAVE the installer to your hard drive (save to your Desktop so that you can find it after the download). Exit/Close Firefox. Run the installer you just downloaded.
    #**Use either of the links below:
    #***https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox ''(click on "Installing and updating Adobe Reader")''
    #***''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #*After the installation, start Firefox and check your version again.

  • Just started MobileMe.  Struggled with the setup of iCal but eventually got everything working fine for about a day.  Then I started receiving an iCal error message stating that the URL was wrong.  Of course, sync no longer works.  What is correct URL?

    Just signed up for MobileMe.  Had a little difficulty setting up iCal but eventually got everything working.  Whether posting to iCal on my Mac Book or iPhone, sync seemed to be working fine for about a day.  Then suddenly when I opened iCal on my Mac Book, I would receive the following iCal error message:
    "The calendar https://cal.me.com/calendar/calendar/principals/users/1.1117025442/ was not found on the server. Make sure the URL is correct."  I know where it is located but because I did not enter the URL when I set up MobileMe/iCal, I don't know what the correct URL should be.

    Mike,
    Welcome to Apple Support Communites.
    Review; MobileMe: Setting up iCal for the new MobileMe Calendar, and post back with further questions.

  • Problem in accessing the url on client with win7 64 bit

    Hello experts,
    we recently install fusion 11.1.2.1.0 and database 11g.
    scenario:
    database server:(192.168.1.100)
    plateform: window server 2008, 64 bit
    product: oracle database 11g.
    application server:(192.168.1.101)
    plateform: window server 2008 64 bit
    product: oracle fusion 11g(forms and report)
    i sucessfully install and configure the forms configuration. my application is running on same application server.
    url to access the application:
    http://aserver:9001/forms/frmservlet?config=erp
    url is accessing on the application server as well as client having 32 bit xp operating
    system after insatlling the java.
    but if same url is accessing on database server and clients with window7 64 bit, not accessing after installing the java as well.
    please help
    thanks
    yash

    Hi Amit
    We also have this issue with weblogic webservices. Did you get any resolution for this issue.
    When the service is executed for lesser number of hits, all the responses are processed properly. But as load (Number of hits for the same service) increases, few responses are failed to be parsed in the web service client. We could confirm that the producer responds with proper content type (text/xml)
    Any help or pointers will be greatly appreciated.
    Thanks,
    Finny

  • Problem launching Firefox from Windows with file path that contains space characters in the html file's file name

    We have a software application that programmatically launches the default web browser using the Windows shell execute function ("ShellExecuteA" in the "shell32.dll" library of the Windows API) along with a file path for a saved local html file that is to be displayed. In the case that FireFox is the default browser and the file path for the html file contains any space characters in the html file's file name, Firefox (in this case v7.01) will display an error message "File not Found..." and then will also proceed to open tabs for each of the individual words in the file name, launching as the URL path, each individual word appended to ".com".
    In the following example, the path "C:\KSSecOfState\Forms\Kansas Secretary of State - Filings and Forms.htm" when launched programmatically, resulted in the error message "File not Found...Firefox can't find the file at /C:/KSSecOfState/Forms/Kansas." and opened up browser windows for "http://www.secretary.com/", "http://www.of.com/", "http://www.state.com/", "http://www.and.com/", and attempted to launch "http://forms.htm". If the same file (renamed) is launched using the path string "C:\KSSecOfState\Forms\KansasSecretaryOfState-FilingsAndForms.htm" the file opens up correctly in Firefox. Clearly the presence of spaces in the file name is causing the problem.
    I should also note that either path (with or without space characters) works properly if pasted directly into the Firefox URL path menu bar for a live instance of Firefox. The test path strings I used were:
    C:\KSSecOfState\Forms\KansasSecretaryOfState-FilingsAndForms.htm
    C:\KSSecOfState\Forms\Kansas Secretary of State - Filings and Forms.htm
    Does anyone know anything about this problem or how to work around it (other than the obvious answer of taking the spaces out of the file name which is not possible for this application). It seems the problem is specific to Firefox. IE works properly if launched programmatically with spaces in the file name passed to it. I haven't tested other browsers yet.
    Thanks!

    If starting from ShellExecute works the same as starting from the command line then there are two options:<br>
    Put everything inside double quotes<br>
    '''C:\Program Files\Mozilla Firefox\>'''firefox.exe '''"c:\test\svg test.htm"'''<br>
    Convert to a valid url with file:// protocol and percentage-escaping the space<br>
    '''C:\Program Files\Mozilla Firefox\>'''firefox.exe '''file://c:\test\svg%20test.htm'''<br>

  • How to hide parameters in the URL ?

    Hi,
    Iam using Reports 6i on web. Now Iam calling report from a report (Drill done report) using SRW.SET_HYPERLINK.
    Iam passing lot of parameters to this detail report.
    When I call the main report the URL looks like:
    http://devreports.wwt.com/dev60cgi/runrep.sh/15369?
    But when I click on the link in this main report for details, the detail report URL looks like this.
    http://devreports.wwt.com/dev60cgi/runrep.sh/15369?emp_detail&p_emp=45&p_job=clerk&p_format=PDF
    Iam hiding userid/passwd@database in the cgicmd.dat file
    I want to hide all the other parameters also like
    the Main report URL :
    http://devreports.wwt.com/dev60cgi/runrep.sh/15369?
    How to do this ?
    Please help me if anybody has the solution.
    Thanks alot.

    Hi Ram,
    Not sure if this is possible.
    However, one workaround might be the following:
    1. Write a javascript that submits the URL using, say a POST method, and does not show the parameters in the URL. You will have to write this javascript code in the "Before Report" Report Escape. For a generic example on how to use javascript in a report, see Metalink Note 125652.1. This note shows javascript to disable the right-click of the mouse on the report output.
    2. Use the Hyperlink peroperty of the report to call this javascript function, eg,
    javascript:myfunction('http://machine:port/reports/rwservlet?report=...+server=...+empno=&empno')
    I am not a javascript expert, so I cannot give you an example of the function, but I hope someone in your team can find out.
    Navneet.

  • Problem with UI5 ESS URL with Role Upload in HR Renewal 2.0

    Hi Experts,
    We are in the process of implementing the HR Renewal 2.0 FP1.
    I have made the custom copy of the Standard PFCG ESS role SAP_EMPLOYEE_ESS_XX_UI5_1 into ZSAP_EMPLOYEE_ESS_XX_UI5_1.
    I was able to upload this role in to SAP Portal by selecting the default system object created to point to our ECC system and assigned the ESS role to the end user.
    Now the problem is with the URL which needs to points to the UI5 ESS Landing page in the ECC system. Instead the URL path now is,
    http://portalhost:50000/sap/bc/ui5_ui5/sap/arsrvc_suite_pb/main.html?page=HR_SELFSERVICES.
    I have maintained the system object name in the Generic Content property category of iView and still it picks up the portal URL.
    The relative path should be appended with the ECC host details instead of portal host details.
    Please help me to resolve the issue.
    Thanks,
    Urmi

    Hi Sharadha,
    Run the role from backend and make sure its has correct expected url, then from portal we can address it easily.
    Once you copy and make Zrole, you have to modify and it should point it to the correct catalog.
    In case if you still face issue, pls open a new  thread and past ur screen shots and details, so that we can suggest appropriate. 
    Regards
    Yugandhar reddy

  • How do I pass a parameter to a portlet on the URL?

    I have a portlet on one tab that searches for parts. (This portlet is written and maintained by someone else.) When a user clicks on a part number in the result set on this portlet they need to be taken to another tab (different portlet on the same page) with that part number as a parameter. The second portlet then dynamically writes an
    <iframe src="http://someurl?partnumber=xyz" />
    to call an external application passing the part number as a URL parameter to the external application.
    Writing the <iframe /> dynamically is no problem. The problem is passing the part number from one portlet to another. We planned to do this by using hrefs in the part search portal using URLs like
    http://hostname:port/pls/portal/url/page/test1/portlet2?partnumber=xyz
    for each part number. The problem is that the URL parameter doesn't get passed to the second portlet. Here is the code in the second portlet:
    <%
    PortletRenderRequest portletRenderRequest =
    (PortletRenderRequest)request.getAttribute("oracle.portal.PortletRenderRequest");
    String partnumber = portletRenderRequest.getQualifiedParameter("partnumber");
    %>
    It always sees null for the partnumber parameter.
    I also have <passAllUrlParams>true</passAllUrlParams> in provider.xml.
    I've tried checking this by calling the URL of the second portlet directly from a browser. The portlet sees the partnumber parameter as null, but the URL window in the browser returns the modified URL from the portal with the partnumber parameter set properly. Portal is seeing the parameter but not passing it to the portlet.
    I haven't tried actually setting the in the first portlet and seeing if it all works when called from inside the portal, but I don't see why it shouldn't work by calling the second portlet URL directly with a parameter.
    Am I missing some step in order to pass a parameter from one portlet to another? The parameters I have to pass are dynamic, based on the result set returned by a search in the first portlet.

    My second to last paragraph should have been:
    "I haven't tried actually setting the hrefs in the first portlet and seeing if it all works when called from inside the portal, but I don't see why it shouldn't work by calling the second portlet URL directly with a parameter."

  • How do I set the URL to be correct in the browser?

    When I click on a link, like the following:
    "http://127.0.0.1:8100/test/viewpage?cmd=viewpage&id=2808"
    I then get that link appearing in the browser URL field.
    However, when I go to the same page via a Servlet (and the action is activated via a Submit button) then the URL is showing something like:
    "http://127.0.0.1:8100/test/viewpage"
    although the page is displaying the correct/same data.
    Is there a way to build the URL in the response so it is the same as going via the link above? (ie it has the rest of the parameters "?cmd=viewpage&id=2808" at the end).
    The problem is that the URL ""http://127.0.0.1:8100/test/viewpage" is meaningless so for it to be useful it must have the parameters on the end.
    Thanks in Advance,
    The Whale

    Thanks,
    I did not realise it would be that simple.
    So as long as I have the same INPUT fields within the form that equals the parameters I want on the URL then it works fine.
    Thanks Again,
    The Whale

  • The URL "^0" could not be found on the server.

    I am new at all of this so forgive me for my lack of knowledge on ipods. I just got a new ipod 30GB and just purchased a movie on iTunes. I tried to download it but said "There was a problem downloading". The URL "^0" could not be found on the server. Don't know what this means. Can anyone help me out on this? Thanks
      Other OS  

    I get that every now and then when making a purchase at iTunes store. What I usually do is reorder the product and iTunes acknowledges that an attempt has been made, that it will retry the download. However that was iTunes 6...I cannot say the same for iTunes 7 (which as you know is full of bugs).
    ITUNES 7 IPOD RESTORE
    iTunes 7 seems not to come with the iPod updater in the installation package and the restore program as well. Apple forces you to have an online connection. One of my computers has no internet connection and if I try to restore my iPod, all I get is an error. APPLE JUST SCREWED UP EVERYTHING WITH ITUNES 7.

Maybe you are looking for

  • Duplicate production order due to sales order on credit block

    Dear Experts ! Need feedback on the following scenario: - Sales order is entered for material which is produced in-house specific to the sales order (ie customer's logo is on product). - Schedule line in sales order creates a production order specifi

  • Problem in executing File to IDoc Scenario in XI

    Hello, I am Working in HR Payroll module and new to XI.We are implementing File to IDoc Scenario in XI.When I place the flat file in the application server the file is read but the contents of the flat file is not getting posted to the IDoc.The const

  • MSI 990FXA-GD65 revision

    in what difference of revision 3.0, 3.1 and 3.2 MSI 990FXA-GD65 ?

  • RV220W IPsec tunnel connected, but no ping is working

    Hello, I have a problem with my RV220w router and IPsec connections. The tunnel is connected, but no ping is working. I have not changed any Settings on the Client Site or Router Site. The last succsessful tunnel wit this configuration is a half year

  • Why is the ipod icon split in two parts

    I'm used to the the music and videos being together with the ipod app and now after updating my phone the ipod app is split. Why is tit hat way?