In Crystal Enterprise - how do I email if no records exist

I havea report thatis an exception report. It is a daily import into another table by a 3rd party.  I run the report daily to test to see if there are no records.  If there are records in the report, then I do not want to email the report, however if no records turn up for the day, I want to fire an email off to state that nothing was received for the previous day.
Anyone have any familiarity with doing this?
I am using Crystal Enterprise XI R2 (11.5)

In the report footer, put a formula like (basic syntax):
dim div0 as number
if count({field}) = 0 then
  div0 = div0 / div0
end if
This will cause the report to "fail".  When scheduling the report, send an email if the report fails.
HTH,
Carl

Similar Messages

  • How To Run a Parameterized Report Stored in Crystal Enterprise on demand

    I have been integrating into Crystal Enterprise 10 for  many years now with no problem.  We use .net to schedule and run reports as well some administration tasks.  Users can view reports through our asp.net web application using the crystal viewers.
    However, I now have a task that requires us to run a report that is stored in CE on demand.  This can NOT be done through the viewer because it will not have direct user interaction.  The crystal report has to be bundled with other documents and then displayed to the user in a single PDF.  I have everything working right now if the report has already been scheduled and ran through CE.
    What I can't figure out to do is how to actually run the report in CE on demand and immediately get the results back.  I can't schedule it (even for immediate running) because I can't have it backed up in the job server queue.  If the report was local on the machine that Integerate with CE, I think it is as simple as loading document, setting parameters, and calling refresh.  However, I need this to happen in CE with the RAS or PageServer server.  In other words, the execution of the report needs to occur on server and I need the end results.
    I have scoured the Net looking for an example but everything either talks about scheduling through Job server or on demand through the viewer.
    Hopefully someone can help.

    Thanks for the answer Elaine, but I am still not quite there.
    We already had interactive on-demand report viewing working through our web app.
    The problem is that I need non-interactive on-deman report running.  Let me explain the process a little more to help paint the picture of the process we have.
    1.  While working in our application, the user selects an "information dump" on the selected the employee.  This dump is information from a number of different places and document types.
    2.  The application then goes to each of these different information areas and converts the information to PDF format.
    3.  Application stitches all the individual PDF files into a single PDF which is what is returned to the user via the web application.  The delivery mechanism cannot change due to requirement limitations.
    Currently, the information is coming from multiple MS Word mailmerge documents merged "on-the-fly" with data for the employee and a stored HTML worksheet that is also converted to PDF.
    We now have to add a PDF version of 2 reports that are ran when the user requests the information dump. 
    I already have the code to connect to CE and get a reference to the RASReportFactory.  We do this today using the interactive viewer.  However, we use the viewer to display reports that have already been scheduled and ran.  This means we simply make a call to RASReportFactory.OpenReportSource to get the source for the viewer.
    We now can't have a viewer in this process.  I found the call to the method OpenDocument on RASReportFactory to get a handle to a ReportClientDocument.
    I know how to properly set the values for the report arguments as well as the database information.
    What I don't see is a method to tell it to run the report.  I see Save and SaveAs but this simply saves the document by to CE or to a local file with the changes I made to parms and db info. 
    What do I call to tell it to execute the report so I can turn around and export it to PDF?  Thats the million dollar question.
    Edited by: Stephen Barrett on Aug 20, 2008 12:11 AM

  • How to use email function in crystal report ?

    Post Author: kudo
    CA Forum: .NET
    Hi I'm a novice by touching .net not more than 2 months. Can somebody guide me how to use email function provided in crystal report components?(Better put a sample code so that I can understand well.)  ps: I'm using VS2005 VB.net.Thanks.

    Post Author: mewdied
    CA Forum: .NET
    'EXPORT to EMAIL        ''' Code for exporting the report to Mapi (.Net Windows application)        ''' *For a Web application you must export to disk as a PDF file first.
            crReportDocument.Load(Application.StartupPath + "\World Sales Report.rpt")        crMicrosoftMailDestinationOptions = New MicrosoftMailDestinationOptions        With crMicrosoftMailDestinationOptions            .MailCCList = "[email protected]"            .MailToList = "[email protected]"            .MailSubject = "Attached exported report"            .UserName = "admin"            .Password = "password"        End With
            crExportOptions = crReportDocument.ExportOptions        With crExportOptions            .DestinationOptions = crMicrosoftMailDestinationOptions            .ExportDestinationType = ExportDestinationType.MicrosoftMail            .ExportFormatType = ExportFormatType.PortableDocFormat        End With
            'Add some error handling        Try            crReportDocument.Export()            MsgBox("Report exported successfully.")        Catch err As Exception            MessageBox.Show(err.ToString())        End Try
    Hope this helps

  • How to add crystal enterprise server in portal?

    Hello, I am not familiar with SAP Portal, I am a little bit confused with the following direction from point 5. I don't know how to add the system in the landscape. I don't see the Edit list. The netweaver version is 2004.
    To configure the BusinessObjects Enterprise server
    1. From the top-level navigation bar, choose System Administration; then
    choose System Configuration.
    2. From the Detailed Navigation iView, choose System Landscape.
    3. In the Portal Catalog, expand Portal Content.
    4. In the folder containing the systems, right-click a system and choose
    Open, and then choose Object.
    5. In the System Landscape Editor, from the Edit list, select Crystal
    Enterprise Server.
    6. In the BusinessObjects Enterprise Editor, enter the following parameters:
    u2022 Host Name of Crystal Enterprise Server:
    Here you need to enter the BusinessObjects Enterprise server as fully
    qualified host name (including the port).
    For example: BusinessObjects001.business.net:1080
    u2022 Path of BusinessObjects Enterprise Server:
    Here you need to enter the path to the viewer application you want to
    use for this system.

    Hi,
    the steps are under the assumption that you have a system already configured in the portal.
    the values for the BusinessObjects server are just properties. If you don't have a system configured you would have to create a system first - otherwise you can set these properties for an exisitng system
    ingo

  • How to Convert Crystal Enterprise v10.0 Business Views to BOE XI?

    Hi,
    It took a long time, but my company FINALLY upgraded from Crystal Enterpise and Crystal Reports v10.0.  We just purchased BusinessObjects Edge XI and Crystal Reports 2011.  I went to the training class a few months ago, but due to the delay in our actually getting the applications, I feel as though I've forgotten most of what I was taught!
    With the old version, we built all our reports off Business Views (using Business View Manager - which was an add-on component of Crystal Enterprise) that are sourced from an Oracle database.  I have over 420 report files that are built against these business views.
    I have tried to open a report in Crystal Reports 2011, and I'm prompted to log in to BusinessObjects Enterprise to load the business view.  When I enter the credentials for the NEW system that I just installed (a brand new install on a new server), I get an error "Access Denied:  You cannot log into an older version of the CMS."  So obviously the stored business views that are trying to load have the old system information associated with them.  Understandable.
    I cannot find Business View Manager in the new BOE XI.  Is it an add-on?  Where can I get it?  Can I even convert my old business views?  If not, am I going to have to rebuild all my data sources? 
    I don't know what a "Universe" is - and I've never used them - but is that similar to a Business View? 
    The problem I get is that if I try to associate a new data source (I tried direct Oracle connection), all the fields in my report disappear when the old (unloadable) business view is removed.  Essentially this would require me to rebuild all my reports! 
    I'm not sure what to do here.  I have 420+ reports to convert so we can load them on this new server, and I have only about 2 weeks to do it.  If I have to rebuild them all, there is no way I can complete this in time for our cutover.
    ANY HELP WOULD BE GREATLY APPRECIATED!!  (I'm new to this "forum" thing, too - so if I'm not doing this right or if there is some other place I should be putting this, please let me know)
    Thanks,
    Amber Smith

    Hi Amber,
    Thank you for the reply.
    Well if you can logon to Business Objects Server then you can see the Business View Manager from Start menu-> All Programs-> Business Objects Enterprise XI 3.1-> Business View Manager
    or else you can look for business view manager executable file in c:\program files\business objects\business objects enterprise 12.0\win32_x86\CrystalBVM.exe
    When you open Crystal reports, there is an option to change the datasource of an existing report to any other datasource. The only condition that should be met is that the structure of new datasource should be similar to the existing one.
    I have not changed the business view datasource to universe, but i will try it and let you know.
    Thanks,
    Kuldeep G

  • How do I Email Report Alert?

    I am trying to figure out how to email the alerts set up on a report to the user.  I have only managed to send an email that indicates an alert has been triggered.  But how do I  send the alert details in the form of an email?
    Thank you,
    Marlene
    CR Professional; Product Type: FULL
    Product Version:  11.5.91076
    Platform: Windows XP

    Thank you for your suggestion.  I do not know what platform my CR is running on.  I know that it is a Progress server but other than that I don't know. 
    I have downloaded 'Crystal Delivery' from the link you provided and I will see if I can figure it out from there.  I have been receiving alert notifications, however the default viewer must not be available since it does not reside on my computer's hard drive.  I will see if this works, but I am a little confused about how to set it up.  Perhaps I will know more once it is installed and I can look around.
    I had actually looked into this yesterday after my post but wasn't sure if this was going to interfere with the Crystal Enterprise scheduler that is currently being used.
    Thanks again,
    Marlene Human

  • Simple sample code to display a Crystal Report from Crystal Enterprise?

    I am looking for a sample application that will "simply" view a report stored on our Crystal Enterprise server. I have looked at "boesdk_net_samples_12.zip", but that isn't really what I am looking for. And, the "CrystalReportViewer" and "CrystalReportSource" add ins for Visual Studio seem to only work with a "local" file (instead of one Managed or UnManaged on our Crystal Enterprise server).
    Can anyone point me to the right place? (Navigating the SAP site is so damn confusing!)

    Hi Shayne,
    You are not clear on how you will know which report you want and for which user? You can query the CMS database for the user and get all of their reports but without knowing which report object ID to get you will need to have the user select one. Unless you simply assume you want the last one, but if you don't give them a choice and they miss one day, or what ever your parameter is to select, there will be no way to get back to that report.
    For sample code on how to query the BOE Server look in the Enterpise SDK samples. You do need to use managed code. I don't suggest going into the FRS\output folder to use unmanaged reporting. There are a lot of folders created and it's easier to simply query the CMS database to get the latest instance.
    Since you have BOE you should also have a support contract. I suggest you log a case on line in Service Market Place and get a dedicated Engineer to assist you.
    This may be simply easier for you to use the Personal Favorites folder of the user so they can browse all report instances belonging to them. I suggest you talk to the BOE Administrator for more info on what BOE is capable of doing. what you want is fairly easy to manage with Enterprise itself.
    Thank you
    Don

  • Hyperlink on Crystal Report: how to popup a window without menubar?

    Hyperlink on Crystal Report: how to popup a window without menubar?
    Hello Experts!
    I'm using VS2003 with Crystal Reports for VS2003.
    I need to show a popup window clicking a hyperlink text object on my crystal report.
    On the CrystalReportViewer I have set up HyperlinkTarget=_blank, and it's working fine.
    But when I click on the hyperlink and shows the popup window, how can I show the popup window without menubar, toolbar, directories, etc.
    Something like:
    window.open('../MyPage.html?id=id001" + Cad + "',null,'menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=yes,status=yes')

    Adam is correct. The closest you can get is setting the CrystalReportViewers HyperlinkTarget to _blank. It was seen as a potential security vulnerability to allow you to run scripts from a Crystal Reports. In our Enterprise product you can use a reg key called EncodeHTMLForSingleLineFieldObjects to control whether this can be turned on or off.
    Unfortunately this was never ported over to our .NET CrystalReportViewer.
    This is referenced in notes 1202803, 1219298, and 1219301.
    https://www.sdn.sap.com/irj/sdn/businessobjects-notes
    Edited by: David Hilton on Jul 16, 2008 4:17 PM

  • Report crashes while formatting refreshed Report in Crystal Enterprise

    Hi,
    I have created a report on Crystal Enterprise 4 based on IDT universe.
    Thereafter I had refreshed report data for viewing layout to get an idea of further formatting improvements.
    While doing subtle changes report gets crashed frequently returning the following error:
    Grid row too large to fit in the page. - [JRC00002186]
    Any idea why this error occurs frequenly and how this can be handled ?
    Regards,
    Ray

    What kind of objects are there on the Report Header?
    Could you try suppressing it to make sure it's one of the objects on this section that's causing the issue?
    -Abhilash

  • How to configure email Alerts in OEM Cloud 12c for Database Servers up/down

    Hi everybody,
    How to configure email Alerts in OEM Cloud 12c for Database Servers up/down status?
    Regards,
    Miguel Vega

    Hi Miguel Vega,
    Information regarding the notifications:
    ==============================
    Configuring notification rules in 12c is different from earlier releases.
    The concept and function of notification rules has been replaced with a two-tier system consisting of Incident Rules and Incident Rule Sets :
    1. Incident Rules: Operate at the lowest level granularity (on discrete events) and performs the same role as notification rules from earlier releases.
    By using incident rules, you can automate the response to incoming incidents and their updates.
    A rule contains a set of automated actions to be taken on specific events, incidents or problems.
    The actions taken are for example : sending e-mails, creating incidents, updating incidents, and creating tickets.
    2. Incident Rule Set: A rule set is a collection of rules that applies to a common set of objects, for example, targets, jobs, and templates.
    To help you to achieve the Notification Rules configuration, refer those notes :
    How To Configure Notification Rules in 12C Enterprise Manager Cloud Control ? Doc ID 1368036.1
    EM12c How to Add and Configure Email Addresses to EM Administrators and Update the Notification Schedule ?Doc ID 1368262.1
    EM12c How to Subscribe or Unsubscribe for Email Notification for an Incident Rule Set ?Doc ID 1389460.1
    EM 12c How to Configure Notifications for Job Executions ? Doc ID 1386816.1
    Best Regards,
    Venkat

  • Migrating reports from Crystal Enterprise 8.5 to BO Enterprise 11.5

    Hi,
    We have an application configured on Crystal Enterprise 8.5 that uses unmanaged url reports method. Now we have to migrate the application to Business Object Enterprise 11.5. We are done with the installation of Business Object Enterprise 11.5 and configured the application on the new server, but the reports are not working. When we access these reports using URL http://HOST_NAME/VirtualDirectory/Report_Name.rpt?Init=ACTX:Connect we get the message "The page cannot be displayed".
    I am are not able to find the exact reason behind this behavior. We have also checked the mapping of extensions in IIS and found that the every extension (i.e. .rpt, .csp ect) of crystal  is mapped to aspnet_isapi.dll, where as in Crystal Enterprise 8.5 these are mapped to wcsinsapi.dll. Is there is some issue with the installation?
    Thanks!

    Hi Tim,
    Thanks for the reply.
    I searched the forum and found the link to [url|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/BOE_SDK/boesdk_java_dg_doc/doc/boesdk_java_dg/URLreporting_new.html] which specifies the process to use URL Reporting for Crystal Reports . But to implement this we have to change the architecture of our existing application as presently we are directly accessing the report in URL to run the report. I was not able to found any solution that implements this architecture.
    Does Business Object Enterprise 11.5 still supports this architecture?
    If we use the architecture specified in the above URL for URL Reporting for Crystal Reports  then how we can migrate all our reports to BOE 11.5? We have to use the Publish Wizard for that, to get the ids for our reports?
    There was a parameter APSTOKEN how can we get a token. Can it be a static token that can be used by all the users to access the reports?
    Thanks!

  • Ad Hoc query storeage in Crystal Enterprise

    Apologies to all for a 'newbie' question. I was just handed control of our company's Crystal Enterprise server.
    How and where does Crystal Enterprise store user defined ad hoc queries?
    Are they stored in the database? or a local folder? If it's a folder, where is the default location?
    Thanks.

    Here is the scenario.
    UserA creates an adhoc reports and saves it. (Using the Web interface.
    1st. Issue. Where is the actual report physically saved? A blob in the db? A local folder? I want to double check our environment to make sure anything from our Active Directory rules aren't affecting this.
    UserB wants to access UserA's report because he/she finds it useful but wants to modify a parameter.
    2nd issue. UserB is unable to do so. I can access UserA's folder via CMS and copy the desired report to UserB because I am the adminitrator.
    We would like to eliminate this by allowing any user to access and copy ad hoc reports, modify them as needed them save them to their personal space.
    Again, I apologize if these are apparently simple issues. I backed into the project and am trying to get up to speed as quickly as possible.
    Any assistance and recommendations would be appreciated.
    Thanks,

  • Upgrade from Crystal Enterprise 9 to Crystal Server 2011

    As I know, the latest version is Crystal Server 2011 which is a part of the Business Intelligence platform 4.0.  Is it correct ?
    The manual says that Crystal Enterprise 9 CANNOT upgrade to Crystal Server 2011 directly.  It needs 2 steps.
    Crystal Enterprise 9  -
    >  Business Object XI R2  -
    >  Crystal Server 2011
    But I cannot find any trial version of Business Object XI R2.  How can I test the upgrade?
    Is there other method to upgrade?  E.g. transfer the oracle database to the new system?
    Regards,
    Kelvin

    If you are paying maintenance, you should be able to ask for a key for XIR2 version.

  • Crystal Enterprise 8.5 - Processor Restrictions?

    Post Author: qstone
    CA Forum: Upgrading and Licensing
    Hi, I currently have CR8.5 Developer installed on a single processor server that has had a good run, but needs replacing. We have a new dual processor server that I'm trying to move our application over to.
    Crystal Reports installs fine, but when I try to install Crystal Enterprise, the Enterprise key code is tagged as invalid.
    I saw in another post that a later version of Crystal Enterprise has a processor limitation. If I try the Key Code in the web registration page, it comes up invalid there, too, which makes me wonder "What the heck?"
    Does anyone know if 8.5 Enterprise has the same processor limitations built into the key code, and that is what is causing my problem? Any other suggestions?
    Thanks!

    Hi Tim,
    Thanks for the reply.
    I searched the forum and found the link to [url|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/BOE_SDK/boesdk_java_dg_doc/doc/boesdk_java_dg/URLreporting_new.html] which specifies the process to use URL Reporting for Crystal Reports . But to implement this we have to change the architecture of our existing application as presently we are directly accessing the report in URL to run the report. I was not able to found any solution that implements this architecture.
    Does Business Object Enterprise 11.5 still supports this architecture?
    If we use the architecture specified in the above URL for URL Reporting for Crystal Reports  then how we can migrate all our reports to BOE 11.5? We have to use the Publish Wizard for that, to get the ids for our reports?
    There was a parameter APSTOKEN how can we get a token. Can it be a static token that can be used by all the users to access the reports?
    Thanks!

  • Crystal Enterprise Server Installation

    Hi all,
    My aim is to <b>write a crystal report</b> that will <b>communicate</b> with the BW Business Object and display the data from <b>SAP BW Server</b> and i want to publish the report through the web using the <b>portal iview.
    </b>
    I download the Crystal DVD from <b>http:
    service.sap.com</b> it contained three folders. They are...
    1. Crystal Report(cr)
    2. Crystal Enterprise(ce)
    3. Crystal Enterprise SAP Add-On(ce_se_disc1)
    For installing these software i needed three <b>serial keys</b>...
    On running the installation i found "<b>Get KeyCode</b>" Button, which lead me to web page...
    http://www.businessobjects.com/jump/sap/oem_bw35_sap/en/form.asp
    On submitting the form from the above link i got the 3 serial keys.
    But, When i tried to install the setups, it reported me an
    <b>error "Serial Key is invalid".</b>
    I am able to successfully install only the Crystal Reports(cr). The problem persists when i tried to install the Crystal Enterprise(ce) and addon.
    I am looking forward for a solution about the above problem.
    Points Guarenteed.
    Thanks & Regards,
    Maheswaran.B

    Hi Sharad dixit,
    As you can see the above posts, it clearly states the i am not able to install the crystal server on my machine because i donot have a key code.
    Do you have the Key Code?
    If you have please send it to me from the email id in my business card. ( Just click on my name in the left side of the post ).
    If you are only intreasted in the crystal report document you can get it from the SDN or http://service.sap.com...
    Regards,
    Maheswaran.B

Maybe you are looking for

  • Jabber Voicemail Incorrect Time Stamp

    I just noticed the the time stamp on my voicemails in Jabber v9.0.1 Build 12296 have the incorrect time stamp. They are all one hour behind. I confirmed that this does not happen in any of the following: Jabber v9.0.5 CUPC v8.6 Jabber for Mac v8.6.1

  • How long does an intial icloud back up take?

    how long does an inityial iCloid back up take on a new iPad?

  • Daisy chain Display Port (U2713H)

    Hi Forum, I have a rmbp 15 and 2 Dell U2713H screens that I usually connect to my macbook using both TB/DP ports. Now I need to connect another TB device and looked into using the Daisy Chain option on the screens. Although I get image, it seems to b

  • Navigate to another application in the same window

    How can I navigate to another application in the same window? I know how to open in a new browser. Also, I cannot give a linktourl UI. I have to do it on click of a button. I can get the URL. How to go there now? Thanks in adv.

  • 10.6.4 Update Browser issues

    Since the 10.6.4. update FireFox has not worked properly, which I must use for my work. Also, the sound during an Adobe Connect meeting created a terrible echo--I checked, I was the only one with the issue-- I have reinstalled FireFox--not luck--toda