Report Name Stored in Cache

How to Change the Report Name Stored in Cache at the time of Run the Report.
i.e By default it assign some numeric value like 023421.pdf
How to change this into our related names

Thanks,Can you give the Clear Code, How to Specify that,
Normally we are using the below syntax for DESTYPE
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,CACHE);
In This, Where should i mention the report name
B'coz i want to retrive the file for some output purpose.So for that i need the file name of the report stored in cache at the time of run the report.
Please help;
Edited by: 797011 on Sep 24, 2010 2:41 PM

Similar Messages

  • Decrypt the report name

    Hi
    How to decrypt the report names in the cache directory generated by the report server?
    Thanks for your help

    Hi,
    Can I get this information from the data base or unix server directly instead of using URL. In the other words, I would like to know where this information be stored.
    According to metalink, repserv.dat should contain the information. However, it is a binary file instead of a text file.
    Is it possible to convert this file to be a text file?
    Thanks for your help.

  • Discoverer Report Names

    Discoverer Report Naming
    Our service Provider has created lot many reports for us and now theres a need for a generic naming to be followed for the Discoverer reports. Could someone tell me how difficult it would be to rename all the reports?
    As I could see, theres a dataitem for the Discoverer Report names, I would imagine the report names are somewhere stored in the database as values in a DB table. So if the name of the report is stored in the database in a table , then it is simpler enough to change the value of the column. It would be more of a find and replace command in SQL.But I'm not sure whether this would have an impact on the actual Report name! for our service provider is telling us that they need to open every report in Discovere to rename and store it. Then they need to delete the other report- which I doubt as I'm not sure !
    Also I would like to know where and how the names of the Discoverer Reports are saved in the database?
    Kindly advice.Many thanks

    Hi,
    You can inform to your SP to edit the table EUL4_documents
    and ask him to modify the name of the report that is stored in the column DOC_NAME .There is absolutely no necessary to open the work book that is stored in the database and change the work book name
    Regards
    Swamy!

  • Dynamic physical table name vs. Cache

    Hello, Experts!
    I'm facing quite an interesting problem. I have two physical tables with the same structure but with a different data. Requirement is to show same reports with one or another table. Idea is to have dynamically changed physical table name with session variable usage. Session variable can be change in UI so it was working until cache was turned on. When cache is turned on logical statements sent to OBI backend are the same even for different values of session variable that stores physical table name. Once cache is populated every users will get values from cache. This is possible source of discrepancy because some users might run reports with tableA values and some with tableB values.
    Are there any options to set OBI to use data related to proper physical table name (i.e. accordingly to session variable value)? Model clone is not an option because it will be way to hard and complex to maintain both, beside same reports need to work sometimes with one table name and sometimes with other...
    PS. Cache is set to be common for all users.
    Lucas

    thank you, I've found another way to make it running. In fact there are two ways of doing it: filter LTS and have all data filtered from single table with session variable or use fragmentation content also with session variable.
    Now tricky part is to set variable from UI, currently I'm using issue raw sql: call NQSSetSessionValue( 'String SV_SIGNOFF=aaa;' ) but I have to figure out how to change session non system variable value without need of administrator user rights.
    There is GoURL method, but it's not working...
    2. Add In ORACLE_HOME/bifoundation/web/display/authenticationschemas.xml
    <RequestVariable source="url" type="informational" nameInSource="lang"
    biVariableName="NQ_SESSION.LOCALE" />
    inside the top <AuthenticationSchemaGroup> </AuthenticationSchemaGroup> tag

  • Crystal Reports 2008 Stored Procedure and Parameters from LOVs

    Quite simple report using stored procedure as data source. When editing some of the parameters we get this error when clicking OK to close "This stored procedure parameter can only accept multiple values. Please ensure that Allow Multiple Values is true."
    As we all know stored procedure parameters do not access multiple values at all, so this message is very hard to debug. The report does work if we set the 'Allow Multiple Values' to true, but only when using exactly one value for the parameter. We have tried verify database and other things, but cannot find any way around this issue.
    All ideas are appreciated as this is stopping us from utilizing the dynamic parameters.
    Thanks, Stig

    We managed to work around the issue by creating a new stored procedure. First we used the same parameter names and changed the data source to the new stored procedure. After renaming the parameter with the issue the problem then was resolved.
    Note that another parameter that was earlier affected by this issue in the way that it could not be edited and saved due to the same error message now also works fine. This even if this parameter has not changed names.
    Quite a complex situation to debug this. Maybe if the source of the error message is found in the code we could help testing.
    Stig

  • Tables report are stored in which db table

    tables report are stored in which db table ?and can we do remote comparision between this in dev and prd

    Hi,
    Goto your report.
    Display the source code.
    Goto Utilities-----> versions--
    > versions management
    Click on remote comparision button.
    On the pop-up which appears subsequently, enter the sys name with which u want to compare ur code.
    <b>Reward if helpful</b>
    Regards.
    Pritha.

  • Passing report name to be used in distrubute destination file?

    How can I pass the report_name used in %1 in my cgicmd.dat file to be used in my dest.xml file. Otherwise I am going to have to have a lot of destination xml files (one for each report)
    In my cgicmd.dat file i have the following:
    pm_report:report=%1 destype=cache DISTRIBUTE=YES destination=/home/oracle9i/dst/dest.xml server=rep userid=x/x@x %*
    which uses the dest/xml of:
    <destinations>
    <file id="MyFiles1" name="/home/reports/output/Daily_Volume_Delays.pdf" format="pdf">
    <include src="report"/>
    </file>
    <file id="MyFiles2" name="/home/reports/output/Daily_Volume_Delays.htm" format="html">
    <include src="report"/>
    </file>
    </destinations>

    Hi,
    One distribution file can be used to output to different output formats like html, pdf, rtf, etc. For example, the sample distribution file you wrote in your earlier post will output the report into html and pdf formats. So you do not need to have a separate distribution file for every output format.
    Similarly, passing the report name is not an issue. The distribution file does not care about the report name. You can use a single distribution file for all reports - just pass the report name in the command.
    However, you may still need a separate distribution file for every report definition. The reason is that if you use a single file for all report definition files, then the output report name will be the same for all reports (eg, "Daily_Volume_Delays.pdf"), that is, they will overwrite the previous output with same filename.
    You can get more information about distribution in Publishing Reports 10g Chapter 15 (Creating Advanced Distributions):
    http://otn.oracle.com/documentation/reports.html
    Navneet.

  • Why rwservlet as default filename instead of Report name?

    am trying to execute Oracle report through the web interface. I get a File download dialog box that asks if you want to
    Open, Save or Cancel:
    The Dialog also displays:
    File Name: rwservlet
    Type: Unknown File Type
    From: <<Server Name>>
    key map is:
    Key1: %* server=appserver userid=xxxs/xxx@xxxx report=D:\Reports\sample.rdf destype=cache desformat=rtf
    I am trying to figure out why the File Name is rwservlet? Is there any way to prompt the user reportname as filename instead of rwservlet as filename?

    Hello,
    A solution is described in the Metalink Note :
    Note.418366.1 How To Change The File Name In The "File Download" Dialog Box For Web Reports?:
    Regards

  • How to get PDF file name when DESTYPE=CACHE

    Hello.
    I'd like to retrieve the generated file name from the cache directory in the After Report trigger when DESTYPE=CACHE and DESFORMAT=PDF
    Is it possible?
    Thanks
    Rasto Sadecky
    [email protected]

    Thank you Rohit.
    It's not really the caching mechanism I'm interested in.
    What I need to do is a physical modification of the generated PDF file.
    We have done it successfully for DESTYPE=FILE because in this case
    we know the name of the PDF file so the after report trigger can call an external dll library
    that modifies the PDF file.
    But when I'm calling the report from a JSP I can't do the same because
    I don't know the name of the PDF.
    Any ideas?
    Thanks
    Rasto

  • Actuate Report Error in Siebel After Click on Report Name

    Hi,
    I am getting this error when i click on the report name. it is not showing the report.
    Error Message
    =============
    Unable to load message 0xffff(SBL-GEN-00000)
    =============
    Can please anyone help for this error.
    Thanks,
    Asif

    Hi,
    first you the correct settings in transaction RSDIPROP for your InfoCube:
    On tab 'Roll Up' you should set the flag Set Quality Status to OK Automatically.
    Second delete the cache for the planbuffer query; the name of the plan buffer queries are as follows
    - if your aggregation level is defined on InfoCube CUBE the name is CUBE/!!1CUBE
    - if your aggregation level is defined on MultiProvider IPROV the name is IPROV/!!1IPROV
    - if you are using a query on a MultiProvider containing aggregatiion levels delete also the cache of the query.
    Now check the values of your query again.
    Note 1136163 contains the recommended cache settings in RSRT.
    Regards,
    Gregor

  • Get Report Name for Report Painter

    Hi Gurus,
    I need in an ABAP program to find dynamically the name of a report generated via Report Painter and associated to a TCODE.
    I got the tcode.
    How i can find it? I find the cluster number in GRRT but i don't know how to convert it in my report name (or even if i'm on the right way)

    Hello Clemens,
    as soon as the report is associated to a transaction code, it should be in TSTC
    Not necessary
    You create a parameter transaction when attaching a tcode to a report painter report which gets stored in TSTCP.
    Cheers,
    Suhas

  • Find Report Name based on Report ID

    How do I find out the report name based on the report id ('D12C939B-4309-4364-A025-BFDB5203EE0B')?

    Hi Sudhir,
    Based on my research, I find that the general properties of all the items (including Date Sources, Datasets and reports) on the report server will be stored in the Catalog table in ReportServer database. So that the report name (correspond to Name column)
    and report id (correspond to ItemID column) also be stored in the table. If we want to select the report name based on the report id, we can use the query below:
    use ReportServer
    select Name
    from dbo.Catalog
    where dbo.Catalog.ItemID='D12C939B-4309-4364-A025-BFDB5203EE0B'
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Not able to retreive Images stored in cache directory of android device

    Hi,
         I have created a ADF mobile application where in I invoke getpicture to utilise the camera feature. The images taken are getting stored in cache folder of the application ./data/<app name>/cache
    .Using the ADFmf utilities , i am able to navigate to that folder and when i try to read or copy the images  it is failing
    1234434.jpg (No such file or Directory).
    Can anyone help me resolving this issue.

    I tried changing the directory  as following in java class:
    File trgDir = new File("/tmp/myTarget/");
    File srcDir = new File("/tmp/mySource/");
    FileUtils.copyDirectory(srcDir, trgDir);
    but unfortunately  Adf mobile application does not support "File Utils. copy Directory" library
    so is there any way to circumvent this problem.
    Any help would be appreciated 

  • Where all z report are stored

    hi
    where all z report are stored.
    in table or else where ?
    thanks in advanced.

    Hi !
    Z-reports code is stored in files.
    If you want use report code in a program, use the ABAP instruction  "READ REPORT  into itab".
    Names of ABAP programs ans Includes can be found in SAP table TRDIR.
    Reward if usefull !
    Regards,
    Stéphane.

  • SAVED REPORT NAME TO BE DISPLAYED IN COLUMN

    I have arequirement to display the name of the report in the column , however @{savedreport} does not workwhen refered to in the column.
    How can I fetch out the name of the saved request

    I want to writeback Column2 along with the report name in the database , what should I doWell then, its simple just hardcode the report name as I have said in one of the column and using writeback. As you are storing column 2 value in DB similarly create another column in database with datatype as varchar2 and point the column node in the writeback XML. like
    UPDATE tablename SET col2 = @c{1},NAME = '@{c2}' where col1 = @c{0}
    Hope this is clear
    Edited by: Deepak Gupta on 01-Sep-2011 00:00

