Crystal Report 10.5 very slow (30 minutes) to display

crystal report 10.5 in vs 2008 display at extremely very slow speed in development server and production server. i have loaded a dataset as the datasource for the report. i also checked the code in debugging mode to know where the delay is but found out it is not from the code as the code executes to the end in less than a minute but the browser keeps loading for several minute before display.
please kindly help to resolve this issue.

With CR 2008:
For OLE DB then use:
MS SQL 2005 - OLE DB Provider
MS SQL 2008 - SQL Native 10
For ODBC then use:
MS SQL 2005 - SQL Native
MS SQL 2008 - SQL Native 10
Once you have a report created, you can use the following code at runtime:
Public Sub New()
        'This call is required by the Windows Form Designer.
        InitializeComponent()
        'Add any initialization after the InitializeComponent() call
        'Create an instance of the strongly-typed report object
        crReportDocument = New CrystalReport1()
        'Setup the connection information structure to be used
        'to log onto the datasource for the report.
        crConnectionInfo = New ConnectionInfo()
        With crConnectionInfo
            .ServerName = "escalade"    'physical server name
            .DatabaseName = "Pubs"
            .UserID = "sa"
            .Password = "admin"
        End With
        'Get the table information from the report
        crDatabase = crReportDocument.Database
        crTables = crDatabase.Tables
        'Loop through all tables in the report and apply the connection
        'information for each table.
        For Each crTable In crTables
            crTableLogOnInfo = crTable.LogOnInfo
            crTableLogOnInfo.ConnectionInfo = crConnectionInfo
            crTable.ApplyLogOnInfo(crTableLogOnInfo)
        Next
        'Set the viewer to the report object to be previewed.
        CrystalReportViewer1.ReportSource = crReportDocument
