Crystal Reports training and certification

Hello,
First-time poster to this forum. I hope this is the appropriate place to pose this question. If not I apologize.
Where is the best place to obtain Crystal Reports training for certification?
I have been searching and cannot find any resources that specifically train you for Crystal Reports certification.
Any help is appreciated.

Hello,
Start by using this link: http://www.sdn.sap.com/irj/scn/shop?refer=scn
Or call the Sales people for more info, use the info in Help About... in CR Designer for more links
Thank you
Don

Similar Messages

  • Crystal Reports 9 and SQL Server 2005 default parameter values

    We're using Crystal Reports 9 and upgraded from SQL Server 2000 to SQL Server 2005.
    I'm noticing a very weird problem which I wonder if anyone else has experienced (and hopefully found a resolution for). It appears that in using Crystal with SQL Server 2005 stored procedures, if we have default parameter values in the stored procedures, the default parameter values get completely ignored if you pass in a NULL value from Crystal!
    For example, if you have a stored procedure that begins like this:
    ALTER          Procedure [dbo].[StoredProcedure]
    @Param1 VarChar(200) = '',
    @Param2 VarChar(200) = ''
    AS ...
    both @Param1 and @Param2 have a default value of an empty string, and therefore should become empty strings if nothing (NULL values) gets passed in for them.
    But, like I said, what I'm finding is that with Crystal calling the stored procedure with NULL @Param1 and @Param2 values, they never become empty strings, but rather remain as NULLs.
    This was never a problem with SQL 2000.
    Very perplexing. Anyone else every experience this?
    Thank you.

    Please ignore my earlier post -- answered my own question.
    NULL parameter values do not get replaced by default values in SQL -- that is normal behavior in both SQL 2000 and SQL 2005. Just goes to show, that no many how many years programming experience you have, you can still get tripped up sometimes : (

  • Crystal Reports export and print fails with SSL / https but works with http

    Windows 2008 Server, 32-bit (IIS7)
    ASP.NET 2.0
    Ajax 1.0
    Crystal Reports version 10.5.3700.0
    http:  printing works, export works
    https:  printing not working, only export to MS Excel and MS Word work.
    I am able to generate reports using both http and https, and the toolbar icons are all showing.  However, I am unable to print or export properly with SSL.
    Printing prompts me with a select printer window, and then a window 'Retrieving Page 1' follow by two messages from Crystal Print Control both stating:
    A communication error occured.  Printing will be stopped.
    Exporting generates various errors depending on which export method is being selected (however Excel and Word work over https).
    I've found the same problem on this site and other forums, but never a resolution to get exporting and printing to work with SSL.  Will someone please provide me assistance or possibly relay what settings they're using if they have Crystal Reports export or printing working over SSL in IIS7?  Everything works fine when I change the address from https to http.
    Please let me know if I can help by providing further information.  We've gone through a great deal of possible solutions with code and I'm currently looking in to IIS settings again.
    Thank you.

    Thanks Ludek. I got it by searching KB number.
    Unfortunately, it didn’t fix my problem even my IE (IE8 and IE 9) has correct setting.  I double check my version. PrintControl.CAB is version 10.2.0.1146. we use VS 2005 Crystal report and VB .NET. It works fine on HTTP. But when we use HTTPS (SSL Certificate from go daddy).
    1: Crystal report export
                Export to MS Excel, Word: pop us “File download”, then click “Save”. It says “Internet Explorer cannot download ReportView.aspx from my site. Internet Explorer was not able to open this internet site. the requested site is either unavailable or cannot be found. Please try it again later”
                Export to RPt, Rich text format: It says “Internet Explorer cannot download ReportView.aspx from my site. Internet Explorer was not able to open this internet site. the requested site is either unavailable or cannot be found. Please try it again later”
                Export to PDF : nothing happened.
    2: Print:
                Pop up dialog to select printer, click “Print” “. Shows windows “Crystal Report Viewer” and pop us error message box. Title is “Crystal Print Control”. Message is “An communication error occurred. Printing will be stopped”. Click “OK” and pop up error message box again.
    Please advise.
    Thank you very much!

  • Query Engine report error with Crystal Report 9 And MS SQL SErver 2000

    Hi,
    Currently I m doing a report with Crystal Report 9 and MS SQL as back End.I used a stored procedure to fetch data from DB.The Stored procedure works properly with query analyzer . But when I take report through application
    "Table Not Found" Error is coming.Later I Found that In stored procedure for certain conditions only this error comes.But I cant resolve it.
    Can any One check any pblm with this query
    ELSE IF ISNULL(@intSourceID,0) = 10 Or ISNULL(@intSourceID,0) = 11 Or ISNULL(@intSourceID,0) = 12 Or ISNULL(@intSourceID,0) = 13 Or ISNULL(@intSourceID,0) = 14  
    BEGIN
    IF ISNULL(@intSchemeID,0) <> 0  
    BEGIN
    Select* From table
    END 
    ELSE IF ISNULL(@intSchemeID,0) = 0  
    BEGIN
    Select 
    END 
    END
    When I comment the above codes , report works fine....
    Can any one help me....plz....I m in such a critical situation...

    Hi,
    Currently I m doing a report with Crystal Report 9 and MS SQL as back End.I used a stored procedure to fetch data from DB.The Stored procedure works properly with query analyzer . But when I take report through application
    "Table Not Found" Error is coming.Later I Found that In stored procedure for certain conditions only this error comes.But I cant resolve it.
    Can any One check any pblm with this query
    ELSE IF ISNULL(@intSourceID,0) = 10 Or ISNULL(@intSourceID,0) = 11 Or ISNULL(@intSourceID,0) = 12 Or ISNULL(@intSourceID,0) = 13 Or ISNULL(@intSourceID,0) = 14  
    BEGIN
    IF ISNULL(@intSchemeID,0) <> 0  
    BEGIN
    Select* From table
    END 
    ELSE IF ISNULL(@intSchemeID,0) = 0  
    BEGIN
    Select 
    END 
    END
    When I comment the above codes , report works fine....
    Can any one help me....plz....I m in such a critical situation...
    Refer the above statement highlighted in BOLD. That statement is WRONG. Select what ???? Try any one of the below statement,
    select ''
    --or
    select 0
    --or
    select null
    Regards, RSingh

  • Crystal report 11 and IIS

    Post Author: lijolawrance
    CA Forum: Exporting
    Hi to all
    We are using crystal report 8.5 for my application till now. The reports are viewed online using IIS and report viewer. Due to some technical infeasibility, we have planned to switch to crystal report 11. Can anyone tell me that how can i migrate to this using the IIS. I want to open my report online like (http:
    localhost:8099\report.rpt user earlier)./can anyone help me in that

    Post Author: iamtgo3
    CA Forum: Data Connectivity and SQL
    I just purchased Crystal Reports 2008 and it still does not seem to recognize access 2007 *.accdb files. So I have same answer as above will there be a patch or upgrade of some sort to make Crystal Reports recognize Access 2007 *.accdb files.

  • Crystal Reports 9 and Dot Net 2 SP2

    We have a VB6 application that uses Crystal Reports 9 and makes a call to DB2. When we patched the Windows 2003 server it runs on to Dot Net 2 SP2, the call to DB2 would hang. If we removed the patch, the problem goes away. Microsoft said this is a Crystal issue not a dot net issue so they referred me to this site. Has anyone seen anything like this or have any suggestions as to how to get around this? Our Infrastructure Admins would like to get Dot Net 2 SP2 on ths server so I can't leave it unpatched indefintiely. Thanks

    Hi Brian,
    Moved your post to the Legacy SDK forum.
    Which report engine are you using in your app?
    Cr 9 is end of support long time ago so nothing we can do to fix this other than to upgrade to CR for .NET components. Or possibly CR XI R2 and the RDC if that is what you are using.
    What error do you get?
    Don

  • Crystal Reports 2008 and Postscript

    Hello,
    I think I have to start a new thread for this. Originally I described the problem here:
    Printing Crystal Report to Postscript
    Now we upgraded our Crystal Reports for Visual Studio 2005 to the latest version - CR 2008 SP0. We had purchased the full version to be able to print the postscript files correctly, without any prompts for the file name, because I've read that this was a bug in the old versions, but it had been fixed. But I still cannot do this.
    I'm trying to print my reports to the postscript file:
    PrinterSettings ps = new PrinterSettings();
    ps.PrinterName = "TRADEPOSTSCRIPT";
    ps.PrintFileName = txtPath.Text.Trim() + "
    " + txtFormNo.Text.Trim() +
    ".ps";
    ps.PrintToFile = true;
    rpt.PrintOptions.CopyFrom(ps, ps.DefaultPageSettings);
    rpt.PrintToPrinter(1, true, 0, 0);
    I'm still getting prompt for the file name.
    This doesn't make any sense - the path and file name are specified in my code. The whole project will be useless for us if the users will be getting prompts.
    Could you please help me how to solve this issue?
    Thank you,
    Peter Afonin

    Hi,
    I am trying to print and specify a filename to a postscript printer as well. However, my version of crystal reports in Visual Studio 2008 does not come with this method....
    reportDocument.PrintToPrinter(printerSettings, pageSettings, True) ?  
    I have checked and there does not exist an overloaded method in the object browser for this 'PrintToPrinter' method that would accept PrinterSettings object??
    The only method I have is as below:
    ===============================
    public virtual void PrintToPrinter(int nCopies, bool collated, int startPageN, int endPageN)
        Member of CrystalDecisions.CrystalReports.Engine.ReportDocument
    Summary:
    Prints the specified pages of the report to the printer selected using the PrintOptions.PrinterName property. If no printer is selected, the default printer specified in the report will be used.
    Parameters:
    nCopies: Indicates the number of copies to print.
    collated: Indicates whether to collate the pages.
    startPageN: Indicates the first page to print.
    endPageN: Indicates the last page to print.
    ===============================
    My version is Crystal Reports Basic and is what comes with VS 2008 (not upgraded):
    From  the GAC:
    CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0
    FileVersion: 10.5.0.1943
    .NET FRAMEWORK v3.5 SP1
    Please help.
    Thanks,
    EM

  • Converted to Crystal Reports 2008 and now have an issue with deployment

    Post Author: lwager
    CA Forum: Deployment
    I have converted my application to Crystal reports 2008 and I have that as a prerequisite in my set up program but everytime I try to install the software package on the client's machine I get this error when it is trying to install Crystal Reports
    Verifying file integrity of C:\DOCUME1\lauriew\LOCALS1\Temp\VSD1B7B.tmp\CrystalReports 12.0\CRRuntime_12_0_mlb.msiWinVerifyTrust returned 0File trustedError: Setup has detected that the file 'C:\DOCUME1\lauriew\LOCALS1\Temp\VSD1B7B.tmp\CrystalReports 12.0\CRRuntime_12_0_mlb.msi' has changed since it was initially published.
    Does anyone know why I am getting this error?  Thanks in advance for your help.

    I'm having the same problem ! Can someone help me with this problem ????

  • Training and certification for SAP cloud for customer

    Hi,
    I want to know if there are any professional training and certification available for SAP C4C.
    Thanks

    Hi Shweta,
    yes there are professional Training for SAP C4C. For example following courses are advisable.
    C4C50 SAP Cloud for Customer – Integration with On-premise SAP Solutions
    C4C30 SAP Cloud Applications Studio
    C4C10 SAP Cloud for Customer - Project Implementation No rating available
    Goto Site: https://training.sap.com/shop/sap-search/scheduled-courses?q=c4c
    At the Moment SAP finish the C4C Certification Program. So they say it will come in Q1/2015.
    You can watch the Progress for the Cloud certification program on SCN in this post:
    http://scn.sap.com/community/training-and-education/certification/blog/2014/12/18/exciting-upcoming-changes-for-sap-cloud-certification
    I hope this Information helps you
    Kind regards
    Carola

  • Training and Certification - Apple

    I am a student doing my third year bca, in india. and i look forward to get myself an apple training and certification. any advice?? Xsan and Media Administration Certification or Apple Certified Macintosh Technician (ACMT) Certification.

    It's not possible to state a blanket requirement for education. What education, training and certifications you will need for a job with Apple will depend on the particular job. The job description should state the education and experience they are looking for in a candidate. Look through the jobs in the appropriate category on Apple's employment site and you can get a feel for the type of education you will need to pursue if you're trying to plan your college course path.
    what is  the job of an Apple Certified Macintosh Technician (ACMT)
    Repairing Macintosh computers. See:
    http://training.apple.com/certification/acmt
    and Apple - Xsan and Media Administration Certifications??
    Administering an Apple Xsan distributed storage system. See:
    http://training.apple.com/certification/xsan
    Regards.

  • Training and certification on MDM?

    Hi,
    SAP has launched Trainings on all the modules except MDM.
    can any one has info on training and certification on MDM 5.5?
    anybody from SAP has info on these stuff.
    Thanks,
    Regards
    cg

    Hi,
    I would like to know, the training of MDM 5.5 available for public from SAP?
    because in netweaver stact,only MDM training certification is missing for public ,right now.
    https://websmp202.sap-ag.de/~sapidp/011000358700002412512003
    i would like to know when it will be available.
    Thanks for your reply,
    cg

  • Links to Training and Certification Material

    Hi Every One ,
       Here is the link for all the training and certification material .
    http://mysapbi.blogspot.com/2006/12/sap-crm-tutorials.html
    Chrs
    Rama

    Publication of copyrighted material is illegal and may result in legal actions being taken against you, do not participate in the publication, distribution or sharing of such materials.
    Craig Cmehil
    SDN Community and Collaboration Manager

  • Crystal Reports 11 and 8.5

    I have a 8.5 Crystal Report Server and need to update reports. We can't find our 8.5 license and needed to know if I can run a Cyrstal report written in version 11 and run on a 8.5 server.

    Hi Tom,
    No, Crystal Reports 8.5 file format can be read by CR 9 and above but CR 9 and above reports cannot be read by CR 8.5 and below. We updated CR 9 to fully support UNICODE and therefore the file format in CR 9 and above is not backward compatible or readable by CR 8.5.
    Only option is to try to find an old copy of CR 8.5 and valid license.
    Thank you
    Do

  • Crystal Reports 11 and 8.5 Compatibility

    Post Author: mcneillb
    CA Forum: Deployment
    Can an application running Crystal Reports 11 and a legacy application running Crystal Reports 8.5 co-exist on the same system?  The legacy application is a vb6 app and just uses the crystal report viewer.  If they canu2019t what needs to be fixed or otherwise changed?
    It appears if the legacy app is installed last, then the Crystal Reports 11 application is broken (its report viewer doesnu2019t work).
    ThanksBlake

    Hello Javier,
    There isn't going to be much, if any, DLL files that are compatable with both. When version 9 was made it was redesigned from the ground up to be Unicode compliant. When this was done all DLL files that worked with the old versions would not work with the new versions.
    -Sean

  • SAP B Training and Certification in Delhi

    Hi,
       Could anyone please advise on any good authorised SAP BW training and certification institutes in Delhi ? I have the contact details of Siemens in VIPPS centre only.
       If any one knows any detail such as how long is the training, overall how much time it takes to complete training and certification plus the cost detail then it would be great. I don't think Seimens publishes these details in any wesbite ? How hard(or easy) is the certification ? Which one is considered better Seimens or Genovate... Have asked quite a few questions but looking forward to replies on each of them
    :-).. I have 6.5 yrs experience in ABAP.
    Thanks,
    Raju

    Hello K,
    There are several ways you can approach a career in SAP Business One through education, customers and also with resellers. At SAP UK we have regularly scheduled training courses which train consultants on implementing and using SAP Business One. You will be able to find details on these courses and dates via below link:
    http://www.sap.com/uk/services/education/courses/curriculum.epx?context=%5b%5bBUS1_UK%5d%5d%7c
    Additionally, you can find a list of all of our SAP Business One resellers in the UK at our Small Business website:
    http://www.sap.com/uk/sme/solutions/businessone/index.epx
    http://www.sap.com/uk/sme/howtobuy/businessone/partnerfinder/index.epx?SearchQuery=&Country=GB&NumberOfResults=10
    I hope this helps you in your career with SAP Business One.
    Regards,
    Adam Pedersen
    SAP Business One Solution Expert
    SAP UKI

