SAP LVS Report Viewer Problem?

I installed the SAP LVS Service and SAP LVS Client AddOn to all Workstation Successfully, but when i generate the SAP LVS Report Viewer, there was no report Generated.

Bonifacio,
The report viewer gets information from the LVS database and the database by default is only updated each day at 23:00 hours.  You can change this in the ReportClasses.xml file that is located in the "LV Service" folder.  If you change the time to update the LVS Db, you will also need to stop and then restart the LVS Service.  Also, be careful as the  LVS Db will grow in size the more often it is updated.
You may want to wait until you hit the 23:00 hours mark and then try the reports.  Also, verify the  Business One clients add-on is running or information will also not be collected.
Eddy

Similar Messages

  • "The event log file is full" error - SAP LVS Report Viewer 1.0

    Hi Experts,
    I'm getting an error when trying to generate a report in SAP LVS.
    Error:
    The event log file is full
    How do I resolve this? Anyone encountered this error?
    Thanks in advance,
    Cyrous

    Hi,
    It seems that the audit log mechanism is activated, at your system. But, if you didn't set the parameter DIR_AUDIT, audit log will be created under "/usr/sap/<SID>/<instance>/log", not "data" folder. You can check its default value on RZ11. Revise the parameters, below;
    DIR_AUDIT = <path>
    FN_AUDIT = audit_++++++++.AUD
    rsau/enable = 1
    rsau/max_diskspace/local = <SizeOfFile>
    Best regards,
    Orkun Gedik

  • Crystal report viewer problem

    Hi,
    We have CR 2008 SP2 license version and We are using visual studio 2010 and downloaded CR for visual studio 2010. After upgrading when we run the application, report displays successfully with new report viewer  but when i try to open another report it displays in new window rather than in current window. This issue occurs in Internet Explorer only. When i run this apllication in firefox it works....!!!! In firefox, it does not open new window for each report.
    So, can you tell me this issue is related to browser or report viewer and what should we do to solve this issue?
    Thanx in advance for any help.

    Hi,
    I got the exact problem which was occurred. We do have 3 frames in an aspx page. From the link given in one frame (left frame), we are loading new form in another frame(main frame) by giving the "target=main" in link. Suppose in left frame i have given options to load different reports. Report is loaded in main frame after clicking on one of the link given in left frame. Report is displayed successfully in main frame but after that if i click on any of the links given in left frame, page will be loaded in new window. That is the exact issue occurred over here.
    By searching the solution for this problem, I got to know the reason.  It is specified in community forum that in frames concept,  frame name is taken "filter" by default. So i have to chahge my main frame id and name to "filter". I did that and the isuue is resolved...!!!! But for this reason, i have to change frame name in the application. May i know why this was happened..??? In earlier version i did not face this problem then why in upgraded version ...???
    Thanks,

  • SAP Crystal Report Viewer

    Hi,
    I have developed a application in visual studio to create and view reports. Now I would like to make this application as default viewer for viewing .rpt files instead with sap report viewer programatically in c# in all the systems i install this application. Please help me in regarding this.

    Hi Vamsi,
    I honestly don't know how are you going to do to transform the method as default to open the report, but below is a code that will make your report open. From it, you can configure all properties, export and automatically set the parameters. Unfortunately he is different from SAP SBO.
    Before you will have to add the library reference:
    Crystal Reports Report Source Bridge Library or B1CRBridge.dll (SAP SBO path)
    Unfortunately I can't remember which of the two to the right.
    Report lReport = new Report();
    lReport.Load(@"C:\File.rpt");
    lReport.SetDBConnection2(0, "\\local-pc", "SBOTest", "sa", "123456");
    var lForm  = CrystalReportForm.FromHandle(lReport.PrintPreview());
    lForm.Text = "Title of window";
    lForm.Show();
    Regards,
    Paulo Henrique

  • Http request error in lvs report viewe

    i have installed license validate service , client and report viewer. when i go to view any report it gives error "HTTP request error"

    Check this first: Re: LVS Viewer: Cannot display the report
    Thanks,
    Gordon

  • SAP BW Report iView problem

    Hi,
    I’m trying to create a SAP BW Report iView with a BEx URL, but I’m getting an error:
    <i>“Session Management will not work! Please check the DSM log file for details.”</i>
    When I use the wizard (for SAP BW Report iView), it asks me to fill out the web application string. Here I pasted in the URL. I left the application parameters blank.
    The BEx URL:
    http://<hostname>/sap/bw/BEx?sap-language=DA&bsplanguage=DA&CMD=LDOC&TEMPLATE_ID=WEB_TRAFIK_STARTSIDE
    The BW call works fine in the browser and with a URL iView!?
    EP 6.0 / WAS 6.40 / BW 3.5
    Thanks
    Joachim

    you should be using  BW Report iView.
    and when you create  BW Report iView pass the following for the querystring parameter
    CMD=LDOC&TEMPLATE_ID=WEB_TRAFIK_STARTSIDE
    for this to work, in the system definition WAS host , was path and was protocol should be maintained
    Regards
    Raja

  • Crystal Report Viewing Problem in SAP b1 2007

    Hi ,
    I have Installed Crystal Report Add On for 2007 SAP B1 but while display report i have getting following error,
    Any one can tell me what i have to do,please resolved my issue
    could not load file or assembly 'CrystalDecisions.Windows.Forms,Version=12.0.20000.0,Culture=neutral,PublickeyToken=692fbea5521e1304' or one of its dependencies,the system cannot find the file specified
    Thanks
    Chaitesh

    Julie.
    This change has already occurred?
    Thanks.

  • Crystal XI R1 (version 11) report viewing problem

    I am using a custom DLL to display 128 barcodes in a report using the Additional Functions feature.  The majority of the time the report displays correctly with the barcode, but there is a problem where the report displays without the barcodes being displayed.  The problem occurs in an all or nothing fashion, either all barcodes are displayed or none are displayed.
    This custom dll has been used successfully with Crystal 8.5 for several years, and I have failed to reproduce this issue using that setup.
    I've also exhausted the possibility that the problem lies within the custom DLL itself.  I've added debugging to the DLL and determined that the DLL is never called when barcodes do not display on the report.
    I believe the problem is occurring within Crystal's functionality of displaying the report. 
    The setup is web based reporting within an ASP.Net application and can be reproduced on two different web server setups:
    Windows 2000 SP4
    Windows 2003 SP1
    Is there a way to further debug into crystal runtime to see what is and what is not being execute?
    Are there any known issues in Crystal XI v. 11 interacting with 3rd party / custom dlls?
    Are there any compatibility issues with Crystal XI v.11 and Windows 2000 SP 4 or Windows 2003 SP 1?

    Is there a way to further debug into crystal runtime to see what is and what is not being execute?
    - does the report work as expected in the CR designer?
    Are there any known issues in Crystal XI v. 11 interacting with 3rd party / custom dlls?
    - there are no known issues - unless this is a UFL?
    Are there any compatibility issues with Crystal XI v.11 and Windows 2000 SP 4 or Windows 2003 SP 1?
    - not as long as you have the latest SP for CR XI r1:
    https://smpdl.sap-ag.de/~sapidp/012002523100006008952008E/crXIwin_sp4.zip

  • Pdf report viewing problem using Sun appserver9

    i want to generate a report from my web application.if i use appserver8.2 it can view report in pdf ,html and csv format.but when use appserver 9 it cant show the report in pdf format.message is shown as File is not a valid postscript document.i am using fedora core 4 and mozilla firefox.pls help someone

    Hi user;
    Please check below thread and related docs,suggestion
    Re: Print pdf direct from concurrent manager
    Re: How to print PDF file with hp-ux 11.31 on itanium
    Hope it helps
    Regard
    Helios

  • Crystal Report Viewer (SmartViewerActiveX/ActiveXViewer) barcode problem

    I am using the crystal reports viewer to show my reports in my asp website.
    In the reports, I have a barcode using the font source IDAutomationHC39M.ttf.
    This code must be a certain size that I indicated in my report design.
    The problem is that the viewer appears in the browser with the barcode expanded to full size, and not with the size that I indicated in report design.
    If I print from the program Crystal Reports, it appears according to the size indicated.
    It seems that this is a problem of the Viewer in the browser.
    Someone can help me? this matter is very urgent.
    Thank you.

    Thread moved to the .NET - SAP Crystal Reports forum.
    A few details missing:
    1) Version of CR?
    2) CR updates applied?
    3) Version of .NET?
    4) OS?
    5) What browser and version?
    6) is the issue present on dev / deployed computer / both?
    Oh, BTW.; if this is urgent, consider creating a phone case here:
    http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078100?resid=S6I@hgoHAkEAAGsiyVkAAAAR&rests=1282226845369
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]
    Edited by: Ludek Uher on Feb 3, 2012 10:26 AM

  • Crystal Reports Viewer - pdf, prompts, icons problem

    Hi all,
    I am a new in BO.
    I have some answer about Crystal Reports Viewer (not about setup.exe but about CRV application that I uploaded on Tomcat)
    1) The old version (11.5) works good, only Export to PDF functionality is wrong. There are in the pdf file wrong display of specific czech characters (charset)
    2) A new version, Crystal Reports Viewer 2008, show the same pdf mistake. I have J2SE Runtime Environment 5.0 Update 4 and Apache Tomcat 5.5.9.
    I upload application on Tomcat, configuration (web.xml, crconfig.xml and context.xml) is the same with version 11.5.
    Crystal Reports Viewer 2008 displayed reports, but the problem with PDF is present. The second problem is the look of CRV. First one, the icons (for export, print...all icons) are not displayd. I can copy old jar files into java (in application folder C:\WebReports\WEB-INF\lib), but then CRV looks like old version.
    And CRV 2008 doesn't display listbox in dynamic prompt on crystal report. What shall I set to displaying prompts in CRV 2008 (on CRV or on report in Crystal 2008)?
    Have you some idea? What and how can I set and configure application and where?
    Veronika

    Hi,
    To confirm, are you talking about "Crystal Reports Viewer 2008" http://www.sap.com/solutions/sapbusinessobjects/sme/reporting/viewer/index.epx
    I suggest sending in the report, in the viewer, select "Help" - "General Feedback" and then pick the option to attach the report.  In a couple of months there will be a refresh version of this view which will have Czech language support so it would be good if we could test out your PDF issue.
    As for showing parameters in the prompt panel in Crystal Reports Viewer 2008, since the viewer cannot refresh the data, make sure the parameter does not used in the record selection formula but only in the saved data selection formula.

  • Crystal Report Viewer Control on SAP Form?

    We are using Crystal Report XI to create custom SAP reports.  We have integrated this into our Add-On by adding the Report Viewer Control to a Windows form and setting it's report source at runtime.  This works ok but is a bit cludgy looking and causes some focus and redraw problems with SAP.  I have tried for weeks to figure out how to get the ActiveX control onto an SAP form but with no luck.
    Here is my code sample:
    SAPbouiCOM.Item oItemX;
    SAPbouiCOM.ActiveX oActX;
    CrystalDecisions.Windows.Forms.CrystalReportViewer oCRX;
    oItemX = this.sboForm.Items.Add("U_CRCtl", SAPbouiCOM.BoFormItemTypes.it_ACTIVE_X);
    oItemX.Left = 0;
    oItemX.Top = 0;
    oItemX.Height = this.sboForm.Height;
    oItemX.Width = this.sboForm.Width;
    oActX = (SAPbouiCOM.ActiveX) oItemX.Specific;
    oActX.ClassID = "{5E093535-5A5D-4E72-ACCD-F10B6D065BC9}";
    oCRX = (CrystalDecisions.Windows.Forms.CrystalReportViewer) oActX.Object;
    oCRX.ReportSource = @"c:\Test\Test.rpt";
    I am not sure why this will not work.  I always get either 'Specified cast is not valid' or 'Invalid Class ID'.  If anyone has done this successfully or has any suggestions that would be great!  Thanks for your help!
    David

    Hi Ibai,
       Thank you for your interest in CrystalWave. I tried sending this info to the email address you gave but got an undeliverable message.
    The links are as follows:
    (please use Internet Explorer while accessing the download link)
    1. CrystalWave info: http://www.twbs.com/CrystalWave.html
    2. CrystalWave download: http://www.twbs.com/cwrfiv2004.asp (You need to fill in your info and the download will start.)
    Please do let me know if you are not able to access these links and I can setup a temporary link for you to download the program.
    Thanks,
    Gopal Viswanathan

  • Crystal Report Windows Forms Viewer problems - table could not be found

    Hi,
    I installed Crystal Report Viewer in SAP Business One 2007. All the while, I can run the reports without any problem. but when I loaded some of the new report, it gives me the following error message:
    the caption says: "Crystal Reports Windows Forms Viewer"
    the message says: "The table 'paymentVoucher' could not be found.
    Error in file C:\...paymentVoucher.rpt. The table could not be found."
    By the way, I can run the report in another workstation.
    Any help or ideas of why this is happening or how to solve this will be greatly appreciated.
    Thanks in advance.

    The report is not created by me. I just help others to transfer the report from one workstation to another workstation. PaymentVoucher is a view in the database and it is being put at a workstation that can be shared by everyone.
    I've go through other forums and found out that it might be permission issues and now managed to solve the problem already.
    Thanks everyone for the advice.

  • How Can I create a SAP form that contains activeX report viewer?

    I'm trying to create a SAP form that contains a ActiveX control to view a Crystal Report. Can anyone Help?
    Thanks,
    Ezequiel.

    Thanks Ludek, I use this a sub to create a report document and report viewer in sap bussines one form.
    Running this code shows the sap business one form with the report viewer but then closes SAP Business One Application.
    which may be the problem?.
    Private Sub CreateFormWithActiveX()
        Dim CP As SAPbouiCOM.FormCreationParams
        Dim fTree As SAPbouiCOM.Form
        Dim AcXTree As SAPbouiCOM.ActiveX
        Dim oItem As SAPbouiCOM.Item
        Dim CRapp As CRAXDDRT.Application
        Dim CRRep As CRAXDDRT.Report
        'Dim CRepDoc as
        ' Set the form creation parameters
        CP = SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_FormCreationParams)
        CP.BorderStyle = SAPbouiCOM.BoFormBorderStyle.fbs_Sizable
        CP.FormType = "ACXTree"
        CP.UniqueID = "ACTree1"
        fTree = SBO_Application.Forms.AddEx(CP)
        fTree.Left = 10
        fTree.Top = 10
        fTree.Width = 800
        fTree.Height = 600
        fTree.Title = "Crystal Report Viewer - Argentis"
        fTree.AutoManaged = True
        ' Add the TreeView Control to the form
        oItem = fTree.Items.Add("Tree", SAPbouiCOM.BoFormItemTypes.it_ACTIVE_X)
        oItem.Left = 1
        oItem.Top = 1
        oItem.Width = 800
        oItem.Height = 600
        ' Create the new activeX control
        AcXTree = oItem.Specific
        CRapp = New CRAXDDRT.Application
        CRRep = CRapp.OpenReport("C:\Projects\Crystal Report ActiveX Viewer\Crystal\Indumetaria\Reportes\ARInvoiceMatrix_portrait.rpt", 1)
        'CRRep.RecordSelectionFormula = "{OINV.DocEntry} = {?doc_num}"
        For i As Integer = 1 To CRRep.Database.Tables.Count
          Dim ConnectionInfo As CRAXDDRT.ConnectionProperties
          ConnectionInfo = CRRep.Database.Tables(i).ConnectionProperties
          ConnectionInfo.Delete("Integrated Security")
          ConnectionInfo.Delete("Provider")
          ConnectionInfo.Delete("Data Source")
          ConnectionInfo.Delete("Initial Catalog")
          ConnectionInfo.Delete("User ID")
          ConnectionInfo.Delete("Password")
          ConnectionInfo.Add("Provider", "SQLOLEDB")
          ConnectionInfo.Add("Data Source", "Ezequiel")
          ConnectionInfo.Add("Initial Catalog", "SITKA")
          ConnectionInfo.Add("Integrated Security", 0)
          ConnectionInfo.Add("User ID", "sa")
          ConnectionInfo.Add("Password", "sa2005")
        Next
        AcXTree.ClassID = "CrystalReports102.ActiveXReportViewer.1"
        'oTreeView = AcXTree.Object
        oViewer = AcXTree.Object
        oViewer.EnableToolbar = True
        oViewer.EnableStopButton = True
        oViewer.EnableSelectExpertButton = True
        oViewer.EnableSearchControl = True
        oViewer.EnableRefreshButton = True
        oViewer.EnableProgressControl = True
        oViewer.EnablePrintButton = True
        oViewer.EnablePopupMenu = True
        oViewer.EnableGroupTree = False
        oViewer.DisplayGroupTree = True
        oViewer.ReportSource = CRRep
        oViewer.ViewReport()
        fTree.Freeze(True)
        ' Make the form visible
        fTree.Visible = True
      End Sub
    Regards.

  • How to set printersettings for the crystal report viewer in SAP BI dynamically

    Hello
    I have set the URL method for my crystal report and with parameter passing as shown below, it was displaying the crystal report viewer by connecting to the SAP BI 4.0 server with this method.
    http://cr:port/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sDocName=CRLabelParam&sType=rpt&lsSnPrinted=0&lsSsTestProjectNr=1
    This URL will be called from Web application by different users, i would like to set the printer settings differently for different users for this crystal report viewer how shall i need to set the printer options?
    shall i need to set the printer settings programatically for each user. Please advise me how do i need to proceed.
    Thanks & Regards,
    Rajeswari.

    There are no BI / CR APIs that would do this for you. The way I see it, you'll have to have your own print button and populate it with the correct printer information for each user as they request the report. Of course, alternatively, use the viewer printer button and get the users to choose the correct printer.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

