Export: In the Save as dialog, the file name is always shown as Crystalviewer instead of the report nameu00A0

Post Author: sijdk
CA Forum: Exporting
hi,
we are using crystal report server XI. in this i am not able  to export a report with particular report name. see the following steps.
Generate a report. Click the Export icon.Select the format in which the report has to be stored and click Ok button
Expected Behavior:The Save As form with the report name as file name should be displayed
Actual BehaviorFile download window is displayed showing the name of report as crystalviewer.rpt and when Save button is clicked, the Save AS dialog with the filename as Crystalviewer is displayed.The user has to specify a meaningful report name

Post Author: foghat
CA Forum: Exporting
This sounds about right, I can't recall if I've never seen Crystal default to the .rpt name when exporting a report.  In developer XI, reports saved on the enterprise server have some crazy long non-nonsensical unique identifier on export.  If the report is saved locally, it just gives untitled.xxx on export. That said, I find the users usually end up renaming the report file name anyways, so not a big issue.

Similar Messages

  • Export all the reports currently stored in CMC

    Our company's internal security policy prohibits us from connecting anyone's copy of Crystal XI to our production report repository (in CMC). We have to work on reports locally and republish them fresh in the CMC every time a report is changed.
    We're trying to get all of our report files into a source control system to help with versioning, etc. Unfortunately the only place that we know has all the most current reports is the CMC itself. I'm trying to find a way to export all the reports from within the CMC to some folder or directory so that I can be sure I've got a copy of everything in production. Is there an easy way to accomplish this?

    Hi,
    If I understand your query then you want to create a backup of the reports present in the CMC.
    The reports present in the CMC is already backed up in the
    <Installed directory>\Enterprise 11.5\filestore.
    so if you keep the backup of the filestore folder you can get a copy of all the reports present in the CMC.
    I hope it answers your query.

  • How to choose Mail (Mapi) when clicking "Export" in the Report Viewer

    I'm using .net 2008 and CR 2008 for reporting.
    In a form I placed the ReportViewer.
    Everything works fine.
    Here my problem: When I click "Export" in the Viewer I get the File-Dialog with Excel, Word, PDF.
    But I'm missing the Dialog where I can choose MAPI (Microsoft Mail) as destination.
    To illustrate, how I implemented the CR 2008 in our application:
        Public Sub ReportStarten()
            Dim l As Integer
            Dim Cmd As System.Data.SqlClient.SqlCommand = Nothing
            Dim Reader As System.Data.SqlClient.SqlDataReader = Nothing
            Dim ReportDataTable As System.Data.DataTable
            Dim SqlConn As New System.Data.SqlClient.SqlConnection()
            Dim ReportFenster As New ReportForm
            If Me._DruckVorschau Then
                ReportFenster.Text = Me.Reporttitel
                ReportFenster.Show()
                ReportFenster.WindowState = Windows.Forms.FormWindowState.Maximized
            End If
            'Diese Selektion wird im Report selbst berücksichtigt
            Me._ReportRpt.DataDefinition.RecordSelectionFormula = Me._RecordSelection
            l = 0
            Dim myTables As CrystalDecisions.CrystalReports.Engine.Tables = Me._ReportRpt.Database.Tables
            For Each myTable As CrystalDecisions.CrystalReports.Engine.Table In myTables
                SqlConn.ConnectionString = Me._ConnectionString
                SqlConn.Open()
                Cmd = New System.Data.SqlClient.SqlCommand(Me._TableSource(l))
                Cmd.Connection = SqlConn
                Reader = Cmd.ExecuteReader(CommandBehavior.CloseConnection)
                ReportDataTable = New System.Data.DataTable()
                ReportDataTable.Load(Reader)
                myTable.SetDataSource(ReportDataTable)
                l += 1
            Next
            If Me._DruckVorschau Then
                'Vorschau
                ReportFenster.CrystalReportViewer.ReportSource = Me._ReportRpt
            Else
                'Sofortdruck
                Me._ReportRpt.PrintOptions.PrinterName = Me._DruckerName
                Me._ReportRpt.PrintToPrinter(1, False, 0, 0)
            End If

    The wiki (http://social.technet.microsoft.com/wiki/) is probably a better place for this.
    Jason

  • 'save as' dialog removes file extensions under Snow Leopard. How do I stop this?

    When I save a web page I sometimes use an existing file name as a template to reduce the amount of typing and chance for errors. Before I upgraded to 'Snow Leopard' the file type (.html) was on the file name. Now it is removed. This doesn't happen in Safari. How can I stop this from happening?

    Hi hbman-
    Here is a Support article on how to troubleshoot file download and save issues:
    [[Unable to download or save files]]
    Hope that helps!

  • When downloading files by internet download manager sometimes shows the file name of downloaded video as videoplayback instead of the original file name

    when downloading video files by the ( internet download manager) most of times the file name downloaded as ( video playback ) instead of actuly name of the files
    please let me know how to solve such problems?

    can you please also contact IDM support about it?
    * http://www.internetdownloadmanager.com/register/new_faq/main.cgi

  • Report Export without the report itself

    Hello everyone and Happy New Year!
    Is there a way to display "Report Export" link (button, function, procedure, or whatever) on a page WITHOUT having to display the report itself?
    Using Oracle 10g and ApEx 2.0.
    TIA
    Vojin

    Carl:<p>
    thanks for your reply. I have to admit, at first, I had no clue where to start from. Being a novice, my facial expression was like my 2-year old if I was to tell her to "just make me a cup of coffee." How does one "just create a report template"?
    <p>
    Anyway, looks like it worked. I went to "Shared Components", selected templates under "User Interface." Then I copied a "standard" template from, renamed it, and deleted everything, except for:
    <p>
    </table><div class="t10CVS">#EXTERNAL_LINK##CSV_LINK#</div></td></tr>#PAGINATION#</table>
    <p>
    located in the After Rows region.
    <p>
    The best "look" was when I used a new custom template, and used "no template" for User Interface template. So, the only thing displayed on that part of the page is "EXPORT TO SPREADSHEET" link. It is, however, surrounded with couple of inches of blank space above, as well as below the link. Maybe your comment about "placeholder comment tags" (what is coffee, daddy?) will solve this issue, but I did not have time to play with it.
    <p>
    The export function itself works great. Again, thanks a bunch for your advice!<p>
    Vojin

  • BI Publisher 10g. How to leave only one button Export, in the report?

    Good day!
    I'm working with Oracle BI Publisher 10g.
    Tell me please how to solve the following problem!
    I already have created the report, and when you view it, you can choose the format of its presentation, for example (pdf, html, ...).
    You can also see these buttons : View, Analyzer, Export, ...
    How can I make the report links panel of the report show only "Export" button?
    I also know that when you click the Edit button and selecting a report, you can remove the checkmark from the following properties:
    1)     Show controls
    2)     Disable access to the client from Analyzer for Excel.
    Then we will see in the first case that the entire selection panel has disappeared, while in the latter case, the off button Analyzer for Excel (in the presentation layer).
    And if you choose to layouts-> template, you can specify output formats, for example (pdf, html, ...).
    Thank you for your attention.
    Alex.
    Edited by: 816497 on 29.11.2010 7:59
    Edited by: 816497 on 29.11.2010 7:59

    I guess, you are looking for option in BIP enterprise itself, so
    making the user as different roles , you can suppress it.
    go thru this, to understand the roles and behaviour.
    http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12188/T421739T475591.htm#4455931
    if you going to view the report outside of this interface, e can see alternative solutions.

  • QT v10.0 "save for web" creates file names with spaces?

    I find it strange that the additional exported files from "save for web" (iPhone, etc) auto exports files with spaces in the file names. Not only that, but changing the file names breaks the javascript.
    I work on a server that denies permission to files with spaces in the file names. I know it's a bit archaic - but it's also a long standing tennent of "good HTML" to creates files with a hyphen or underscore instead of a space.
    Is this something that can be addressed in the next update?

    If your using cs5 or cs6 you might try Image Processor Pro which seems to use underscores
    and has a save for web option.
    Dr Browns Services 2.31
    http://www.russellbrown.com/scripts.html

  • Photoshop cs5 + Save For Web appends file names

    Hey everyone :
    Anyone know of a fix or a preference i can set? Hopefully, the response isn't "Can't do that anymore".
    Example file name/structure:
    Filename_partof-filename.version-01.00.psd
    Issue (save for web):
    CS3 - Filename_partof-filename.version-01.00.jpg
    CS5 - Filename_partof-filename.jpg
    Using a period as part of the file name was never a problem before CS5/5.5. Having to re-type half the file name in the SaveForWeb dialog is aggreviating/annoying to say the least. I know I can use hypens and underscores, etc but after using photoshop since v3 and using periods as part of my naming convention for 15 years, ...like I said, it's just an annoyance.
    Anyone come across this? Suggestions?
    Thanks tons,
    Greg

    Adobe Photoshop Version: 12.0.4 (12.0.4x20110407 [20110407.r.1265 2011/04/07:02:00:00 cutoff; r branch]) x64
    ...yep, everything up to date (more or less).
    This isn't a recent CS5 issue but a CS5 issue from the day it was released...I just got aggreviated enough today with it to come here and see if I could find an answer. It's definitely a SaveForWeb issue and not SaveAs.
    Here's a similar post from back in March 2011...http://forums.adobe.com/message/3509172#3509172
    Just to be clear...
    - Open new/old PS file
    - Save with name.name.v.01.psd
    - Quit PS
    - Re-open file
    - SaveForWeb
    ...if you're able to save it out with the file name in tact, I have no idea how.
    I've tried 4 different CS5 Photoshops and they all truncate the name after the first period.

  • Save As with suggested file name and folder

    I would like the user to be able to press a save button on the pdf and the "Save As dialogue box" pops up pre-populated with a file name and location choosen. The user can then choose to name the file something otherwise or select a new location. I would just like to save them the steps of copying the field data and finding the correct folder (deeply buried on server) however to place the finished document in.
    This doesn't seem to require a trusted function, but how do I suggest the file name based on a field name in the document. And how do I suggest the folder the document should be saved into?
    Thanks in adavance.

    Hi,
    you need a folder level script to use the browseForDoc method.
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_reference.pdf#page=10 4

  • Exporting Photos to Web Service Retaining Modified File Name

    I recently started using iPhoto 08 to edit and organize my photos. In 2008 we took nearly 10,000 pictures. I have used and would like to continue using Winkflash as my photo printing service. What I like best about Winkflash is that they print the name of the photo on the back of the pictures. Before I upload the pictures, I edit them and modify the file name to the date, who's in the picture, and where the event is. When my photos arrive, I don't have to label the back as all the information is already there.
    In November I started using iPhoto 08. After editing and renaming (using the Batch Change > Title option) and entering information about each picture in the title frame on over 2,000 photos, I started uploading them to Winkflash. Much to my dismay, the file name was not retained. ARGHHH! (To rename the photos, I use the international date format so the pictures are chronological; i.e. 20081231 New Year Eve - 01 Ron)
    I used Winkflash's image uploader and dragged and dropped the images from iPhoto. Why is it not retaining the file name but reverting back to the camera's IMG_XXX?
    Message was edited by: blondiedo

    Because adding a Title is not the same a renaming a file.
    Select the pics in the iPhoto Window and go File -> Export. In the resulting dialogue you have the option (among others) to set the Kind: to JPEG and then to use the Title as Filename. Complete the export to the desktop where iPhoto will make a copy of the files with your desired filename. Upload those.
    Failing that, ask your Print Service to support standard IPTC metadata.
    Regards
    TD

  • File names aren't shown in file browser when uploading or downloading documents

    When I try to upload or download a document, on various websites, the file browser window that pops up has no file names or any other information other than the icons. Mousing over a file brings up the size, date modified etc but not the file name. If I right-click the icon and open up the file properties, all the information is there except the file name, which is blank. Changing the view (list vs icons, for instance) changes nothing. Am using Firefox 35 and Windows 8. Problem did not occur with earlier versions of Firefox.

    In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see [[How do I create a screenshot of my problem?]]
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. This will help us to visualize the problem.
    Thank you!
    When the window comes up, what view are you using? Have you
    tried to change the view? At the end of the input field, can you select
    all files?

  • I want the 'Save as' option to specify a location when I save a document or file rather then always save to downloads.

    I'm constantly downloading files that should go into a specific folder but I don't have a 'Save As' option when I choose to save. As a result everything goes into the Download folder. This means I have to go to the download folder and move it.
    How can I get Save As as an option when saving content?

    You can specify the download location in '''Tools''', '''Options''', '''General'''. This is the place where you also can tell Firefox to ask the location each time you do a download.

  • Bridge CS5 Export Module only saves as 72 dpi file

    I frequently export my edited RAW files as high resolutioin JPG files.  I've been using the Tools>Photoshop>Image Processor for export.  Having just purchased CS5, I tried using the Export Module and discovered that it only exports files as 72 dpi JPGs (not the 300 dpi of my original files).  Anyone know how to keep my exported files as 300 dpi?

    No it's not a bug, the jpg is being created from the preview image (this can be a fullsize document) and there is no PPI information so the document defaults to 72 PPI in photoshop.
    I agree there is a problem with the quality setting! It does not seem as it will save at the best quality, the range should be 1 - 100 not 1 - 12.
    If you would like to try my interpretation of export you can try my Bridge Processor..
    I have added a field to set the PPI
    http://www.scriptsrus.talktalk.net/index.htm

  • File-Save : Keeps asking for file name even if in a file

    In the sql worksheet if you edit a file, the File->Save button shows as disabled.
    Also, if you try Cnrtl S, the Save dialog window to select a file keeps coming up - very annoying. In my opinion, that should only come up for SaveAs. Thanks!

    Thanks! I have a slight disagreement with the Ctrl S functionality - if you are in the file that you opened, CtrlS should just Save to the file you are in and not pop up the SaveAs dialog. This is the basic functionality of CnrtlS in Word, Toad .....

Maybe you are looking for