Hide jobid no in reports path

hi all,
I have to hide jobid no in reports path as when I am calling a reports from forms it gives reports jobid in address bar of the browser.
is there a solution for this.

You can slightly modify Andreas' suggestion:
- generate to a random file name in a virtual web directory
- open the document with web.show_document('http://server/virtualdirectory/<some random name>.pdf')
It will be hard for anybody else to guess the file name.

Similar Messages

  • Hide UserID, Password, and Report Path when call Report from Report

    Hi,
    I have been able to call Report from Report using the hyperlink.
    I put these code in my Field on the Report caller.
    function F_3FormatTrigger return boolean is
      temp varchar2(2000);
    begin
      temp := 'http://<computer_name>:8889/reports/rwservlet?';
      temp := temp || 'server=repsrv' || '&' ||
                         'report=C:\MyReport\rep_detail.jsp' || '&' ||
                         'userid=scott/tiger@orcl' || '&' ||
                         'desformat=htmlcss' || '&' ||
                         'destype=cache' || '&' ||
                         'P_1=' || :ItemID || '&' ||
                         'P_2=' || :ItemName;
      SRW.Set_Hyperlink(temp);
      return (TRUE);
    end;The hyperlink showed, and I can see the rep_detail.jsp showed in the same browser after I clicked the hyperlink.
    The problem is, the hyperlink has to include the reports path and also userid and password.
    If I did not put the userid and password, it will showed in another browse that
    "The report has uncompiled PL/SQL"
    How can I hide those userid, password, and the reports path?
    BTW, Is there anyway to show the report callee in different page (precisely, open another IE) from the report caller?
    Any help would be grateful.
    Many thanks,
    Buntoro

    Hi,
    Thanks for the answers.
    Yet, I am still doubt about using cgicmd.dat.
    I have looked around in this forum saying that it is not secure to use cgicmd.dat. Because all report request does not use authentication (the client can directly open report without login).
    In Form, I can use the On-Logon to do the Oracle Form login (to do logon to the database), and then I use my own custom user login to restrict the menu for each user.
    I do this since I want to restrict the user,
    i.e user A can only view the sales form as well as sales report,
    user B can only view the purchasing form as well as purchasing report.
    Well, I am not so fond about the SSO itself.
    It comes to my mind, since I don't have to re-login (to the database) each time I call another form (login database is only once at the first Form, On-Logon). It also goes to when calling the report caller.
    What is RAD?
    How can we use it?
    Is OID = Oracle Internet Directory?
    If true, maybe, I won't use it since I don't understand about it also.
    Why we don't have to specify the userid and password when Form calls Report1 (using Run_Report_Object and Web.Show_Document())?
    But we have to specify the userid and password when Report1 calls Report2.
    Any help is appreciated.
    Many thanks,
    Buntoro

  • Hide reports path

    hi all,
    I have to hide jobid no in reports path as when I am calling a reports from forms it gives reports jobid in address bar of the browser.
    is there a solution for this.

    If there is any way to hide it I would like to know it too!
    We got qround this with a trick:
    1. Generate the PDF on the server
    2. use "webutil_file_transfer.as_to_client" to transfer the PDF to the TEMP-directory on the client
    3. open the PDF with "webutil_host.NonBlocking( 'rundll32 url.dll,FileProtocolHandler ' || path_to_file_in_temp_folder );"
    4. the PDF will open in AdobeReader and not in AdobeReader embedded in the Internet-Explorer (actually it will be opened with the program thats currently associated with PDF's)
    Regards
    Markus

  • Hide report path in oracle form 10g (10.1.2.0.2)

    Dear all,
    I m oracle form 10g (10.1.2.0.2) ,when i run report through form using paramform='yes' then parameter form open with path and userid/pass please
    help me how to hide this path

    Dear all,
    I m using WEB.SHOW_DOCUMENT, but i m running report without AS
    using following code,
    v_pw:=
    get_application_property(password);
    v_user:=
    user;
    v_conn:=
    get_application_property(connect_string);
    lv_host:=
    :global.gv_ser_add;
    lv_sys_param:=
    '&server='||:global.gv_ser_nm||'&DESTYPE=CACHE&DESFORMAT=PDF&mode=DEFAULT&PARAMFORM=yes';
    lv_path:='report=D:\test.rep';
    lv_usr_dtls:='&USERID='||v_user||'/'||v_pw||'@'||v_conn;
    lv_url:=lv_host||lv_path||lv_sys_param||lv_gen_param||lv_usr_dtls;
    lv_url:=replace(lv_url,' ',lv_url);
    hidden_action := hidden_action ||'&USERID='||get_application_property(username)||'/'||v_pw;
    web.show_document(lv_url,'_blank');
    please suggest where i m doing wrong
    Thanks
    Manoj rajput
    hide report path in oracle form 10g (10.1.2.0.2) 

  • How can I hide the dimention in report if a user have no privilige to acces

    Hi:
    This is a "column level security" issue, it maybe a simple option but I didn't figure it out.
    Say I have two dimentions in a report, D1 and D2, and both user A and B can see this report. However, user B have no privilege to see D2, since in presentation level, I made this dimention not accessible to user B.
    In BIEE 10, I just need to modity NQSconfig.ini and make "PROJECT_INACCESSIBLE_COLUMN_AS_NULL = YES". In BIEE 11, this value is YES by default.
    Now the problem is, in 10, when user B visit this report, he can only see ONE column. But in 11g, he can see both D1 and D2 in the report, although values in D2 is empty. I wonder if there is an option to hide D2 in the report? This should be possible becausee 10 already did that.
    Thanks for your help.
    Larry

    There was earlier a thread on column level secuirty in 11g. PFB the link. See if it helps.
    Column level security does not seem to work in OBIEE11g
    Also, in 10g for column level security we had used choose statement. Am not sure if same can be used in 11g. PFB link for getting information on choose statement.
    http://obiee101.blogspot.com/2008/09/obiee-choose-statement.html

  • How to set the report path in a model plugin

    I am trying to figure out how to set the report path in a process model plug-in. I can seem to figure out how to get access to it. It seems like this would be a reasonable thing to do since the plug-ins are for results processing. Does anyone know how to do this? We typically use the Sequential process model but I am trying to keep my plug-in as independent of that as possible. 
    Thanks.
    Solved!
    Go to Solution.

    If I understand, you want your plug-in, when enabled, to alter the settings of any other instances of the NI report plug-in such that their reports share the same directory as your plug-in is configured to use.
    If so, your plug-in can access and modify the settings of all other plug-in instances. All instances are passed to all plug-in entries point in the plugins array sub-property of the ModelConfiguration parameter. You can iterate through this array. Any element of the array with a Base.SequenceFilename equal to "NI_ReportGenerator.seq" is an instance of the NI report plug-in. Its report options are stored in the element under PluginSpecific.Options.
    You can change the report options to what ever you want. Note that the ReportOptions model callback is called from the Initialize model-plugin entry point, so you might want to ensure that your changes are applied after that, so they aren't overwritten. To do that, you could make your changes in the the Initialize entry point of your plug-in, and ensure that your plugin runs last. To make it run last, you could set the FileGlobals.ModelPluginComponentDescription.Default.Base.RunOrder in your plug-in file to a value greater than 0, such as 1.0 (see TestStand Help>>Fundamentals>>Process Model Architecture>>Process Model Plug-in Architecture>>Structure of Plug-in Sequence Files>>Model Plug-in Entry Points>>Order of Entry Point Execution at Run Time).

  • I want to hide a column in report 6i

    hi
    I want to hide a column in report 6i,
    I used this code
    function F_col_qty3FormatTrigger return boolean is
    begin
    if :color3 is null then
         return (false);
         else
    return (TRUE);
    end if;
    end;
    plz note that COL_QTY3 and COLOR3 both are from different table
    and resulting gave this error
    REP-1314 Format trigger 'F_col_qty3' reference column 'color3' at wrong frequency.

    You can format fields from a lower level group using fields from an upper level field, but not vice versa. This is because for the same upper level field there may exist several values of the lower level field. If this can not happen in your situation, there is no reason to place the fields in different groups.

  • Hidding the condition in reports

    Hello All,
    I have genarated a report with some binding variables, It will produce a custom form for the values to consume.
    there is a drop down box in the custom report for conditions to be set. I want to hide this drop down box for the end user.
    Or How to build the "Reports From Query Wizard" without the drop down box(which contains the condition, I will set the conditions by saving them once..) or hide in the custom report which is provided by the portal prior to genarate report.
    thanks in advance

    Greetings,
    Hi,
    I have a JSP that generates links to a Servlet, the problem is that in the M$-Explorer the url appears
    when you pass the mouse-pointer over the link, how can I hide the URL? or how to hide the Servlet
    Url and params?If your JSP is providing the links as anchor tags (i.e. '<a href=...') then their is really very little that can ultimately be done about it.  Some JavaScript and CSS can be thrown in to keep the link from showing up in the browser's "info line".  However, unless you also throw in some script to also keep the user from being able to view the page source, this is only going to superfically "mask" the information and not really "hide" it.  Yet, even with disabling "view source" the user can still also disable JavaScript in the browser making all this moot. ;)
    A better solution to the matter is to move the "linking" from the client over to the server instead. Spend some time investigating the Front Controller pattern (see http://java.sun.com/blueprints/patterns/FrontController.html), and RequestDispatcher. Using 'buttons' in your JSP to signal views to the controller and session objects to store parameters already known to your application will take your application a lot farther in the long run than embedding HTML links in your front JSP. ;)
    Regards,
    Tony "Vee Schade" Cook

  • Reports path

    Hi,
    I am working on oracle 10g with developer 2000 . I have a problem while running reports. when i run a report it goes to a particular path in which my database are not there and hence gives a error 'cannot find server'. everytime i have to physically change the path of the database to run the report.
    THE PATH WHERE MY APPLICATION AND THE IP ADDRESS OF WINDOWS SYSTEM IS THIS
    http://comp:8889/reports/rwservlet?destype=cache&desformat=pdf&paramform=yes&parameter=yes&report=d:\source\pension\R_CPO&PRM_TXN_TYPE=&PRM_OFF_ID=209&PRM_SECN_ID=PV1&PRM_USER_ID=IAAD&PRM_MENU_ID=R_CPO&PRM_MENU_NAME=CPO&userid=SAIBANG/SAI@saibang
    WHERE AS THE REPORT TAKES ME TO THIS PATH
    http://10.112.137.170:8889/reports/rwservlet?destype=cache&desformat=pdf&paramform=yes&parameter=yes&report=d:\sai\bangalore\pension\R_CPO&PRM_TXN_TYPE=&PRM_OFF_ID=209&PRM_SECN_ID=PV1&PRM_USER_ID=IAAD&PRM_MENU_ID=R_CPO&PRM_MENU_NAME=CPO&userid=SAIBANG/SAI@saibang
    I had a look at the reports conf file , but couldnt find the path of the database which the report shows for me to change it. It looks like some where the report path has been hardcoded but i am not able to locate it.
    There might be some link missing while installing the application and the database and thats why i thought i could post this in this forum.
    I would be thankful if anyone could help me out to configure the reports path for effective running the report
    thanks in advance
    nana

    thanks a lot for your answer. Sorry for troubling you again. I did search the file in Devsuitehome\reports\dtd. "file:/D:/orant/reports/dtd/rwserverconf.dtd"> In my rwserverconf.dtd i looks different
    <!--
    Copyright 2000, 2005 Oracle Corporation.
    500 Oracle Parkway, Redwood Shores, CA 94065, U.S.A. All rights reserved.
    This is the DTD defining the Reports Server Configuration file
    (XML) format/syntax.
    -->
    <!ELEMENT server (compatible?,
    cache?,
    engine+,
    security*,
    oidconnection?,
    destination*,
    networkConfig?,
    job+,
    notification*,
    log?,
    jobStatusRepository?,
    trace?,
    connection?,
    ORBPorts?,
    queue?,
    persistFile?,
    jobRecovery?,
    identifier?,
    environment*,
    pluginParam*)>
    <!ATTLIST server
    version CDATA #IMPLIED>
    <!ELEMENT cache (property*)>
    <!-- class specifies full qualified java class name which implements
    oracle.reports.cache.Cache interface -->
    <!ATTLIST cache
    class CDATA "oracle.reports.cache.RWCache">
    <!ELEMENT engine (property*)>
    <!-- class specifies full qualified java class name which starts engine -->
    <!ATTLIST engine
    id ID #REQUIRED
    class CDATA #REQUIRED
    classPath CDATA #IMPLIED
    initEngine CDATA "1"
    maxEngine CDATA "1"
    minEngine CDATA "0"
    engLife CDATA "50"
    maxIdle CDATA "30"
    callbackTimeOut CDATA "60000"
    jvmOptions CDATA #IMPLIED
    engineResponseTimeOut CDATA "0"
    defaultEnvId CDATA #IMPLIED>
    <!ELEMENT security (property*)>
    <!-- class specifies full qualified java class name which implements
    oracle.reports.server.Security interface -->
    <!ATTLIST security
    id ID #REQUIRED
    class CDATA #REQUIRED>
    <!ELEMENT oidconnection EMPTY>
    <!ATTLIST oidconnection
    init CDATA "10"
    increment CDATA "10"
    timeout CDATA "0">
    <!ELEMENT destination (property*)>
    <!-- class specifies full qualified java class name which subclass
    oracle.reports.server.Destination abstract class -->
    <!ATTLIST destination
    destype ID #REQUIRED
    class CDATA #REQUIRED>
    <!ELEMENT networkConfig EMPTY>
    <!ATTLIST networkConfig
    file CDATA      #REQUIRED>
    <!ELEMENT job EMPTY>
    <!ATTLIST job
    jobType CDATA "report"
    engineId IDREF #REQUIRED
    securityId IDREF #IMPLIED>
    <!ELEMENT notification (property*)>
    <!ATTLIST notification
    id CDATA "mailNotify"
    class CDATA #REQUIRED>
    <!ELEMENT log EMPTY>
    <!ATTLIST log
    option (allJobs|succeededJobs|failedJobs|noJob) "noJob">
    <!ELEMENT jobStatusRepository (property*)>
    <!-- class specifies full qualified java class name which implements
    oracle.reports.server.JobRepository interface -->
    <!ATTLIST jobStatusRepository
    class CDATA "oracle.reports.server.JobRepositoryDB">
    <!ELEMENT queue EMPTY>
    <!ATTLIST queue
    maxQueueSize CDATA "1000">
    <!ELEMENT connection (orbClient*, cluster?)>
    <!ATTLIST connection
    maxConnect CDATA "20"
    idleTimeOut CDATA "15">
    <!ELEMENT ORBPorts EMPTY>
    <!ATTLIST ORBPorts
    value CDATA #REQUIRED>
    <!ELEMENT orbClient EMPTY>
    <!ATTLIST orbClient
    id ID #REQUIRED
    publicKeyFile CDATA #REQUIRED>
    <!ELEMENT cluster EMPTY>
    <!ATTLIST cluster
    publicKeyFile CDATA #REQUIRED
    privateKeyFile CDATA #REQUIRED>
    <!ELEMENT persistFile EMPTY>
    <!ATTLIST persistFile
    fileName CDATA #IMPLIED>
    <!ELEMENT trace EMPTY>
    <!ATTLIST trace
    traceFile CDATA #IMPLIED
    traceOpts (trace_prf|trace_brk|trace_app|trace_pls|trace_sql|
    trace_tms|trace_dst|trace_log|trace_err|trace_inf|
    trace_dbg|trace_wrn|trace_sta|trace_exc|trace_all|none) "trace_all"
    traceMode (trace_replace|trace_append) "trace_replace"
    traceModule (all|server|engine) "all">
    <!ELEMENT compatible EMPTY>
    <!ATTLIST compatible
    version (6i) "6i">
    <!ELEMENT jobRecovery EMPTY>
    <!ATTLIST jobRecovery
    auxDatFiles (yes|no) "no">
    <!ELEMENT identifier (#PCDATA)>
    <!ATTLIST identifier
    confidential (yes|no) "yes"
    encrypted (yes|no) "no">
    <!ELEMENT environment (envVariable*)>
    <!ATTLIST environment
    id ID #REQUIRED>
    <!ELEMENT envVariable EMPTY>
    <!ATTLIST envVariable
    name CDATA #REQUIRED
    value CDATA #IMPLIED>
    <!ELEMENT pluginParam (#PCDATA)>
    <!ATTLIST pluginParam
    name ID #REQUIRED
    type (text|file|url) "text">
    <!ELEMENT property EMPTY>
    <!ATTLIST property
    name CDATA #REQUIRED
    value CDATA #REQUIRED
    confidential (yes|no) "no"
    encrypted (yes|no) "no">
    Is this the one which i am supposed to modify or am i looking the wrong config file. Your help in this regard will be of much use
    thanks once again

  • How to hide Header Page in Report Builder 6.0

    Hi,
    I am trying to modify the existing report. My requirement is to add a cover page to the report. Based on condition the cover page should not be displayed.
    Ex: If currency='USD' then
    cover page along with the report body
    else
    if currency = NULL then
    report body should be displayed.
    I wrote a format trigger on cover page frame. but it is displaying blank page as first page. It should not display blank page.
    Format trigger:
    function M_Cover_Page1FormatTrigger return boolean is
    begin
    if (:CP_currency IS NULL)
    then
    return (FALSE);
    end if;
    return (TRUE);
    end;
    Please help me out how to hide header page in report.
    Thanks & Regards,
    Sateesh kumar S

    Patchset 1663658 
    Simple Search  Advanced Search  Quick Links  Saved Searches  
    Description Forms & Reports 6I-PATCH-4 for (NT,95,98,2000) 
    Product Oracle Developer Family 
    Release  6i 
    Platform or Language    -------- Platforms --------Microsoft Windows (32-bit) 
    Last Updated 11-MAY-2001 
    Size N/A 
    This patchset is obsolete in this platform and language. Please see the reason stated below. Please contact Oracle Support for replacement patch. 
    Reason for Obsolescence
    Forms&Reports 6i-Patch-4 for WindowsNT has been obsoleted, owing to the fact that a later verison, <b>patch-4a is now available for download via metalink</b> 
    Patchsets known to include or supersede Patch 1663658  
    No information available from the patch repository
    Download Notes 
    Click here for the UNZIP utilities for most platforms.
    You may also download patches using any FTP client by connecting to updates.oracle.com. Connect with your Metalink username and password and read the welcome banner for more instructions. Looks like you want patchset 1747364 now. As soon as you get into Metalink, change the Quick Find drop down to be "Patch Number" and put "1747364" into the search text box. This should pull up the patch you need.

  • How to hide a column in report when it has all zeros.

    Hi Experts.,
    Is there any possibility to hide a column in report when it has all zeros.
    Thanks in Advance
    Venkat

    Venkat Krishna wrote:
    Hi Experts.,
    Is there any possibility to hide a column in report when it has all zeros.
    Thanks in Advance
    VenkatNot out-of-the-box, but there are several workarounds if you wish to pursue any of them:
    1) Use a View Selector. One report will have a pivot table with the column, the other will have the same report minus the column. Users can switch reports.
    2) Use a Column Selector. The two choices would be that column or a blank. If the blank is chosen (because the user sees there are no values), the column will "disappear" from the report.
    3) Use Guided Nav. This method doesn't involve user intervention. Build a small report using the one column and put a filter on it "is not equal to" 0. Because there is only one column, if all the rows are 0, the report will not return rows.
    Use this report in the guided navigation properties of a section of the dashboard. Set this to "if the report returns rows" and put the report that has the column in this section. Now add another section to your dashboard and in the guided navigation properties of this section, set it to "if the report returns no rows" and point it to the small report as well. In this section put a second version of your report without the column in it.
    When the column contains all zeroes, the second section will display with the column not in it; the first section will not display. When at least one row contains a non-zero value, the first section will appear with the column, and the second section will not.

  • SQL*Plus report: hide accept value in report

    HI all,
    I have created an SQL Report of an APEX-Application. The output is stored in a HTML file.
    All works fine but one think I want to hide in the HTML report.
    I try to describe what the problem is.
    I prompt the user to put in the application_id of the apex application:
                           accept v_application_Id char prompt 'Appliaction-ID:'
    In the HTML file the following output is shown:
    Report created on:
    25-Jun-2013, 10:06:04
    alt 8: where application_id = &&v_application_id
    neu 8: where application_id = 680
    Workspace
    WORKSPACE
    APPLICATION_ID
    APPLICATION_NAME
    ALIAS
    OWNER
    Q0Q0AUFTRAGSVERWALTUNG
    680
    Q0Q0AUFTRAGSVERWALTUNG
    F680317
    Q0Q0AUFTRAGSVERWALTUNG_ADMIN
    How can I hide the two lines
    alt 8: where application_id = &&v_application_id
    neu 8: where application_id = 680
    from the report?
    I have searched  this forum and toke a look into the documentation but I have nothing found.
    Could anyone please help me?
    Oracle 11g R2
    This is the SQL script what I run in SQL*Plus.
    -- start script
    accept v_application_Id char prompt 'Appliaction-ID:'
    spool C:\a\APEX.html
    set termout off
    SET MARKUP HTML ON SPOOL ON HEAD "<TITLE>SQL*Plus APEX-Report</title> -
    <STYLE TYPE=’TEXT/CSS’><!--BODY {bgcolor: ffffaa background: ffffc6} --></STYLE>"
    clear break
    clear buffer
    clear compute
    clear column
    clear sql
    set feedback off
    set serveroutput on
    -- Report Header
    ttitle left ' ' skip 1
    select TO_CHAR(sysdate,'dd-Mon-yyyy, hh24:mm:ss')  "Report created on:"
    from dual;
    -- Workspace
    ttitle left col 15 '<font face="Arial" size="+2" color="#0000FF">Workspace</font>' skip 1
    set linesize 300
    set pagesize 500
    set serveroutput on
    column workspace format a35
    column application_id format 99999999
    column application_name format a35
    column alias format a35
    column owner format a35
         select
             WORKSPACE,
             APPLICATION_ID ,
             APPLICATION_NAME,
             ALIAS,
             OWNER
         from apex_applications
         where application_id = &&v_application_id;
    ttitle off
         select
             APPLICATION_GROUP,
             APPLICATION_GROUP_ID,
             HOME_LINK,
             PAGE_TEMPLATE,
             ERROR_PAGE_TEMPLATE
         from apex_applications
         where application_id = &&v_application_id;
    set termout on
    set markup html off head '' body '' entmap off spool off pre off
    set feedback on
    set linesize 80
    set pagesize 50
    ttitle off
    set termout on
    set serveroutput off
    spool off
    set echo on
    -- End Script
    best regards
    ben
    Oracle 11g R2

    Hi, Ben,
    The SQL*Plus command to stop those messages is
    SET VERIFY OFF
    Put this command anywhere before the first use of a substitution variable, e.g. before the SPOOL command.
    Those "OLD" and "NEW" messages will stay suppressed until you either end the SQL*Plus session, or issue a SET VERIFY ON command.
    If you use SQL*Plus often, then, when you have a few minutes, look up the SET command in the SQL*Plus manual,
    SET System Variable Summary
    and read a little about each option.  You probably won't remember everything, but you probably will remember what kinds of things can be controlled by the SET command, and have a better idea of where to start looking in the future when you have a different problem.

  • Report Path Name

    Hi,
    I have a main sequence file with 5 steps each of sequence call type. I use the multi threading option to generate individual reports for each of the sequences in the sequence call.
    I configured the report options call back for the main sequence. I gave a different directory path for the report in Parameters.ReportOptions.Directory . The report corressponding to the main sequence is getting generated in the specified directory. But the reports of the sequence calls are getting generated in the directory specified in the reports option menu.
    Is it possible to make the reports generate at the required directory by making changes in the main seqnece alone? How to modify the report path name stored in the report options dialog box in the menu.
    Regards
    Gopal

    Hi everyone,
    Just an update in reference to Gopals's question:
    Is it possible to programatically give value to the directory in Report Options in Configure>>Report Options. Either using expressions in teststand or from Labview code.
    TestStand 4.2 gives you the ability to specify the report path using Expressions as well right from the Report Options dialog box. For instance, this can come in handy in situations where you might want to put all Failed UUT reports in one location and all Passed UUT reports in a different location.
    For more information on this, refer to:
    NI TestStand Help: Specifying Report File Paths by Expression
    NI TestStand 4.2 Release Notes: Using Expressions to Customize Report File Paths
    For more information on the new features in TestStand 4.2, refer to:
    Whats New in TestStand 4.2
    Jervin Justin
    NI TestStand Product Manager

  • Setting Multiple Report Paths for a Reports Server

    I am sorry for posting here, As I didnot get response from reports forum, I posted here.
    I would like my reports server named ABREP to to read reports from multiple paths.
    We have fmb,fmx,rdf,rep files in /gccapp/TESTAPP & /gccapp/LIVEAPP.
    I tried to follow I need multi report path
    but no luck.
    I give oratest:7778/forms/frmservlet?config=app1&*EnvId=testenv*
    but still it is reading from other location.
    can any one please help.
    My env: 10gdbR2, 10gAS,Solaris
    thanks
    Edited by: userR12 on Jan 16, 2010 6:16 AM

    Thanks for reply. I restarted reports server also. Is my way of writing EnvId in the link is correct?
    I have done the following:
    1. Inserted the following into the report server configuration file:
    <environment id="default">
    <envVariable name="REPORTS_PATH"
    value="/oraas/modlive10g:$ORACLE_HOME/reports/templates:$ORACLE_HOME/reports/printers:${REPORTS_PATH}:$ORACLE_HOME/reports/winfont"/>
    </environment>
    <environment id="testenv">
    <envVariable name="REPORTS_PATH"
    value="/modapp/modtest10g:$ORACLE_HOME/reports/templates:$ORACLE_HOME/reports/printers:${REPORTS_PATH}:$ORACLE_HOME/reports/winfont"/>
    </environment>
    2. commented REPORTS_PATH in reports.sh
    3.
    defaultEnvId="default" added to rwEng line in report server configuration file
    4. Restarted Report Server
    5. in browser appeneded EnvId=testenv to the application URL.
    thanks
    Edited by: userR12 on Jan 16, 2010 10:26 PM

  • Reports path - 10g

    Hi All,
    Can you please let me know how to configure the reports path. Currently I have placed all me .rdf reports in D:\myreports.
    I am calling one of the reports from FORMS as:
    Web.show_document('http://<servername>:<port>/reports/rwservlet?userid=scott/tiger@orcl&report=D:\myreports\emp.rdf&desformat=pdf&destype=cache&paramform=no
    I am able to view the same when accessed from the machine on which I have placed the report, but not from other systems in the network.
    Can you please help me out?
    Thanks in advance.

    i specified path for reports in .env and registry value REPORTS_PATH but still it prompts unable to open file.the path specified is correct and has the required .rep files.
    any more paramaters to set.?

Maybe you are looking for

  • Need help trying to figure this problem out.  Username validate on servlet.

    Hello. Here is my dilema. Almost everything works but the username check servlet. I have form that gathers information that sends to a bean to validate the forms fields. If the fields check out ok it than forwards to Vusername servlet which checks th

  • I am trying to access files from an app on my phone.

    Every time I select "apps" in itunes, it stops and gives me a window that iTunes has stopped working and windows is looking for a solution to the problem. I can access and manipulate everything else on my phone, except for the apps that are installed

  • Read Write to a database in a network

    I have a program that reads and writes data to a database it works OK as long the data base is located in the local PC where the program is executing. I wrote the program so I can set up by changing the ini file. In the ini file I indicate the path t

  • R/3  sends IDOC to PI 7.1 BPM -- IDOCs duplicates?

    Hi everybody, we ware sending an IDOC from R/3 to Pi 7.1. Receiver is a BPM. The IDOC duplicates? This seems to be a bug In SXMB_MONI we see that the IDOC is duplicated in two different Queues. Does anybody know about this phenomen? Thanks Regards Ma

  • Deploying AIR applications with flex & BlazeDS

    I have a Flex app which needs to run on the server in the background. I was thinking of turning into an AIR app since it really doesn't need to run on the browser. But how could I deploy this. I am sending my entire flex project as a .war file to dep