LDAP on Crystal Reports Client

Hi
We have here a system with a LDAP authentication . If I connect to InfoView, LDAP works fine.
If I make a connection from the Crystal Reports Clients (CR 2008) to the server, the client computer need a direct LDAP connection to the LDAP server (I saw that in the TCP trace). The problem now is, that the crystal reports clients are behind a firewall and it's not possible to open a port to the LDAP server.
Is it any possibility to change the authentication mode from client to server?
Thanks
Christoph

Since Business Objects does not cache the LDAP credentials they must be sent from where they are entered. With CR this is the client computer, with Infoview/CMC this is from our web/application server. You must open a port to the client if you wish to login with LDAP.
A work around would be to create an enterprise alias for LDAP users that are behind the firewall (although you loose the password synchonization you would get using LDAP.
Regards,
Tim

Similar Messages

  • How to use crystal report client?

    Hi all,
    In my java application we are using crystal report for generating report. For certain condition we are not in the position to use crystal report server. So, is that any possibility to generate the report without crystal report server? i heared something we can generate the report through by using crystal report client...is that possible?
    Please help me..
    Thanks,
    Shiva

    I did that and i set up a trace file withing the sql.net and i reviewed the file and everything is looking fine for me, there is no error at all.
    i can see his session created when he build new connection and run any query, but if he modified that query, the connection is dropped, still dont get it.
    he used to use before VPN but now he has direct connection.
    i also put this parameter in his tnsname.ora file (RECV_BUF_SIZE=11784)
    there is only one thing strange, when i try to use sqlplus /nolog, i couldnt run the sqlplus, or tnsping and it keeps telling me any orginized program or something like that, i asked him to install the oracle client again, because looks like some libraries not working fine, however he complian the crystal report works fine, so oracle client must work ok, i explained to him it is totally different thing, but he refused to confess.
    so i dont know what else i should do,

  • Crystal report: client-side printing problem

    Hello everyone,
    I developed an asp.net web application / c # - VS2012 - crystal Repport (CRforVS_13_0_5) on windows 7 pro 32 bits, everything is ok even print reports.
    The problem is that when hosting the web application in IIS on the same machine (Windows 7 pro 32 bit) printing the report (crystal report) does not work;
    my code behind:
    ReportDocument cryRpt = new ReportDocument;
      string path = "../rpt/demande.rpt";
      cryRpt.Load(Server.MapPath(@path));
      ParameterFieldDefinitions crParameterFieldDefinitions;
      ParameterFieldDefinition crParameterFieldDefinition;
      ParameterValues crParameterValues = new ParameterValues();
      ParameterDiscreteValue crParameterDiscreteValue = new ParameterDiscreteValue();
      crParameterDiscreteValue.Value = "value";
      crParameterFieldDefinitions = cryRpt.DataDefinition.ParameterFields;
      crParameterFieldDefinition = crParameterFieldDefinitions["val"];
      crParameterValues = crParameterFieldDefinition.CurrentValues;
      crParameterValues.Clear();
      crParameterValues.Add(crParameterDiscreteValue);
      crParameterFieldDefinition.ApplyCurrentValues(crParameterValues);
      cryRpt.SetDatabaseLogon(user, pw);
      CrystalReportViewer1.Visible = true;
      CrystalReportViewer1.ReportSource = cryRpt;
      cryRpt.PrintToPrinter(1, false, 0, 0);
    how to print the report on the client side?

    The search term 'crystal net client side print' brings up the following (amongst many other):
    KBA: 1214466 - How to print a report from a .NET Web application
    KBA: 1216932 - How to print directly to a printer instead of PDF in a CR 10 ASP.NET application
    KBA: 1983821 - How to achieve client side printing without using the Crystal Reports viewer
    The above should help you out. BTW.; the search box is in the top right corner.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Java Crystal Reports client working on Tomcat 5.0 not on Sun 8.1, AxisFault

    Hi Experts,
    I am given this task of integrating Crystal Reports in our Sun 8.1 applications. I am using the jars that come with the Business Objects cd (like dsws-session.jar, dsws-publish.jar, axis 1.1.jar etc). I am able to run this on Tomcat 5.0 but not on Sun java Application Server 8.1. The exception I am getting is as follows:
    Cause Detail --->>>AxisFault
    faultCode: Server.userException
    faultSubcode:
    faultString: java.lang.NullPointerException
    faultActor:
    faultNode:
    faultDetail:
         stackTrace: java.lang.NullPointerException
         at java.util.Hashtable.put(Hashtable.java:396)
         at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:395)
         at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:246)
         at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
         at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
         at org.apache.axis.client.Call.invoke(Call.java:2553)
         at org.apache.axis.client.Call.invoke(Call.java:2248)
         at org.apache.axis.client.Call.invoke(Call.java:2171)
         at org.apache.axis.client.Call.invoke(Call.java:1691)
         at com.businessobjects.dsws.session.SessionSoapStub.login(Unknown Source)
         at com.businessobjects.dsws.session.Session.login(Unknown Source)
    I tried to replace axis 1.1 with axis 1.4, but then I get another exception
    Cause Detail --->>>java.lang.NoSuchFieldError: WRAPPED
         at com.businessobjects.dsws.session.SessionSoapStub.<clinit>(Unknown Source)
         at com.businessobjects.dsws.session.SessionLocator.getSessionSoap(Unknown Source)
         at com.businessobjects.dsws.session.Session.createStub(Unknown Source)
         at com.businessobjects.dsws.Consumer.<init>(Unknown Source)
         at com.businessobjects.dsws.session.Session.<init>(Unknown Source)
    I guess this is because the dsws-session.jar is not compatible with any axis other than 1.1. How should I proceed? Should I be continuing with axis 1.1 and apply some fix or should I go with axis 1.4 and get the dsws jars that work with axis 1.4? Why is it working with Tomcat 5.0/JDK 1.5? PLEASE HELP ASAP!!!!
    Thanks,
    Zahid.

    Hi Zahid,
    Crystal Reports does not support Sun application server, however since tomcat 5.0 is supported it seems to be working fine with it.
    To find supported platforms list navigate through: -
    https://websmp204.sap-ag.de/bosap-support
    Go to Documnetation > Supported Platforms > and select the product you want from the list.
    Regards,
    Jitin Vyas

  • SAP tab in Crystal Reports 2013 issue

    We are using SAP Crystal Reports 2013 SP3 to build reports on BEX queries (BW 7.2). Creating a report via 'File' --> New connection --> BW MDX driver works fine, I can select bex queries & cubes and see the data. However SAP provided tab 'SAP' does not work as expected. When adding a new bex query using SAP--> Create new report from a query, I can see the list of queries and select one but it does not open and throws the following error -
    "An error occurred while generating a new report templete.
    No error"
    Using the "File" option any change to the .rpt file forces BO admin to update "DB logon" information in CMC (currently i cannot save .rpt file directly on enterprise from Crystal client due to some issue)  and we want to avoid this kind of maintainence using SAP authentication provided by using SAP tab, also the Crysal report prompts when run from BI launch pad request for prompt values twice (once for the report and once to pull list of values for each prompt) which can be avoided using SAP tab. I thought access to dev BW server is fine since the "File" tab works fine. Our BASIS team confirmed BOBJ dev servers have access to BW gateway. Am I missing something here, please help me with your experience and ideas to troubleshoot this as the only solution i could google was from a 2012 SAP recommended article to fix reginfo configuration files on SAP server
    I reinstalled Crystal Reports client twice to make sure intallation was not the issue.
    Thanks
    GORO.

    Hi Abhilash,
    Thanks for your response.
    Yes reports are working in CR 2013 designer.
    Getting Alignment and long spaces between the paragraphs issues even though report has properly designed on designer.
    After exporting to pdf getting above errors...
    -Srinivas

  • Crystal Report ADO Connection Error

    I have a Crystal Reports created against an MS SQL Server DB using an ADO Connection (crdb_ado.dll). I am using a hardcoded user ID and password for logging into SQL Server, everything works fine when I log from Crystal Reports client, I am able to connect to SQL Server and refresh the report.
    When I publish to BOE and access from Infoview or CMC I get an error "[Failed to open the connection.
    xxxx report Details:  [Database Vendor Code: 17 ]]". I use the same account for SQL server under database config for Crystal report within CMC.
    Please see release info below:
    BOE XI 3.1 FP 3.1 (Windows 2008 server)
    Crystal Reports 2008 FP 3.1
    I have checked the  ADO dll version, size etc. on both client and BOE XI server and it looks the same.
    Are there any additional configuration required for this connection to work from BOE XI?
    I enabled log on BOE side and could not get anymore information other than the above message. We also tried with the SQL Server SA account to make sure this is not an access issue.
    Thanks.

    Hi Don,
    Please see answers below:
    >
    > What happens if you set the logon over ride properties for each instance?
    >
    I select the option "Use same database logon as when report is run" and get the error mentioned in the first message.
    > Also need to know what version of SQL Server you are using and if you are using the Native Client or the OLE DB for SQL Server driver?
    >
    We are using SQL Server 2008. I have tried with the OLEDB for SQL driver and with the Native client. In both the cases I am getting the same error. I also tried to change the OLEDB.sbo file as mentioned in note 1204488.
    Thanks.

  • Crystal Reports 9 and Clearquest

    Hello,
    my company uses (for historic reasons) IBM Rational Clearquest 2003 (2003.06.15.734.) with Crystal Reports Version 9.2 (Service Pack 7) to create Reports on the entries in the Clearquest database. However, when I try to create a new report format, I get the following error message:
    Problems creating new report format.
    Details
    COleDispatchException exception reported: You are attempting to use functionality that
    falls under the Crystal Decisions Report Creation API license. This system does not have
    a valid license, or the evaluation copy of the license has expired. Please contact Crystal
    Decisions to obtain a Report Creation API license.
    Now, even though this sounds like a licensing issue, I do have a valid, legal license of Crystal Reports Designer 9, and it seems that Clearquest 2003 specifically expects Version 9 (My company laso purchased Crystal Reports Client 2008, but it seems to be incompatible with Clearquest 2003). A search on the Internet has yielded similar problems with Clearquest 7 and Crystal Reports 11, that were subsequently resolved, but, unfortunately, upgrading Clearquest is not an option for my company at this point in time.
    If anybody has any tips or pointers, I would greatly appreciate any help!

    Hi,
    The problem really is a licensing issue.  Clearquest sounds like it's making api calls to Crystal.  Crystal 9 had special api calls that required special licensing.  These were the Report Creation APIs.  As soon as a Report Creation API is called from an application, the report engine looks for a license file and if the file doesn't exist you get the message you see.  The regular APIs are free and do not require the license. 
    In newer versions of Crystal the licensing has been revised which is why Crystal 11 works. 
    In most cases, I'd say upgrade from Crystal 9 to 11 but because it's Clearquest that's calling the reports, I doubt it would be as simple as upgrading the report engine to Crystal 11. 
    My suggestion would be to go back to Clearquest and see if they have a license you should have received.  If they designed it with those APIs, they should also be distributing the license.  The other option would be to call Business Objects and see about purchasing a license.  From my understanding it's not cheap. 
    Good luck,
    Brian

  • Crystal Report Hangs

    Hi,
    Crystal Reports Server 2008 and Crystal Reports Client are installed in two different servers.  Both the serveru2019s operating system is windows 2003 SP 2.  ASP.Net (c#) is used for launching the reports. When I tried to launch the reports it hangs. After some time I got the following message
    COMException (0x80041017): Request timed out because there has been no reply from the server in 600000 ms.  
    CrystalDecisions.ReportAppServer.ClientDoc.ISReportAppFactory.OpenDocument(Object DocID, Int32 Options) +0
       ASP.crystalserver_crystal_report_server_aspx.Page_Load() in d:\TECH\report\Crystal_Report_Server.aspx:53
       System.Web.Util.CalliHelper.ArglessFunctionCaller(IntPtr fp, Object o) +8
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +8664819
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       System.Web.UI.Control.LoadRecursive() +50
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
    I got this error when the following statement is executed
    InfoObject infoObject = infoObjects[1];
    ReportClientDocument reportClientDocument = new ReportClientDocumentClass();
    reportClientDocument = reportAppFactory.OpenDocument(infoObject.ID, 0);
    I tried to increase the request timed out (up to 30 minu2019s) in the registry settings but also this fails.  There is no firewall available in both the servers. 
    Can any one provide me the required settings to over come this issue. 
    Please Note : Previously I was not able to login to the CMS server from the client machine.  After providing the server details in the clientu2019s host entries then I am able to connect to the CMS now.

    This still sounds like a firewall issue specificly when dealing with the RAS server.  I would refer you to the [Configuring The Crystal Enterprise SDK to Work With Firewalls|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0047e5f4-3140-2b10-1bae-de175e4c741c] document.
    The other way to test this is by running the application on the same machine as the enterprise server and see if it still gives that error.  If it does, that means the report is taking that long to run, if it doesn't, then there is some sort of network issue.

  • Crystal Reports logon issue across firewall - Transport error:communication

    Hi,
    We are facing an error when we try to logon to the BO server using the crystal reports tool (Crystal Reports Enterprise XI Release 2 ) outside the firewall. The login is working fine when inside the firewall. The BO server is on a unix box within the customer network and we are trying to login from a PC (using Crystal Reports Enterprise XI Release 2) which is outside that network. The following are the errors we get when trying to logon using authentication as "Enterprise" and system name as "fully qualified server name:6400"
    1. Without including any IP addresses in the PC host file we get "Transport error:communication failure" on login.
    2. When I included the IP and name of the BO server in the PC host file (xx.xx.xx.xx host name) we get an error - "CMS host 'xxxx' address was resolved properly,but cannot be reached to establish a CMS connection.Verify your router/firewall allows communication on port 6400."
    (The IP address I include in the PC host file is the actual IP address of the BO server)
    3. I know we have natted IP addresses.. and the IP address of the BO server appears to be different when I do a ping to the BO server from outside the customer network i.e from the external PC. When I include the IP address in the host file (which I get from the ping <servername> outside the customer network from my PC) I get "Transport error:communication failure".
    The port 6400 has been opened in the firewall. We are able to login to the CMC link and the Info view without any issues.
    It will be great to get some advise on this as it has become a high priority issue in our workspace now.
    Thanks,
    Reeti

    Hi All,
    I had a breakthrough in logging to BOX1R2 Crystal Reports client outside the firewall. The following was done in our case:
    1. Open the port 6400 on the server to allow traffic from outside the firewall.
    2. Add the following command at the end in the cmsLAUNCH command line in ccm.config (ours is a BO server on Sun OS)
    -port FQDN:6400 -requestport XXXX
    The -port parameter was explicitly specified to make CMS explicitly listen on port 6400.
    The -requestport parameter was added to configure the server to register a fixed port (which has external access) with the CMS rather than letting it choose a dynamically selected one...so XXXX can be any port which is not allocated to any app and is also open in the firewall)
    Thanks,
    Reeti

  • Crystal Reports Alert message pop-up not appearing in InfoView/BO Mobile?

    Hi,
    I am testing conditional alerts of a crystal report in BOBJ Mobile application. The application is supposed to show a pop-up for the alerts whenever the condition set inside the report document is met, with the creation of any instance in InfoView (the document is scheduled.)
    The application is not showing up any alert pop-up.
    Moreover, InfoView itself does not seem to show any pop-up alert message (the way Crystal Reports client is showing up in design env) for that particular instance of the report. The alert details are, though, only displayed in the 'instance details' option in InfoView. No pop-up on opening of that particular instance, and also on refreshing that report itself. May be InfoView is designed to manage alerts that way..
    How the way should I create my alerts in crystal report as to make them appear as pop-ups in InfoView on instance opening/report refresh. And then, in turn, in my BOBJ Mobile application.
    Thanks in advance if anyone can tell some way out for the requirement. This is very imp to us.
    Nirmit

    Hi Don,
    The reason for me to post this thread in Crystal Reports was to get information on how the way the alerts needs to be configured in Crystal Reports as to make a pop-up for them to appear while viewing the instance of the report from InfoView or refreshing the report itself in InfoView.

  • Crystal Reports return no data after publish to Infoview.

    *Description of Problem or Question:
    Reports defined in Crystal report client do not work correctly when published to Infoview.
    When report run from client, correct data is returned. When run from Infoview, no or limited data is returned.
    The problem is new since installation of Service Pack 3 fixpack 3.5.
    We are using the SAP Integration kit.
    Product\Version\Service Pack\Fixpack (if applicable):
    BOBJ XI 3.1 SP3, FP 3.5 (Including Integration kit transports)
    Relevant Environment Information (OS & version, java or .net & version, DB & version):
    Windows 2003 64-Bit, Java, Linking to SAP ECC6 on MAXDB 7.6
    Sporadic or Consistent (if applicable):
    Consistent, altough 1st refresh returns data, subsequent refresh returns no rows or few rows.
    What has already been tried (where have you searched for a solution to your question/problem):
    We have searched SAP Marketplace for OSS notes but none match our problem.
    Steps to Reproduce (if applicable):
    Create report in Crystal Reports - publish to Infoview
    Install BOBJ XI 3.1 SP3 and FP 3.5
    Refresh report in infoview - shows limited or no data
    Open report in Crystal Reports 2008 Client, refresh data - returns correct data.
    Save Cystal report to Infoview, refresh data in infoview (scheduled or online) - returns incorrect or no data.

    Hello,
    this is interesting. Check your CR Server settings if there are any limits with regards to rows or timeouts after the installation of FP3.5
    If your CR reports are running on a Universe, check the properties of the Universe if there are limitations affected to the rows.
    If this all brings no result i would highly recommend to open a Support Message at SAP - maybe thats a Bug coming with FP3.5
    Regards
    -Seb.

  • How to display wide crystal reports in Infoview

    I have Crystal reports which are about 50 inches wide, I have chosen a PDF writer as the printer driver to fit the layout in the Crystal reports client tool and I export this report to the BO server on a AIX (Unix) server.
    This report when viewed via Infoview, the report gets chopped off anything more than 12 inches approx. I have tried various printer settings and even no printer, I am able to scale upto 24 inches at the maximum.
    How can I be able to display the 50 inches wide crystal report in infoview. Any help would be appreciable.
    Environment: BO XI R2 SP 3.5, AIX 5.3
    Thanks in advance,
    Venkat

    Please re-post if this is still an issue to the Business Objects Forum or purchase a case
    and have a dedicated support engineer work with you directly

  • Error while executing Crystal report in client computers

    I got this error message -2147206460 Crystal Reports Activex Designer invalid directory. any idea guys how can i fix this. I tried using Crystal Report viewer in the server and its working perfectly.
    thanks

    Michael Litiatco 
    is your report working on SAP from server machine or it only works on Crystal Report on server machine
    IF your report is working  on SAP server then, the problem is on sharing the .rpt file with client
    Place the .rpt file in shared folder whichi is accessable from all the clients then use that .rpt file in SAP CR addon and update it
    updating the path from each client system SAP towards shared .rpt file
    do you have any firewall installed, try disabling within your network and check
    This should Fix your problem
    make sure the printer is shared and correct printer is set as default printer
    if possible give a test print page from client to make sure the printer is online
    Regards
    Krish

  • SAP 8.8 Crystal Report Layout problem in client workstation

    Hi Experts,
    We have import crystal report to SAP Business One as Form Layout or AP Invoice. We have already created the token DocKey@ so it would automatically be printed and will not ask for the document number. The layout works fine using the server workstation but in the client workstation we cannot proceed with the printing because when we click on the preview button, a login window appears with this details:
    Database Login
    Server Name : gray out or not active
    Database: gray out or not active
    Login ID: active
    Password: active
    We tried to enter the SQL login but fails.
    Is there any components that we need to install in the workstation before it could function the same way as PLD?
    Thanks,
    Janice

    You can try creating the ODBC connection, which is the same as on the server.
    Assuming this is the scenario:
    1. You write the invoice using crystal report on the server
    2. On the server, Control Panel--> ODBC, you have created an ODBC link eg; SAPB1.
    3. The report is connecting to ODBC link and pointing to database OECUS
    On the client workstation, you need to create:
    1. Control Panel--> ODBC, you need to create an ODBC link as on the server.

  • Crystal report not working on a client pc

    Hi Everyone,
    I have developed windows application in vb 2012 which will bind data from ms access in crystal report. My windows application is running fine on local machine where i installed vs2012 but when i create a setup an installed it on the local machine it is giving
    this error
    'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine error
    and when i install on a client machine it is giving me the following error,
    System.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw
    an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the
    file specified.
       at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()
    Anyone faced same error ?? Please suggest.

    Also for 3rd party software usually contacting the vendor for assistance is recommended. Especially since Crystal Reports are not supported by Microsoft. The search engine or appropriate forum at the below link should be able to assist you.
    SAP Crystal Reports, version for Visual Studio
    Please BEWARE that I have NO EXPERIENCE and NO EXPERTISE and probably onset of DEMENTIA which may affect my answers! Also, I've been told by an expert, that when you post an image it clutters up the thread and mysteriously, over time, the link to the image
    will somehow become "unstable" or something to that effect. :) I can only surmise that is due to Global Warming of the threads.

