General capabilities within Crystal

Post Author: Shawn Ott
CA Forum: General
I am new to a small association which uses Crystal Reports 9. While we have someone who knows how to use the tool and write reports, we do not appear to have an expert in the overall capabilities. I am responsible for managing the database marketing environment. So I am interested in automation of reporting to the extent we are able. What I am interested in is the ability to schedule and then email existing recurring reports. I have been trying to find and read through documentation on the web and the BO website but am still not real clear. So my questions are:
It appears that Crystal Enterprise Administrator has the ability to schedule reports?
Can scheduled reports be emailed when finished when using Enterprise?
I have come across several third party software packages that are intended for scheduling and distributing reports. What is the difference between these tools and what BO/Crystal has to offer?
I understand these are pretty basic questions, but I am just learning the software, so thank you for your input.

Post Author: blairwheadon
CA Forum: General
Hi,
Some quick answers here:
Crystal Enterprise 9 (and Crystal Reports Server XIR2) can both schedule reports to be emailed.
The 3rd party scheduling and distribution tools are generally applications that are written using our report engine called the RDC.  These generally do not have any online viewing capability and are simple schedulers.  Crystal Enterprise and Crystal Reports Server provide a complete scheduling, distribution (send to email, send to file share, send to ftp), and security solution. 
In addition, CRS also provides a semantic layer (Business Views) that secures the data in the report at view time, so using Business Views you can have scheduled reports that are secure (each user sees only the data in the report they're allowed to see).
Finally CRS also includes Live Office which integrates live, refreshable reports into Word, Excel, and Powerpoint.
I hope this helps.
Blair

Similar Messages

  • Using stored procedures within Crystal Reports

    Hello all,
    Background Information:
    I am trying to teach myself how to execute a stored procedure within Crystal Reports.  This is an aspect of Crystal that my work group has not utilized before and we're trying to gather information on the subject.  We use Oracle to create and execute functions and procedures all the time, but I've never tried this within Crystal.
    I use the "Add Command" functionality within Crystal on most of my reports so that I can taylor the sql to the report.  I find this easier to do versus using the ODBC connection to the tables and writing the code through the Crystal Reports wizard.  I also frequently use functions within these sql statements that are inserted in the Add Command.
    What I'm trying to achieve:
    I have a report that needs to run as a "trial", and then later as a committed "run".  This is for a monthly billing system.  Essentially, the user will run the report as the "trial", preview the data, make any necessay corrections, and then later, run the actual billing run.  Within my application, the bills are not actually marked as "billed" until they are actually "billed', if that makes sense.  As a result, the "trial" report will need to mark the bills as "billed", generate the report, and then rollback the data (so that the bills are not "billed".  Once the actual billing reports are ran, the same report will run, but with a "commit" at the end of the report so that the bills are now "billed".
    I'm trying simple tests and failing (i.e. taking baby steps to learn what capabilities Crystal has):
    I created as simple of a procedure as I can envision.  This procedure inserts the word "test" in one of my fields for a provided account number.  When I try to run this procedure via Crystal (via New Report ->History->My ODBC Database link->Stored Procedures), Crystal asks for the account number parameter, as it should.  But I then receive the error message:
    Database Connector Error: '42000:[Microsoft][ODBC driver for Oracle]Syntax error or access violation'
    The existing ODBC connection has work great for years and years to retrieve data from tables, but this is the first time I've tried to utilize procedures.  Can anybody help?  And can anybody explain what the Stored Procedures link is supposed to do?  Am I going down the right path?
    thanks,
    Noel

    Hello,
    Make sure the Oracle client install path is in the PATH statement. And also make sure you are using an IN/OUT cursor. CR only reads the last SELECT statement. Search the Documents area on how to create a Stored Procedure.
    Also, if you are using CR XI ( 11.0 ) then upgrade to CR XI R2 and apply all service packs ( SP 6 ). Go to this link: http://www.sdn.sap.com/irj/boc and download the trial version of CR XI R2 and use your XI keycode, then apply the patches which you can get to by clicking on the BusinessObjects tab above, then Downloads.
    Direct link to the Trial version: http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
    It may fix your issue also.
    Thanks again
    Don

  • Copying objects within Crystal Reports Server produces an error

    When trying to copy an object from one folder to another within Crystal Reports Server XI R2, I encounter the following error:
    There was an error while writing data back to the server: Two destination property bags exist. Use the bag that is appropriate for your client's version number: SI_DESTINATION (version XI and earlier) and SI_DESTINATIONS (version XI Release 2 and later).
    I did have a copy of BOE XI installed however, this was removed prior to installing CRS XI R2
    fyi - The 'Move' of objects works fine

    Hi,
    The issue you are facing is because there are still some registry entries left behind by XI. It is always recommended to do a clean install.
    For now, you may > back up the registry > run regedit > search for traces specific to XI > delete the keys.
    hope it helps.
    Cheers,
    Subhodeep

  • Reading environment varaibles within Crystal

    Is it possible to read the values of environment variables within a Crystal report?
    In other words, if I set an environment variable on a PC where I am running a Crystal report, is it possible for Crystal to read the value of that variable?
    Regards,
    Douglas

    Hi Douglas,
    Fuskie is correct.  For you to do what you want, I would recommend creating a User Function Library (UFL) which will drop that function into Crystal's Formula Editor. 
    The UFL is a Windows DLL you would create in VB, C++ or whatever programming language.  Compile it to a DLL and Crystal will load it and you will see your new function in the Formula Editor under Additional Functions. 
    There is documentation somewhere on this Business Objects support site and samples but I've been having a hard time navigating around it recently. 
    Good luck,
    Brian

  • Opendocument.jsp path incorrect when used within Crystal

    Post Author: Tilghmank
    CA Forum: General
    I am trying to find out how to change the Opendocument.jsp path with Crystal Reports.  The problem appears to be the "Infoview/plugin" part of the path.  I am using webelements from Crystal with the WETargetPath() function. 
    undefinedhttp://mylocalname
    JSP Processing Error
    HTTP Error Code:   404
    Error Message:
    JSPG0036E: Failed to find resource /InfoView/plugin/opendoc/openDocument.jsp
    Root Cause:
    java.io.FileNotFoundException: JSPG0036E: Failed to find resource /InfoView/plugin/opendoc/openDocument.jsp     at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.findWrapper(JSPExtensionProcessor.java:268)     at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPExtensionProcessor.java:250)     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java(Compiled Code))     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java(Compiled Code))     at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java(Compiled Code))     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java(Compiled Code))     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java(Compiled Code))     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java(Compiled Code))     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java(Compiled Code))     at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java(Compiled Code))     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))     at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))

    Post Author: V361
    CA Forum: General
    You could try creating a formula, for example
    WhilePrintingRecords;PageNofM
    and use the formula, hopefully, CR will be able to calculate the correct page count.

  • Hyperlinks within Crystal Reports

    Hello,
    I am using Crystal Reports to create a statement. We would like to include hyperlinks in our report. We have already created hyperlinks within the report. The hyperlinks are only operational when I click within the subreport. I want to process my report to a PDF and have the hyperlinks work. Any Suggestions? I am currently working in Crystal 8.5 (we have 10 but our database is not matching up).

    As an alternative, at least one of the 3rd-party Crystal Reports Manager tools listed at http://www.kenhamady.com/bookmarks.html can use visible or hidden (white font) formulas anywhere within a Crystal report (including inside subreports) to create file, web, or email links at that same location within the pdf export of the report. Optionally, an image (such as a .png button image can be added to provide a GUI for the link.

  • How to display BLOB images from the Oracle database within Crystal

    Let's say a have the following table
    IMAGES
    ========
    DOC_ID NUMBER
    DOC_NAME STRING
    DOC_IMAGE BLOB
    The BLOB field can have any type of document: PDF, email, WORD, EXcel, etc. I would like to present the DOC_ID and DOC_NAME and let the user click any of them. Once the user clicks the document stored in the database as BLOB, it is rendered using the default application associated to the extension. For example if the file name is ABC.XLS open MSExcel if the file is abc.pdf open Acrobat.
    I am using Crystal2008 and evaluating Crystal 4.0
    Does this requires programming?
    Thanks!!!

    Hi
    Crystal is a reporting tool and you canu2019t execute any code except free hand SQL.  When you pull any BLOB fields in crystal, it takes as a picture field and if that field contains image only it will display in your report.
    If you have any information other than image, it will not display any info in the report.
    If you want to insert Word , PDF and Excel then you will have to insert as ole object and can manage with location of the files.
    Thanks,
    Sastry

  • Way to retrieve report ID / CUID within crystal report?

    Hello,
    Is there a way I can retrieve the report ID / CUID / something unique within CR for a report that is stored on BOE?  Similiar to how the currentCEUserID function pulls for user? 
    Thanks...

    Please re-post if this is still an issue to the Business Objects Forum or if you have a valid support contract create a case on line. If not then you may purchase a case and have a dedicated support engineer work with you directly.
    Or post to the developer forum

  • Cannot access BO Enterprise items within Crystal Reports

    Hello,
      Having searched the forums and being unable to find the appropriate solution to my problem I have decided to ask the question myself.
      I am using Crystal Reports version 11.0.0.895 and Business Objects Enterprise version 11.0.0.748.  When using Crystal Reports I can log on to the Enterprise server as Administrator and view the enterprise items.  I can easily browse through the list of reports but when I try to open one I get the following error:
    u2018The report could not be opened from BusinessObjects Enterprise.
    Possibly the report is on a different BusinessObjects Enterprise system that the one you are currently logged onto.  If this problem persists, please contact your administrator.u2019
      The other option available to me is u2018Manage Objectu2019 and this works just fine where I can view the history, schedule, etc.
      I suspect I need to do something with the server itself but I am unable to determine what exactly is required.  Please advise.
    Regards,
    Declan.

    Hi Declan
    For the folder on which the error is returned, please ensure that there is no rights problem with it.
    In the report section, the "download files associated with the report" right should be set to "explicitly granted".
    Thanks.
    Regards
    Girish Bhosale

  • Cannot refresh a stored procedure within a Crystal Report from Xcelsius

    Please help...Xcelsius 2008 & Live Office problem...
    What I am trying to do is to refresh a stored procedure that is within a Crystal report from within my Xcelsius dashboard in Preview mode. The data returned appears on the Xcelsius dashboard. It works fine in Design mode, just not in Preview or when published as a swf.
    1. I set up a Crystal Report using a Stored Procedure as the data provider.
    2. The Stored Procedure has a parameter built into it.
    3. When the report is refreshed within Crystal, the prompt dialog box is displayed; I fill in the desired value, and run. Everything comes back fine.
    4. Crystal Report is exported to the repository.
    5. In Excel, I inserted the Crystal Report using Live Office. It shows up as a Live Office object just fine.
    6. I bound an Excel cell to the prompt; when you change the value in the bound cell, the Live Office object refreshes and displays the correct results.
    7. In Xcelsius, I imported the Excel spreadsheet.
    8. I set up a Text component that is bound to the cell containing the parameter value. Also set up a Grid to display the results, and a Connection Refresh button to call the refresh. Added a Live Office Data Connection pointing to the Web Service URL for the report.
    Note: When in Designer mode, if the value of the bound cell is changed, the results in the grid change accordingly.
    9. When in Preview mode (or generated swf), if the Refresh button is pressed, a "User Identification" dialog box appears asking me to log on. The values it asks for are: System, User Name, Password, and Authentication. I enter the same credentials as are within the Live Office settings in Excel, (which are working correctly), but receive an error "soapenv:Server.generalException: Database logon failed.".
    Note - all the id's are synced up - Business Objects, Database, etc.
    I've tried all kinds of combinations, but nothing gets me past this error. If I use any other server than the one listed under System in Live Office, the error message is "soapenv:Server.generalException: Server XXXXX not found or server may be down".
    I've noticed that in Excel directly, when I open the spreadsheet and refresh the Live Office object, I am prompted to log on to the database where the stored procedure is being executed. This dialog box does not appear once the Excel sheet has been imported into Xcelsius. One of the combinations I tried in the "User Identification" dialog box was the name of the database server, that didn't work either.
    I also tried creating the Live Office object directly within the Excel spreadsheet in Xcelsius, but then I was unable to bind the prompt value. Could never get the Live Office/Properties menu to appear.
    Ideas? Thoughts?
    Thanks in advance!
    Stephanie

    This post looks like a duplicate of: Live Office: Database logon failed error

  • Crystal Report XI not updating correctly within CR Server

    Greetings.  I have a report that I have created using Crystal Reports XI.  I then have published it and set it up within Crystal Reports SERVER to automatically run on a daily basis.  The report automatically runs with no errors, however, when you look at the data, it does not reflect the current database - instead shows the data from whever it was published.  Thus, the reports look like they are updated daily, however the information inside shows that they are not.
    Any help/tips/advice on what to look for to fix this problem would greatly help!  I'm new to Crystal Reports Server.
    Thanks,
    Pam

    I have them set up on the Crystal Reports side, then when I publish them, the database information is "grayed out", so the reports initially don't run once published.  So, I then log into the CMS using the ADMIN password and set the database parameters.  The reports run fine and the data is saved with the report (only if I publish the report with the data saved).  However, the next day (assuming you have daily reoccurence setup), the report is the initially published contents, not the "refresh".
    I am probably missing some "simple" step...but being a newbie to this, I'm obviously missing it!  Any advice is greatly appreciated!
    Pam

  • Smtp capabilities embedded within a app

    hi
    does there exist some kind of api to implement smtp capabilities within a application that it is possible to send mails without having a smtp server running?
    thx :)

    While you usually need a POP or IMAP server to collect the incoming mail for you, and to which your client asks for the delivered mail, when sending mail it's your client itself which gets in touch with an SMTP server (either the recipient or a relay one) to accomplish that.
    In other words your client is acting as a server itself (as far as the mail exchange process is concerned).
    I tried JavaMail to use it as the notification system for an ERP application I'm currently working at: I want my clients to send an EMail message to the proper recipients at some specific job completions.
    In this case the above mentioned recipient SMTP server is our domain's one, and each client application refers directly to it (of course all EMail traffic is kept within our network).
    I hope to have made the explanation a bit clearer.
    Bye

  • Crystal Export Tab Text (TTX) Not working correctly in program using Objects Driver XI

    I have created a report in Crystal 2013 that I need to export as a tab delimited file for import into QuickBooks.  If I run the export from within Crystal 2013, the export works fine.  All the data is there delimited by tabs.  Each field is set to "Can Grow".
    The image in Excel shows I am in cell A3 and it has only one item in it TRNS, each field is in its own column.
    We purchased software that uses the Business Objects XI Driver (the Crystal Redistributable program).  When I run the program to export the data (the software only lets you export this report) and choose tab delimited, none of the data is delimited, it is all concatenated together in one big long string for each line.
    If the data is longer than the field length in Crystal, the "Can Grow" option moves all the extra information to line 2, and all fields that had extra data and went to line 2 is concatenated together in one string.  And if the data went to a line 3 it concatenated all the line 3 data together.
    The image in Excel shows I am in cell A3 and it has everything on row 3 combined into one string, data that is not set to "Can Grow" is cut off like the date which is showing 6/13/20 (does not show the 14) and it continues to the 1100 (which is the General Ledger code, but cuts off "Account Payables").  The company name is set to "Can Grow".  The company name is CASTS  CAST SERVICES AND MACHINGING.  You can see CASTS  CAST on line 3 but the rest of the company name moves down to row 4 and 5.
    If I export the file from the software as txt, I get the same thing as exporting it as tab delimited.
    I cannot figure out why this is doing this.

    Hi Les,
    Unfortunately CR XI is end of life and end of support so we can't get any patches to you, if one existed for this issue or not.
    Only option is to ask them if they have an update to current supported CR Versions and runtime, CR 2011, 2013 and the runtime is CR for Visual Studio.
    FYI, your TTX in the title is NOT the correct acronym to use because we had a legacy export type to ttx file format, it's no longer supported at runtime, so you you should refer to it as Tab Delimited and not TTX.
    Don

  • Error Scheduling Crystal Report to save to Unmanaged Disk destination

    When trying to schedule a Crystal Report to save to an "Unmanaged Disk" destination using the "Plain Text" format, and using the "Run Now" option, I receive the following error message  "Error Message: Invalid export options. D:\Business Objects\BusinessObjects Enterprise 11.5\Data\procSched\OUT-PHOENIX.reportjobserver\~tmp17105a42ccb5ae4.rpt"  I have enabled "Unmanaged Disk" capabilities within the ReportJobServer thru the CMC, and I have stopped and started the service.  I still receive the error message...Help!

    Hi Karla,
    do you have any service packs installed on your BOBJ server? Does your destination folder reside on a network drive?
    Regards,
    Stratos

  • Crystal Reports 2008 connecting to R/3

    I have a general question for Crystal Reports 2008 for use with R/3.
    Crystal Reports 2008 with SAP/R3 Enterprise 4.7
    I installed a trial version of Crystal Reports 2008 and connected it to the R/3 instance using a oracle id which has admin rights so the session can see all of R/3 db including 000 client. It can see all tables within the database.
    To deploy Crystal Reporting for an R/3 installation - is it advisable to connect directly to db?  how do you maintain proper data element access?  Do you create views for a oracle user id, or is there a delivered product or method for allowing user access using some other type of security that limits table access to say finance tables?
    John

    Check our site for more info but in general CR fully respects all DB security, if the user does not have permissions on the table used in the report the report will fail to run.

Maybe you are looking for

  • Multiple Deliverys in to Single Billing document for same part number

    Hi all, We want to combine multiple delivery items into one invoice line item for same material code, Scenario is like this, Sales order getting created with BOM ( Header items and more then 50 Component items with 30 to 40 quantity for each line ite

  • Writing IPTC Metadata to Masters

    I know some of this has been discussed, but I've got a few more questions on the topic. To ensure my captions, keywords, and location information is always available no matter what cataloging software I use, I wish to write my IPTC metadata to the ma

  • Introduction to Web Dynpro Java?

    Where can I find a good Introduction to Web Dynpro Java? Thanks, JJJ

  • Cannot connect to virtual machine in hyper-v

    One of our servers got corrupted and I managed to salvage the VHDs of the two VMs we were running on it. The server was Win Serv 2003 and was running virtual server. Now I'm trying to import the VHDs into Hyper-V on a newer 2008-R2 server and while t

  • How to Jump (Drill-through) between WebI query (also in Crystal Report)

    Hi BO experts, I read that we can achieve drill-down in Crystal Report and WebI. But I have requirements here to jump (like RRI or Report to Report Interface) in BEx Analyzer and to pass some values (as parameter), i need to achieve: 1. jump between