Maybe you are looking for

  • Open Doc URL with parameter in BI 4.0 to open Webi and Crystal report

    Hi Experts , Has any one experienced the open doc URL to open the report and to pass the parameter to the new report . I am well aware of the syntax of passing the parameter and use to work perfectly fine with XI 3.1 but its giving me griefs in BI 4.

  • How do I reset/restore my late 2011 MBA to factory settings??

    Ok, so I love my MacBook Air that I got for christmas 2011. But the thing is, I have never been great about emails. TOO MUCH JUNK EMAIL!!! Also the whole photostream thing, is kinda overwhelming me because its SUPER hard to delete them off of iPhoto.

  • Floppy Disk Installation

    Today's newsletter wrote:The cd installer will be re-written. Along with that, the whole cd will be re-organized to add more functionality during an install. Most likely, support for floppy installs will slowly disappear. Ya know, folks, not all of u

  • ORA-20001: error 29th ORA-24344 When creating a workspace

    Hi, I just installed APEX 4.0 on 10g (10.2.0.4). When I tried to create a new workspace, at the last step (after clicking "Create Workspace" button), it fails with the following error. ORA-20001: error 29th ORA-24344: success with compilation error E

  • Lumia 625 update problem

    Hi Microsoft says the latest update for my Lumia is Denim why i cant get Denim ? Attachments: Cadsfsfpture.JPG ‏37 KB wp_ss_20150123_0001.png ‏42 KB wp_ss_20150123_0003.png ‏31 KB