Maybe you are looking for

  • Upcasting and narrow casting in oo-abap

    hi friends, please tell me clearly about the Up casting and Down casting with examples in OO-ABAP. thanks and regards. Moderator message : Search for available information, read forum rules before posting. Thread locked. Edited by: Vinod Kumar on Nov

  • Purchase Request cration

    Hi friends, Is it possible to create Purchase request with refernce to Request for Quotation? Client required PR approval after price updation. Price updation will be done tru RFQ. Please confirm Rgds Madhavan

  • Acrobat Pro 9 uppser case

    Created a filed in Adobe Pro 9.0 and I want to make the field a required filed that must be entered in uper case. I checked the formatting tab but cannot find it. It is being used for a state filed and want to make sure that the text will laways show

  • Error in VIEW table.

    Hello Gurus, I have one peculiar error . I have one Z maintainance view where there is one field PRCTR . The check table for it is CEPC.And in the Table /Join conditions there is one table FAGL_T8A30 in the Tables tab. Also there is one transaction m

  • VZW sucks, after overcharging me for four months they issued a credit and then charged me for that credit the following month and 2 cost service reps and one supv can't figure out why...THEY SUCK

    Does anyone else find it odd VZW starts every conversation with the standard "this call may be recorded" line, but if you imply you are recording them, they freak out and go silent.  It's amazing they never want to stand by what they say.  I was over