Getting error message "invalid formaula that cannot be compiled"

Hi,
I have installed SAP Crystal Report Viewer 2008, when tries to open output file that has RPT extension, getting error message "this report contains invalid Crystal Reports formulas that cannot be compile".
It seems it requires some DLL files that we already have but we dont know where to place it on SAP Crystal Report Viewer program files folder.
Please help me in resolving this error.
Thank you in advance.
Regards,
Manish Gupta

Manish,
If the report contains formulae that reference UFLs then it will Not work in the CR Viewer.
Following are the kind of reports that don't work with the free (standalone) CR Viewer per this SAP Note:
1.  Reports that have no saved data, unless they are being accessed online from BusinessObjects Enterprise and you have the appropriate rights.
2.  Reports that use Business Views as a data source.
3.  Reports that use universes as a data source. (Static instances of reports that use universes will open if these reports are downloaded from BusinessObjects Enterprise.)
4.  Reports that use Crystal Dictionaries as a data source.
5.  Reports that use Crystal Queries as a data source.
6.  Reports that depend on UFLs
7.  Reports that are successfully using "Perform Grouping on Server". (That is, the generated report SQL contains a "group by" clause.)
If you want UFLs to work with the Viewer, please have a look at the 3rd-party Crystal report viewers listed at: http://www.kenhamady.com/bookmarks.html
-Abhilash

