Printing a Crystal Report XI in Business Objects from Access (VB)

Post Author: karene
CA Forum: Other
I have a report that is stored in the BusinessObjects (and I'm new to this system).  I can open it from Access using VB, by running iexplore.exe and giving it the correct URL:
stAppName = "C:\Program Files\Internet Explorer\iexplore.exe " & GetReclassificationReportURL() & _        "&lsS@type=site&lsS@id=" & SiteId    Call Shell(stAppName, 1)
where the GetReclassificationReportURL returns something like https://xidesign.ourdomain/businessobjects/enterprise115/InfoView/scripts/OpenDocument.aspx?iDocID=24321825
This opens Crystal, and they can view or print the report.  However, when they were using the corresponding Access report, it would print for them directly.  They could press a print button, and it would come out on their default printer.  Can I do that using Crystal?  How?  (I'm using Access 2003, and VB 6.3)
Thank you for any assistance you can provide.
-karene

Post Author: RamcoSystems
CA Forum: Deployment
Hai,
    Installation of BOXI does not not include Crystal Reports as a part of it?If yes, then does the crystalreportviewer ship along with BOXI?

Similar Messages

  • Crystal Reports published on Business Objects Enterprise Server

    Hi all,
    I am having a few difficulties after i save my crystal report to the Business Objects Enterprise Server XI 3.1.
    1) for the reports with static parameters the "Crystal Reports Print Control" doesbnot work. It gets stuck and i guess cannot load the print function. Don't know what exactly causes it but i made two similar one field reports and saved them to the server. One with a dynamic parameter and the other with a static parameter.
    The report with static parameter could not be printed.
    This happens when i use the HTML viewer for crystal reports. I cannot use the activeX or Java viewers as they mess up the formatting of my Arabic reports.
    2) For some reports i get one type of parameter screen (like we get while running through the designer) while for other reports i get a different type of Parameter Entry Screen. Sometimes when i view the report first time i get the former type of parameter screen and when i refresh the report i get the later screen.
    3) Also my dynamic parameters are not showing all the values when the reports are saved to the above mentioned server. On my desktop i made the LOV registry tweak and it works fine. I did the same tweak on server registry but it is not working.
    Thanks a lot even if u read it

    Moved to BOE forum

  • Converting crystal reports 10 to Business Objects XI reports

    <span style="font-size: 14pt; font-family: Verdana"><span style="font-size: 8pt; font-family: Verdana">Hi All</span><span style="font-size: 8pt; font-family: Verdana"> I am very new to Business Objects XI R2, I have two doubts if any one knows please give reply to me so that it will be helpful for me.</span><span style="font-size: 8pt; font-family: Verdana">First is :</span><span style="font-size: 8pt; font-family: Verdana">Now I am working for a project called Converting Reports which was created by Crystal Reports 10 TO Business Objects XI reports.</span><span style="font-size: 8pt; font-family: Verdana">Is there any specific way for converting .rpt(Crystal Reports) to .rep (Business Objects) or I have to recreate in Business Objects XI.</span><span style="font-size: 8pt; font-family: Verdana"> and Second is:</span><span style="font-size: 8pt; font-family: Verdana"> Is it possible, Scheduling BO XI report in java based interface, I heard that it is possible but I don&#39;t know how?</span><span style="font-size: 8pt; font-family: Verdana">Please give me, How it is possible?</span><span style="font-size: 8pt; font-family: Verdana"> Waiting for reply</span><span style="font-size: 8pt; font-family: Verdana">Thanks in Advance</span><span style="font-size: 8pt"><font face="Times New Roman"> </font></span></span>

    you will need access to the CMS DB and FRS from CE10 in order to migrate to XI 3.x, typically this is accomplished via network. If you can restore them to the same computer a side by side (install CE10 and XI 3.x on the same server) may work as well.
    Regards,
    Tim

  • Incorrect font when print a crystal report in SAP Business One

    I design a report in Business Object basic edition 2008 and work without problems with the business object application. But if I use the crystal report integration in SAP Business One screens the report print the information with a wrong font, do not use the utility font used in the report configuration. I need help in this !!!!!

    Hi Roberto,
    I suggest you post your question to the Business One forum.
    I can't move this one.
    Thank you
    Don

  • Exsisting Crystal Reports conversion to Business Objects reports

    hi,
    can existing crystal reports can be converted to Business Objects reports ( Adhoc, webi, deski types ).
    If yes, what versions of CR can be converted to BOBJ reports and what versions could not be.
    Where woud I go to get the information and procedure to get this done.
    Your help is deeply appreicated. Thanks.

    Hi Venkat,
    Unfortunately there is no direct method or tool which can convert the existing Crystal reports to WEBI or DESKI. The best way to go about converting the reports would be to re-create the reports in the required reporting tool.
    All these three reporting softwares are different in working and are designed to suit different reporting needs. So based on the requirements, you can select the tool which best suits your requirement.
    I hope this helps in answering your question.
    Regards,
    Abhishek Jain.

  • InfoView Timeout Crystal Report Server 2008 Business Objects 3.1

    After two days of digging, poking, prodding and fumbling around in the dark I finally found a method (one that actually works!) to change the timeout period for InfoView.  Venkat Patnaik (second message) posted an excellent procedure in a place that is not readily apparent:
    /message/8250448#8250448 [original link is broken]
    Following his method, my InfoView seems to timeout after about 3 minutes.  I am going to play with the settings to see if I can get it dialed in a bit more, but I wanted to post this so there is a thread with a relevant subject so people can find Venkat's excellent post.  Thanks Venkat!

    Wow I am getting really tired of SAP's constant broken links and moving things around.  That link worked great a couple of weeks ago when I posted this message.  I did some digging around for that particular thread but I was not able to find it this morning.    Maybe it was deleted.... 
    Luckily I documented my procedure for making these changes and I did not stray from Ventak's original procedure except for making paths and such specific to my environment. 
    Basically the timeout values need to be changed in several places:
    1. Stop the TomCat server via the Central Configuration Manager before doing anything else. 
    2. Modify the web.xml file in each of the following directories:
    C:\Program Files\Business Objects\Tomcat55\webapps\InfoViewApp\WEB-INF\web.xml
    C:\Program Files\Business Objects\Tomcat55\webapps\InfoViewAppActions\WEB-INF\web.xml
    C:\Program Files\Business Objects\Tomcat55\webapps\CmcApp\WEB-INF\web.xml
    C:\Program Files\Business Objects\Tomcat55\webapps\CmcAppActions\WEB-INF\web.xml
    Parameters to change:
    ***This parameter may not exist in all web.xml files.***
    <!-- Set to false to disable logon with token. -->
        <context-param>
            <param-name>logontoken.enabled</param-name>
            <param-value>true</param-value> (Change to false)
        </context-param>
    <!-- Define the default session timeout for your application,
             in minutes.  From a servlet or JSP page, you can modify
             the timeout for a particular session dynamically by using
             HttpSession.getMaxInactiveInterval(). -->
        <session-config>
            <!-- 20 minutes for session objects -->
            <session-timeout>20</session-timeout>   (Change to 5)
        </session-config>
    3. Modify the registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\CMS\Instances\<SERVER NAME> u2013 IdleSessionTimeout=0x927C0 (600000)
    The key is a REG_DWORD value and the value is in hexadecimal.  Set the timeout value to 90,000 ms u2013 1.5 minutes with the value 0x15F90.  You can use other hex values as desired, 90,000 ms worked for me. 
    4. Restart the TomCat server. 
    5. Add the following command line parameter to the CrystalManagementServer parameters in the server properties window of the Central Management Console <-failovertimeout 1.5>
    6. Restart the CrystalManagementServer via the CMC
    Good luck, let me know if you have any questions.

  • How to open Crytal report deployed in Business Objects 3.1 CMC using C# cod

    WE designed the report using Crystal report 2008 and then deployed the reports in Business Objects 3.1
    The deployment server has below details
    BO:   BO 3.1 no fix packs
    OS:   AIX 5.3
    WebSphere: 6.1.0.25
    Now we have an Intraday website devveloped with ASP.net 3.5 hosted on a Windows 2003 server. the backend is SQL server 2005. I need  sample C# code  that can be used to open the crystal report deployment in Business Object 3.1 UNIX server as mentioned above.
    Any assistance is highly appreciated.
    P:S I didn't find any documentation/sample in this website.
    Regards,
    Ashok

    The developer library documentation can be found at:
    http://www.sdn.sap.com/irj/boc/sdklibrary
    Look for "Business Objects Enterprise .NET SDK - Developer Guide and API references" links.
    There are tutorials and code snippets in developer guide.
    The samples can be found at:
    http://www.sdn.sap.com/irj/boc/index?rid=/webcontent/uuid/706de3ab-8186-2b10-15aa-e4c5e73283f1 [original link is broken]

  • Error in Preview and Print in Crystal Report Viewer 2.0.0.7 in Workstation

    Hi Guys,
    I am encountering a problem when clicking preview and print in Crystal Report Viewer 2.0.0.7. It returns an error
    Unhandled exception has occurred in your application. If you click Continue the application will ignore and attempt to continue. If you click quit, the application will close immediately. Load report failed.
    I already install the runtime crruntime_120_mlb, . net framework 3.5 sp1 and the add-on itself. The viewer is working properly in SAP Server. My version of SAP is SBO 2007 A SP00 PL10.
    Regards,
    Michael

    here's the detailed error
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    Exception Text
    CrystalDecisions.Shared.CrystalReportsException Load report failed. --- System.Runtime.InteropServices.COMException (0x80004005) The device is not ready.
       at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.EnsureLoadReport()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.get_Database()
       at SAP_CR.MyForms.frmReportViewer.ConfigureCrystalReports()
       at SAP_CR.MyForms.frmReportViewer.frmReportViewer_Load(Object sender, EventArgs e)
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Loaded Assemblies
    mscorlib
        Assembly Version 2.0.0.0
        Win32 Version 2.0.50727.3620 (GDR.050727-3600)
        CodeBase fileCWINDOWSMicrosoft.NETFrameworkv2.0.50727mscorlib.dll
    SAP_CR
        Assembly Version 2.0.0.7
        Win32 Version 2.0.0.7
        CodeBase fileCProgram%20FilesSAPSAP%20Business%20OneAddOnsSAP_CRSAP_CR.exe
    Interop.SAPbouiCOM
        Assembly Version 8.0.0.0
        Win32 Version 8.0.0.0
        CodeBase fileCProgram%20FilesSAPSAP%20Business%20OneAddOnsSAP_CRInterop.SAPbouiCOM.DLL
    System.Windows.Forms
        Assembly Version 2.0.0.0
        Win32 Version 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase fileCWINDOWSassemblyGAC_MSILSystem.Windows.Forms2.0.0.0__b77a5c561934e089System.Windows.Forms.dll
    System
        Assembly Version 2.0.0.0
        Win32 Version 2.0.50727.3614 (GDR.050727-3600)
        CodeBase fileCWINDOWSassemblyGAC_MSILSystem2.0.0.0__b77a5c561934e089System.dll
    System.Drawing
        Assembly Version 2.0.0.0
        Win32 Version 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase fileCWINDOWSassemblyGAC_MSILSystem.Drawing2.0.0.0__b03f5f7f11d50a3aSystem.Drawing.dll
    CustomMarshalers
        Assembly Version 2.0.0.0
        Win32 Version 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase fileCWINDOWSassemblyGAC_32CustomMarshalers2.0.0.0__b03f5f7f11d50a3aCustomMarshalers.dll
    Interop.CR_Crypto
        Assembly Version 6.0.0.0
        Win32 Version 6.0.0.0
        CodeBase fileCProgram%20FilesSAPSAP%20Business%20OneAddOnsSAP_CRInterop.CR_Crypto.DLL
    System.Data
        Assembly Version 2.0.0.0
        Win32 Version 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase fileCWINDOWSassemblyGAC_32System.Data2.0.0.0__b77a5c561934e089System.Data.dll
    System.Configuration
        Assembly Version 2.0.0.0
        Win32 Version 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase fileCWINDOWSassemblyGAC_MSILSystem.Configuration2.0.0.0__b03f5f7f11d50a3aSystem.Configuration.dll
    System.Xml
        Assembly Version 2.0.0.0
        Win32 Version 2.0.50727.3082 (QFE.050727-3000)
        CodeBase fileCWINDOWSassemblyGAC_MSILSystem.Xml2.0.0.0__b77a5c561934e089System.Xml.dll
    System.Transactions
        Assembly Version 2.0.0.0
        Win32 Version 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase fileCWINDOWSassemblyGAC_32System.Transactions2.0.0.0__b77a5c561934e089System.Transactions.dll
    System.EnterpriseServices
        Assembly Version 2.0.0.0
        Win32 Version 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase fileCWINDOWSassemblyGAC_32System.EnterpriseServices2.0.0.0__b03f5f7f11d50a3aSystem.EnterpriseServices.dll
    CrystalDecisions.Windows.Forms
        Assembly Version 12.0.2000.0
        Win32 Version 12.0.2000.840
        CodeBase fileCWINDOWSassemblyGAC_MSILCrystalDecisions.Windows.Forms12.0.2000.0__692fbea5521e1304CrystalDecisions.Windows.Forms.dll
    CrystalDecisions.Shared
        Assembly Version 12.0.2000.0
        Win32 Version 12.0.2000.840
        CodeBase fileCWINDOWSassemblyGAC_MSILCrystalDecisions.Shared12.0.2000.0__692fbea5521e1304CrystalDecisions.Shared.dll
    CrystalDecisions.ReportSource
        Assembly Version 12.0.2000.0
        Win32 Version 12.0.2000.840
        CodeBase fileCWINDOWSassemblyGAC_MSILCrystalDecisions.ReportSource12.0.2000.0__692fbea5521e1304CrystalDecisions.ReportSource.dll
    CrystalDecisions.CrystalReports.Engine
        Assembly Version 12.0.2000.0
        Win32 Version 12.0.2000.840
        CodeBase fileCWINDOWSassemblyGAC_MSILCrystalDecisions.CrystalReports.Engine12.0.2000.0__692fbea5521e1304CrystalDecisions.CrystalReports.Engine.dll
    System.Web
        Assembly Version 2.0.0.0
        Win32 Version 2.0.50727.3618 (GDR.050727-3600)
        CodeBase fileCWINDOWSassemblyGAC_32System.Web2.0.0.0__b03f5f7f11d50a3aSystem.Web.dll
    CrystalDecisions.ReportAppServer.CommLayer
        Assembly Version 12.0.1100.0
        Win32 Version 12.0.1100.840
        CodeBase fileCWINDOWSassemblyGACCrystalDecisions.ReportAppServer.CommLayer12.0.1100.0__692fbea5521e1304CrystalDecisions.ReportAppServer.CommLayer.dll
    CrystalDecisions.ReportAppServer.ClientDoc
        Assembly Version 12.0.1100.0
        Win32 Version 12.0.1100.840
        CodeBase fileCWINDOWSassemblyGACCrystalDecisions.ReportAppServer.ClientDoc12.0.1100.0__692fbea5521e1304CrystalDecisions.ReportAppServer.ClientDoc.dll
    CrystalDecisions.ReportAppServer.DataSetConversion
        Assembly Version 12.0.2000.0
        Win32 Version 12.0.2000.840
        CodeBase fileCWINDOWSassemblyGAC_MSILCrystalDecisions.ReportAppServer.DataSetConversion12.0.2000.0__692fbea5521e1304CrystalDecisions.ReportAppServer.DataSetConversion.dll
    CrystalDecisions.ReportAppServer.DataDefModel
        Assembly Version 12.0.1100.0
        Win32 Version 12.0.1100.840
        CodeBase fileCWINDOWSassemblyGACCrystalDecisions.ReportAppServer.DataDefModel12.0.1100.0__692fbea5521e1304CrystalDecisions.ReportAppServer.DataDefModel.dll
    CrystalDecisions.ReportAppServer.Controllers
        Assembly Version 12.0.1100.0
        Win32 Version 12.0.1100.840
        CodeBase fileCWINDOWSassemblyGACCrystalDecisions.ReportAppServer.Controllers12.0.1100.0__692fbea5521e1304CrystalDecisions.ReportAppServer.Controllers.dll
    CrystalDecisions.ReportAppServer.CubeDefModel
        Assembly Version 12.0.1100.0
        Win32 Version 12.0.1100.840
        CodeBase fileCWINDOWSassemblyGACCrystalDecisions.ReportAppServer.CubeDefModel12.0.1100.0__692fbea5521e1304CrystalDecisions.ReportAppServer.CubeDefModel.dll
    CrystalDecisions.ReportAppServer.ReportDefModel
        Assembly Version 12.0.1100.0
        Win32 Version 12.0.1100.840
        CodeBase fileCWINDOWSassemblyGACCrystalDecisions.ReportAppServer.ReportDefModel12.0.1100.0__692fbea5521e1304CrystalDecisions.ReportAppServer.ReportDefModel.dll
    BusinessObjects.Licensing.KeycodeDecoder
        Assembly Version 12.0.1100.0
        Win32 Version 12.0.0.840
        CodeBase fileCWINDOWSassemblyGACBusinessObjects.Licensing.KeycodeDecoder12.0.1100.0__692fbea5521e1304BusinessObjects.Licensing.KeycodeDecoder.dll
    JIT Debugging
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example
    configuration
        system.windows.forms jitDebugging=true
    configuration
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

  • Print a Crystal Report

    How do i print a crystal report using SAP B1 SDK's in Delphi?

    Senthil,
    I do not have the code with respect to how to integrate Crystal Reports using Delphi and the Business One SDK.  Possibly there may be other users on SDN that use Delphi and can assist.
    There is source code posted here for Crystal integration with SAP Business One written in .Net.  You could look at the source code and translate possible to Delphi ...
    http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/d0a0c14b-0e20-2b10-939b-e93a19f14c12
    HTH,
    Eddy

  • Crystal Reports-Universe and Business Views. Pros & cons. BVs to Universe

    Hi Gurus,
    We have around 500 + Crystal Reports developed on top of Business Views, Stored Procedures, Command Objects and some directly connected to the tables. No Universes are there in our current environment and all reports undergo frequent changes.
    We are planning to replace Business Views with Universe and use them as data provider for existing Crystal Reports and also planning to do some ad-hoc reporting using Web-Intelligence. I have expertise in developing both Crystal Reports and Web Intelligence reports. But I never designed any complex Crystal Reports against Universe / Business Views.  I heard that there are several issues with Crystal against Universe (e.g.: Cascading Prompts, LOVs, Row Level Security etc...) Most of our Crystal Reports have several sub-reports and some dynamic cascading parameters.
    We currently have not finalized any tool. Some are advising not to disturb the current environment and some say migrating to Universe is a good option because Business View manager tool is going to be trashed in few years.  My personal view is to used both Crystal and Web-I and replace Business Views with Universe because we can use it for both Crystal and Web-I.
    Can you please post your views on this?
    Also, please post the issues (& solutions) you got with Crystal Reports against Universe. Also advantages and disadvantages of using Universe over Business Views.
    Environment: Business Objects XI R2 and Crystal Reports XI R2
    Any help is greatly appreciated!    
    Many thanks,
    Shamanth.

    Hello,
    you can find an article about Crystal Reports on Universe here:
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/20984c2b-17f1-2b10-1091-d18977f7cd8f
    As you said, an important item to consider is reusability: if you want to reuse your work between Crystal and WebI then you have to go with Universes.  If you are ok in keeping the two in separate worlds then Business Views can still bring a lot of value to CR.  Business views will stay in the market still for a long time (in mainteinance, so don't expect new features).
    Looking at the future, we expect that In the long term, business views will be replaced by universes. Keeping this in mind, a migration of a report from an 'older' version of a universe to a new one will probably go smoother than a migration from a business view to a universe.
    Hope that it helps
    PPaolo
    Edited by: Pierpaolo Vezzosi on Jan 5, 2010 11:35 AM

  • Looking for a tool to search text fields in about 1000 reports installed on Business Objects Xi R3

    Hi,
    i am looking for a tool, program that can search all our reports installed on Business Objects Xi R3 for specific content in text fields and formulas.
    We used a couple of years ago .rpt inspector, that worked pretty well for our purpose.
    Unfortunately  this is Win XP & Win Server 2003 only, so we can't reuse it anymore.
    (I know there are way of getting WinXP that in a VMware, but that is not an option in our company.)
    So i am interested , if there is another tool out there, which can help us?
    regards Alex
    btw we are using Business Objects XI R3 (SP7) with reports deisgned on crystal reports designer 2008

    Hi,
    i am looking for a tool, program that can search all our reports installed on Business Objects Xi R3 for specific content in text fields and formulas.
    We used a couple of years ago .rpt inspector, that worked pretty well for our purpose.
    Unfortunately  this is Win XP & Win Server 2003 only, so we can't reuse it anymore.
    (I know there are way of getting WinXP that in a VMware, but that is not an option in our company.)
    So i am interested , if there is another tool out there, which can help us?
    regards Alex
    btw we are using Business Objects XI R3 (SP7) with reports deisgned on crystal reports designer 2008

  • Upgrading from Crystal Enterprise 10 to Business Objects Enterprise 11

    Here's the situation:
    We decided to upgrade from Crystal Enterprise 10 on server A to Business Objects Enterprise 11 on server B. We went with the method of importing all the objects and users from Crystal Enterprise 10 to Business Objects Enterprise 11. The import also brought in all the DB connection settings that were set in Crystal Enterprise 10. I also brought over all the ODBC System DSNs so that those can be consisten with the old server.
    The problem we are having is that the reports are failing due to the connections to the database. I thought importing the database connection settings from Crystal Enterprise 10 along with bringing over the ODBC System DSNs would not make this an issue but it hasn't.
    I checked the server logs in SQL and it's telling me that it's trying to log into the server as NT AUTHORITY\ANONYMOUS LOGON. Shouldn't it try to log under whatever I define in the report's database settings or ODBC System DSNs?
    These same reports work fine in Crystal Reports and Crystal Enterprise 10.
    Edited by: Gingerbread Man on Feb 9, 2010 10:41 AM

    go into the properties of the report and verify that the Database Login values are still set.  I found that it doesn't always transfer those when doing the import.

  • Duplex Printing in Crystal Reports

    Post Author: Razzle00
    CA Forum: General
    Where can I get some information or sample code on how to duplex print with crystal reports? 
    Thanks,
    Razzle

    Post Author: senglee
    CA Forum: General
    Here was how I did it using vb.net and crystal reports.
    1. In the report, create a seperate detail section to hold your second page.  Crystal will see it as Details a & b.  In section a, set the new page after property.  This will cause the second page (details b) to print on a seperate page. 
    2. Ok. The next step is to programmically tell your printer to print in duplex.  Study the code below and modify it to suite your needs.
                   ' Declare an object of your report.                Dim objReportObject As New rptTheDailySavings
                    'Declare a printoptions object of the objReportObjects print option.  Set the settings.                Dim PrintOptions As CrystalDecisions.CrystalReports.Engine.PrintOptions = objReportObject.PrintOptions                PrintOptions.PrinterName = "Your Printer Name Here"                PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.DefaultPaperOrientation                PrintOptions.PaperSize = CrystalDecisions.Shared.PaperSize.DefaultPaperSize                PrintOptions.PrinterDuplex = CrystalDecisions.Shared.PrinterDuplex.Default                PrintOptions.PaperSource = CrystalDecisions.Shared.PaperSource.Auto
                    ' Send the report to the printer.                objReportObject.PrintToPrinter(1, False, 1, 2)
    Hope this helps.

  • Preview and print a Crystal report prompted for the sa password

    Dear All,
    Our customer has Crystal report add-on to be installed. When we Preview and print a Crystal report, we got a window prompted for the sa password. Even we type in a correct password, it still says wrong password...
    Every time when I open my report in Crystal Basic 2008 on the server, then go database expert >> My connections >> click + in front of the connection name, it asks my sa password. I type in my password then save and close. Next time when I open the report and go my connections, I have to type in my password again. This only happens on one customer.
    Any idea? Thanks a lot.
    Regards,
    Yuka

    Hi Yuka,
    1) All their SAP client workstation, they have to have use SQL2008 CD and install SQL Client on it
    Correct, MS does NOT support MDAC or WDAC when connecting to SQL 2008.
    2) Then go ODBC >> SQL Native Client 10.0 >> Create a new connection to SAP server. Should we use sa user or another use that has the same authorization as sa?
    Correct again if they are also using ODBC to connect, as for using the sa account or creating a new one is up to you. I suggest creating a Crystal account with what ever rights your app needs, this way if tracing it turned on etc. you can confirm who is actually running the report.
    3) Then from MY Crystal report, I have to use ODBC connection as well?
    Just to clarify, if you created your reprots using OLE DB then they can do so also. But you need to update your connection properties. Open each report click on Database, Set Location, scroll down to OLE DB and expand and then choose MS SQL Server Native 10 as your OLE DB provider, fill in all the logon info and then verify the database. Do the same for each subreport also.
    Save your report and either send them the new one or if you are doing this remotely then replace the original report.
    VERIFY your reports to confirm they still return correct data and do work as expected.
    Or if you are using ODBC then yes you do select the MS 10 driver with a new DSN. Then do the above to update the reports to all use ODBC as their data sources.
    Hope this is all clear now....
    Thanks again
    Don

  • Error while 'Crystal Report for Sap Business One' addon started

    Hi,
    I have try to install Crystal Report for Sap Business One (Addon Versione number 2.0.0.7).
    The installatione finish succesfully, but when I started the addOn i retrieve this errore message: External Connection to the dataBase failed. Sap Crystal Addon may not function properly. Please re-run the account setup with superuser login.
    I'm logged in Sap with manager (super user), so maybe I have forgot some step in the installation?
    I have see the Demo in the Channel Partner Portal, I have note that I have to isntall the CR_Runtime_12_0, but I don't find it, I don't know where I can download this file. I have just installed SapCrystalSetup.exe and registered the Addon like a normal Sap B1 addon.
    Where is the error??
    Regards
    Marco

    You must configure in each cliente Pc the connection with the DATABASE.
    You must Know the Database Super User (In SQL Server usually sa, and its password, the standard form SAP Business One is SAPB1Admin)
    In Administration > Crystal Reports Administration > Account Setup
    The CR_Runtime_12_0 is only necesary to view reports, but isn't necesary to start de addon.