End Sub
And be careful with subreports. If you use the same connection type as for the main report the subreport should piggy back on the main connection. If you use a different connection, you'll have to use code to connect the subreports:
//loop through all the sections to find all the report objects
foreach (CrystalDecisions.CrystalReports.Engine.Section crSection in crSections)
    crReportObjects = crSection.ReportObjects;
    //loop through all the report objects to find all the subreports
    foreach (CrystalDecisions.CrystalReports.Engine.ReportObject crReportObject in crReportObjects)
        if (crReportObject.Kind == ReportObjectKind.SubreportObject)
            //you will need to typecast the reportobject to a subreport
            //object once you find it
            crSubreportObject = (CrystalDecisions.CrystalReports.Engine.SubreportObject)crReportObject;
            string mysubname = crSubreportObject.SubreportName.ToString();
            //open the subreport object
            crSubreportDocument = crSubreportObject.OpenSubreport(crSubreportObject.SubreportName);
            //set the database and tables objects to work with the subreport
            crDatabase = crSubreportDocument.Database;
            crTables = crDatabase.Tables;
            tableIndex = 0;
            bool SecureDB;
            //loop through all the tables in the subreport and
            //set up the connection info and apply it to the tables
            foreach (CrystalDecisions.CrystalReports.Engine.Table crTable in crTables)
            {   // check if integrated security is enabled
                SecureDB = crSubreportDocument.Database.Tables[tableIndex].LogOnInfo.ConnectionInfo.IntegratedSecurity;
                string TableName = crTable.Name.ToString();
                tableIndex++;
                crConnectioninfo.ServerName = "VMW2K8CRSE2K8";
                //if (!SecureDB)
                    crConnectioninfo.UserID = "sa";
                    crConnectioninfo.Password = "PW";
                    crConnectioninfo.DatabaseName = "QTYLTD";
                    crTableLogOnInfo = crTable.LogOnInfo;
                    crTableLogOnInfo.ConnectionInfo = crConnectioninfo;
                    crTable.ApplyLogOnInfo(crTableLogOnInfo);
rpt.VerifyDatabase();
For more info:
SAP Crystal Reports .NET SDK Developer Guide
SAP Crystal Reports .NET API Guide
http://scn.sap.com/docs/DOC-21967
http://scn.sap.com/docs/DOC-21953
(Not sure if I gave you the last two links already.
- Ludek

Similar Messages

  • My all reports are running very slow now, I am using Reports 6i?

    Dear Friends,
    My all reports are running very slow now, I am using Reports 6i. A few months ago there speed is better. Please suggest me the solution of this problem.
    Best regards,
    Shahzad

    Get statspack/AWR running against your database and analyze the reports. 15 minutes interval between snaps should be enough.
    That should give you a clue as to what is going wrong in your database.
    Since you are saying that the reports speed was better a few months ago, it is possible that you are suffering from "data growth".

  • Changing artists names in iTunes is very slow (1 minute per song) in compilation albums

    Changing artists names in iTunes is very slow (1 minute per song) in compilation albums. I am using iTunes 10.6.1 Mac OS X 10.6.8 on a MacBook Pro with 4GB RAM 2.66 GHz Intel processor and my itunes library is 340GB. My new music is on the computer's hardrive (about 16GB) and the rest is in an external HD.
    It used to work great until I switched to the new version of iTunes (10.6.1) and now changing the artist field is very very very slow (1 minute per song in compilaton albums)
    What happened? Can someone help me?

    Thank you both!!!!!!  Especially you, Limnos for adding onto the terrific answer from leonieDF.  Yeah, I'm seldom willing to let the software do the driving all by itself.  <heh>  However, to date I've been too lazy to work with what is currently there - and needing to know how to customize the software was my first step.
    I'm finally going to reduce the enormous physical size of my cd collection - organizing and storing the jewel cases is too great a nightmare not to mention that it has turned my livingroom into nothing more than a visually overwhelming variety of storage devices--spinners being my favorite, but now mostly unavailable outside of yard sales.  Favorite disks I WILL keep to play in the car (no, my player is too old to have a USB port).
    I'm getting a 2T external drive to hold the accumulation - but before that, I wanted to find out HOW to organize things so that I can find them myself - old school.  My ITunes libraries go back many years, but I now want a good cohesive way to save the way that I want - not the way that is set up for me.
    Thank you both again very, very much!!
    Charlene

  • Print Preview using crystal report in SAP B1 slow.

    Dear all,
    I face another problem. Print preview using crystal report in SAP B1 is very slow. Although i have create a query view in SQL server but it's still slow for my user. First time i create using table in crystal report. just drag the table. It's take more than 10 minutes. After that i move all the query to view in SQL server , it's take 1-2 minutes to print preview some time more.. But i think that it's still slow. Does any one know how to print preview fast. Just like in PLD.
    Thanks in advance
    bodhi86

    Hello,
    How do you answered to this question ?
    Malika
    Edited by: Malika Sanoune on May 13, 2011 1:48 PM

  • Report region runs very slow, but its sql runs fast

    We have a page with a report region Type :SQL Query (plsq function body returning sql query) which runs very slow, pegging the tach on our db box for almost a minute before returning report rows. However, if we run the generated sql from sql plus, it returns all the rows in under 10 seconds with nary a blip on the box. Any idas how what could be causing this or how to debug?
    Thanks,
    Steve

    OK, here is the bad boy, shortly after our code that returns the data.
    declare
    rc__ number;
    simple_list__ owa_util.vc_arr;
    complex_list__ owa_util.vc_arr;
    begin
    owa.init_cgi_env(:n__,:nm__,:v__);
    htp.HTBUF_LEN := 63;
    null;
    null;
    simple_list__(1) := 'sys.%';
    simple_list__(2) := 'dbms\_%';
    simple_list__(3) := 'utl\_%';
    simple_list__(4) := 'owa\_%';
    simple_list__(5) := 'owa.%';
    simple_list__(6) := 'htp.%';
    simple_list__(7) := 'htf.%';
    simple_list__(8) := 'wpg_docload.%';
    if ((owa_match.match_pattern(p_string =>
    'f'
    /* */,p_simple_pattern =>
    simple_list__
    ,p_complex_pattern =>
    complex_list__
    ,p_use_special_chars =>
    false)))
    then
    rc__ := 2;
    else
    null;
    null;
    f(p=>:p);
    if (wpg_docload.is_file_download) then
    rc__ := 1;
    wpg_docload.get_download_file(:doc_info);
    null;
    null;
    null;
    commit;
    else
    rc__ := 0;
    null;
    null;
    null;
    commit;
    owa.get_page(:data__,:ndata__);
    end if;
    end if;
    :rc__ := rc__;
    end;
    call count cpu elapsed disk query current rows
    Parse 0 0.00 0.00 0 0 0 0
    Execute 1 25.53 26.59 4492 20992 60 1
    Fetch 0 0.00 0.00 0 0 0 0
    total 1 25.53 26.59 4492 20992 60 1

  • Report with Subreport very slow from SharePoint

    HI,
     I have a report with a sub-report that runs in about 9 seconds from my PC using the Report Designer with SQL Server 2008R2.
    When I run the deployed report from SharePoint it takes 4 minutes. If I remove the sub-report it again runs fine from SharePoint.
    The sub-report is pretty simple and links to the main report using 3 parameters.
    What would cause this?
    Any ideas would be appreciated.
    Thanks,
    Trish
    Trish Leppa

    Hello Trish,
    I have found similar thread with some good suggestion for optimizing the report in sharepoint.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/c140d26e-1c02-4f8d-bc61-f6ac75706556/reporting-services-very-slow-in-sharepoint?forum=sqlreportingservices
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Crystal Reports performance is too slow

    Dear SDNers,
    I have designed a crystal report which is fetching data from a Z developed function module. From crystal report side, used filters.But while executing report, it is calling the function module multiple times.
    due to this performance is very bad. Why report is calling mutiple times of the function module. Do need to modify from crystal report side or from function module side. Please clarify.
    Regards,
    Venkat

    A similar issue was seen a year ago It was regarding a function module call being executed multiple times from  CR4Ent tool. It involved the usage of sub reports inside that report and the issue was generic for any function module used for testing.
    At that time, the issue was resolved by upgrading to the latest available patch of CR4Ent and also by applying the latest patch at SAP R3 end.
    If you are able to post the exact support package and patch level of CR4Ent and also for the SAP R3 system, then someone can tell whether its the latest or not.
    -Prathamesh

  • Report Viewer is very slow at first time

    Hi,
    We are facing very slow when loading the reports.For any search it is taking more time to load the reports.We are thinking issue is due to report viewer control and we are using report viewer control version 10.0.0.0.Could you please let us know how to resolve
    this issue.
    Thanks,
    Vijay

    How big id the query?  How much memory does the server have? It is possible that an execution plan/data pages of the query was thrown from the cache and SQL Server needs to compile/read the data from disk again.
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Crystal Reports 9 over network: slow initialization

    We have a VC++ application that uses Crystal Reports RDC (actually 8.5, and trying to change to 9.2). By design our application is installed on a file server and users execute it directly from the server, without copying or install any component in the local drive. We just register the minumum Crystal Reports DLLs needed to point directly to the location of this DLLs in the server. So we don't copy any Crystal Reports Runtime DLLs to c:\
    At this time, with Crystal Reports 8.5, the minimum runtime DLLs on the server needed to run our application and print reports have a size of 8Mb, and the first time our application tries to open a report it hangs for about 5 seconds (with FileMon I see that Crystal Reports is loading its runtime DLLs). But now I'm trying to change it to use Crystal Reports 9 (due to unsolved CR8.5 limitations). With this version our minimum required runtime DLLs have a size of almost 12Mb, and the load time of this DLLs become almost 10 seconds (too big).
    I did tests with Crystal Reports XI and it was even worse. If I copy and register the DLLs in the local drive it loads very fast, but we need to make it to work directly from the server without copying the files to c:\
    Is there any way to reduce the loading time of this runtime DLLs without having to copy them to the local drive? Thanks

    Well, I think the problem you had with CR XI is that you can not just copy the dlls. You have to use the merge modules and create a deployment project using a utility such as InstallShield, Wise, MS Visual Installer, etc.
    As far as the issue at hand.
    Here is a basic list of possible issues that may improve the performance:
    Report Design Issues
    u2022     Linked OLE object inserted into a report is not where the report expects it to be. If this is the case, the report will attempt to locate the object, potentially consuming large amounts of time.
    u2022     The subreport option "Re-import when opening" is enabled (right click the subreport(s), choose format subreport, look at the subreport tab). While this is a great design time feature, it is a time consuming process and should be used judiciously.
    u2022     Specific printer is set for the report and the printer does not exist. Try the "No printer" option (File | Page setup).
    u2022     Also, see the Article u201CHow Printer Driver Options Affect a Reportu201D regarding printers and Crystal Reports;
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a09051e9-721e-2b10-11b6-f9c65c64ef29
    u2022     The number of subreports the report contains and in which section the subreports are located will impact report performance. Minimize the number of subreports used, or avoid using subreports if possible. Subreports are reports within a report, and if there is a subreport in a detail section, the subreport will run as many times as there are records, leading to long report processing times. Incorrect use of subreports is often the biggest factor why a report takes a long time to process.
    u2022     Use of "Page N of M", or "TotalPageCount" special fields. When the special field "Page N of M" or "TotalPageCount" is used on a report, it will have to generate each page of the report before it displays the first page. This will cause the report to take more time to display the first page of the report
    u2022     Graphics, while a powerful feature of Crystal Reports, need to be used with care. When displaying a report using the Web Forms report viewer, for each chart or image on the report page, the report engine must create a temporary JPG file and the browser must make a separate request to the web server to retrieve it. The Web Forms viewer also periodically searches through the images folder for old images and deletes them. This disk access and creation of temporary files will reduce report performance.
    u2022     Remove any unused object from the report. This includes database tables, formulas and parameters and running total formulas. Even if these objects are not used in a report, the report engine will attempt to evaluate the objects, thus affecting performance.
    u2022     Suppress unnecessary report sections. Even if a report section is not used, the report engine will attempt to evaluate the section, thus affecting performance.
    u2022     If summaries are used in the report, use conditional formulas instead of running totals when ever possible.
    u2022     Whenever possible, limit records through Record selection Formula, not suppression.
    u2022     Use SQL expressions to convert fields to be used in record selection instead of using formula functions. Since SQL Expression Fields are added to the SELECT clause of the SQL Query the SQL expressions are evaluated server side.
    For example, if you need to concatenate 2 fields together, instead of using a formula, create a SQL Expression Field.
    u2022     Using one command table or Stored Procedure or a Table View as the datasource can be faster if you returns only the desired data set.
    u2022     Perform grouping on the database server. This applies if you only need to return the summary to your report but not the details. It will be faster as less data will be returned to the reports.
    Report Options
    u2022     u201CVerify on First Refreshu201D option (File | Report Options). This option forces the report to verify that no structural changes were made to the database. There may be instance when this is necessary, but once again, the option should be used only if really needed. Often, disabling this option will improve report performance significantly.
    u2022     u201CVerify Stored Procedure on First Refreshu201D option (File | Report Options). Essentially the same function as above, however this option will only verify stored procedures.
    If the above does not help, perhaps that is the best performance you will get over the network and going to a web based solution may be worth considering(?). Let's see if anyone else can provide any help.
    Ludek

  • Crystal Reports Excel Export Issue - page footer not being displayed

    We recently converted all Crystal Reports from Visual Studio 2003 to Visual Studio 2005 sp1, .NET 2.0, Crystal Reports for .NET.  I have the latest merge modules from business objects.  All reports & footers worked fine in VS2003 ... but now when I export to PortableDocumentFormat (PDF) or WordForWindows (DOC) the page footers appear correctly.  But, when I export to Excel (XLS) like the code below, the page footers do not appear.  We need to place a disclaimer at the bottom of every page of an exported excel document.  I checked the print preview, and I tested printing the document ... the the footer is not being utilized properly by the Crystal Reports export.
    System.IO.MemoryStream oStream = new System.IO.MemoryStream() ;
    oStream = (System.IO.MemoryStream) report.ExportToStream(CrystalDecisions.Shared.ExportFormatType.Excel) ;
    Response.Clear() ;
    Response.Buffer = true ;
    Response.ContentType = "application/vnd.ms-excel" ;
    Response.BinaryWrite(oStream.ToArray()) ;
    Response.End();
    I have asked the question in msdn forum
    http://forums.msdn.microsoft.com/en-US/vsreportcontrols/thread/0ead9e34-bc45-4062-90dd-17f8f8ebf062

    fyi - if i hadn't mentioned it, problem occurs in all our environments (developer workstation, development server, testing server, production server, etc.)
    on my development workstation i found the file 3 times
    c:\program files\common files\business objects\1.0\bin\crxf_xls.dll
    has file version 9.1.1.557
    c:\program files\common files\business objects\2.7\bin\crxf_xls.dll
    has file version 10.2.0.1093
    c:\program files\common files\business objects\3.0\bin\crxf_xls.dll
    has file version 11.0.0.1937
    on my development server (and our other environment servers too)
    c:\program files\common files\business objects\2.7\bin\crxf_xls.dll
    has file version 10.2.0.1210
    so just from that i notice that the file versions in the 2.7 bin are different from my developer workstation to my development server ... but the issue still occurs in both places.

  • Report performance is very slow

    Hi all,
    I have a table with 25 million rows. I create a report on this table in which i need to use the following expression
    ifnull(abc_accr_int_val,0)+ifnull(xyz_mar_val_lcy,0)
    and this experession is group by asset description but the report output time is very high.Further there is no index on these columns in the database.
    Please guide me that did my approach is right ??? if no what is the right approach
    Regards

    Hi,
    Thanks for such a beautiful and informative answers I really appriciated it.
    I catch the problem and now want to share with U. As u know my prompt is on Date Column but I dont want to show this coloumn in my report.I only want that a user give a date and two columns are shown in report 1) asset_desc 2) total sum (which is sum of 2 columns as i discussed in this thread).
    Now before...after creating the prompt on Date field I edit the report view and delete this coloumn (Date) because I only want above 2 colomns and not Date column in my report. But all sorting is performed on date bec it is in prompt (where clause). When I add Date column in my report (to show date col) the speed of the report is like sql and data fetching speed same like sql. Now tell me is there any way that I delete this col from my report but it exist in answer criteria table ??????
    I have 19 Asset Desc which return by sql and answers request.
    Regards

  • Reports running is very slow

    Hi All,
    I have developed an application in oracle application express 3.2.My data size is very huge and reports are taking too much time in displaying contents.
    I have 30 million records in the table which has 4 years of data.
    Filters on the user interface are company,month,year,work location,employee name and category.Since this is my first application.Also first time i am working in Oracle database and APEX.So i don't have any idea in which way i can make it faster.
    I guess this can be done by some modification in tables like generating indexes or something else.
    Please guide me on this it will be highly appreciated.
    Also i am not using any images,graphical thing which is causing any delay in report generation.I am just creating a simple report and showing values sum,group by.
    Since my application is ready and already in production So it will be difficult to do changes in the report level.If by doing any changes in the tables can make it faster that would be really great.
    Regards,
    Oracle Rookie

    Hi
    Oracle SQL perfomance tuning is an entire art in it's own right! The most likely issue is that your SQL for the report needs tuning (and part of that may involve indexing, gathering table statistics etc.).
    This is probably best addressed in the PL/SQL & SQL forum here...
    PL/SQL
    However, beware that they will want a properly written question with all the relative information in. There are guidelines here...
    SQL and PL/SQL FAQ
    And specifically for tuning requests here...
    SQL and PL/SQL FAQ
    Although the amount of information required will look a little daunting, it really is worth doing properly - you will just be asked the info if you don't provide it, wasting yours and others time.
    Good Luck
    Cheers
    Ben

  • Report saving is very slow

    hi all
    its discoverer report when i want to save the report in html format it hangs and takes lot of time to save
    can anybody help
    kanchan

    Hi,
    Thanks for such a beautiful and informative answers I really appriciated it.
    I catch the problem and now want to share with U. As u know my prompt is on Date Column but I dont want to show this coloumn in my report.I only want that a user give a date and two columns are shown in report 1) asset_desc 2) total sum (which is sum of 2 columns as i discussed in this thread).
    Now before...after creating the prompt on Date field I edit the report view and delete this coloumn (Date) because I only want above 2 colomns and not Date column in my report. But all sorting is performed on date bec it is in prompt (where clause). When I add Date column in my report (to show date col) the speed of the report is like sql and data fetching speed same like sql. Now tell me is there any way that I delete this col from my report but it exist in answer criteria table ??????
    I have 19 Asset Desc which return by sql and answers request.
    Regards

  • Very slow (20 minutes) log on. Plse help.

    Hi,
    For months, we are having slow logon-issues on our network. I have googled a lot but have not found the answer yet.
    I have already gathered quite some data, so I hope it will be easy for you experts to pinpoint the cause.
    - (Virtualized) SBS 2008 SP2 server, windows 7 clients.
    - Some users are having slow logon issues. Not all users though. Slow logon does also not happen all the time for the affected users.
    - Description of slow logon :
         1. Event ID 6006 : Logon took 1021 seconds
         2. Event ID 1058 : Windows cannot access the file gpt.ini ...
         3. Important : NetBIOS TCP/IP Helper is not running, although is is set as automatic startup. We then start it manually and the network drives are back available.
    The issues started when I enabled RRAS on our SBS 2008. Because I know that enabling RRAS could cause DNS-issues, I've edited : DNS-snap-in > Server > Properties > Interfaces > only IP-address of server is ticked (10.0.0.20). Not RRAS-IP (10.0.0.78).
    I can't figure out why only on some client and only occassionally (but many times a week), this issue happens.
    This is a IPCONFIG/ALL of our server :
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : DOMAINSERVER
       Primary Dns Suffix  . . . . . . . : ninix.local
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : Yes
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : ninix.local
    Ethernet adapter Local Area Connection 3:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
       Physical Address. . . . . . . . . : 00-0C-29-BB-0D-DB
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::6530:8ca7:82be:7bd7%10(Preferred)
       Link-local IPv6 Address . . . . . : fe80::e75c:62cb:b095:c9fe%10(Preferred)
       IPv4 Address. . . . . . . . . . . : 10.0.0.20(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 10.0.0.3
       DHCPv6 IAID . . . . . . . . . . . : 285215785
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-14-0D-8D-3E-1C-C1-DE-E9-E6-C2
       DNS Servers . . . . . . . . . . . : fe80::e75c:62cb:b095:c9fe%10
                                           10.0.0.20
       NetBIOS over Tcpip. . . . . . . . : Enabled
    PPP adapter RAS (Dial In) Interface:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : RAS (Dial In) Interface
       Physical Address. . . . . . . . . :
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 10.0.0.78(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.255
       Default Gateway . . . . . . . . . :
       NetBIOS over Tcpip. . . . . . . . : Disabled
    Tunnel adapter Local Area Connection* 8:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : isatap.{F4869352-F4B1-4554-ADE6-41D7C3797
    589}
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 9:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Thx,
    Thomas.

    Hi Thomas,
    Based on those events, there seems that some issues occurred when access group policy file. Please
    check SYSVOL permission settings. Meanwhile, please refer to following articles and check if can help you.
    Windows cannot
    access the file gpt.ini for GPO CN={31B2F340-016D-11D2-945F-00C04FB984F9}
    Windows cannot access the file
    gpt.ini for GPO
    Event ID 1058 — Group Policy Preprocessing
    (Networking)
    Back to slow logon issue, please run
    SBS BPA and check if find some relevant issues. Meanwhile, please refer to following article and troubleshoot.
    The Case of the Slow Logons
    à
    The issues started when I enabled RRAS on our SBS 2008.
    By the way, SBS 2008 is designed to be installed with a single network adapter. As you said, enabling RRAS
    on SBS 2008 will cause problems.
    Hope this helps.
    Best regards,
    Justin Gu

  • My report is running very slow

    I have a pretty complex spreadsheet that runs correctly in the dashboard and produces a chart in the report. In the report, I allow the user to change about 20 inputs that impact the chart. When the user changes an input, however, it takes at least five seconds for the chart to update. I built the same chart in excel, and excel take less than a second to update. Is there a way to speed up my report?
    Thanks,
    Dan

    Dan,
    This is a Dashboard only.
    Now, as you have about 20 inputs that manipulates your data or changing it dynamically , it will surely take some time.Please go through the below link
    http://wiki.scn.sap.com/wiki/display/BOBJ/Dashboards+(Xcelsius)+General+Best+Practices
    In that check "Keep The Data And Logic To a Minimum Or Use Hard-Coded Values" section.
    Regards,
    JC

Maybe you are looking for

  • Remote Desktop and Windows Firewall Settings Not Working,

    Hi to all....              In My office am using Windows 7 ultimate x64 OS,Remote Desktop is Not working for Reason is Firewall is Turn on,i go  to Control Panel Settings to turn off the Firewall,But Firewall Setting are Not Working i Traced the Even

  • Pass a method as an object to DocumentListener

    So far, I have been assigning document listeners to JTextfields within the same class as the JTextField, as in...                private createJTextField(){                    JTextField t = new JTextField();                    t.getDocument().addDoc

  • Is there more than one way to strip clean a HD before reloading OSX 10.6.8 operating system

    I've had my MacBook's HD emptied and OSX reinstalled twice now in a few weeks by a Mac "reseller" there is no one in the store that has a full knowledge`of mac's they have the orange herd drive that i've seen in Mac shop's, they have the opperating s

  • Indesign Missing from Bridge CS6 Tools Menu

    I'm using CS6 and indesign is missing from my tools menu. I checked startup scripts in preferences and it is checked. I tried unchecking it and restarting it then rechecking it and I also tried resetting my preferences when starting bridge. Running O

  • Change of display colour in Chrome in Mountain Lion

    When I am using chrome, running 10.8.1, occasionally the browser changes the colours slightly making webpages look more washed out, when i cmd-Q and chrome closes the desktop flashes back to its normal colour.