Similar Messages

  • Unable to email a document.  Keep getting error message:  Invalid Date Enter 2-digit month

    Unable to email a document.  Keep getting error message:  Invalid Date Enter 2-digit month
    Does not happen with all forms which emante from same USG webpage
    Any adivice?

    If i am using 11G andrtp is 11g but on rtp side if they configure SSL, is it mandatory to do it from our side also?No it not mandatory to enable SSL at your end however you have to configure identity and trsut at your end.
    Any update on my regular question(The main forum question)?You mentioned that you are posting message from 10g to 11g and as per log you are sending it to URL - https://dev-nog.server:443/b2b/transportServlet
    So few things which I see as a problem are-
    1. You should use URL https://hostname:soa_server_ssl_port/b2b/httpReceiver instead of https://dev-nog.server:443/b2b/transportServlet
    2. SOA server SSL port should be enabled (SSL should be enabled on SOA server)
    3. You should configure wallet at 10g side to contain trust cert of 11g server
    Regards,
    Anuj

  • Although system requisites met, get error message "OS X Mavericks cannot be installed on this computer".  Any ideas?  MacBook Pro w/ Lion...

    Although system requisites met, get error message "OS X Mavericks cannot be installed on this computer".  Any ideas?  MacBook Pro w/ Lion...

    Choose About this Mac from the Apple menu, click on More Info, and check the model identifier against the following, which are the earliest Macs of each type that can run Mountain Lion and Mavericks:
    iMac7,1
    MacBook5,1
    MacBookPro3,1
    MacBookAir2,1
    Macmini3,1
    MacPro3,1
    Xserve3,1
    (108637)

  • I keep getting error message on iPad that it has not backed up to iCloud.  How to resolve?

    I keep getting error message on iPad that it has not backed up to iCloud.

    To get rid of the message and use your iPad normally again:
    Device Reset (won't affect settings/data/music/apps/etc)
    1. Press and hold (& continue to hold) BOTH the Sleep/Wake button & the Home button.
    2. Continue to hold BOTH (ignoring any other messages that may show) until you see the Apple logo on the screen.
    3. Release BOTH buttons when you see the Apple logo and allow the device to boot normally.

  • How do you export your movie using idvd? I keep getting error messages and notices that I do not have enough space to transfer to a dvd.

    How do you export your movie using idvd? I keep getting error messages and notices that I do not have enough space to transfer to a dvd.

    Can you give us the steps to re-create the problem, and the exact wording of the error message you are getting please.

  • Cannot complete email client form, keep getting error message "Invalid credentials check email and password"

    I have Elements and Premier Photoshop 8 on my windows 7, 64 bit, computer.  I just downloaded the upgrade to #13 for both.  The Elements downloaded ok and transferred pictures from #8.  My problem is that on 13 I cannot configure an email client so I can email my photos to other people.  When I fill out the configure email client form I get an error message that says "Invalid credentials Please check your email address and password and try again"  I did that and continued to receive the same error message. I entered the email address and password I use to get into my adobe account.  How can I solve this problem?

    Hi,
    In the organizer, in the Preferences -> Email, the email address and password is not your Adobe Id, it should be your mail service provider - it could be a Microsoft Account or a Gmail.
    When you normally use emails, you must have an email account with a password - use that.
    If you have to use the "other" type of service provider, it needs to be configured for the SMTP service.
    Brian

  • I can open my new InDesign files by going up through the menu and opening that way, but when I try to just double click on an InDesign file I get error messages telling me that certain plugins aren't available.

    I upgraded my Mac a few weeks ago to 10.10.2 Yosemite, and I joined the Adobe cloud so I could get access to all the new apps. I read a blurb somewhere about converting older InDesign files to the new CC version I'd have to open the old files in my old InDesign CS3, export to an ins file, then open that file in the new InDesign CC, then export it again to an idml file, then open that file and you shouldn't have any of the usual conversion problems. For the first few files I had to convert, it worked just fine. Now for some reason, whenever I try to open one of these converted files just by double-clicking on the file itself, I get an error message that says, "The document ____ uses one or more plug-ins which are currently not available on your system. Do you want to open anyway?" When I click OK, then I get another error message that says, "Cannot open ____. Please upgrade your plug-ins to their latest versions, or upgrade to the latest version of Adobe InDesign." I thought this CC version of InDesign was the newest. Can somebody please tell me what gives with this? Any help will be very much appreciated.

    Did you reinstall CS3 after CC?
    For that matter, doing an in-place upgrade on the OS is always a gamble with Adobe programs. Reinstalling all the versions you need, in order, would probably solve your problem.
    And you shouldn't need to save as IDML after opening the .inx in CC.

  • Simple Form Problem: Cant press Enter in form without getting error message: Invalid Input

    The problem is very simple,
    I have several forms on my site such as the 'quick enquiry'
    form on the home page about half way down.
    http://www.party-invitation.co.uk/index.htm
    The user enters name- Works Fine
    user enters email address- Works Fine
    User enters a question- This is were the problem occurs when
    the users presses the Enter key. This seems to bring up a message
    that says Invalid Input.
    Does anyone know how i can allow people to use the Enter key
    in my forms to skip lines without causing this error message?
    Any help would be appreciated.
    Feel free to use the form to test it out.
    Thanks.
    Here is my php code for the form.
    <?
    function checkOK($field)
    if (eregi("\r",$field) || eregi("\n",$field)){
    die("Invalid Input!");
    $Name=$_POST['Name'];
    checkOK($Name);
    $Email=$_POST['Email'];
    checkOK($Email);
    $Question=$_POST['Question'];
    checkOK($Question);
    $to="[email protected]";
    $message="
    A Quick Enquiry has been submitted from
    www.Party-Invitation.co.uk
    Here are the details:
    Name: $Name
    Email: $Email
    Question: $Question
    if(mail($to,"Quick Enquiry: $Email $Name" ,$message,"From:
    $email\n")) {
    echo "";
    } else {
    echo; "There was a problem sending the mail. Please check
    that you filled in the form correctly.";
    ?>

    .oO(stuckinthesystem)
    > Here is my php code for the form.
    > <?
    This should be <?php for portability reasons. Short open
    tags are an
    optional feature and can be disabled.
    > function checkOK($field)
    > {
    > if (eregi("\r",$field) || eregi("\n",$field)){
    The old ereg_* functions should not be used anymore. Better
    would be
    something like
    if (preg_match("/[\n\r]/", $field)) {...}
    > $Name=$_POST['Name'];
    > checkOK($Name);
    > $Email=$_POST['Email'];
    > checkOK($Email);
    > $Question=$_POST['Question'];
    > checkOK($Question);
    The last check causes the error if the user enters multiple
    lines in the
    text area. You can remove that check, because line breaks in
    the email
    body are safe.
    > if(mail($to,"Quick Enquiry: $Email $Name"
    ,$message,"From: $email\n")) {
    > echo "";
    There's a typo in the last parameter. Variable names in PHP
    are
    case-sensitive, so $Email != $email. You should set
    error_reporting to
    E_ALL in your php.ini, so PHP will let you know about such
    errors.
    Micha

  • Getting error message on import that says can't import jpeg files and won't import

    why can't I import from the camera that I always use with my iPhoto? On connecting the camera, error message says "can't import jpeg files."  None of my camera settings have changed.  Is it a problem of connectivity with old camera and new iPhoto '11?

    Not an old camera problem - most likely a memory card format problem - when was the last time you reformated yoru card?
    What camera do you have? Does image capture work?
    LN

  • Getting error message "Invalid COD" when trying to download bible software..​..

    Anyone know why I can't download youverse bible software to my bb curve 8330, getting the "Invalid COD" message?

    I had no idea where you were downloading it from, I just went off what you called it, youverse.
    Keep trying later, perhaps they are having server issues.
    YouVersion is a great application, had it loaded for a while and use it often.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I get error message invalid serial number

    I get invalid serial Number when installing

    Error "The serial number is not valid for this product" | Creative Suite

  • HT4623 I get error message "invalid email" when I try to log into sites

    I get an "invalid email" whenever I try to log into a site with my apple phone and ipad. It is the same email I have used for 15 years.

    Thank you thank you thank you.  I removed the Babylon program and now I can print PDF files,   thanks for your time and effort.  I was going crazy.  I appreciate you taking the time to answer my inquiry.     Cmnman9

  • Getting error message for beta downloading cannot find archive files

    I downloaded firefox beta for my windows 7 ...after download was complete.. I clicked on run and a pop up stated" can not find archive file"

    Hi Jain,
    in portal go to content administrator>>in portal content>>content provided by sap>>platform add-ons>>
    business intelligence>>iviews>>right click on Bex web analyzer click on preview chekc from there is
    bex web analyzer is working
    and also double click on iview and check system is assigned or not
    hope this helps
    thanks
    kishore

  • Keep getting error message when trying to eject iPOD nano

    When trying to eject iPOD, getting error message ..."cannot be ejected because it contains files that are in use by another application". No other application is open but iTUNES. What does this mean? and are there any tricks to get it to eject?

    Usually this is caused when antivirus "Grabs" the drive to scan it in the background, and/or windows itself "Grabs" the drive for indexing and things. It also happens if you play a song off the ipod thru iTUnes, then stop it.
    Usually rebooting will force it to let go

  • Unable to start bonjour. when uninstalling get error message 32 bit needs 64

    I had trouble loading apple control panel.  kept getting error message at installation that the install is a 32 bit, requires a 64 bit version
    I went to bonjour as instructed but could find 64 bit version.
    I then uninstalled bonljour printer but the install for control panel was the same
    I uninstalled bonjour printer, and found another bonjour that apparently was installed in 2011.  When I tried to unistall that program, I got the same this installer is a 32 bit, requires a 64 bit.  I am unable to unistall bonjour and still cannot install control panel  this is on a dell inspiron tower.

    When deploying, the webservice .lvws file is stored in a the following location:
    32-bit webservices on 64-bit win 7/win vista:
    C:\Windows\SysWOW64\config\systemprofile\Documents\LabVIEW Data\WebServices\Standalone
    64-bit webservices on 64-bit win 7/win vista:
    C:\Windows\system32\config\systemprofile\Documents\LabVIEW Data\WebServices\Standalone
    32-bit webservices on 32-bit win 7/win vista:
    C:\Windows\system32\config\systemprofile\Documents\LabVIEW Data\WebServices\Standalone
    Win XP:
    C:\Documents and Settings\LocalService\My Documents\LabVIEW Data\WebServices\Standalone
    If you do not want your web service to be loaded after subsequent reboots, you can clean up the .lvws files from these locations.
    If you want your web service to be loaded only once after you deploy, you can uncheck the "Deploy as standalone Web Service" checkbox in the "Service Settings" tab of the web services properties dialog. You will need to rebuild your web service after making this change. This will make sure that the web service is NOT built as a standalone service, meaning that it will cease to exist once the instance of the process that deploys the web service exits (LabVIEW). Please make sure that you clean up your existing standalone web service completely before trying to deploy a web service with the name that is not standalone.
    James
    Senior Software Engineer
    Web Technologies
    LabVIEW R&D

Maybe you are looking for

  • VoIP via Homezone

    Hi there! What would you say if you could make calls from one cell phone to another for as little as 5 cts. PER HOUR? Although this is feasible, there are a few things you need to consider in order to call at such fabulously low rates: - Phone calls

  • Type of router I've never seen before

    hi - Not really a help question, just a wondering question. We got contracted to upgrade some routers at a local gov't building, and they had these 3com netbuilder remote office devices, and from what we have surmised is that these devices operate at

  • Problems with slide-show

    In Photoshop elements 9 I encounter the problem, that when I save a slide show with an attached audio file as a PDF file, the music simply is not saved in the PDF file. When saved as a WMV file, there are no problems and the music is there, when I op

  • "Preparing video for display" ****!! Project get's stuck before opening completely

    I've been working in this project for almost two years. Now, I'm doing the subtitles in Final cut from Spanish to English for almost two months now, almost half way through the movie so I get a lot of renders done everyday. Since last Week my project

  • Newbie Simple AS 2 Problem

    Help! I have created a .flv-clip in After Effects (CS3) and I have a .FLA-File with animation and buttons. I need to show the .FLV-clip and then continue seamlessly with the .FLA-File. The .FLV-Clip is in Frame one and the .FLA-Animation starts in fr