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

Similar Messages

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

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

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

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

  • Report path

    Hi,
    Where is the report path mentioned in the ORACLE_HOME/reports/conf file and how it called from cgicmd.dat file.
    I know the rwservlet.properties will call the cgicmd.dat file but how the cgicmd.dat file will call the rep_server.conf file. I meant which is the parameter that mapping to this rep_server.conf file.
    Actually I need to add one more source path for reports, any body help me.
    -bala

    I have seen the following example in website, that's the reason i have tried it
    The second step is to configure the Report Server created in step 1. Specifically you need to specify the Source Directory of the report files as a search path for the Report Server to use when individual report requests are made. Here is what you need to do:
    Open Windows Explorer and navigate to c:\<oracle home>\reports\conf
    Open rep_fsprod.conf using a text editor.
    Using the Find or Search tool (depending on the editor used), look for sourceDir
    You do not need to do a case sensitive search.
    This variable is typically located near the top of the file. In mine, it is the 14th line of the file.
    Edit the sourceDir variable to include the path of each directory where you wish the Report server to search for reports. Below is an example with two directory paths specified. One is required, but you can have as many as you need.
    <property name="sourceDir" value="c:\env\aap\reports;c:\env\eu_asc\reports;>
    Save and close the file.
    ------------------------------------------------------------------------------------------------------------------------------------------

  • Initialise ReportService parameters - URI, report path etc

    Hi
    I had a question on how we would go about seeding data and initialising Report Service parameters such as - Username/Password and the BIP URI for each customer.
    Right now, I have hard coded the relative path and URI etc:
    reportPath = "/PO/Templates/Templates.xdo";
    userName = "Administrator";
    password = "Administrator";
    bipServerURI = "http://xmlpfusion1.us.oracle.com:9999/xmlpserver";
    How would this work for a customer instance? Would the relative report path remain the same? Will the BIP server URI be known, so we could add it as a part of our Customer Profile/Organization Profile?
    Thanks
    Mansi

    Hi Mansi,
    We were facing the same question.Currently we are hard-coding the URI,login and pwd.But in the later releases Drop 7 I suppose they would provide us with a API which would look into a backend configuration file where the server uri would be stored.Also,BIP team said they would be working with Applecore team to get the user credentials from the session context.
    Thanks
    Lakshmi

  • Is there any variable or function to use in a report to show the report path in the OBIEE catalog?

    Hi guys:
      Is there any function or variable that i can use in BI that i can use to show in a report the path name of where that report is saved in the catalog? For example: shared/adm ...
    Thanks!
    Matias

    Explore this page OBIEE - Presentation Variable System (reserved variable) | GerardNico.com (BI, OBIEE, OWB, DataWarehouse)

  • Application Server Report Path

    Dear Oracle Gurus
    I am new to this area of expertise. We have a peculiar problem. Let me try to explain this
    We are running Oracle Appication server in Windows based environment( windows server 2003 i presume)
    we have multiple projects running in this server. Two of our projects are almost similar and identitcal. They share the same name for forms and reports but the content will be different.
    The problem is when we execute a call to a report from our application, the report with the same name from other project gets executed.
    I discussed this with our Hardware and network engineers. They said that the path to find the reports is specified in the windows registry file where it is specified that the folder of the other project is given first and then our project folder is specified next.
    Tempororily , they put our project folder's name first.
    I beileve that there should be some other better and permanant solution for this
    can anyone help me out in this
    with warm regards
    ssr

    Hi ssr,
    the best way is to create two or more report server with different names. For each report server you can define a sourceDir and tempDir. You must enter the values of the sourceDir and tempDir in the*.conf File from the reportserver. You will find the *.conf-File in the following directory: $ORACLE_HOME\reports\conf The name of the file is <reportservername>.conf. It is a XML-File. IN Line 15 or 16 you find the Part for the sourceDir and tempDir. After that you must restart the report server.
    Call from Forms:
    Wenn you call the application you use a "?config=..." part in the formsweb.cfg. Then you must use two diferent *.env-Files. In each *.env-File you add a new environment parameter. Excample REPORTSERVERNAME=.... In your Forms application you can read this parameter with TOOL_ENV.getvar('REPORTSERVERNAME', l_name); And than you can controll wich application use wich reportserver. In our enviroment it works fine.
    I hope that helps a little bit.
    - Sven

  • Individual report path with defined file name from the report settings in Testsand 2012

    Hi,
    I have following task:
    I want to test stand 2012 in each sequence to change the path of the report file. But the naming of the file is to be maintained as these settings can be made from TestStand into the report (DisplayName + _Report_ [<FileDate>] [<FileTime>] <unique>. <File Extension). I can not find now, however, the / callback parameter on which the components are assembled path and file in TestStand.
    While I can read about the callback "GetReportFilePath" the path and file name, and with the expression: Parameters.ReportFilePath = "c: \ \ electro \ \ SHARE \ \ test protocols \ \ Test Logs \ \" change the path, but the file name will no longer be formed from the settings of TestStand.
    I have the suspicion that I'm just not accreting at the right place. Can someone please give me a hint?
    greeting Michael
    Greetings Michael

    See Oracle Metalink,
    ..Oracle Portal Technical Forum,
    ....Subject: PORTAL - uploading files (file attachments) with file names.
    This message thread outlines javascript code that automatically captures the filename during an upload.

  • Report Path in Application Server

    Can we have multiple paths for .rfd files in Application server 9ias? Actually we have two separate applications. We wanted to keep .rdf files in separate folders on app server. Is there a way when we run one application, it should check rdf files from one folder and for second application, check from second folder.
    Thanks

    Hi,
    This is possible in Reports9i patch 1 onwards. You can use a feature called Dynamic Environment Switching. You can define 2 environments in the Reports Server Config file (each with a different REPORTS_PATH). At runtime, you have to specify the ID that identifies your environment. Pl see Patch 1 (or later) release notes:
    http://otn.oracle.com/documentation/reports.html
    Navneet.

Maybe you are looking for

  • Custom report layout question...can't find any answers anywhere

    I am trying to build a report in Portal, using the custom report layout. The report displays like so, before I do any customization: COLUMN1 COLUMN2 COLUMN3 COLUMN1 COLUMN2 COLUMN3 COLUMN1 COLUMN2 COLUMN3 COLUMN1 COLUMN2 COLUMN3 where COLUMN1 is the

  • Character Conversion

    Hi, Am loading from a flat file. The data for a particular field includes french characters like ç,è, etc. I tried writing a routine in the start routine of the transfer rules. But when it reads the data itself from the file it reads the french chara

  • Which table stores SM04 (currently active users) data?

    HI all, what is the table which stores the SM04 currently active users data in sap? plzzzzzzzzz help me.. Thanks all in advance , Malti

  • STO- Different material number in 2 plants

    Dear all, I want to do STO for a material, Provided I want to maintain the different material number in two plants, Is it possible, if so pls reply me the procedure

  • HTMLDB and Workflows - pl/flow, Oracle Workflow or BPEL?

    Hi, I am looking for a workflow engine to integrate with HTMLDB for workflow applications. Most of the stuff I try to do will happen in the database (as of now). Which one should I choose? Which one is easy to use (intuitive, good samples)? I haven't