Quantcast
Channel: SCN : Discussion List - SAP Crystal Reports, version for Visual Studio
Viewing all 3636 articles
Browse latest View live

App crashes with System.AccessViolationException when using .Net application client on windows 2012 with target .NET framework 4.5

$
0
0

I have following environments /configuration

 

  • SAP Crystal server 2013 installed on windows server 2012.

 

I have a simple .Net application which is using .NET sdk for crystal server (14.0.3500.0) with following config

 

  • Application is running on another windows server 2012
  • Target framework is 4.5
  • Code
  internal SessionMgr sessionMgr = new SessionMgr();          internal EnterpriseSession enterpriseSession = null;          internal EnterpriseService tempService = null;          internal ReportAppFactory reportAppFactory = null;           enterpriseSession = sessionMgr.Logon(_CMSUSER, password, reportServerName, "secEnterprise");            tempService = enterpriseSession.GetService("", "RASReportFactory");            reportAppFactory = (ReportAppFactory)tempService.Interface;           enterpriseService=  enterpriseSession.GetService("InfoStore");           EnterpriseService enterpriseService;                InfoStore infoStore;                InfoObjects infoObjects;                enterpriseService =  enterpriseSession.GetService("InfoStore");                infoStore = new InfoStore(enterpriseService);                infoObjects = infoStore.Query("Select SI_ID From CI_INFOOBJECTS Where SI_NAME='" + reportName + "' And SI_INSTANCE=0");                //DebugManager.LogDebug(session, "Before report.Open " + oReportFileName);                InfoObject infoObject = infoObjects[1];                Console.WriteLine(infoObject.ID.ToString());        report = sessionObject.reportAppFactory.OpenDocument(infoObject.ID, 0);

 

I'm getting An unhandled exception of type 'System.AccessViolationException' occurred at line 18.  This works fine when i run .net application on windows 2008 R2.

 

 

.NET Call Stack



Function
DomainBoundILStubClass.IL_STUB_CLRtoCOM(System.Object, Int32)+198
[[InlinedCallFrame] (CrystalDecisions.ReportAppServer.ClientDoc.ISReportAppFactory.OpenDocument)] CrystalDecisions.ReportAppServer.ClientDoc.ISReportAppFactory.OpenDocument(System.Object, Int32)
TestCrystalServer.Program.TestCrystalServer()+2e7
TestCrystalServer.Program.Main(System.String[])+24
[[GCFrame]]

 

Full Call Stack

 

Function
ATL80!AtlComPtrAssign+1e
sacorbaadapter+954b
sacorbaadapter+9a95
sacommlayer!DllGetClassObject+2900
clientdoc!DllGetClassObject+4b765
clientdoc!DllGetClassObject+1129e
clientdoc!DllGetClassObject+1163c
clientdoc!DllGetClassObject+3ae32
clientdoc!DllGetClassObject+3aefe
clientdoc!DllGetClassObject+395cf
clientdoc!DllGetClassObject+9c57
DomainBoundILStubClass.IL_STUB_CLRtoCOM(System.Object, Int32)+198
[[InlinedCallFrame] (CrystalDecisions.ReportAppServer.ClientDoc.ISReportAppFactory.OpenDocument)] CrystalDecisions.ReportAppServer.ClientDoc.ISReportAppFactory.OpenDocument(System.Object, Int32)
TestCrystalServer.Program.TestCrystalServer()+2e7
TestCrystalServer.Program.Main(System.String[])+24
clr!CallDescrWorkerInternal+83
clr!CallDescrWorkerWithHandler+4a
clr!MethodDescCallSite::CallTargetWorker+2e6
clr!RunMain+1e7
[[GCFrame]]
clr!Assembly::ExecuteMainMethod+b6
clr!SystemDomain::ExecuteMainMethod+45e
clr!ExecuteEXE+3f
clr!CorExeMainInternal+ae
clr!CorExeMain+14
mscoreei!CorExeMain+e0
mscoree!CorExeMain_Exported+57
kernel32!BaseThreadInitThunk+1a
ntdll!RtlUserThreadStart+1d

Problem Printing from SAPBusinessObjects.WPF.Viewer

$
0
0

C# WPF application, Visual Studio 2010 ,CR version 13

everything except the print button works, I can export copy, etc. Just not print.

 

