Report Viewer error

Hello All;
I have problem running crystal reports thru SAPB1, that I have developed
I have installed Crystal Basic 2008 on on the machine where SAP B1 (Server and Client) is installed.
I have installed Crystal AddOn in SAPB1
The sample reports run OK when used from SAPB1; however when I try to run, my own reports it comes up with error:
"Crystal Report Form Viewer" --- Failed to Open the connection. ....... Reportname.rpt
Note that, The report runs OK when opened in Designer
I am using SQL Native client ODBC for data source.
The only difference I am seeing between my reports and sample reports (CustomerList_2008 and Items_2008) is sample reports use a data source named indika08.
I do not see this connection anywhere in my ODBC connections
Thanks for help in advance
Manu

I am experiencing the same issue.  My report prompts for date ranges, which I can select.  When I execute it comes up with failed to open connection.
The sample reports do indeed reference an odbc connection called, "indika08".  So I created that datasource and referenced that in my report.  Still no luck.
Any resolution ideas?

Similar Messages

  • Crystal Report Viewer Error Handling

    Dear All
    Thank you for your attention.
    I wrote a C# program for user to print out an order using WPF and crystal report viewer.
    Computer A is connected directly to the printer through USB.
    Computer B and C are connected to the printer through printer sharing.
    Computer A can print out anything such as word doc or image to the printer.
    However, when using the print function in the crystal report viewer(select printer and press print), it crashes.
    Very strange that computer B and C could use the print function in the crystal report viewer without any error.
    As in my developer computer I could not simulate the error, how could I capture and study the error of the print function in the crystal report viewer in computer A?
    Thanks a lot.
    Best Regards
    swivan

    try this:
    https://msdn.microsoft.com/en-us/library/aa288423(v=vs.71).aspx
    https://msdn.microsoft.com/en-US/library/ms225372(v=vs.80).aspx

  • Web Report Viewer error - Unable to load client print control.

    Dear All,
    We have a problem with Report Viewer print funtionality. Getting the error "Unable to load client print control." on click of Print button.
    We tried all solutions posted in web - nothing resolves the issue.
    The print works fine when we open the report via a browser. But the same is not working through our application. We have the application installed on the Report server itself and the user has Admin previleges.
    Please find below the details
    Report control: ReportViewerWebControl.axd
    Version: 9.0.30729.4402
    SQL server version: SQL Server 2008 R2, 10.50.2500.0 (running on Windows Server 2008 R2 - 64 bit)
    Your help on this would be highly appreciated. Please let me know if you need any specific information.
    Thanks,
    Naga
    Nagaraja

    Hi, Larry,
    Thank you for your answer which remind me and lead me to the resolution. I have struggling on this SQL Server Report Server 2012/Client printing control for
    2 days.
    I just cannot figure out why it kept prompting non-admin XenApp users for SSRS installation. Thanks for your notes again.
    I have 2008 R2 server setup as XenApp server for the publish apps. We published the IE to user to access Web application with SQL 2012 reporting service in
    the backend.
    In the control environment, users do not have permission to install any software. This SSRS has to be installed as administrator under “Install mode” in XenApp
    server.
    Yes, 32bit IE works for me but 64bit IE works too.
    You just need to ensure which version of IE you’re using to install the SSRS. I’m not aware of using 32bit IE for SSRS installation in server but publish 64bit
    IE to client.  That’s my mistake.
    Thanks again. 
    JohnnyW2012

  • Crystal Report Viewer error out when running multiple instances

    Hi,
    I am using java 1.4 with BO XI R3.0.
    I notice I can only run one report at a time. If I was to run two reports, the 1st report will error out while 2nd report will run to its completion. Reports run on separate popup windows. I have tested with IE6, IE8 and also FireFox 3.0
    Depending on the timing, I get different kinds of error.
    "A request was cancelled. The necessary security privileges could not be verified. This indicates a problem with the security server. [RCIRAS9190] [RASLIB9002] "
    "The Report Processing Server session you are using to connect is in the process of being shut down. You need to retry. [RCIRAS0200]"
    I am using PSReportFactory and set parameters into CrystalReportViewer to display.
    processParametersu2026
    CrystalReportViewer viewer = new CrystalReportViewer();
    pfieldDV = new ParameterFieldDiscreteValue();     
    pfieldDV.setValue(formatViewerParameterInputValue(tempRpt[1],tempParam[x]));
    pfield.getCurrentValues().add(pfieldDV);
    viewerParameters.add(pfield);     
    viewer.setParameterFields(viewerParameters);     
    createCrystalViewer(m_oReportWrap.getRequest(), response, sInstanceId,viewer);
    private void createCrystalViewer(HttpServletRequest request, HttpServletResponse response2, String sInstanceId, CrystalReportViewer viewer) throws ReportSDKExceptionBase, FileNotFoundException, IOException, SDKException
             IEnterpriseSession eSession = oLogon.getCESession();
             IInfoStore iStore = oLogon.getInfostore();
             IInfoObject rptObject = findInfoObject(iStore,sInstanceId);
             IReportSourceFactory rptFactory =    IReportSourceFactory)eSession.getService("","PSReportFactory");
             IReportSource reportSource = rptFactory.openReportSource(rptObject,Locale.ENGLISH);
             IReport report = (IReport)rptObject;
            ConnectionInfo conn = new ConnectionInfo();
            ConnectionInfos connInfo = new ConnectionInfos();   
            ServletContext sc = getServletConfig().getServletContext();
            String realPath = sc.getRealPath("");
            Properties prop = new Properties();
            viewer.setOwnPage(true);
            viewer.setDatabaseLogonInfos(connInfo);
            viewer.setReportSource(reportSource);               
            viewer.setURI(request.getRequestURI() + "?reportID=" + rptObject.getID() + &viewerType=vwrTypeJavaSDK&viewID=1");
            viewer.setEnterpriseLogon(eSession);
            viewer.setHyperLink("New Window");
            viewer.processHttpRequest(request, response2, sc, null);

    Thanks to both of you.
    I actually was able to resolved this issue by tracking the values inside IEnterpriseSession.
    // Perform Crystal Enterprise Logon
    ISessionMgr oSessionMgr = CrystalEnterprise.getSessionMgr();
    IEnterpriseSession m_oCESession = oSessionMgr.logon(sUserid, sPassword, sSystemName,  getSecTypeString(iSecType));
    System.out.println("in logon m_oCESession "+m_oCESession);
    The UserInfo in the SeucuritySession: userInfo was always null so whatever i pass in, it was not storing them.
    (EnterpriseSession:logon=(SecuritySession:userInfo=null)
    All i need to do is to add   IUserInfo userInfo = null;  before IEnterpriseSession then it will store the user & password.

  • SharePoint - Web Part - SQL Server Reporting Services Report Viewer Error.

    Hi,
    I was just having a bit of a fiddle with the differen't web-parts available to add on our local SharePoint site, and as one of my tasks is to have a report automatically open when the page is opened i thought i would try to add the web-part 'SQL Server Reporting
    Services Report Viewer' just to see the outcome.
    Now, I don't much care about viewing the report at this time, but imediately after trying to add the web part i am being displayed with an error and no matter how much i navigate away from the page or close the browser the particular link to the page i was
    trying to insert the web-part into now displays an error.
    The error simply says 'An unexpsected error has occured' with various 'Correlation ID:' each time.
    Now i have a link to other parts or subsites of that SharePoint site and they work just fine, it's just when i try to click on the page where i wanted to put the web-part in it
    still comes up with an error. This page just so happens to be the home page so it really does need to be fixed.
    Please help!?
    Many Thanks,
    Plain_Clueless

    Hi again,
    Sorry for the bother, We have now fixed the issue for the time being.. all that was needed was a simple '?contents=1' at the end of the url which takes you to a menu where you can delete the
    necessary web-part that was causing the trouble.
    As for actually implementing the report onto SharePoint.. in future i will make Dev pages instead.. and it seems i may need to contact the admin side of building so they configure 'SQL Reporting 
    Services Report Viewer' properly.
    Thanks a lot though!
    - A little less Plain_Clueless
    Plain_Clueless

  • Report Viewer error on export PDF or Excel from Azure Web Sites

    Hi,
    When I try to export any RDLC report on PDF or Excel I obtain the error:
    [ArgumentException: Parameter is not valid.]
       System.Drawing.Graphics.GetHdc() +1153145
       Microsoft.ReportingServices.Rendering.RichText.LineBreaker.Flow(TextBox textBox, Graphics g, FontCache fontCache, FlowContext flowContext, Boolean keepLines, Single& height) +75
    I Try with Microsoft.ReportViewer.WebForms.dll version 10.0.40219.329 (Report Viewer 2010) and with version 11.0.40219.329. (Report Viewer 2012).
    The same code works on premises server or on "Azure Cloud Service" Web Instance.
    Any help would be highly appreciated.
    Thanks.
    LQ

    Hello
    I am also getting this error when trying to render a PDF report.
    Call stack pasted below.
    Thanks
    David
    Parameter is not valid.
    Description:
    An unhandled exception occurred during the execution of the current web
    request. Please review the stack trace for more information about the error and
    where it originated in the code.
    Exception Details:
    System.ArgumentException: Parameter is not valid.
    Source
    Error:
    An unhandled exception was generated during the execution of the
    current web request. Information regarding the origin and location of the
    exception can be identified using the exception stack trace below.
    Stack Trace:
    [ArgumentException: Parameter is not valid.]
    System.Drawing.Graphics.GetHdc() +1153145
    Microsoft.ReportingServices.Rendering.RichText.LineBreaker.Flow(TextBox textBox, Graphics g, FontCache fontCache, FlowContext flowContext, Boolean keepLines, Single& height) +63
    Microsoft.ReportingServices.Rendering.RichText.TextBox.MeasureFullHeight(TextBox textBox, Graphics g, FontCache fontCache, FlowContext flowContext, Single& contentHeight) +489
    Microsoft.ReportingServices.Rendering.HPBProcessing.TextBox.DetermineVerticalSize(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors) +386
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItem.CalculateVertical(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, PageItem[] siblings, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors, Nullable`1 sourceWidth) +704
    Microsoft.ReportingServices.Rendering.HPBProcessing.RowInfo.CalculateVerticalLastDetailCell(PageContext context, Boolean firstTouch, Boolean delayCalc) +419
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateDetailCell(Tablix tablix, TablixMember colMemberParent, Int32 colGridIndex, RowInfo rowInfo, PageContext pageContext) +826
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.TraverseColumnMembers(Tablix tablix, TablixMember colMemberParent, Int32 parentColIndex, RowInfo currRowInfo, Boolean create, Double startInTablix, Double endInTablix, Int32& detailCellIndex, Int32& visibleSpan, List`1 detailCellsState, PageContext pageContext) +108
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.TraverseColumnMembers(Tablix tablix, TablixMember colMemberParent, Int32 parentColIndex, RowInfo currRowInfo, Boolean create, Double startInTablix, Double endInTablix, Int32& detailCellIndex, Int32& visibleSpan, List`1 detailCellsState, PageContext pageContext) +862
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateDetailRow(Tablix tablix, TablixMember rowMemberParent, Int32 parentRowIndex, Int32 parentColIndex, PageContext pageContext) +292
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateRowMemberChildren(Tablix tablix, TablixMember rowMemberParent, Int32 defTreeLevel, Boolean parentBorderHeader, Int32 parentRowIndex, Int32 parentColIndex, Int32 sourceIndex, Boolean resetContext, Boolean parentHasFooters, LevelInfo parentLevelInfo, PageContext pageContext) +139
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateRowMemberChildren(Tablix tablix, TablixMember rowMemberParent, Int32 defTreeLevel, Boolean parentBorderHeader, Int32 parentRowIndex, Int32 parentColIndex, Int32 sourceIndex, Boolean resetContext, Boolean parentHasFooters, LevelInfo parentLevelInfo, PageContext pageContext) +3529
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateTablixRows(Tablix tablix, TablixMember rowMemberParent, Int32 defTreeLevel, Boolean parentBorderHeader, Int32 parentRowIndex, Int32 parentColIndex, List`1& pageStructMemberCell, Boolean ignoreTotals, Boolean& finishLevel, Boolean parentHasFooters, CreateItemsContext createItems, Double startInTablix, Double endInTablix, PageContext pageContext) +3034
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateTablixItems(Tablix tablix, PageContext pageContext, CreateItemsContext createItems, Double startInTablix, Double endInTablix) +113
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateVertically(PageContext pageContext, CreateItemsContext createItems, Double startInTablix, Double endInTablix, Double topInParentSystem) +290
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.DetermineVerticalSize(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors) +636
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItem.CalculateVertical(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, PageItem[] siblings, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors, Nullable`1 sourceWidth) +704
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItemContainer.DetermineContentVerticalSize(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors, Boolean resolveState, Boolean resolveItem) +281
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItemContainer.DetermineVerticalSize(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors) +145
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItem.CalculateVertical(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, PageItem[] siblings, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors, Nullable`1 sourceWidth) +704
    Microsoft.ReportingServices.Rendering.HPBProcessing.Report.NextPage(RPLWriter rplWriter, Int32 page, Int32 totalPages) +833
    Microsoft.ReportingServices.Rendering.HPBProcessing.HPBProcessing.NextPage() +54
    Microsoft.ReportingServices.Rendering.HPBProcessing.HPBProcessing.Init(Report report, PaginationSettings pagination, CreateAndRegisterStream createAndRegisterStream, Hashtable& renderProperties) +356
    Microsoft.ReportingServices.Rendering.HPBProcessing.HPBProcessing..ctor(Report report, PaginationSettings pagination, CreateAndRegisterStream createAndRegisterStream, Hashtable& renderProperties) +35
    Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer.Render(Report report, NameValueCollection deviceInfo, Hashtable renderProperties, CreateAndRegisterStream createAndRegisterStream) +110
    Microsoft.ReportingServices.Rendering.ImageRenderer.RendererBase.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, Hashtable& renderProperties, CreateAndRegisterStream createAndRegisterStream) +67
    [LocalProcessingException: An error occurred during local report processing.]
    Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, PageCountMode pageCountMode, CreateAndRegisterStream createStreamCallback, Warning[]& warnings) +346
    Microsoft.Reporting.WebForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, PageCountMode pageCountMode, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) +147
    Microsoft.Reporting.WebForms.LocalReport.Render(String format, String deviceInfo, PageCountMode pageCountMode, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) +31

  • CRVS2010 Beta - Report Viewer Errors for Crystal Reports in VS 2010

    I have a project that was written in VS 2008 targeting the 3.5 framework which contains a ton of Crystal Reports.  I recieved my new license for VS 2010 and did the install along with the Crystal Reports for Visual Studio 2010 Beta 2.  I converted my project over successfully.  I am able to open up the reports on their own.  When I try to save them they want to be converted to the new format.  This also works fine.  My problem is the Crystal Reports Viewer.  I am not able to add any reports to the viewer without receiving error messages.  I have tried using the 10.5 and the latest version of the viewer, but receive errors everytime that I try to add a report to it.  I always recevie the following error:
    "Error invoking 'Choose a Crystal Report...'. Details: Invalid Report Source"
    I have also tried just creating a brand new report from the Crystal Report Viewer Tasks window.  When I do that I get this error:
    "Unable to find the report in the manifest resources. Please buld the project, and try again."  "Error invoking 'Create a New Crystal Report...'. Details: Unable to find the report in the mnifest resources. Please build the project, and try again."
    I have tried changed the framework target to 4.0, but this has not helped.  I have tried using the 14.0 versions of the references and the 10.5 versions.  I have searched all over the internet for a resolution, but can't seem to find one.  Any help would be greatly appreciated.

    I am having the same problem. You say make sure all of my assemblies are version 14. Three questions:
    1. Now that I have removed all of the old Crystal assemblies from my project, what are the assemblies that I need to add back?
    2. My VS 2010 "add references" popup shows me many crystal assembles (Crystal XI is also installed) which ones to I need to install now?
    3. If I don't know what they are, or where to find them, how do I determine their version?
    You solution reminds me of the old saying "If I had ham, I could make ham and eggs. If I had eggs!"
    More information please,
    J Rich
    Edited by: JosephRich on Nov 6, 2010 5:36 PM
    Edited by: JosephRich on Nov 6, 2010 5:39 PM

  • Report Viewer - error when creating connections

    What are the requirements for creating connection to report viewer web part? I'd like to set the parameters with values from a list.
    After...
    Create a blank page
    Add report viewer web part
    Add list web part
    Create connections (in the list Web Part, Connections, Send Row of Data to, Report Viewer = only option available)
    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.ArgumentNullException: Value cannot be null.
    Parameter name: strUrl
    Source Error:
    Server Error in '/' Application.
    Value cannot be null.
    Parameter name: strUrl
    Half Abude Scheidl
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [ArgumentNullException: Value cannot be null.
    Parameter name: strUrl]
    Microsoft.SharePoint.SPSite.MakeFullUrl(String strUrl) +27695030
    Microsoft.ReportingServices.SharePoint.UI.WebParts.ReportViewerWebPart.OnReportPathFromProvider(Object rowData) +219
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean bDeferExecuteTransform) +794
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.PerformSelect() +72
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.DataBind() +346
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.EnsureDataBound() +24
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.CreateChildControls() +712
    Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.CreateChildControls() +2189
    Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateChildControls() +72
    System.Web.UI.Control.EnsureChildControls() +132
    Microsoft.SharePoint.WebPartPages.DataFormWebPart.Microsoft.SharePoint.WebPartPages.IConnectionData.GetData() +73
    Microsoft.SharePoint.WebPartPages.SPWebPartManager.BeginWebPartDataFetch() +200
    Microsoft.SharePoint.WebPartPages.SPWebPartManager.ActivateV2ConnectionsAndSharePointDataFetch() +123
    Microsoft.SharePoint.WebPartPages.SPWebPartManager.ActivateConnections() +511
    System.Web.UI.WebControls.WebParts.WebPartManager.OnPageLoadComplete(Object sender, EventArgs e) +70
    System.EventHandler.Invoke(Object sender, EventArgs e) +0
    System.Web.UI.Page.OnLoadComplete(EventArgs e) +11039550
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3160

    If you add a Shared Document list view web part and add connection to the report viewer web part (RVWP), there will be no error. Since when the RVWP gets row from list web part in the connection, it will get data from DocUrl column. And the row passed from
    Shared Document list view wp contains this column, whereas other list view wps don't.
    Datarow passed to RVWP by Shared Document list view wp:

  • Report Viewer error in Windows Server 2012 & Windows Sever 2012 R2

    Hi,
    I have created an application with .net & C#. I have used Report viewer 2008 for generating report. Now I am trying to use this application on Windows Server 2012 & Windows Server 2012 R2. But I am getting the error related to assembly not getting
    loaded.
    I am clueless why this is happening.The same application is working fine in Windows server 2008 R2. The error which I am getting is:-
    Please help me with this and suggest me how to resolve above error and any workaround for this.
    Thanks for help.

    Hi
    Vishwajeet (MCA,MCP,MCTS,MCITP),
    Like your title mentioned, your case related to Report Viewer, For case related to
    Report Viewer should be posted in
     Other Forums> Visual Studio Report Controls
    forum. That describers:
    Discuss reporting functionality including the integrated report designer and viewer controls for adding rich data reports to Windows Forms and ASP.NET applications.
    Visual C# forum is Discuss and ask questions about the C# programming language, IDE, libraries, samples, and tools.
    Now I will move your thread to Visual Studio Report Controls forum for better support.
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Report Viewer error OBDC

    Hi:
    We use zen 7. Even though I can display inventory information regarding every workstation when I click on it, I can't run report viewer in Console1. When I try to generate any of the reports, I get the error, "Unable to login to database. Ensure that ODBC driver is installed properly." How do I check that? I remember doing the ODBC connection some time ago. Thank you.

    On Wed, 03 Oct 2007 15:54:05 GMT, Jakub Gorecki wrote:
    > How do I check that? I remember doing the ODBC connection some time ago
    check in the odbc config of the os, normally under administrative tools
    Marcus Breiden
    If you are asked to email me information please remove the - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.didas.de

  • Crystal Report Viewer Error: Could not render the page

    Hi,
    I was facing the same issues whereby i creating my crystal report in VS2005 profesional built in crystal report designer. When preview in VS2005 the graph displayed correctly. However, when export to IIS it shows the error could not render the page.
    I am using Windows 2008 server, IIS7.
    I tried to install the CRREDIST x86.msi into my server, however it still could not show out the graph (pie chart) in the localhost.
    Appreciated anyone know this could kindly advice.
    thanks.
    ck

    Hello,
    Crystal Reports 10 is not supported on Windows 2008 Server.
    Please view the information [here|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do]
    Upgrade the Crystal Reports.
    Thanks,
    Bhushan.

  • Crystal Report Viewer error

    Hello,
    I upgraded my web site to the VS 2010 and when I tried to run Crystal report (Crystal Reports for Visual Studio 2010) received the following error in the Firefox u201Cbobj is not definedu201D.  When I opened Event Viewer  I saw the error below
    u201CThe description for Event ID ( 4353 ) in Source ( Crystal Reports ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded.u201D
    I found one thread describing problem with u201CBusinessObjects.Licensing.KeycodeDecoder.dllu201D and tried to follow all suggestions with no luck.
    Thank you for help in advance

    See the sticky post at the top of this forum;
    [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting}]
    and follow the instructions there.
    Locking this thread.
    Ludek

  • CR2008 SP2 and VS2008 Report Viewer Error

    Upgraded to CR2008 SP2 since my previous version of CR did not integrate with VS2008.  Finally go all the merge modules cleaned up but now my report simply will not load in the viewer.  In debug mode everthing run fine until I try to load the report into the crystalReportViewer1.  Below is my code and I know for sure the report is located correctly.  I'm running Windows 7 and of course VS2008.  This code resides in the Form Load Event.
                crystalReportViewer1.Hide();
                string[] arrayOfJobs = _jobs.Split(';');
                using (ReportDocument report = new ReportDocument())
                    string _document = String.Format("{0}{1}", Application.StartupPath.ToString(), "\\Cost Sheet.rpt");
                    report.Load(_document);
                    try
                        TableLogOnInfo crTableLogonInfo = new TableLogOnInfo();
                        ConnectionInfo ConnInfo = new ConnectionInfo();
                        ConnInfo.ServerName = "sechoujs";
                        ConnInfo.DatabaseName = "jbsdb";
                        ConnInfo.UserID = "uid";
                        ConnInfo.Password = "pwd";
                        foreach (Table crTable in report.Database.Tables)
                            crTableLogonInfo = crTable.LogOnInfo;
                            crTableLogonInfo.ConnectionInfo = ConnInfo;
                            crTable.ApplyLogOnInfo(crTableLogonInfo);
                        int x = 0;
                        for (int i = 0; i < _arrayOfJobs .Length; i++)
                            report.ParameterFields["JOB NUMBER"].CurrentValues.AddValue(arrayOfJobs<i>.ToString());
                        report.SetParameterValue("CONTRACT", "*");
                        report.SetParameterValue("CUSTOMER PO", "*");
                        report.SetParameterValue("CUSTOMER #", "*");
                        report.SetParameterValue("SALESMAN1", "*");
                        report.SetParameterValue("DETAILS", "Y");
                        crystalReportViewer1.Refresh();
                        crystalReportViewer1.ReportSource = report;  BREAKS HERE WITH Report failed to load.
                        crystalReportViewer1.Show();
                    catch (Exception ex)
                        string _error = ex.ToString();
                        MessageBox.Show(_error);
                    finally
    Edited by: junebug on Dec 15, 2009 8:49 PM

    Sorry, I just saw the error specified in the original post. Hard to read when the formatting gets lost (our bad).
    Ok. So this is a win app, prints to printer ok, viewing it you get "Load report failed".
    Is this on your dev box or after you deploy the app?
    I'd like you try the sample C# app called 'simplepreview" from here:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    see if that displays the viewer and report(s).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Report Viewer unable to log into the database

    I'm fairly novice to ZFD Inventory and have a reporting issue when attempting to run from ConsoleOne (1.3.6f). Receive a Report Viewer error that states "unable to log into the database. Ensure the ODBC driver...".
    TID 10094443 describes my symptom exactly but apparently doesn't apply. It applies to ZFD6.5 and we're running 7. Does the Oracle fix it refers to even apply to ZFD7 Inventory? If not, what does address my issue?
    Is it SQL now?
    Thanks for any help.

    Originally Posted by youngj
    I'm fairly novice to ZFD Inventory and have a reporting issue when attempting to run from ConsoleOne (1.3.6f). Receive a Report Viewer error that states "unable to log into the database. Ensure the ODBC driver...".
    TID 10094443 describes my symptom exactly but apparently doesn't apply. It applies to ZFD6.5 and we're running 7. Does the Oracle fix it refers to even apply to ZFD7 Inventory? If not, what does address my issue?
    Is it SQL now?
    Thanks for any help.
    If you are using the Sybase database with ZDM7, take a look at the file \database drivers\odbcreadme.txt file on the Novell ZENworks 7 Companion 2 CD (downloadable from novell.com if you don't already have it). Page 347 of the ZDM 7 Install Doc also mentions this procedure:
    http://www.novell.com/documentation/...dm7install.pdf

  • Report Viewer renders incorrectly when set to "IMAGE"

    I read this;
    http://social.msdn.microsoft.com/Forums/en-US/b4a6eb43-0013-435f-9d11-00ee26a8d017/report-viewer-error-on-export-pdf-or-excel-from-azure-web-sites?forum=windowsazurewebsitespreview
    And after upgrading to "Basic" mode on Azure websites I was able to render PDF, EXCEL and WORD formats.  However when set to IMAGE the rendered binary is entirely black.  No errors are thrown.  The binary contains data (33kB).  I
    have tried changing the deviceInfo settings to include <OutputFormat>JPEG</OutputFormat> and a few other variants.
    I have super verified that when run on my local machine the render works correctly but not on Azure websites.
    I imagine that the class of bug we are dealing with here is a permutation of the API was accidentally not enabled/tested when making the fix for the GDI issue mentioned in the link above.
    This capability is very useful for enabling MVC Restful API's solutions.  I think the business value is very high.  Please help, I figure it will be a quick fix?!

    Thanks for the report.  Can you supply me a sample piece of code that demonstrates the problem, or point me to your web site -> the best way is communicate that is using our new support site. 
    http://azure.microsoft.com/blog/2014/10/08/support-site-extension-for-azure-websites-preview-release/
    Please include enough information so I can repro the scenario myself and see what failed. 

Maybe you are looking for

  • Nokia Lumia 810 - Colored back

    Hello, Where can we get the colored back shells for Nokia Lumia 810 as Nokia USA teases on FB - Nokia US - FB Link? I know Cyan was available on T Mobile somtime back, but its mostly out of stock as Black as well. where can I get Red? Thanks in advan

  • How can I get rid of ALL the scratches on my iPod without ruining it?

    My sister totally scrached up my iPod by dragging it around wood floors. It still works perfectly normal but I dont want scratches on it. Is there anything I can buy to fix the scratches?   Windows XP  

  • Textfields Reverting From Embedded Font

    Mac OSX 10.6.6 Flash CS5 Help! I have a fairly large (16.3 MB) FLA used to publish a SWC that contains an embedded DF3 font and ui elements.  All the textfields in the FLA are named, Classic/Dynamic instances.  Everything was going fine, until one da

  • Call function 'Download' using different internal tables

    Hi everyone! i declare 10 different internal tables, with the same structure but different data. i need to create 10 different files (one from each internal table) i dont want to call 10 times the function download. is there someway to put a variable

  • Why not compile error on "incompatible interface cast"?

    simeple code here class IncompInterfaceTest { void doTest() { ClassB b = new ClassB(); InterfaceA a = (InterfaceA)b; interface InterfaceA{} class ClassB{} javac issues "ClassCastException" on runtime rather than compile error. as i know incompatible