Maybe you are looking for

  • Can I copy and past iPhoto from one computer to another?

    I just bought a used Mac Mini to give to my in-laws. I used the original boot disks to reinstall the software. I then upgraded to Leopard. When all was said and done, everything was wonderful except that iPhoto was nowhere to be found. Going back to

  • How to restore pictures in Iphoto?

    After uploading pictures to iphoto, a lot of the pictures turned black or are half there. Not only did it mess the pictures up that I was uploading, but it also messed up pictures I had on iphoto for a while. Is there a way to restore any of the phot

  • Problem reading data from nested internal table.

    Hi, Below is my code; *********SAP Code******** TYPES: BEGIN OF v54a0_scdd,          fknum  LIKE vfkk-fknum,          change LIKE vfkkd-updkz,          x      TYPE v54a0_scd,          y      TYPE v54a0_scd,          tvtf   LIKE tvtf,        END OF v5

  • Change display to avl grid in standard program

    Hi, My requirment is to modify the standard report for Creditors outstanding (monthly ageing - S_ALR_87012085), the output of this report is in hierarchical ALV, but I want to display it in Grid format. In the standard program there is call to subrou

  • Info regarding Diswarrior 4 and Leopard compatibility

    I emailed Alsoft regarding Diskwarrior 4 and Leopard compatibility. Here is the response I got. +DiskWarrior 4.0 will successfully rebuild a disk that has Mac OS X 10.5+ +Leopard installed or a disk that has been attached to a computer running+ Leopa