CR RDC 11.0 vs 11.5

We are using the Crystal Reports RDC 11.0 in our application developed in Powerbuilder, but now a customer needs to have the 11.5 version installed and this is causing some problems.
I get errors when I try to connect to the database and when trying to set the reportsource on the viewer control.
oleCrystal.LogOnServer("crdb_oracle.dll", ls_Server, '', ls_user, ls_pw)  //Connecting to databse
this.object.ReportSource = l_oleReport //Setting the reportsource.
Both of these works fine with 11.0. What are the equivalents in 11.5 and where can I find the documentation for the 11.5 version of the RDC?
Alternatively, is it possible to have both viewers installed and connect to 11.0 specifically?
Thanks in advance.
Regards,
Jan Erik

I'll break the reply into two post as it is a bit lengthy and these posts loose formatting after 1000 chars or so.
.LogOnServer is a method that was deprecated in CR 8.5. So, the further away from 8.5 you go, the less reliable it is. From CR 9 on, you should be using the connection properties bag. See [this|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00635998-751e-2b10-9cba-f50ee1e4ef81] article and the help files for CR XI or CR XI r2 for more details.
It is never a good idea to have CR XI and CR XI r2 on the same box. In this case I do not think it is the crviewer dll that is the issue, rather it is the craxdrt.dll.
You should be able to use prog ID to specify the version of crviewer and craxdrt you want to load. Something similar to [this|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note.
I also have the follwoing from an old CR Kbase:
How do you add a Crystal Report Viewer to a Visual Basic form at runtime?
The following code demonstrated how to add a viewer at runtime, set the reportsource and view the report.
Dim Report As New CrystalReport1
Dim crViewer As Object
Private Sub Form_Load()
'Create and add a version 8.5 Crystal Report Viewer.
Set crViewer = Me.Controls.Add("CRViewer.CRViewer";, "crViewer")
'Create and add a version 9 Crystal Report Viewer.
Set crViewer = Me.Controls.Add("CRViewer9.CRViewer";, "crViewer")
'Create and add a version 10.0 Crystal Report Viewer.
Set crViewer = Me.Controls.Add("CrystalReports10.ActiveXReportViewer.1";, "crViewer")
With crViewer
.Visible = True
.ReportSource = Report
.ViewReport
.Zoom 100
End With
End Sub
Private Sub Form_Resize()
With crViewer
.Top = 0
.Left = 0
.Height = Me.ScaleHeight
.Width = Me.ScaleWidth
End With
End Sub
Ludek
Follow us on Twitter http://twitter.com/SAPCRNetSup
Edited by: Ludek Uher on Feb 18, 2010 6:58 AM

Similar Messages

  • Extremely slow performance in comparison to RDC-based report

    Today our application uses the Crystal Reports RDC. In the last
    ten years we have made good experience with Crystal Reports.
    In the next few months we want to migrate our application to
    JAVA.
    Because the reports offer a great reuse-potential, we would like
    to implement them via CR4E.
    But during the first benchmark tests we made a very bad experience.
    Running (Printing) in CR4E the reports needed from 20 up to 480 percent
    more time in comparison to the RDC-based reports.
    When using POJOs need from 25 up to 570 percent more time.
    When printing the reports from within the CR2008 designer there is
    no performance difference.
    The reports have from 4 to 82 pages.
    We didn´t expect such a huge performance difference.
    Is CR4E in general slower than the RDC-based Crystal Reports?
    Or are there any parameters in CR4E in addition to the RDC-based
    solution for tuning the reports?
    Edited by: Rainer Graedtke on Nov 9, 2009 2:44 PM

    Hi Ted,
    thanks for the fast response.
    Is there another "datasource option" with better performance than POJO?
    In the upcoming JAVA-version of our application we would like to "feed"
    our reports from memory, not from the underlying database.
    One more statement concerning our performance problem:
    In our reports we make extensive use of subreports.
    Each report has the minimum of two subreports, one for the pageheader,
    one for the pagefooter.
    This is necessary because we have changing headers and footers
    depending on the contents of the details.
    The report with the largest performance loss contains 29 subreports!
    RDC-based it prints in 10 seconds, Java-based we need over 50 seconds.
    Is there any suggestion how to improve the performance of our reports in
    JAVA/CR4E other than reducing the number of subreports?
    Another question concerning the keycode-problem:
    We have designed the reports in the CR2008 Designer and we want to run
    them under CR4E. Is this a valid approach?
    Sincerely Rainer
    Edited by: Rainer Graedtke on Nov 10, 2009 10:51 AM

  • How to Set Report Template for CRDesigner control 11.5 (RDC control)?

    Hai,
    I am using the CR Designer control (CR XI R2 RDC) in VB6.0. I have crystal report templates available in Web Server.
    want to load these templates in CRDesigner control through VB6.0, Is it possible?
    Thanks
    Kesavan
    Edited by: kesavan1986 on Jul 22, 2010 8:12 PM

    It does not matter where the reports are. If you can open them up in the CR designer (crw32.exe) you can open them using any CR SDK.
    RDC samples are here:
    https://www.sdn.sap.com/irj/boc/businessobjects-samples
    RDC Developer Help File:
    C:Program FilesBusiness ObjectsCrystal Reports 11.5Helpen
    dcsdk_com_dg_docdoc
    dcsdk_com_dg.chm
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • How to open a report stored in the CMS with the RDC ?

    Hello,
    With CRXIR2, reports can be stored in the CMS.
    Does anybody knows how to open such a report with the RDC (version 11.5) ?
    I really need to use the RDC because I have to save subreports on HDD
    and it is unavailable with the RAS SDK (neither Java nor .Net).
    Thank you for your help.
    Alain

    Hi Don,
    Thanks for your answer,
    Why saving subreports ?
    - orthogonality reasons... we can import them, why c'ant we do the opposite?
    - consitency reasons... we should be able to do the same as we do with the designer, (why this option is available in the Designer ?)
    Furthermore, the job is already done in Crystal, it should not be so difficult to port it to the RAS.
    - regression reasons... this is something we could do in the past (from Delphi, with the RDC), now the RDC is gone....
    Now I will tell you my personal reason:
    We have huge reports (about 30 subreports), based on huge business views.
    As a result, just loading the report (openClientDocument) takes more than one minute.
    In a production environment the custommers do not want to accept that.
    So:
    - we keep the business views at design time because it's a requirement
    - Once the report designed I try to cut the BusinessViews and replace them by SQL commands
    I suppose you know the RAS to be aware that it can't do that by far.
    I wrote a program to disconnect all the ReportObjects from the BusinessView, it's Ok
    Now I need to remove the BusinessViews from the report and all subreports.
    I can automate CrystalReports for it, but only at the report level...
    This is my particuliar reason for saving subreports.
    Am I the only one to have this request ?
    If you want, of course, I'm ready to help developing those missing things in the RAS.
    I'm serious, tell me if you are interested.
    Thank you again and best regards
    Alain

  • Error:When adding RDC runtime library (Crystal report XI R2) to Lotus notes

    Background : We have reporting feature implemented in one of lotus notes application using crystal reports 6 (OCX) and as Crystal report is going to be upgraded to CR XI version in my organisation, we need to implement the same using RDC component available in crystal XI . we have installed Crytal report XI R2 - SP 6 version for testing the integration.
    we are  referring a document available on SAP web site(attached below) that illustrates the steps required to integrate the Crystal Reports®  Report Designer Component into a Lotus® Dominou2122 application.  http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/509b02de-a81e-2b10-f598-822b6d6f2024?quicklink=index&overridelayout=true
    Steps which have been outlined for adding runtime library in lotus domino application is shown below:-
    1. In Domino Designer, add a Form to the application.
    2. In the programmeru2019s pane, go to the (Declarations) handler of the Form and enter:
       Dim App As Variant,    Dim Rep As Variant
    3. Select Create | Object and select the u201CControlu201D radio button in the u201CCreate Objectu201D dialog box that comes up. From the list of controls, select u201CCrystal Report Viewer Control.u201D This adds the control to the Form.
    4. Click on the control and select Edit | Properties. In the u201CAppletu201D properties dialog, select the u201CSize object to fit windowu201D radio button and then close the properties dialog.
    We are getting an error message while trying to add 'Crystal Report Viewer Control' control (illustated in Step 3 above) in the lotus notes form . Error message which we get is 'An error has occured while processing a request on an object'.
    Alternatively , we created the object of Crystal Report Viewer on lotus notes form by adding viewer object file (Crviewer.dll) from the file system  after selecting the u201CObject from a fileu201D radio button in the u201CCreate Objectu201D dialog box and added following code in the postopen event of lotus notes form .
    Set m_Viewer = Source.GetObject("Crystal Report Viewer Control")
    Set App = CreateObject("CrystalRuntime.Application")
    Set Rep = App.OpenReport(u201Cc:lotus
    otes
    ep.rptu201D)
    Set m_Viewer.ReportSource = Rep
    Again, when lotus notes form is opened , it gives error 'Variant does not contain object' at 'Set m_Viewer.ReportSource = Rep' .
    Can any one suggest us any workaround or if iit is not possible in CR XI R2 into a Lotus® Dominou2122 application. Also, can any one provide us sample code if CR 2008 version can be integatred with lotus notes.

    I believe, Lotus was never a "supported" development platform, though it did work - at one time or another. Eventually it did not and you are at that point. I think it was CR 10 where it started to be impossible to add the viewer to Lotus. This was never fixed and we never did find out if this was a Lotus thing or a CR thing.
    Re. CR 2008 and Lotus. The RDC has been retired in CR 2008, so no luck there either for you. The only SDKs available in CR 2008 are for .NET and Java.
    Ludek

  • Crystal Report (9.0 - RDC] on Vista

    I think i have not expressed myself appropriatly
    (the last thread).
    I have problems when i use Crystal Reports 2008,
    CrystalDecisions.Shared.ConnectionInfo and CrystalDecisions.ReportAppServer on Vista .
    But i haven't problem when i use Crystal Report (9.0 - RDC) on Vista.
    (Interop.CRAXDDRT /  Crystal Reports 9 ActiveX Designer Design and Runtime Library).
    ¿?It's supported¿?(vista)
    What kind of problems can I find, if i use Crystal Reports(9.0-RDC) on Vista?
    (now i haven´t)
    Regards
    (sorry, my english)
    Ismael Ramírez
    Edited by: Ismael Ramirez Rodriguez on Oct 2, 2008 1:13 PM
    Edited by: Ismael Ramirez Rodriguez on Oct 2, 2008 1:15 PM

    Dear Amit,
    Sorry, but I think I'm still not expressing appropriately. Let me try  once again.
    OK, I know that CR2008 does not support RDC. Actually we are planning to migrate to CR2008 using the new NET libraries.
    However, we have tested CR9.0(RDC) in Vista and we find that it works OK so far. My question is: is CR9.0 (RDC) "officially" working in Vista? Shall we find any compatibility problem for some Vista installation?
    What I would like to know is whether our current software, that still uses CR9.0(RDC), shall work fine on any Vista platform or not.
    Hope that I had expressed better this time !!

  • Crystal Report (RDC) doesn't print correctly, after Printer change ?

    There are problems with the page format and the color settings for the new printer !
    It should be resolved with ADAPT01104291 FixPack3.8
    Description: Crystal reports may not print properly after users change printers by using the SelectPrinter command from the Report Designer Component (RDC). The cause of the problem is that the incorrect DEVMODE structure size is allocated to the print job.
    We are using CRXI_R2_SP5_Upgrade: ProductID=11.5.11.1470.2.26.Patch
    but we still have the problems !

    Hello Don, thank you for your extensive answer. The PCL printer of HP is not the trouble maker. The problem is obviously replicable with any other Printer Driver (Espon/Sharp/Kycocera a. s. o.)  I only installed this PCL Printer Driver of course you mentioned it in your example before.
    Okay, let's talk about the Devcap-Program and there Information about the paper source of a printer. Even in Visual Basic it's possible to get those Information by Win-API-Call's. Here they are:
    PrinterID: , AusgabeName: , TreiberName: , Port: LPT1:, TrackDefault: , PaperSize:
    Papier-Schächte:
    Automatisch auswählen, Nr: 15
    Automatische Druckeraus, Nr: 262
    Schacht 1, Nr: 261
    Schacht 2, Nr: 260
    Schacht 3, Nr: 259
    Schacht 4 (2000-Blatt), Nr: 258
    Manueller Einzug (Schac, Nr: 257
    Papier-Formate:
    Letter, Nr: 1
    Legal, Nr: 5
    Statement, Nr: 6
    Executive, Nr: 7
    A3, Nr: 8
    A4, Nr: 9
    A5, Nr: 11
    B4 (JIS), Nr: 12
    B5 (JIS), Nr: 13
    11x17, Nr: 17
    Umschlag 10, Nr: 20
    Umschlag DL, Nr: 27
    Umschlag C5, Nr: 28
    Umschlag B5, Nr: 34
    Umschlag Monarch, Nr: 37
    Jap. Doppelpostkarte gedreht, Nr: 82
    12x18, Nr: 131
    9x12, Nr: 132
    C4, Nr: 133
    Maximum 11,7 x 17,7, Nr: 134
    and even set those Information for the RDC-Sturcture, so there is a solution for the setting of the paper size.
    But there is not solution for the setting of the color nor the further page settings (Printing onesided or bothsided a.s.o.)
    I can change the default windows printer settings but that has no effect on the RDC-Print !  So I think, there must be a solution by the Crystal-Report-Design-printing-DLL (craxdrt.dll) !
    Greetings V. Hölscher

  • Is RDC integration with Lotus notes apps possible using CR XI and lotus 8

    Hi,
    We have reporting feature implemented in one of lotus notes application using crystal reports 6 (OCX)  and as Crystal report is going to be upgraded to CR XI version in my organisation, we need to implement the same using RDC component.
    Background (on how it has been implemented using CR 6 ) :-
    i) Lotusscript generate few CSV file and pick a .RPT file from profile doc and places it under one folder on local machin (say x).
    ii) RPT file is designed to pick data from CSV file using system DSN (data source).
    iii) Data source (system DSN) has been configured with folder (x) that contains CSV and RPT file .
    iv) Crystal report control object has been embedded in the lotus notes form and lotusscript code gets handle of control object and opens the  report (RPT)file .
    We have set up all neccesary environment and trying to implement above functionality using RDC component but when we are embedding the crstal report report viewer in a lotus notes form , it throws an error "An error has occured while processing a request on an object".
    Please let me know if it possible using RDC or can anyone suggest me some other alternatives .
    TIA

    Hello,
    You should be able to use the RDC in Lotus Notes. There are significant differences between the object model for the old OCX (crystl32.ocx) compared to the Report Designer Component (RDC) and it's components, the craxdrt.dll, crviewer.dll, etc.
    I was able to find an older document that shows how to integrate CR9 into Lotus Notes: "[Using the Report Designer Component (RDC) in Lotus Notes|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/50ce64b3-241f-2b10-b792-9685d3815a21]". You can use this as a starting point to compare with your code.
    The RDC object model hasn't changed much since CR9, but some of the runtime component references in the document may need to be correct (e.g. craxdrt.dll for v11.x vs craxdrt9.dll for v9.x).
    It is worth noting that the RDC has been retired with the release of CR2008. CR XIR2 (v11.5) is the last version of Crystal Reports that uses the RDC. The suggested migration path is to move to the Crystal Reports .NET SDK. This means you'll have no upgrade path with a v11.x application.
    Sincerely,
    Dan Kelleher

  • Deploy Visual Basic 6.0 RDC application using Crystal Reports 9 on Windows Vista

    Post Author: albe
    CA Forum: General
    When attempting to deploy a Visual Basic 6.0 Report Designer Component (RDC) application using Crystal Reports 9 on Windows Vista systems, the application fails after the first print or preview (that show normally) and an error occurred: -2147417848 Method '' of object '' failed.
    The app use the RDC and Active Data; I verify that the problem is encountered when the app calls the 'SetDataSource' method.
    I tried everything that came in my mind: reinstalling it a few times, with administrator priviledges, disabling uac, manually registering dlls, ...
    I hope that this will be fixed, since Crystal Report 9 is the last CR version compatible with windows 98.
    thanks in advance,
    Alberto

    Hello,
    This forum is for community use and is not considered a support site. For assistance you need to purchase a case from our support site. But 9 is no longer a supported version so this is your only place to get assistance.
    Try downloading the only patches available from:
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90actxwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90dbexwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90devwin_en.zip
    ftp://ftp1.businessobjects.com/outgoing/CHF/cr90mainwin_en.zip
    Thank you
    Don

  • Remote Desktop Connection (RDC) No longer working - Please help!

    Ok... here we go.  I cannot RDC to my network at work.  I originally was using a PC and was able to connect a few times using RDC before it stopped working.  It would not connect either wirelessly or connected via ethernet cable no matter what I tried.  I then tried a laptop from work - same problem.  I then went and bought a new Macbook Pro - connected no problem 5 times in a row until it stopped worked again out of the blue.  
    In summary:
    - same problem exists on Macs and PCs
    - same problem exists when using Wifi or Ethernet cable
    - problem ONLY occurs at home with my FIOS router - all the same computers can RDC using any other network
    - if I connect to my neighbor's Wifi on either a Mac or PC, it's works fine
    Please help!!  I've been looking at my router settings but I'm over my head.  Any help would be greatly appreciated. 

    I am going to take an educated guess as to why, it does not work. If this does not solve the issue, please post,
    The solution was posted here by user "tns", from user BigDaddy on DSLReports:
    Login to your router normally, then click this link, which will take you to the now-hidden IGMP Proxy config page:
    192.168.1.1/index.cgi?active_page=6059
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • Is there any way to keep Microsoft RDC for Mac OSX from disconnecting when I start typing?

    I am able to login to remote computers using Microsoft Remote Desktop Connection for Mac OS X (version 2.0.1). I can launch applications and open folders on the remote system without any problems. However, anytime I start typing it immediately disconnects me from the remote system.
    I have resorted to using TSClientX, which works, but doesn't have all the great features that RDC for Mac OS X has.
    My PowerBook is running 10.5.8. The remote systems are Windows 7 Ultimate and Windows Server 2008.
    I have tried uninstalling the latest version of RDC for Mac and going back to several older versions, that did not resolve the issue.
    I have tried restoring the keyboard shortcuts, that did not resolve the issue (though, I never made any changes to the configuration anyway).
    Any suggestions will be greatly appreciated. Thank you!
    I'm going to post this on a Microsoft Support forum as well, but thought I'd see if anyone here had any suggestions as well. Thanks in advance!

    I've know a few people who have had trouble getting CoRD to work correctly with their PPC mac. Personally I've not had any problems. I know the later version seems to work better.
    As MS RDC, in an ideal world it would be nice if that could be resolved. I have been playing about with that myself a few times now. At first I thought it was a firewall problem on my Mac. After many hours of fiddling with this, it still had the same problem. This problem is the same for my MacBook pro too.
    Many user forums seem to be suggesting config change, but I find it odd how it works fine with Windows XP, but connecting to anything else has problem. Could it be a configuration problem in Windows I wonder? Should you come across a resolution, then let us know here on the Support Community.
    Best of Luck.

  • Microsoft Windows 2008 Server and RDC

    hi:)
    We have a fairly serious problem. Many of our customers have a Microsoft Windows Server 2003 running our ASP web solution on that machine. In this web solution we use RDC (crystal) to show reports on the net, which works perfectly. But now a couple of our new customers have installed Microsoft Windows Server 2008 32 bit and 64 bit version. But when we are showing these reports on a Windows Server 2008, the result is not correct. It show a completely wrong result in the reports. This meaning showing 4 timers the records it should do.
    Do u support Windows Server 2008 32 bit and 64 bit with RDC (crystal) ?
    Have anyone experienced the same problem?
    Sincerly Jan Tovgaard, Egdatainform, DK

    Hi Jan
    CR XI, CR XIR2 and CR 2008 have not been tested with Microsoft Windows Server 2008 and MS Windows Server 2008 would be added to the supported platforms Guide when it is done.
    Please refer to the Supported Platforms Guide for CR XI, CR XIR 2, CR 2008 for more information. 
    Hope this helps!!!
    Regards
    Sourashree

  • Port Forwarding For WinXP (RDC) (Using AE 802.11n)

    I have some problem and I need some thoughts and input from someone else, Here goes.
    Here is what im looking to accomplish. From my work I want to be able to connect into my machine at home (windows XP). I cannot use the standard RDC (Remote Desktop Connection) port 3389. My work blocks all traffic coming through that port. So I need to push it through port 443. My co-worker is doing this just fine with a Netgear switch at home, so I know it should work.
    In theory it should work like this.
    (In Windows XP I have done this)
    Change the registry to move through port 443 (windows web site actually shows you how to do this). I turned off the windows firewall completely. RDC has also been turned on. A static IP has been given to this machine as well
    (Airport Extreme I have done this)
    Put a static ip and Mac address for the Windows machine. Turned on NAT and Forwarded the UDP and TCP ports for public and Private to port 443. As well as set the private IP adders in the port forwarding to the ip on the windows machine.
    (Current results)
    I think this is where the beginning of my problem and im not sure if its a windows or a AE problem. Before changing the port on the windows machine I can RDC locally. But cannot get through the AE on the default port 3389.
    After changing the port on the windows machine to 443 I can no longer RDC locally and still cannot connect from out side the AE.
    Im not sure where to take it from here. Please advise someone im dying to cruse the net from work

    Hello Preston Holder. Welcome to the Apple Discussions!
    As you are already aware RDC clients listen on port 3389 by default.
    To change the listening port will require making a Registry mod. This would be typically used if you needed to access more than one computer remotely. (ref: Microsoft Knowledge Base article 306759)
    Locate the appropriate Registry key using Regedit.exe:
    HKEYLOCALMACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\Port Number
    From the Edit menu, click Modify and then click Decimal. Choose a new port number. In general, choosing a number between 49152 and 65535 will avoid conflict with any other apps on your system, but you could theoretically use any port on the system. Once you set the port number you also need to configure your router to pass the specified port to your computer.
    To access your computer remotely, instead of typing just the IP address, you need to type the IP address followed by the port number like this: 192.168.1.1:50001

  • How to deploy a VB 6.0 RDC app using CR 9 on Windows Vista

    Post Author: albe
    CA Forum: Data Connectivity and SQL
    Hi,
    I'm trying to deploy a VB 6.0 Report Designer Component (RDC) application using CR 9 on Windows Vista.The installation ends successfully and finally I started my app; all seems to be ok but if I launch a preview or a direct print to a printer (note: this first print/preview works normally) and I wait 2 o 3 minutes all the other attempts fail to print or view a report. It show an error: -2147417848 Method '' of object '' failed.
    The app uses the RDC and Active Data; I tested that the problem is encountered when the app calls the 'SetDataSource' method. These are few lines of code:
    ...  Private m_ReportObj As New CRAXDRT.Report  Private db As DAO.Database, rsDao As Recordset
      ' Setup ReportObj  Set m_ReportObj = New TestReport  ' Open database  Set db = OpenDatabase(m_DBaseLocation & m_DBaseName)  ' Open Recordset  Set rsDao = db.OpenRecordset(m_SqlDataSource)  ' Set DataSource to ReportObj  m_ReportObj.Database.SetDataSource rsDao, 3 ' --> the app stops here...
    I tried everything that came in my mind: reinstalling it a few times, with administrator priviledges, disabling uac, manually registering dlls, ...
    I hope that this will be fixed, since Crystal Report 9 is the last CR version compatible with windows 98.
    Please help me!Thanks in advance,
    Alberto

    See if KB [1544708  - What are the runtime dependencies for CRVS2010?|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533343334333733303338%7D.do] will help.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Can't connect to terminal server via Mac RDC

    Users can't log in  to our terminal server (Server 2008) from Mac using RDC 2.1. After typing in the server name, the client asks the user to login. The user fills in their username, password and domain but receives and error stating "The credentials
    that were used to connect to [server_name} are incorrect".
    Any user, including myself who am a Domain Admin, get this error. When I log in using the domain's Administrator account, however, I can log in just fine.
    None of this occurs when trying to login from a Windows client. The Mac I tested on is running OS X 10.5.8. Any help would be greatly appreciated. Thanks.

    Hi,
    For remote desktop in MAC OS, you can try to update the new Remote Desktop Connection. New Multiple Session Support gives Mac users simultaneous access to multiple
    Windows-based PCs or to a network server that hosts remote applications and files. Since it is a Universal application, Remote Desktop Connection Client 2 is compatible with the latest technologies on Windows and Mac platforms.
    Please refer to the following link:
    Microsoft Remote Desktop Connection Client for Mac 2.1.1
    http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=18140
    Setting 'Allow connections from computers running any version of Remote Desktop (less secure)' in the Terminal server to sees if it’s work well.
    Technology changes life……

  • Setting RDC on macbook pro to connect with vista business computer at work

    Just Downloaded RDC on my macbook and need to connect with my office computer.  I can connect to the computer with other pc's but cannot seem to get it to connect with my mac. Not sure about the credentials because the computer is on a network at
    work.  Also not sure if the mac is opened to connect.  (os 10.8.5)  Please help.  Thanks

    Hi,
    Do you mean that you can connect to the Windows Vista PC in your office from other PCs? What error message do you receive when you connect to Windows Vista from your Mac?
    Regarding the credentials, if your Windows Vista is a domain computer, you can use this format:
    domain name\user name as the User Name. If it is just a workgroup computer, you can use this format:
    Computer name of your Windows Vista\user name.
    Credentials: The user name and password to be used for the remote PC you are connecting to. If no credentials are displayed, the log on screen will be displayed after clicking the remote
    desktop. The user name can be entered in the following formats: user_name, domain\user_name, and
    [email protected]
    Getting Started with Remote Desktop Client on Mac
    http://technet.microsoft.com/library/dn473012
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