code to make Viewer

 

            reportViewer = new CrystalReportsViewer();

            reportViewer.Owner = GetWindow(this);

            reportViewer.Name = "CrystalReport";

            reportViewer.ShowLogo = false;

            reportViewer.ShowToolbar = true;

            reportViewer.ShowOpenFileButton = false;

            reportViewer.ViewerCore.ReportSource = report;

            reportViewer.ToggleSidePanel = SAPBusinessObjects.WPF.Viewer.Constants.SidePanelKind.None;

 

When I click the Print button on the toolbar it says "No printers are configured. Please configure a printer on the system before printing."

 

I have 4 network printers on my machine, and a default printer is selected.

 

How do I make it popup a printer dialog box for the user to select the desired printer/printer options/page options, and then print.

 

Thanks!

Forward Migration Problem (Crystal reports 9 & VS 2005)

$
0
0

Here's the situation:

We're migrating an application written in visual basic / asp.net on VS2005 to a new home on a 64bit OS (Windows 2003 R2) from it's current home on a 32bit OS.(Windows 2003) Normally, I'd say no-problem and just copy-paste the directory housing the app to the new server and hook it up with IIS. However, this particular application uses Crystal Reports 9 to generate reports for it's users. Which means doing things the aforementioned way breaks the reporting features of the app.

 

I've looked around on the net and even here and so far I've gotten the impression that we'll need to redeploy the application from VS2005 to the new location and include some .msm files (Merge Modules) and a license key in the process somehow. (See: http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/10ae17a6-a41d-2b10-eb9f-8dfb2a88dc7e?QuickLink=index&…)

 

Now, I could probably follow the guide in the link there and figure it out, but, since I'm one of those spoiled new college kids, I've just got to ask: is there any easier/quicker way of doing this? I mean, I love reading manuals about outdated tech as much as the next geek. I just would have sooner expected there to be some simple little .exe or .msi file someplace that did the heavy lifting and just asked for the keycode when it was time.

 

Also, is there any concern with the new server being 64bit? am I going to need to use a newer version of the Crystal Reports Redistributable to make this work? How would that change the process of redeployment? Would there need to be coding changes?

 

I've got 3 more applications just like this to move as well on the same development server. After that, I'll have to move production for each one of them too. So anything I can do to save time and braincells on this is a must.

crystal 6.5 to .NET - Section Map equivalent

$
0
0

I'm working on upgrading one of our products from using Crystal 6.5 to 10.5 .NET components.  The old code uses the crpe32.dll engine, making calls to the various PE functions.  The biggest hurdle I'm having at the moment is replacing PESetSectionFormat and the "section codes" it uses.

 

I know the new version has:

GroupHeaderSection1

GroupHeaderSection2

GroupHeaderSection3

GroupHeaderSection4

 

But I don't know for sure how to tell which ones are something like

GroupHeader1a     - (section 3000)

GroupHeader1b     - (section 3025)

GroupHeader2       - (section 3001)

GroupHeader3       - (section 3002)

 

 

I'm looking for a generic way to know that "GroupHeaderSection2" is actually "GroupHeader1b" instead of "GroupHeader2".  We have over a hundred reports using the PESetSectionFormat, and trying to avoid redoing the old templates with formulas or parameters to suppress the necessary sections based on user selections.  Hopefully I've just missed something obvious when searching for the answer.

 

 

Section Map from 6.5

 

The following map shows the pattern of section code assignment:

 

Report Header   

1000    First Section in Report Header Area

1025    Second Section in Report Header Area

1050    Third Section in Report Header Area

1075     Fourth Section in Report Header Area

up to 1975    40th Section in Report Header Area

Page Header   

2000    First Section in Page Header Area

2025    Second Section in Page Header Area

2050     Third Section in Page Header Area

2075     Fourth Section in Page Header Area

up to 2975    40th Section in Page Header Area

GH1   

3000     First Section in First Group Header Area

3025     Second Section in First Group Header Area

3050    Third Section in First Group Header Area

3075     Fourth Section in First Group Header Area

GH2   

3001    First Section in Second Group Header Area

3026    Second Section in Second Group Header Area

3051    Third Section in Second Group Header Area

3076    Fourth Section in Second Group Header Area

Details   

4000    First Section in Details Area

4025     Second Section in Details Area

4050    Third Section in Details Area

4075     Fourth Section in Details Area

GF1   

5000     First Section in First Group Footer Area

