Hide db connection in url

Hi, I'm trying to hide the url passed in a jsp. This url calls a Report. my url is like: http://pcias.ferroplast.es:7778/reports/rwservlet?destype=cache&report=e:\informes\todas_reclamaciones.rdf&desformat=HTMLCSS&server=rep_pcias&userid=scott/tiger@db&año='2002'
I'm trying to hide it using method="post" but the resulting url wasn't valid. Later I tried using <input type="hidden" name="userid" value="<%= new sun.misc.BASE64Encoder().encode
("scott/tiger@db".getBytes())%>"> but it doesn't work.
Which configuration files do I have to change for this?
I've read something but it's for Reports 6i, I'm using Reports 9i provided with iAS.

Hi, Now my url is: http://pcias.ferroplast.es:7778/reports/rwservlet?destype=cache&desformat=HTMLCSS&server=rep_pcias&report=E:\Informes\todas_reclamaciones.rdf&CMDKEY=key1
and have the following error: REP-52005: The specified key "key_name" does not exist in key map file. Then I tryed restarting the machine and now I have the error REP-1202: ORACLE logon not specified. In my cgicmd.dat file I append the line key1: scott/tiger@db %*.
What is wrong?

Similar Messages

  • Connecting to url keeps popping up and can't play song

    looking for help. my wife's itunes on her gateway pc is getting a quick window pop up when she tries to play some songs from the itunes store. the window says "connecting to url" yet the song won't play. I have never seen anything like this. how can she get her itunes to work "normally" again?
    please, it's very frustrating.
    thanks

    Have you tried giving it the password it's asking for? Sounds like you may have apps installed that were purchased with an account other than the one you're using, or something similar.

  • WARNING: Unable to connect to URL:  in oracle b2b adaptor

    Hi
    I am facing the following error while configuring the b2b in jdev
    WARNING: Unable to connect to URL: http://localhost:7001/integration/services/b2b/B2BMetadataWSPort due to javax.xml.soap.SOAPException: Message send failed: emeacache.uk.oracle.com

    Hi,
    Check whether admin server is up and running.
    Regards,
    Anuj

  • Hide jsessionid in the URL

    Hi,
    I am appending jsessionid in to the URL in the form tag.
    Is there any way to Hide jsessionid in the URL.
    Using Apache2 and Tomcat4.1.24
    Your help is greatly appreciated.
    Thanks,
    Rama

    And why is that a problem? If they haven't logged out, then it shouldn't matter so much, except that it's a security issue potentially on public computers, but that is always the case, so users must be educated to log out. If they have logged out, then the session ID will be (should be) invalid after that point and thus it's a moot point. Personally, I don't see it as any problem whatsoever that it can be seen.
    And if you are worried about hackers intercepting data on the line, then that doesn't matter at all, you'd need to use SSL to solve that problem.

  • GS_CM. How to hide buttons: 'Attachment' and 'URL'

    Hi,
    Business object 'catalog product' use component GS_CM
    We want to hide buttons: Attachment and URL
    We need to use only button Advanced.
    How I can customize it?
    Denis.

    Dear Denis,
    Enhance Component GS_CM and view DocList.
    Redefine method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS and implement the following code:
    super->IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS( ).
    delete gt_button where id ne 'advanced'.
    Hope this helps.
    Thanks
    Vishal
    Edited by: Vishal Kesar on Aug 9, 2011 2:07 PM

  • Unable to locate a suitable JDBC driver to establish a connection to URL

    Hi experts,
    I have developed an interface IDOC to JDBC (MS ACCESS) but when try to deliver the message in the MS ACCESS I get this error in the communication channel:
         Error during database connection to the database URL 'jdbc:odbc:Driver={Microsoft Access Driver (.mdb)};DBQ=//10.YY.YY.10/XXXX/XXXXX/pdddd.mdb' using the JDBC driver 'sun.jdbc.odbc.JdbcOdbcDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Unable to locate a suitable JDBC driver to establish a connection to URL 'jdbc:odbc:Driver={Microsoft Access Driver (.mdb)};DBQ=//10.YY.YY.10/XXXX/XXXX/pdddd.mdb''.
    The parameters of the Communication channel are:
    Driver: sun.jdbc.odbc.JdbcOdbcDriver
    Conection: jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=//10.YY.YY.10/XXXX/XXXX/pdddd.mdb
    In my local (windows) I have developed a litlle java code to check the connection with the ms access, I was fine. I'm in the same network that PI.
    I don't know if the JdbcOdbcDriver is compatible with UNIX or I would need a diferent driver to connect. What driver connect PI and MS Access?
    Any idea?
    Thanks in advance.
    Jose

    Hi
    Please go through the below forum
    Re: File - XI - MS Access JDBC Adpater
    Thanks
    Ramg

  • How to connect HTTP URL

    hai guys,
      I developed one report and data downloaded into application path and file format is CSV. My development was working fine . Now I want to change file downloaded into FTP location ( this is also working). Now i want to connect HTTP URL path.
    How to connect HTTP URL path ( Not Open method  only connect)
    Thanks in advance

    Hello,
    U can make use of these Fm to connect to URL.
    Use this code.
    CNHT
    CALL FUNCTION 'WS_EXECUTE'                        "#EC *
      EXPORTING
        COMMANDLINE        = LV_CMDLINE
        PROGRAM            = LV_PGMNAME
      EXCEPTIONS
        FRONTEND_ERROR     = 1
        NO_BATCH           = 2
        PROG_NOT_FOUND     = 3
        ILLEGAL_OPTION     = 4
        GUI_REFUSE_EXECUTE = 5
        OTHERS             = 6.
    IF SY-SUBRC <> 0.
    Where LV_CMDLINE = WWW.SAP.COM
          LV_PGMNAME = IEXPLORE.EXE
    If useful reward points
    Vasanth
    Message was edited by: Vasanth M

  • "Connecting to URL" Everytime I try to listen to song preview

    Why on earth is this happening? Everytime I try to listen to a song preview I get a message and a little window saying "connecting to URL" and it takes forever!!! I have high speed internet and never had problems with iTunes previous versions.
    Anyone else having same problem?
    THanks!

    Same thing. I press play on a preview and a thing comes up saying opening url and connecting... under it. After a while it dissapears and the preveiw stays at 0.00 and nothing happens. SOMEONE HELP!!

  • Hide DB Connect- String or use alias?

    Hello,
    maybe the question is answered anywhere, but i found nothing. Maybe i am just to stupid??
    I call a report from an external application with an url like these:
    http://servername.com/reports/rwservlet?desformat=pdf&server=report_servername&report=reportname.rdf&userid=dbuser/password@database&destype=cache&parameter1=50114000
    So, now i want to hide the database- connect- string somehow. Maybe i have to use an alias.
    But where i can specify an alias?
    So, i want the url looks like that:http://servername.com/reports/rwservlet?desformat=pdf&server=report_servername&report=reportname.rdf&userid=alias1&destype=cache&parameter1=50114000
    Is these possible??
    Thanks a lot for fixes or suggests.
    Greets
    Florian

    Hi,
    Use the method as post.
    Nothing will be exposed in the URL.
    Is it nesseary to show the values in the URL ?
    Regards,
    Vijay.B

  • 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.

  • How to Hide File Extensions in URL

    Hello Again!
    I've tried to edit my .htaccess file to hide file extensions in my URL, but nothing I try works. I get "Page Not Found" when I try to remove the .html from my pages. Here is the code I have used:
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME}\.html !-f
    RewriteRule ^{.*}$ $1.html
    I've also used
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^{.*}$ $1.html [L,QSA]
    Neither worked.
    Any thoughts would be helpful! Thanks!
    K

    When you save the document there is a check box in the save window that gives you the option to hide the extension. I've checked this for both Pages & Word. I can't be certain that all applications give this option.
    You can of course delete the extension name from individual files already on your computer by selecting the file name as if editing the name and just deleting the extension part of the name.
    Neville

  • Hide query string in URL

    How do you hide the query string in the URL?

    Have you tried urlencoding and encrypted copy of the string
    and then unencoding if necessary and decrypting on the next page.
    You will need to use a preserve quotes function within the cfquery
    to keep the single quotes.

  • Remote Desktop connection - Set URL by group policy

    on our 2008 R2 DC we do not have a "RemoteApp and Desktop Connections" entry and so i cant
    set the Default URL of the RDS web , how i can have an admx for this policy or any work around in order to set the URL by group policy, by the way i have an rds 2012 R2 and DC 2008 R2 and all clients are using thin clients with windows 8 embedded.

    Hi,
    You can download and install the latest group policy templates on your DC:
    Administrative Templates (.admx) for Windows 8.1 and Windows Server 2012 R2
    http://www.microsoft.com/en-us/download/details.aspx?id=41193
    Another option would be to edit your group policies from your Server 2012 R2 server.  For this you need to install Group Policy Management via Server Manager Add Roles and Features Wizard.
    -TP

  • Disable/Hide Data connection error pop ups in InfoPath 2010

    Hi All , 
    I am trying to hide/Disable Error Messages Shown by data connection error. I do not want user to see the error , rather I would check through rules and query the Data source again.
    Is this scenario possible at all. 
    For ex: I have a data connection to user profile server , if it gives and error on form load , I do not want to see the error popup instead i will query the data connection again.
    Thanks and Regards,
    Nandini

    Hello,
    what would you expect to change between the first call to the data connection and the second call? 
    How would you "check through rules"?  
    I don't think the error message can be suppressed. If you don't want to query the data connection on form load, untick the box in the data connection settings. 
    cheers, teylyn

  • Is it possible to hide Tabs by using Url in FPM_OIF

    Hi All.
    I am calling one Standard Application from my custom application.
    Standard Application has 8 tabs. There i want to hide some tabs by using URL.
    Is it possible to hide through url.?
    Regards,
    Jack.

    Issue Solved.
    Implemented Enhancement for Standard Component and Hiding tabs based on Custom URL Parameter.
    Regards
    Jack.

Maybe you are looking for