SAP Crystal Report 2013 SP03 - Connection error with SAP ECC tables, clusters

Hi,
I'm trying to connect SAP Crystal Report 2013 with SAP ECC but I'm getting below error. I've read some where that We need to install SAP integration kit but SAP BI 4.1 it comes default, also had to install the ABAP cystal report transport - How to do Install this on SAP side -
and on the ECC side we had to develop Crystal Authorization - how to develop this?
Can someone screenshot of these steps and please suggest if something else can be done.

Hi Pawan,
Search for the error and you should see many threads for this issue.
Anyway, this is what I found:
logon failed. you do not have the necessary rights to design reports
Crystal Reports 2008 and BW - Installation and Configuration - Business Intelligence (BusinessObjects) - SCN Wiki
The wiki should have answers to all your questions regarding Transports, Authorization et al.
-Abhilash

Similar Messages

  • SAP Crystal Reports data source connection problem using sap business one

    Hi,
    I m facing a problem regarding: SAP Crystal Reports data source connection problem using sap business one
    I am trying to create a Crystal report but when I try to configure a new connection it does not work.
    I select Sap Business One data source and try to complete the information required to connection but it does not list my companies databases, what is the problem?
    Our Current SAP related software details are as follows:
    OS: Windows Server 2008
    SAP B1 Version: SAP B1 9 (902001) Patch 9
    SAP Crystal Report Version: 14.0.4.738 RTM
    Database: MS SQL Server 2008 R2
    I have also added some screenshots of the issues.
    Please have a look and let me know if you have any questions or any further clarifications.
    I m eagerly waiting for a quick and positive reply.

    Hi,
    There is problem with SAP Business One date source.
    I had faced same problem, I used OLEDB Data-source, and it worked fine for me.
    So, try to use OLEDB.
    Regards,
    Amrut Sabnis.

  • Sap Crystal Reports 2013 Performance Issues

    Hi,
    We are planing to do the report migration to sap crystal report 2013. now we have crystal report xi Developer licensed version and we download the 30 days evaluation(trial) version of sap crystal report 2013 only for testing. we have 1 report that created in crystal report xi version it runs within 5 mins for 2 lakhs records and same report we are testing on sap crystal report 2013 evaluation(trial) version with same connection and same report parameters it took 10 mins for 2 lakhs records.every report take more time in sap crystal report 2013 evaluation(trial) version as compared to crystal report xi Developer licensed version.
    Why this happened? is it issue of evaluation(trial) version of sap crystal report 2013?
    Kind Regards,
    Ganesh

    Hi Jamie,
    what database are you using?
    Oracle
    what specific db version?
    Oracle  11g
    what connection method?
    Oracle Server
    Above same thing we r using for crystal report xi licensed version and sap crystal report 2013 evaluation(trial) version but now issues is that report takes 45 min in sap crystal report 2013 evaluation(trial) version for 2 lac records,but same report takes only 5 min to run in crystal report xi licensed version. is this issue of licensed bcoz now we are run report on sap crystal report 2013 evaluation(trial) version.

  • Unable to create a crystal report 2013 on the top of SAP BW 7.00

    Hello Team,
    We are trying to connect SAP Crystal Reports 2013 to SAP BW 7.00 SP26. This crystal report is being developed on the top of a BEx query accessing through OLAP.
    1.  We are getting an error- 'Internal Error: The reports applicatiton server failed'.
    2. Also, when we try to upload the same report from CMC, we get an error."...................Failed to read data from the report. Reason: Unable to open the OLAP Cube......."
    Please advise.
    Thanks.

    BI Platform
    -Abhilash

  • Crystal Reports for Enterprise connection error to BI 4.0 Platform

    Hi All
    We are trying to connect Crystal Reports for Enterprise to our BI 4.0 Platform, however we are getting the following error: "Failed to establish a connection. The cause was: Cannot connect to SAP BusinessObjects Enterprise at this time. Please try again later".
    System Information:
    - SAP BI Platform 4.0 SP02 patch 6
    - Windows Server 2008 R2 64bit
    - Tomcat 6.0.24
    We have also installed the following client software:
    - SAP BI Platform Client Tools 4.0 SP02
    - SAP Crystal Reports for Enterprise 4.0 SP02
    - SAP BI Platform Client Tools 4.0 SP02 Patch 6
    - SAP Crystal Reports for Enterprise 4.0 SP02 Patch 6
    Our deployment of the BI Platform is a distributed system where
    - Server 1 hosts the BI Platform Services and
    - Server 2 hosts the web application server
    We have reviewed the following OSS Notes below from SAP first to determine if there is a technical issue :
    - 1598906 - Crystal Reports for Enterprise gives Cannot Connect to SAP Business Objects Enterprise at this time. Please try again later.
    We have adjusted the "dsws.properties" as mentioned in the OSS note 1598906 above to contain the correct CMS and CMS port number (for Server 1).
    - 1602024 - Error - Failed to establish a connection. The cause was - Cannot Connect to SAP BusinessObjects Enterprise at this time.
    We have entered the server context as "/dswsbobje" mentioned in the OSS note 1602024 above in the connection details for CR for Enterprise connections
    - 1636862 - Login for Crystal Reports fail on BO Server Cannot Connect to SAP Business Objects Enterprise at this time.
    We have checked the proxy settings of Internet Explorer and adjusted it to have the following exceptions defined:
    - Server 1.<domain_name>
    - Server 2.<domain.name>
    In the CMC, we also checked in the applications section for the web service option's access URL andchanged it from http://localhost:8080/dswsbobje to http://server2:8080/dswsbobje
    We restarted the tomcat service and tried to access the CR for Enterprise from the BI Launch Pad as well as starting it directly from Windows, howevere we still get the same error.
    Regards
    Derek
    Edited by: Derek Fox on Oct 27, 2011 1:07 PM
    Edited by: Derek Fox on Oct 27, 2011 1:10 PM
    Edited by: Derek Fox on Oct 27, 2011 1:11 PM
    Edited by: Derek Fox on Oct 27, 2011 1:20 PM

    Hi Anna-Marie
    I apologise for only responding now back.
    I have managed to logon successfully from Crystal Reports for Enterprise 2011 to the BI 4.0 Platform now, where we can create a report and save the report back to the BI Platform.
    As we have a distributed system, where the BI Platform is on one server (Server1) and the WebAs on another server (Server2). We had to adjust thefollowing settings on the WebAs system.
    1. On the WebAs server (Server 2), in the directory <install drive>:\Program Files (x86)\SAP BusinessObjects\Tomcat6\webapps\dswsbobje\WEB-INF we changed the file: web.xml by entering the default CMS.
        <context-param>
            <param-name>cms.default</param-name>
            <param-value>Server2:6400</param-value>
        </context-param>
    2.Then also in the directory <install drive>:\Program Files (x86)\SAP BusinessObjects\Tomcat6\webapps\dswsbobje\WEB-INF\classes we changed the file: dsws.properties where the section for domain=Server2 to domain=Server1 (example below from the file)
    #default host for CMS and will be replaced during installationdomain=Server1:6400
    3. In internet explorer's proxy exceptions, we set the following:
    server1.<domain>*
    server2.<domain>*
    4. In the local Intranet setting, we also set the site as:
    http://*.<domain>
    Now for my laptop the connection works with no issues, but another developer's does not work - so we are busy investigating what is different between my laptop and his laptop.
    Update:
    We found that a setting inside the Crystal Reports for Enterprise 2011 in the network settings had to also be adjusted.
    5. Use the menu path: Edit > Preferences > Network settings
    6. Switch from "use system proxy configuration (if available)" to "Manual proxy configuration"
    Enter the HTTP proxy address: proxy_server
    Enter the Port: 80 (example)
    Enter the list of servers to bypass: Server1;Server2
    Check the checkbox "Enable proxy authentication"
    Enter a username
    Enter a password
    Click on the OK button.
    7. Afterward change the setting from "Manual proxy configuration" to  "use system proxy configuration (if available)"
    Then Crystal Reports for Enterprise 2011 works correctly.
    What we found was that Crystal Reports for Enterprise 2011 must authenticate against the proxy server first otherwise one has issues.
    Regards
    Derek
    Edited by: Derek Fox on Oct 28, 2011 2:02 PM
    Edited by: Derek Fox on Oct 28, 2011 3:38 PM

  • SAP Crystal Report 2013 on Windows 2012 and Lotus Notes Databases

    Hi everybody, does someone already try to use version 2013 of Crystal Report to report Lotus Notes databases content?
    We have been used older version for about 10 years without any difficulties as a native driver exist for Lotus Notes.
    But installing the version 2013, we have discovered that lotus Notes is not anymore present int the list of database to connect to...
    Can anyone provide sonme help?
    Many thank in advance
    Dominique Anderegg
    Insentia SA
    Lausanne - Switzerland
    [email protected]

    See the SAP Crystal Reports 2013 Product Availability Matrix (PAM), page 9 and download the doc linked to there. According to that doc, Lotus Notes is now only supported via ODBC only.
    Also, the search string 'lotus crystal 2013' (search box in top right corner) brings up the following KBA:
    1238167 - Cannot create new report off the Lotus Notes Domino native driver in Crystal Reports
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
      Follow us on Twitter

  • Brochure SAP Crystal Report 2013

    Hi,
    Where I can download brochure in pdf format for SAP Crystal Report 2013?
    Thanks.

    Hi Khairul,
    If you are looking for documentation on Crystal Reports 2013 other than Raghavendra suggested, you may go in below link and specify the product to find all documents related to the product.
    https://help.sap.com/
    -Sastry

  • SAP Crystal Report 2013 - Connection error with Universe

    Hi,
    I've trying to connect Crystal Report 2013 with Universe but I'm getting below error. Please can someone help how can I resolve this error.

    .Unx Universes are Not supported by the legacy CR Designers (including CR 2013).
    For that you have the new CR for Enterprise.
    Does a WebI report against the same Universe work fine?
    Do other universes (.unv only) work fine from CR 2013?
    -Abhilash

  • Crystal Reports 2013 OLAP connection server types

    I wrote a Crystal Reports 2013 report using the OLAP Cube Report Wizard.  In the wizard, it prompted for OLAP data and Select Cube was chosen.  In the OLAP connection browser window, Add was chosen.  In Server type, Microsoft OLE DB Provider for Analysis Services 10.0 was chosen.  The report was then finished and worked fine.  However, on a different PC, that Server type is not found if trying to re-create.  Can anyone tell me what client tools must be installed on a PC for the Microsoft OLE DB Provider for Analysis Services 10.0 to show in the Server type of an OLAP connection.  We tried installing just the OLE DB provider and now it shows under OLE DB connections but not under the OLAP Connections.
    As an added question, does anyone know what must be installed on the Business Objects 4.0 server in order to publish the same report using an OLAP connection to Bus Objects?  We have tried creating an OLAP Connection that works fine but the report does not seem to be using that type connection.  I'm guessing it needs the client tool that will answer the first question.

    Hi Nate
    I'm a little unsure of where this is not working - WIN 7? MS 2003 Server?
    What's the font problem you saw?
    What database are you connecting to?
    Is the ProvideX" ODBC driver supported on WIN 7 / WIN 2003?
    Can you connect to the database via ODBC using any other software? I's like you to try SQLConn, see what that tells you.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow me on Twitter

  • Crystal Report 2013 sp4 installation errors

    Hi all,
    I am encountering error in the last phase of the installation where the wizard is spending around 20 minutes and then displaying "installation encountered errors"
    I tried installing on the dedicated VM. the installation is encountering problems.  reviewing the installation log, it seems the central management Server CMS, is unable to start.
    I tried solving the problem by:
    - redownloading the installation package
    - disabling the windows firewall
    - Installing SQL server and using it instead of the SQL bundled with the crystal report server
    - Changing default port of CMS during installation
    nothing seems to solve this issue.  please help!  is there anything missing?

    Hello Tony,
    In addition to this, kinldy turn off Antivirus protection if is there.
    Simillar issues are documented with its resolution in below forum, please go through it.
    http://wiki.scn.sap.com/wiki/display/BOBJ/BI+4.0+-+Updating+to+SP04+or+Higher+-+Best+Practices,+Known+Issues+and+Possible+Solutions
    Hope this helps.
    - Mahesh

  • SAP Crystal Reports 2013 with App-V5 SP2 Hotfix4

    Hello, ifIpaketiereSAPCrystal Reportsnot workingin theproduction environment.If the software iscapable of
    App-V?

    Hello,
    Perhaps if you were a bit more elaborate on the details in your specific environment, we could assist?
    Things that would be good to know;
    1. Can you share a recipe for how it was packaged?
    2. What is the production environment?
    3. What issues are you experiencing, and how are those manifesting themselves?
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • SAP Crystal Report 2013 for Classic ASP

    Hi
    I'm have question about CR2013
    1. For CR V.2013 support classic ASP ?
    2. If support, It coding for view report with web browser ? (Example source code)

    Sorry but no. Classic ASP is gone, never to come back.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
      Follow us on
    Twitter

  • SAP Crystal Reports 2013 Hangs

    I have installed the trial version of CR 2013.  When I start the program, it just hangs.  I have to "end task" with the Task Manager.
    This seems to be very odd.  Install a product for test trial and it hangs.
    I am running Windows 8.1.
    Any suggestions of how to resolve this?

    Hi William,
    if you search here on SCN there are some posts discussing that CR is hanging after installation. See e.g. here:
    http://scn.sap.com/thread/3441650
    I'd suggest to re-install it and as suggested in forum post above install it again with removing unnecessary data access components under Data Access.
    cheers
    m./

  • How to connect crystal report 2013 using sap business one data source

    hello Professionals .
    when i try to use data source sap b1 in crystal report 2011 or 2013 i got no list in company database,
    when i try to write it manual i got error "Connection failed".
    I tried to connect OLE DB and ODBC all work fine with me.
    i attached some snapshots .
    Any Advice Please ?

    Hi Mohamed,
    Please check below link.
    SAP Crystal Reports 2011/2013 doesn't show Company Data Base
    SAP Business One Data Source in Crystal
    Crystal Reports - How To - Connecting to your SAP Database - YouTube
    Migrating Crystal Reports of SAP Business One from SQL Server to SAP HANA
    Hope this helps
    Regards::::
    Atul Chakraborty

  • Connecting SAP Crystal Report with EHP6 FOR SAP ERP 6.0

    Hello Everyone!
    I have downloaded SAP Crystal Report demo 30 days and we have an IDES for "EHP6 FOR SAP ERP 6.0", how can I make some reports and train myself with crystal report?
    I don't understand how to make the connection to our SAP DB, can you help me?
    Thank  you!
    Denis

    Ok solved.
    - I assure where is the  saplogon.ini (in my case: %appdata%\SAP\Common\saplogon.ini)
    - I open the saplogon.ini with notepad and set the UTF format and than save it replacing the original one if it was not in UTF format
    - I go to : control panel>system>advanced>environment variables>system variables and I create a new one with name "SAPLOGON_INI_FILE" and path "C:\Users\....\AppData\Roaming\SAP\Common\saplogon.ini";
    - Open SAP Crystal Reports 2013 (in my case) > VIEW > Preferred Viewing Locale > (here I set the language of the SAP System I am going to log on with crystal report, in my case was in english so I set English)
    - (within SAP Crystal Reports 2013) > FILE > Log On or Off Server... > Create New Connection > SAP Table, Cluster, or Function > (now it shows me all the different SAP Systems that are also in the SAP GUI Logon, choose one, set the client-username-password and then finish)
    Thank you,
    Closed.