5025     Second Section in First Group Footer Area

5050     Third Section in First Group Footer Area

5075     Fourth Section in First Group Footer Area

GF2   

5001     First Section in Second Group Footer Area

5026     Second Section in Second Group Footer Area

5051    Third Section in Second Group Footer Area

5076    (Fourth Section in Second Group Footer Area

Page Footer   

7000     First Section in Page Footer Area

7025    Second Section in Page Footer Area

7050    Third Section in Page Footer Area

7075    Fourth Section in Page Footer Area

Report Footer   

8000     First Section in Report Footer Area

8025    Second Section in Report Footer Area

8050    (Third Section in Report Footer Area

8075    Fourth Section in Report Footer Area

pdf export shows 't' as 'tt' or 'ti' for calibri font

$
0
0

Environment:

Using Crystal Report 10.5.3700.0 in VS 2008 on Win XP.

 

Issue:

Report generated thru pdf export shows 't' as 'tt' or 'ti' for calibri font. The report preview shows ok.

 

Took the following steps but did not succeed.

1. Renamed usp10.dll in d:\windows\system32 to usp10-old.dll. However, the file usp10.dll  is again regenerated here automatically. The problem remains.

2. Copied the usp10.dll from D:\Program Files\Business Objects\Common\2.8\bin to d:\windows\system32. The problem remains.

 

Query:

The usp10.dll in D:\Program Files\Business Objects\Common\2.8\bin is of version : 1.0626.6000.16386 (vista_rtm.061101-2205).

 

1.Is this the right version for my environment? If not, what version is required, where to get it from and how to install it.

2.Is some other solution recommended for the right output for calibri font

 

An early help would be greatly appreciated. Thanks.

can't see the parameter labels (Prompt Group Text and parameter Name) when open crystal report on aspx page

$
0
0

Hi,

  I have several crystal reports (I installed crystal report 2011), when I open crystal report on my local PC, I can see parameter labels (Prompt Group Text and parameter Name)  however, when I open crystal report on my asp.net 4.0 application, it have problem to display the labels, It doesn't display any parameter labels(I attach screen shot, you can see it..)  Could you tell me how to solve this problem?

 


Thanks

Kelvinlabels1.jpglabels2.jpglabels3.jpg

Parameter List not showing a complete list of values from database

$
0
0


Hi,

  In my database table,there are 8 different year period, however, when i run the report, it display only 2 years period for me to select, is there any something wrong on my setting? what I need to do in order to display all year period for the year parameter?

  I install crystal report 2011 on my laptop..

 

Thanks

Kelvin

 

 

Fydropdown2.jpg

Fydropdown1.jpg

Fydropdown3.jpg

SAP Crystal Reports, developer version for Microsoft Visual Studio - Supported Platforms

$
0
0

Hi,

   I'm trying to use this version CRforVS 13_0_8 to view my report with SAP HANA and i get this error incorrect report source, but i don't know if this  version support SAP HANA or is something missing on my code. Here is the code :

 

 

 

 

ConnectionInfo connectionInfo = new ConnectionInfo();

connectionInfo.ServerName = dbServ;

connectionInfo.DatabaseName = BDCompany;

connectionInfo.UserID = dbUser;

connectionInfo.Password = dbPsw;

 

 

the dbServr is the servername and the port. And I try this to

 

  ConnectionInfo connectionInfo = new ConnectionInfo();

  string hanaSername = "Driver={HDBODBC32};ServerNode=" + dbServ + ";";

  connectionInfo.ServerName = hanaSername ;

  connectionInfo.DatabaseName = BDCompany;

  connectionInfo.UserID = dbUser;

  connectionInfo.Password = dbPsw;

 

 

Greetings.


invalid keycode in vs 2012

$
0
0

i have encountered error a while ago, the crystal reports has error, the message box is pop up on my screen and saying invalid keycode. what does it means? i reinstall the crystalreports twice but the error was occuring. i used CRforVS_13_0_8 on my vs 2012. if anyone know how to fix this pls help me.

Crystal Reports in VS2005 to be deployed on Win2012 Server

$
0
0

Hi

 

We have a Web based application developed in VS2005.

We have used in built Crystal Reports which comes with VS2005

Currently our application is hosted on Windows 2003 server

 

Now we are planning to

1. Shift our server to 64 bit server with OS as Windows 2012 Standard -

While testing we found that Crystal Reports are not working.

Would like to know if we need to install / configure anything on server.

 

2. For developers machines we are planning to shift to VS2013 with Windows 8.1.

On that front also we are facing issue because we are not able to open the reports in VS2013.

Would like to what we need to do to use Crystal Reports with VS2013 and Windows 8.1

 

Thanks

Rahul Thatte

What do the red chevrons in the Database Expert mean?

$
0
0

I've had to go into an old report of our and work on it. I've had to add new tables and remove some data that was formerly displayed. Also, and this might be relevant to my question, we've had a change in the server that hosts our production database. When I brought up the report in Visual Studio 2010, and started to edit it, it asked for the username and password to the report (it's a report that runs against our SQL Server database). Well, the networking people have put in the necessary entries into DNS so that the old database server's name will point to the new database server. And naturally these reports are old enough that they would be pointing to the old database server name. So I entered the new database server name and used that.

 

Anyway, after adding 2 new tables (ASIATRSupplement and ASICodesATREducationLevel) to the query I was making sure that the links were correct in the Database Expert | Links tab. They're correct, but there's some red chevrons next to the keys that are being linked on. What does that mean? Here's a screen capture of what I'm talking about:

 

Ask About This.png

Crystal Reports for VS2010 Installation Error 2753

$
0
0

When attempting to install Crystal Reports for Visual Studio 2010, the installation fails with the following message:

 

Error 2753. The File "agent.exe.6ED28686_7B19_420C_B255_5B6C1BD2C705" is not marked for installation.

 

After clicking ok to this message box, a second message appears:

 

SAP Crystal Reports, version for Visual Studio 2010 installation ended prematurely because of an error.

 

The relevant lines from the CR4VS_0.log:

MSI (s) (8C:D8) [14:22:16:895]: Skipping action: Bootstrap.6ED28686_7B19_420C_B255_5B6C1BD2C705 (condition is false)
MSI (s) (8C:D8) [14:22:16:895]: Skipping action: Register.6ED28686_7B19_420C_B255_5B6C1BD2C705 (condition is false)
MSI (s) (8C:D8) [14:22:16:895]: Skipping action: Unregister.6ED28686_7B19_420C_B255_5B6C1BD2C705 (condition is false)
MSI (s) (8C:D8) [14:22:16:895]: Skipping action: RegisterPUNoVersion.6ED28686_7B19_420C_B255_5B6C1BD2C705 (condition is false)
MSI (s) (8C:D8) [14:22:16:895]: Doing action: RegisterNoVersion.6ED28686_7B19_420C_B255_5B6C1BD2C705
Action 14:22:16: RegisterNoVersion.6ED28686_7B19_420C_B255_5B6C1BD2C705. 
Action start 14:22:16: RegisterNoVersion.6ED28686_7B19_420C_B255_5B6C1BD2C705.
MSI (s) (8C:D8) [14:22:16:895]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'RegisterNoVersion.6ED28686_7B19_420C_B255_5B6C1BD2C705' 
MSI (s) (8C:D8) [14:22:16:895]: Note: 1: 2753 2: agent.exe.6ED28686_7B19_420C_B255_5B6C1BD2C705 
Error 2753. The File "agent.exe.6ED28686_7B19_420C_B255_5B6C1BD2C705" is not marked for installation.
MSI (s) (8C:D8) [14:49:50:052]: Product: SAP Crystal Reports, version for Visual Studio 2010 -- Error 2753. The File "agent.exe.6ED28686_7B19_420C_B255_5B6C1BD2C705" is not marked for installation.

Action ended 14:49:50: RegisterNoVersion.6ED28686_7B19_420C_B255_5B6C1BD2C705. Return value 3.
Action ended 14:49:50: INSTALL. Return value 3.

 

The OS is Microsoft Windows XP Professional, Version 5.1.2600 Service Pack 3 Build 2600, x86 32-bit.

 

Any suggestions?

Crystal Report (10.5.3700.0) not working in windows 7 x64

$
0
0


Hello there

 

Please note we are using the above runtime dll for our users for crystal report in VS2010. We noticed that some our reports not working to the users machine who has windows 7 x64 bit. Same report works fine in the windows xp 32 bit machine. Those reports have grouping and sorting.

 

I would to know what patch we need to apply so the reports work fine to the users machine? or is there any proper solution.? We use windows click once application.

 

 

Thanks

Fawad

Issue with crystalreportviewer navigating with report with parameters asp.net

$
0
0

Hi Im trying to load crystal reports on a webpage. The report load fine and navigates fine if I dont have any parameters in the report.

But when I load a report with parameters its shows the parameter dialog and loads the first page fine but when I click next page or print the parameter dialog apears again and shows the first page again. Bellow is a copy of my code. If anyone has sudgestions how i can handle this I would be greatly appricated. I cant assign parameters via code as the reports are different and each one has unique parameters so it uses the reportviewer web control to ask for parameters.

 

thanks in advance

 

 

Imports CrystalDecisions.CrystalReports.Engine

Imports CrystalDecisions.Shared

Imports CrystalDecisions.Web

 

 

PublicClassReportViewer

    Inherits System.Web.UI.Page

 

    Private oRpt AsNewReportDocument()

   

    Private df AsDataDefinition

    FriendShared aspx AsObject


PrivateSub ReportViewer_Init(sender AsObject, e As System.EventArgs) HandlesMe.Init

 

        IfNot IsPostBack Then

            BindReport(Request.QueryString("field1"))

 

        Else

 

            With CrystalReportViewer1

 

 

 

                .ParameterFieldInfo = Session("ParamFieldInfo")

 

                .ReportSource = Session("ReportSource")

 

 

            EndWith

        EndIf

 

    EndSub

 

    ProtectedSub Page_Load(ByVal sender AsObject, ByVal e As System.EventArgs) HandlesMe.Load

 

        IfNot IsPostBack Then

            BindReport(Request.QueryString("field1"))

        Else

 

            With CrystalReportViewer1

 

                ' .DisplayGroupTree = False

 

                .ParameterFieldInfo = Session("ParamFieldInfo")

 

                .ReportSource = Session("ReportSource")

 

 

            EndWith

        EndIf

 

 

    EndSub

 

PrivateSub CrystalReportViewer1_Navigate(source AsObject, e As CrystalDecisions.Web.NavigateEventArgs) Handles CrystalReportViewer1.Navigate

 

        BindReport(Request.QueryString("field1"))

    EndSub

 

 

 

    PrivateSub BindReport(RptPath AsString)

 

        If Session("ReportSource") IsNothingThen

       

 

            Dim rep AsNewReportDocument

 

            rep.Load(Server.MapPath(RptPath))

 

            Me.CrystalReportViewer1.ReportSource = rep

 

 

            Session("ReportSource") = rep

 

            With CrystalReportViewer1

 

                .ParameterFieldInfo = Session("ParamFieldInfo")

                .ReportSource = Session("ReportSource")

                .DataBind()

            EndWith

        EndIf

 

 

    EndSub

Navigation in Crystal Viewer With Parameters

$
0
0

Hi,

 

I am trying to load crystal reports on a webpage. The report loads fine and navigates fine if I do not have any parameters on the report.

 

However when I load the same report with parameters, Crystal Viewer shows the parameter dialog and loads the first page fine but when I click next page, print or try to export the report, the parameter dialog appears again and shows the first page again.

 

The parameters are a date that is converted from SQL date as below (so that the users do not have to input times at the end of the date):-

 

Date(Year({tblOrder.DateCompleted}), Month({tblOrder.DateCompleted}), Day({tblOrder.DateCompleted}))

 

Any help would be much appreciated.

 

 

Regards


Error trying to view a RPT with SAP HANA

$
0
0

Hi,

   I'm trying to use this version CRforVS 13_0_8 to view my report with SAP HANA and i get this error incorrect report source, but i don't know if this  version support SAP HANA or is something missing on my code. Here is the code :

 

 

 

 

ConnectionInfo connectionInfo = new ConnectionInfo();

connectionInfo.ServerName = dbServ;

connectionInfo.DatabaseName = BDCompany;

connectionInfo.UserID = dbUser;

connectionInfo.Password = dbPsw;

 

 

the dbServr is the servername and the port. And I try this to

 

  ConnectionInfo connectionInfo = new ConnectionInfo();

  string hanaSername = "Driver={HDBODBC32};ServerNode=" + dbServ + ";";

  connectionInfo.ServerName = hanaSername ;

  connectionInfo.DatabaseName = BDCompany;

  connectionInfo.UserID = dbUser;

  connectionInfo.Password = dbPsw;

 

 

Greetings.

Two questions about adding data to an existing Crystal Report

$
0
0

We've got some older Crystal Reports which are currently in Crystal Reports for Visual Studio 2010. I've got to add a couple of new data points to them. The existing reports retrieve data from some tables in a SQL Server database, filtering the data by the primary key in the tables. I've got to add both a stored procedure to the query, and another couple of tables. How do I do that?

crystal 6.5 to .NET - Section Map equivalent

$
0
0

I'm working on upgrading one of our products from using Crystal 6.5 to 10.5 .NET components.  The old code uses the crpe32.dll engine, making calls to the various PE functions.  The biggest hurdle I'm having at the moment is replacing PESetSectionFormat and the "section codes" it uses.

 

I know the new version has:

GroupHeaderSection1

GroupHeaderSection2

GroupHeaderSection3

GroupHeaderSection4

 

But I don't know for sure how to tell which ones are something like

GroupHeader1a     - (section 3000)

GroupHeader1b     - (section 3025)

GroupHeader2       - (section 3001)

GroupHeader3       - (section 3002)

 

 

I'm looking for a generic way to know that "GroupHeaderSection2" is actually "GroupHeader1b" instead of "GroupHeader2".  We have over a hundred reports using the PESetSectionFormat, and trying to avoid redoing the old templates with formulas or parameters to suppress the necessary sections based on user selections.  Hopefully I've just missed something obvious when searching for the answer.

 

 

Section Map from 6.5

 

The following map shows the pattern of section code assignment:

 

Report Header   

1000    First Section in Report Header Area

1025    Second Section in Report Header Area

1050    Third Section in Report Header Area

1075     Fourth Section in Report Header Area

up to 1975    40th Section in Report Header Area

Page Header   

2000    First Section in Page Header Area

2025    Second Section in Page Header Area

2050     Third Section in Page Header Area

2075     Fourth Section in Page Header Area

up to 2975    40th Section in Page Header Area

GH1   

3000     First Section in First Group Header Area

3025     Second Section in First Group Header Area

3050    Third Section in First Group Header Area

3075     Fourth Section in First Group Header Area

GH2   

3001    First Section in Second Group Header Area

3026    Second Section in Second Group Header Area

3051    Third Section in Second Group Header Area

3076    Fourth Section in Second Group Header Area

Details   

4000    First Section in Details Area

4025     Second Section in Details Area

4050    Third Section in Details Area

4075     Fourth Section in Details Area

GF1   

5000     First Section in First Group Footer Area

5025     Second Section in First Group Footer Area

5050     Third Section in First Group Footer Area

5075     Fourth Section in First Group Footer Area

GF2   

5001     First Section in Second Group Footer Area

5026     Second Section in Second Group Footer Area

5051    Third Section in Second Group Footer Area

5076    (Fourth Section in Second Group Footer Area

Page Footer   

7000     First Section in Page Footer Area

7025    Second Section in Page Footer Area

7050    Third Section in Page Footer Area

7075    Fourth Section in Page Footer Area

Report Footer   

8000     First Section in Report Footer Area

8025    Second Section in Report Footer Area

8050    (Third Section in Report Footer Area

8075    Fourth Section in Report Footer Area

Using SAP Crystal Reports Server 2008 V1 with VS 2008

cr2008 – Huge delay sending to the printer spooler.

$
0
0

Hi,

Happy New Year

 

 

System requirements:

 

Windows 8 Enterprise (System type: 64-bit - Operating System, x64-based processor)

 

Development application tool: Microsoft Visual Studio 2008

 

Crystal Reports XI (Product version: 11.0.0.2495)

 

Crystal Reports 2008:

       CR Developer is 12.6.2.1782.

       Distributed runtimes: CRRuntime_12_6_mlb.msi

 

 

Three impressionswith2356pagesprinting were performed

(Print option: Start printing after last page is spooled)

Time andfile sizewere obtainedwhen sending toprinter spooler:

With crXI
– 60 secondsand8.16 MB

cr2008(
PrintOutputController ( RAS ))
– 164 seconds and 178MB

cr2008(withP2P)

– 3734 seconds and 450 MB


The differences intime and file sizesentare unbelievable!

 

 

How canresolve thesediscrepancies?

 

A patch for this situation is absolutely necessary!

 

Perfeito Aguiar

Viewing all 3636 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>