Maybe you are looking for

  • EXCISE DUTY ROUNDING IN PROCUREMENT

    Dear All., i want to round off the excise duty while posting excise invoice. i had done tick in rounding duty on procurement in company code settinngs As well as i have assigned calculation type '17' to excise conditions in tax procedure. Though exci

  • One itunes library with multiple macs (Wireless external HD)

    I just bought 3 macs and a 6TB External network drive. I would like to have all of my media on the external drive and have all 3 computers with the ability to add/access content. Can this work? I need the iTunes libraries to update when content is ad

  • Acrobat Reader 11.0.01 crashes after a few seconds

    Hi, I am running mac os 10.8.2. Always after a few seconds Acrobat Reader 11.0.01 crashes. Does anybody have an idea how to solve this problem. I already reinstalled Acrobat. Here is the log: Process:         AdobeReader [311] Path:            /Appli

  • Outbound process for VMI.

    Dear Expert,    I working about VMI project and concern to Idoc for send data to vendor via EDI. But now I don't know about Idoc. Please tell me for how to start about Idoc step by step of outbound process (such as segment->Idoc type->etc....). Thank

  • How do I burn a disk or album to a disk, In Itunes

    How do I burn a disk or album I have in hand or in music to a disk by using I tunes. The music I want to burn I did not buy in the store. They are from my own cash of music.