Maybe you are looking for

  • Any way to take a subclip & generate a new original file of subclip's length without recapturing?

    When I CAPTURE a large length of footage (say 30 mins) and then I import this footage into my Pr Pro CS 5 Project, I will typically extract a section of that footage into the timeline using the Source Monitor.  I will throughout an edit end up using

  • FCP to FCE(express)

    I have a movie done in FCP sitting on an IMAC computer. I am making a new movie using FC Express on a laptop. I want to take some of my clips from the FCP computer and incorporate them into the FCE new movie. I get error messages that seem to indicat

  • Goods Receive(GR)  triggers a Purchase Order (PO)resending

    Nice weekend everybody, This is quite strange problem, usually, after saving POs will be sent out to our vendor, however, recently when we do GR, the PO will be sent out again, meanwhile, overdelivery tolerance limit has been changed to 10%. Any idea

  • NT Authentication Impersonation possible in Java?

    New to these forums, but I'm sure I won't be a stranger here with my new job! My first question: I have been assigned the task of impersonating another user such that NT Authentication will work. I have said code in C++, but as I understand it, Java

  • PrintWriter not working !!

    import java.io.*; public class FileDemo {      public static void main(String args[]) {           if (args.length != 1) {                System.out.println("Must enter text to write to file");                return;           try {           PrintWri