Maybe you are looking for

  • Tv shows "music videos" still in library but do not transfer when syncing

    I have 2 music videos in my "tv shows" category on the iPod. When I sync the iPod, they do not transfer over. I can download them again and then I have them. I have done this 3 times. Now I have 3 of each of these two videos in my "tv shows" part of

  • Display error message in WEBUI using BADI - ORDER_SAVE-CHECK_BEFORE_SAVE

    Hi, I am trying to display error message using BADI - ORDER_SAVE (Method-CHECK_BEFORE_SAVE) based on certain conditions when the document is saved from WEB UI. I have written it like below: If (some conditions). Message E000 with 'Error in SAVE' RAIS

  • Workflow for shopping cart

    Hi experts I am in SRM 7.0 and triing to use Process controled workflow, I have done some configurations for shopping cart aproval but no workflow is started and in shopping cart appear as in aproval. What cold be missing? Thanks Nilson

  • Vendor bill discounting

    Hi, Please any body can give me steps of vendor bill discounting Thanks and Regards   chiru

  • It wont turn on - it says nothing to boot

    I bought my Macbook Air in July 2013. It worked perfectly yesterday and when I turned it on today, it said low battery so I connected my charger, and restarted my laptop. When I turned it on, the Apple sound appeared but the screen was all white with