Crystal Reports 2008 sp2 PrinterDuplex problem

All,
I'm working on a .NET 3.5 application (upgrade from 2.0) with Crystal Reports in it.
Since we just upgraded the code from 2.0 to 3.5, I thought it would be intresting to also upgrade from Crystal Reports 2005 to Crystal Reports 2008.
This transition worked flawlessly, except for 1 thing which I can not wrap my head around: I am unable to change the PrinterDuplex in the report.PrinterSettings since the upgrade !!
report.PrintOptions.PrinterDuplex = CrystalDecisions.Shared.PrinterDuplex.Horizontal; // does not work anymore
Message: COMException: {"Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))"}
Source: "CrystalDecisions.ReportAppServer.Controllers"
Stacktrace: "   at CrystalDecisions.ReportAppServer.Controllers.PrintOutputControllerClass.ModifyPrintOptions
(PrintOptions newVal)\r\n   at CrystalDecisions.CrystalReports.Engine.PrintOptions.set_PrinterDuplex
(PrinterDuplex value)\r\n   at Gui.Reporting.ReportPrinter.PrintOnly (ReportInfo info, IList`1 paramValues, Int32 nCopies) in C:
data\ \tcm_1.0
Generation
TCM
src
Gui
Reporting
ReportPrinter.cs:line 91"
Anybody here who had the same problem or knows where I could find an answer or what I'm doing wrong ?
cheers and thanks in advance,
Andy

Just did a quick test on it. Works for me fine. Using CR 2008 SP 2.
If you do not have SP 2, it is available from here:
https://smpdl.sap-ag.de/~sapidp/012002523100009038092009E/cr2008win_sp2.exe
Ludek

Similar Messages

  • Crystal Report 2008 SP2 Dynamic image file

    ASP.NET2008 C# +Crystal Report 2008 SP2 
    製作動態顯示圖片的報表
    資料庫是SQL2005 內存圖檔的路徑
    使用DataSet+Report Document的方式產生報表資料
    動態圖片是利用工是產生的
    現在發現以下問題,其他固定顯示的圖片正常
    1.未安裝SP1 &SP2
      (1)在VS下建置檔案:圖片正常顯示,且有錯誤訊息
      (2)部署後直接開啟網頁,無法顯示動態產生的圖片
      (3)錯誤訊息如下:
      網頁錯誤詳細資料
      使用者代理程式: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
        時間戳記: Mon, 1 Feb 2010 08:22:08 UTC
        訊息: 無法判定字串常數的結尾
      行: 23
        字元: 19
        程式碼: 0
        URI: http://192.168.1.89/aspnet_client/system_web/2_0_50727/crystalreportviewers12/js/dhtmllib/language/zh_TW/labels.js
      2.安裝SP1 &SP2 後
      (1)在VS下建置檔案:圖片正常顯示,且有錯誤訊息
      (2)部署後直接開啟網頁,無法顯示動態產生的圖片,且有錯誤訊息(同2(1))
        (3)錯誤訊息如下:
    網頁錯誤詳細資料
    使用者代理程式: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    時間戳記: Wed, 3 Feb 2010 00:45:39 UTC
    訊息: 無法判定字串常數的結尾
    行: 129
    字元: 19
    程式碼: 0
    URI: http://192.168.1.89/aspnet_client/system_web/2_0_50727/crystalreportviewers12/allStrings_zh_TW.js

    Hi Florian,
    I'm having the same problem, have you by any chance found a solution?
    Gajus.

  • How to overcome the Memory leakage issue in crystal report 2008 SP2 setup.

    I have developed the small windows based application tool with help of  Visual studio 2008 for identify the memory consumption of crystal report object. It helps to load the crystal report objects in the memory and then released the object from the memory. The tool simply does the u201CLoading and Unloadingu201D the objects in the memory.
    The tool will be started once u201CTest_MemoryConsumption.Exeu201D executed. The u201CTest_MemoryConsumption.Exeu201D consumes u201C9768 KBu201D memory before load the crystal report object in memory. It means, 9768 KB is normal memory consumption for run the tool.
    Crystal report object initiated by the tool and object help to load the report in memory once the tool initiated the crystal report object. Now u201CTest_MemoryConsumption.Exeu201D consumes u201C34980 KBu201D memory during the crystal report object creation and report load process. The actual memory consumption of crystal report object is 34980u20139768=u201C25212u201DKBu201D. 
    The memory consumption u201C34980 KBu201D will be continued till the end of the process. The memory consumption will be reduced to u201C34652 KBu201D from u201C34980 KBu201D once report load process completed. It means, u201C328 KBu201D memory only released from the memory consumption. Tool enables the Release command for the crystal report object. But crystal report object does not respond to the command and will not release his memory consumption.
    The memory consumption u201C34652 KBu201D will be stayed in the memory once job ends.  If i again initiate the crystal report object then it crystal report object start to consume the memory from 34652 KB.
    Database objects and crystal report objects are properly used in the tool. The object release commands properly  communicated to crystal report setup. But the u201CCrystal report service pack 2u201D setup unable to respond the commands which has enabled from .Net Tool.  Crystal report objects are properly initiated and disposed in the tool. But the crystal report unable to release from the server.
    The memory consumption will be reduced once the server restarted or kill the application.
    Crystal report 2008 and crystal report 2008 SP2 setup available in the server.
    Microsoft .Net Framework 2.0 SP2, Microsoft .Net Framework 3.0 SP2 and Microsoft .Net Framework 3.5 SP1 are available in the server,
    Could you please suggesst how to avoid the memory consumption keep increasing and  how to release the memory consumption  once the crystal object disposed???

    Hi Don..
    My case is different one. I hope, the problem with Run time Installation setup file (Crystal report 2008 Serivce Pack2 installer) which we installed in the server.
    Let me explain with Live scenario which our client faced in crystal report 2008 Service pack2 Installer.
    Our client is using a application to help to print their reports. The application is developed with Windows service.
    Windows service keep on running in the server. Windows service executes the client 's crystal reports( Labels Report, Stock  report) which designed for clients need and the reports will be printed from printer. 
    10 Same type report (Label Report) will be printed in 1 minute. Reports are not printing during non business hours. But the windows service keep on running.  Memory cosumption of application will be 160 MB in business hours.
    For Example, On Monday the application memory consumption starts with 160 MB. The Memory consumption will be reached 165 MB  in peak business hours. Then the memory will be ended in163 MB in the End of Monday. It means, The memory consumption will be in 163 MB during the non business hours. Reports will not be printed in non business hours.
    On Tuesday, the application memory consumption starts with 163 MB and it will be reached 168 MB during the peak hours. The Memory consumption will be ended in 165 MB in the end of Tuesday.  The same process contiues till friday. End of friday, the memory consumption of the application will be ended with 170 MB.
    Application Memory Consumption slowly increasing in the server. In 5 days, Memory consumption reached Threshold value (170 MB) of the server. Application gets hanged up once the memory consumption reached 170 MB. We got the error messages as "Attempted to read write protected memory " / "Not Enough memory for process".  If we restart server / If we restart the service then memory consumption of application get reduced to 160 MB.
    From the above scenario, We came know that the either the problem with Application object or the problem crystal report object. In the application, We have checked dispose methods of application objects completly. I am sure that  application objects are properly disposed in the application. I hope the problem not with application objects. The problem with Crystal report objects.
    Application properly communicates the dispose methods to crystal report objects. Crystal report objects are not released from
    the memory.
    Crystal report 2008 Serive Pack 2 setup installed in the server. 
    As you said, If Crystal report runtime is not released from memory then memory consumption keep increase???  In service oriented architecture application, how to unload the crystal report runtime??
    Do you any fix for this kind of issue??
    Willl Crystal report 2008 service pack 3 help on this issue??

  • Crystal Report 2008 SP2 & InfoView: Custom XML Export doesnt work

    Hi,
    I have created a Crystal Report .rpt and want to use the custom xml export function to output a custom xml file. For that, I created a custom transformation file (xsl) and imported it into the .rpt . On the client machine, if I open the .rpt with Crystal Reports 2008 SP2, and select to export it using the custom xml output, all runs fine. (under SP1, only half the file was created...)
    If I upload the .rpt file to Infoview (server-side: BO Enterprise 3.1, SP2 as well) and schedule it, I can select xml, and then my custom xml as output format, but I am getting the error message u201EUngültige Exportoptionen" (="invalid export options"), in the instance history. No output file is created. I use file system as destination. Other output formats like .pdf and .rpt work fine and files are created.
    Ideas:
    -Are there any more settings needed on the server (e.g.CMC - Crystal Server Jobs, other Processes, ...) so I can schedule the report and successfully create the custom xml format file as output?
    -Do I need to upgrade to a specific SP or FP on server-side so everything runs smooth?
    Thanks for your help!

    Hi Florian,
    I'm having the same problem, have you by any chance found a solution?
    Gajus.

  • Crystal Reports 2008 SP2 Install Error

    When I try to install Crystal Reports 2008 SP2 I receive the following error...
    The feature you are trying to use is on a CD-ROM or other removable disk that is not available.
    Insert the 'Crystal Reports 2008 SP1' disk and click OK.
    SP1 was installed via the upgrade utility that launches with the software.  I found the package folder in C:\Documents and Settings\%username%\Local Settings\Temp but it did not contain the MSI SP2 is looking for.
    I've tried installing SP2 by both letting the update utility attempt to automatically install it and by just downloading it from the update utility and running the installation manually.
    Anyone experience this issue?
    -Chris
    Edited by: chris.murphy on Oct 20, 2009 10:18 PM

    Hi Chris,
    This is not a support site but a public place for all users to help each other. If you would like to talk to a support Engineer then please purchase a case.
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551
    Try downloading SP1 and installing it from your local hard driver and then install SP2. I'll mention this issue to the install team and see what they say about your issue.
    Thank you
    Don

  • Crystal Reports 2008 SP2 - Fix Pack 2.1 Readme

    Hi,
    Where can I find a readme of the Crystal Reports 2008 SP2 - Fix Pack 2.1 with the list of fixed issues?
    Specifically does this fix the issue of dates when using .NET datasets and ADO recordsets (ttx files)?
    Regards
    Craig

    Is this not considered a critical breaking change? I think 6+ months is a long time to wait especially given we had to wait for SP2 in the first place for other fixes. Now we find we cant go to SP2.
    Is there anyway to get this esculated?
    What if SP3 hs another breaking change?
    Hopefully your will locate release notes, why is it that SAP dont appear to make these readily available for new serice packs and fix packs? We seem to go through this everytime?
    Craig

  • Crystal Reports 2008 SP2 - Fix Pack 2.1

    I see that Crystal Reports 2008 SP2 - Fix Pack 2.1 has been posted as of 10/26/09.  Anybody know what's in it?  I didn't see a Read Me.  Also, when you download and start to install this, it reports itself as a a Fix Pack for Version 1, but the version on things like CRViewer.dll show a version of 12.2.1.412 and a build date of 2009/10/14, which leads me to believe it really is for SP2.

    Moved to Legacy Development forum.
    We typically release the merge modules at the same time but sometimes they are delayed getting to our download site.
    Go to: SAP Crystal Solutions Downloads and click the Crystal Reports... link in the middle of the page and then select the correct versions and you'll find all of the dowloadables.
    If they are not there then let me know and I'll follow up with the guys who publish the files.
    Thank you
    Don

  • No Hyperlink in PDF after export from Crystal Reports 2008 SP2

    When I export a report from Crystal Reports 2008 Developer (as well as from the runtime) SP2 to PDF the Hyperlink to a file on hard disk is missing.

    Hi,
    Go through this LInk
    Re: No hyperlinks after exporting to pdf
    Regards,
    Salah

  • Just installed Crystal Reports 2008...problem

    We just installed the crystal reports 2008 to use with EVO - problem - screen comes up and that's it!  Can not click on anything...what are we doing wrong????
    Thanks

    The first time (to answer your questions) no, yes & yes
    Uninstalled Crystal Reports and reinstalled - as per your instructions...
    still no go.

  • Crystal Reports 2008 SP2 Installation Error

    Howdy Folks...
    I have been trying to install the SP2 for Crystal Reports.
    I get the following error...
    "The installaion source for this product is not available.  Verify that the source exists and that you can access it."
    Running the downloaded file, unpacks the contents, starts the installer, then the error message is displayed.
    System is with Windows Vista SP2
    Your help and advice is needed...
    Thanks,
    Jim

    Yes, mapping the network drive on the install PC works, technically.  Unfortunately, it doesn't resolve my core problem for two reasons.
    1.  I'm trying to make the install procedure as touchless as possible for an install base of potentially hundreds of users.  Having them all map a network drive would defeat the purpose.
    2.  I oversimplified the explanation of my situation to make the question easier to ask.  We actually have a home-grown, web-based client software distribution tool from which I'm trying to setup the installation.  The network drive, and generally all details of the installation are transparent to the installer, so that's another strike against mapping the network drive.
    Here's the command line script (nothing fancy) and the code of the supplemental .ini file that I'm using.  (This assumes that the self-extracting Crystal SP2 file has already been extracted and that I'm working directly with the setup.exe, setup.ini, and package files.)
    And to reiterate, this scripting procedure has worked like a charm for Xcelsius SP3 and Crystal SP1.  It just falls flat on its face for Crystal SP2
    Batch Script:
    setup.exe -r Crystal2008SP2.ini
    Crystal2008SP2.ini:
    [OTHER]
    QUIET=/qb+
    [INSTALL]
    CLIENTLANGUAGE="EN"
    DISABLEWEBUPDATE="1"
    ENABLELOGFILE="1"
    INSTALLDIR="C:\Program Files\Business Objects\"
    REINSTALL="ALL"
    [FEATURES]
    REMOVE=""
    ADDLOCAL=""
    ADDSOURCE=""
    ADVERTISE=""
    Thanks,
    Josh
    Edited by: Josh Crawford on Jan 20, 2010 8:44 AM

  • COM error in SAP toolbar, Crystal Reports 2008 SP2 FP2.1

    Hi,
    Error: COM execption caught in CExtToolBar::GenerateNewTempalte().HR = 0x80004005, ::InitOpenDialog().HR = 0x800004005; ::InitializeGlobalData(). HR = 0x03edafe7
    Unfortunately the error hasn't been fixed for us with FP 2.1 as it was with Sebastian.
    I have GUI 7.10 (7100.2.7.10348 Build 967944 Patch Level 14), Explorer 3.x and 7.0 installed.
    We are on SAP Integration Kit SP 2 FP2.1 and CR SP2 FP2.1
    I can connect to SAP using the MDX drivers etc, but get the same COM execption caught using the SAP toolbar.
    We want to use SAP BW variables as CR parameters in our report and the only way I'm understand from Ingo's previous posts to get a dynamic list of values from a SAP variable is to create the report via the CR SAP toolbar and save it to Infoview.
    thanks
    Michael

    looks identical to your previous item.
    Ingo

  • Migrating crystal reports XI to crystal reports 2008

    Hi,
    Currently we are using crystal Reports XI for our reporting.
    Planning to migrate to Crystal Reports 2008.
    Do we need to change all reports ,which are developed in Cr Rep XI.
    Thanks in advance
    Regards
    Ravi

    The source of the problem is the "re-import when opening" option on the sub-report - if I remove the tick, the report is saved to the repository and the program does not crash. Is this a known issue, or is there some restriction in 2008 which did not exist in XI that I am not aware of. I did download Crystal reports 2008 SP2 but I have not installed as the notes say it is not compatable with Server 2008 SP1.
    I have the follow versions installed...
    Crystal Reports 2008: 12.1.0.892
    Crystal Server 2008: 12.1.0
    CMS database is on SQL Server 10.0.2531
    Tks
    Garth

  • Crystal Reports 2008 on Windows 7

    I have a client running Crystal Reports 2008 in a Windows 7 environment. The client states that when printing Crystal Reports, they will only print to his local printer, to the bypass tray. The client states that when changing the printer to any other network printer, the Crystal Reports will not print. The client also states that printing from other applications, such as his accounting software (Peachtree), Open Office, e-mail, etc. he is able to print to any printer without problems. Does anyone know if there are any outstanding problems with running Crystal Reports 2008 in a Windows 7 environment, or has anyone heard of this type of issue before?
    Thank you,
    Tammi

    Thank you, Don. I have not verified if the client has downloaded and installed the Crystal Reports 2008 SP2 update yet or not, nor do I know which SP of Windows 7 they are running. I will forward this information to their IT person and have them confirm this for me.
    To answer your other questions, I had disassociated the printer with the reports (we also check the NO PRINTER box before saving the reports). The client claims that the printing does not work in either the Crystal Reports Viewer, nor through the Designer. They are using this as a locally installed application (Windows not Web).
    Thank you again for your suggestions. I will get them implemented right away, if they have not been.
    Best regards,
    Tammi

  • Crystal Reports 2008 crashes in Visual Studios Basic 2008

    I have Visual Studio 2008 Basic with Crystal Reports 2008 (Full) running on Windows 7 Pro - 64-Bit. I am running VS in visual basic runtime and I encounter this problem very frequently, however not all the time.
    What appears to be happening is when I have any one of my 11 solutions open and I try to open a crystal report, Visual Studio says that it has encountered a problem and needs to restart. This happens whether I am running the program as and administrator or not. After VS restartes and I open my solution again, I attempt to open the same report and it opens without crashing.
    This seems to be a direct problem with Windows 7 and crystal reports, because I never had this problem while developing these solution in Windows XP.
    ~Paul

    Make sure you have applied Visual Studio 2008 SP1.
    Make sure you have Crystal Reports 2008 SP2 applied (unless you are using datasets with date time fields, then apply SP1).
    SP 1 is here;
    https://smpdl.sap-ag.de/~sapidp/012002523100006555792009E/cr2008win_sp1.exe
    SP2 is here;
    https://smpdl.sap-ag.de/~sapidp/012002523100009038092009E/cr2008win_sp2.exe
    See if the updates help.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Crystal reports 2008 SP1 missing in BusinessObjects Crystal Reports website

    We have used Crystal reports 2008 as a reporting utility in our application and have released our product last year. During our release the latest software available  was Crystal reports 2008 base + SP1 + SP2 + Fix Pack 2.7 and same was mentioned in our documentation as mentioned in BELOW.
    The current supported version of Crystal Reports is Crystal Reports 2008 with
    Service Pack 2 and Fixpack 2.7. The installation sequence is as follows:
    1. Install Crystal Reports 2008 base.
    2. Install Crystal Reports 2008 SP1.
    3. Install Crystal Reports 2008 SP2.
    4. Install Fixpack 2.7. This can be found under the hotfix section on the web site.
    Questions
    1) Now the issue is that, Crystal reports 2008 SP1  is NOT available for download in the "Business Objects u2013 Crystal Reports Runtime Packages". Why was it removed? Any clue? Without this our instructions doesn't hold good.
    2) If Crystal reports 2008 SP1 will NOT be available any more then what is the equivalent installable for "Crystal reports 2008 base + SP1 + SP2 + Fix Pack 2.7" to be used?  Can Crystalreports 2008 SP3 Full Build + Fix Pack 3.3 be used instead of "Crystal reports 2008 base + SP1 + SP2 + Fix Pack 2.7" ?
    Pls Clarify.

    Hello,
    Download Service Pack 3.0 full build: https://smpdl.sap-ag.de/~sapidp/012002523100009989492010E/cr2008_sp3_fullbuild.zip
    and then Fix Pack 3.3: https://smpdl.sap-ag.de/~sapidp/012002523100016815822010E/cr2008fp33.exe
    Then you and your users don't need to go through all of those upgrade steps.
    Thank you
    Don

Maybe you are looking for

  • Pages 4.3 (332MB) and Pages 5.0 (455MB) are both installed on my macbook, can I delete Pages 4.3 from my application folder?

    Pages 4.3 (332MB) and Pages 5.0 (455MB) are both installed on my macbook, can I delete Pages 4.3 from my application folder? I recently (after upgrading to Mavericks) installed Pages 5.0 (iWorks '09 with Pages 4.3 was already installed on my Macbook)

  • Unable to create webservice system!!!

    Hi Friends, I am using SAP NetWeaver 2004s Visual Composer SP 08. My problem is, No matter whatever WSDL url i give to create the WebService System in the VC its throwing me the error '<i>Invalid Web Service URL: http://ws.invesbot.com/stockquotes.as

  • 802.11n Enabler

    I have a 1st generation 15" mac book pro, with an airport card. when I try to install the Enabler I get a message saying that my Mac doesn'rt have the correct hardware. Apple store guy siad my processers are not the correct for this app?? TRUE??? or

  • How do I start Java? I'm a novice.

    I got a java book and just downloaded JDK 5.0 Update 3. After installing it, I couldn't find a way to start the program. There's no icons or exe. files that can do that. I was just going to try to type in some simple samples from the book. Now I can'

  • DTM deleted old entries in iCal!

    I keep my old entries in iCal as sort of a diary.  A short while ago I started looking for something from a couple of years ago (on my computer), and discovered that everything that was over a year old was gone!.  I was not aware of the archive featu