Maybe you are looking for

  • HP OfficeJet Pro L7680 all-in-one: Does it have internal stored memory?

    Same question as the last post only for a differnet printer model (sorry for what may seem like a duplicate question - I'm just trying to be sure I don't cause myself a headache later).  I have an HP OfficeJet Pro L7680 All-In-One (FAX/Scan/Print/Pho

  • Output sequence to dvcam using sony z1

    hey folks~ im having problems getting a sequence to tape - i am connected via firewire to z1 camcorder have tried both print to tape and edit to tape - i do have control of the cam when using edit to tape... have not even seen a signal on the z1 tho

  • Is there a way to test a modem?

    I have an iMac g4 (with the swivel screen). I have been unable to connect to the internet server lately. The modem dials and starts handshaking and then hangs up before ever reaching the password authentication stage. Is there a way to verify the mod

  • Total Item Value Field in PR

    Dear Experts , I need to know in which table where  the Total Value Item field is in  ... because i want to use it in SQVI Note : I searched for it in EBAN and EBKN but i didn't find it .. i think it is not stored in the table and just being calculat

  • Running PSE12 on a Mac using Mavericks (10.9.4)

    Hi we have been currently running PSE12 on a Mac running Mavericks (10.9.4) When creating contact sheets were are constantly having to remove a SE12 contact sheet prefs file hidden in Library>Preferences>Adobe> Plugins folder log out/in in order to g