Crystal Reports server XI release 2 java Integration - Urgent

Post Author: premnathk.chn
CA Forum: JAVA
Hi,
  I am trying to evaluvate Crystal Reports server XI release 2 and i face problems in integrating it with java. can sombody help me out?
Also when i try to open a report using INFOVIEW i get a cannot open connection error.
thank & regards,
Prem

What problems exactly are you running into?  Are you getting errors?  Also - the infoview error is most likely that the report can't connect to the database - or that the account that the Page or RAS server is running under can't see the database server.  Try running the page server and RAS server under a user account that has domain privileges
a programmer learning programming from perl is like a chemisty student learning the definition of "exothermic" with dynamite

Similar Messages

  • Crystal Reports server XI release 2  -Urgent

    Hi,
      I am trying to evaluvate Crystal Reports server XI release 2 and i face problems in integrating it with java. can sombody help me out?
    Also when i try to open a report using INFOVIEW i get a cannot open connection error.
    thank & regards,
    Prem

    What problems exactly are you running into?  Are you getting errors?  Also - the infoview error is most likely that the report can't connect to the database - or that the account that the Page or RAS server is running under can't see the database server.  Try running the page server and RAS server under a user account that has domain privileges
    a programmer learning programming from perl is like a chemisty student learning the definition of "exothermic" with dynamite

  • Crystal reports server XI release 2 installation problem

    Hello, everybody,
    got 2 of crystal reports server XI release 2 packages back in 2006
    since then only crystal reports designer were used (great software) and it works fine.
    but now trying install the server version included in the package, installation gives error
    on the key what is supplied with in the package.
    error message said  "the product key code you entered is not valid"
    is there are any time restriction on the official key codes?
    can anyone, please, comment?
    with best,
    Janis Briedis

    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

  • Crystal Reports Server XI Release 2 SP4 for Windows

    Is Crystal Reports Server XI Release 2 SP4 for Windows compatible with Windows 2003 R2 SP2 Enterprise Edition 32bit?
    Is Crystal Reports Server XI Release 2 SP4 for Windows compatible with Windows 2008 Enterprise Edition 32bit?

    Hi
       Could you please check this [url|https://www.sdn.sap.com/irj/boc/crystalreports] also  [this |https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0e3a95b-911e-2b10-a087-b352a156b362] and
    [This|http://resources.businessobjects.com/support/communitycs/TechnicalPapers/cr_2008_supported_platforms_windows.pdf]
    Regards,
    S.Manu

  • Crystal Reports Server XI Release 2 - Automated clearing of user sessions.

    I am having issues with unused user sessions not clearing automatically from the CMS Server after they have finished using "InfoView".
    1) I have set their preferences to "always log me off InfoView" when closing the browser.
    2) I have uncommented out the "SessionCleanupListener".
    3) I have changed the "TokenSetting" to "False".
    4) I have reduced the logout time to "2 minutes".
    After trying these 4 changes individually and together the sessions are still not automatically clearing at all.
    Please can someone advise and this is starting to get very frustrating.
    Many Thanks
    Nick.

    Do you know if there is a fix available as this is on our Citrix Application servers and we need IE7 for other applications?
    If not do you know how to send SAP a direct support question?
    Many Thanks
    Nick.

  • RAS Java API Exception on Crystal Reports Server XI R2

    Hi
    We download run the evaluation version of Crystal Reports Server XI R2 SP2.
    Our web application uses RAS Java API to talk to Crystal Reports Server to open unmanaged reports.
            ReportClientDocument lo_ReportClientDoc = new ReportClientDocument(); //*** Cause exception
            ReportAppSession reportAppSession = new ReportAppSession();
            reportAppSession.createService(
              "com.crystaldecisions.sdk.occa.report.application.ReportClientDocument"); //*** Cause exception
            reportAppSession.setReportAppServer(servername);
            reportAppSession.initialize();   //*** Cause exception
            lo_ReportClientDoc.setReportAppServer(reportAppSession.getReportAppServer());
            lo_ReportClientDoc.open(asReportName,OpenReportOptions._openAsReadOnly);
            ReportServerControl control = new ReportServerControl();
            control.setReportSource(lo_ReportClientDoc.getReportSource());
    The lines marked with "//*** Cause exception" above cause the following exceptions, although at the end the reports came up correctly. When we were running Crystal Reports Server XI (Release 1), we did not see this exception. Can you tell what is going wrong? Thanks.
    SystemOut     O org.xml.sax.SAXParseException: File "null" not found.
    +     at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1202)+
    +     at org.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.java:499)+
    +     at org.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:312)+
    +     at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1079)+
    +     at com.crystaldecisions.xml.serialization.XMLObjectSerializer.load(Unknown Source)+
    +     at com.crystaldecisions.proxy.remoteagent.ClientSDKOptions.readClientSDKOptions(Unknown Source)+
    +              at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.b(Unknown Source)+
    +     at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.h(Unknown Source)+
    +     at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.<init>(Unknown Source)+

    Hey did anyone ever answer your question, I have exactly the same problem 4 years later, sigh

  • Crystal Reports Server XI Infoview Error Messages

    Just upgraded to Crystal Reports Server XI Release 2. I can create reports and save them using the enterprise method. The reports run fine in Crystal reports but when I try to view a report using Infoview I get the following messages:
    Unable to retrieve object.
    Library not registered.
    If I change viewers the first line will be different but the second line will be the same.
    All the servers are running and permissions look good. I've searched the web and this forum and could not find an answer.
    Thanks,
    mx_forever

    Jock,
      That is understandable as I just saw a typo in the dll name.  I think more importanly we should check on a few other items.
    1.  I am presuming the Infoview/CMC applications are running in IIS.  Is that true?  Do you jave the java version installed as well?  If so, attempt to open the report(s) there.
    2.  Is IIS is involved, Is there a valid virtual directory for crystalreportviewers115? 
    I have never seen anything with "Line 6" before.  It may be a reference to the web.config file that specifies the viewers etc. 
    Tony

  • Where to define .rpt file location in Crystal Report Server 2008

    Hi all,
    I have installed Crystal Report Server 2008 in my machine and trying to invoking the report from my java application. Earlier we have used Crystal Report Server XI Release 2 and in my java application i am passing crystal report server name, report name, parameters and it is woking fine in Crystal Report Server XI Release 2. But now I have installed Crystal Report Server 2008.
    In Crystal Report Server XI Release 2, we have a option to provide the report directory folder from the computer. That is in Central Configuration Manager - > Right click on Report Application Server -> Properties -> Parameter Tab -> Change Option Type to Server and And Select directory which contains the .rpt files.
    Like the same way, i need to give the report directory path in Crystal Report Server 2008. Then only the report server will find the report from the directory and display it. In my application i am passing the report name to the crystal report server. The report server will find the exact report from that folder from the local system and display it in application.
    I can able to give the report file directory in Crystal Report Server XI Release 2, but cannot able in Crystal Report Server 2008.
    Pls help me how could i do this?

    In Command Line Parameters of ReportApplicationServer

  • Does CR 2008 work with Crystal Reports Server 11.5

    I currently have CRS 11.5 and am using CRXI. I would like to upgrade CRXI to CR2008 (visual advantage), but not upgrade CRS at this time. Does CR2008 work with CRS11.5? Any known issues to be aware of?
    Thanks,
    Jsr

    Unfortunately, CR 2008 is compatible with CR Server 2008 only You could refer to the [CR Server 2008 Supported Platforms|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90e0d1a4-ae34-2b10-198c-f309bfa21e91]
    Kindly refer to the [Crystal Reports Server XI Release 2 Info|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20d9fe63-396c-2b10-e7a8-efddd1a910f6]
    Hope it helps !!

  • Crystal Report Server 2008 integration with java application

    Hi All,
    Any of you having complete document about Crystal Report Server 2008 integration with java application....like source code and what are all the jar files needed? Or tell me that the implementation is same as Crystal Report Server XI R2?
    Thanks

    Have you looked at the BusinessObjects Enterprise XI 3.x Java Developer Guide?
    [http://www.sdn.sap.com/irj/boc/sdklibrary]
    Sincerely,
    Ted Ueda

  • How to set DbConnections when scheduling a crystal report using Crystal Reports Server Java SDK?

    Post Author: Manjula
    CA Forum: JAVA
    Hi,
    Trying to schedule a report using Crystal Reports Server Java SDK. Want to pass DBConnections from API, though passing DBConnections, the report is not being scheduled and says "Failed to retrieve data from the database.Details:&#91;Database Vendor Code:6550&#93;.
    Would be thankful if someone could answer my point as applicable.
    Here is the code attached.
    ISDKList dbLogons = oReport.getReportLogons();int dbLogonSize = dbLogons.size();
    for(int i=0; i<dbLogonSize; ++i) {
    IReportLogon dbLogon = (IReportLogon)dbLogons.get(i);
    dbLogon.setDatabaseName("DBname");
    dbLogon.setUserName("usrname");
    dbLogon.setPassword("pwd");
    Thanks in advance.

    Post Author: Manjula
    CA Forum: JAVA
    Ted,
    Thank you for your valuable information.
    First, tried scheduling on Central Management Console and then with the java code.It worked fine, but here is another question for you.
    On the Console, a report exists with ServerName and UserName harcoded and when trying to set ServerName and UserName from the java code, its throwing exception. Where as Password is not set on Console, am able to set password from java.
    And DatabaseName is not set on Console (non editable), unable to set the same from java too. Why is it so?
    So, my question is - though ServerName,DatabaseName,UserName,Password exists on the Console report, can't I override those parameters from java?
    Would be greatful if you answer my question and provide me some guidance.
    Thanks in advance.

  • Integration : Crystal Report Server 11.5 with Sharepoint standard 2007

    Hi,
    How can I configure my Crystal Report Server version 11.5 to store the generated reports directly to a Sharepoint Library (standard 2007).

    Hi,
    With the current solution of Integration kits and "integration option for Microsoft SharePoint software" you cannot have reports in SharePoint library. The infoobjects continue to be in CMS.
    Thanks
    -amit-

  • Crystal Report Server - how to release concurrent user license

    Hi all,
    I have a client using Crystal report server 2008, they have 25 concurrent user license.
    On all the services, the timeout properties is using the default 20 minutes timeout.
    If user close a session by pressing the X, instead of clicking Logout, it did not release the license.
    Example, instead of recording 12 active user session, it seems to show 15 user sessions where CR server shows that one of the users has 3 sessions open when in fact he only has one session.
    Is there a way to resolve that?
    From the forum post, I found one of them indicating that there is no solution to this.  Is it true?  I hope I am just missing something.

    There are no session release tools built into XI other than restarting the CMS. If you want you can use SDK code [such as this |http://johnnyye.com/blog/2008/08/12/business-objects-xi-session-removal-tool/]to accomplish a psuedo session management.
    In the current version of CRS the cms or code are the 2 best options. I'd keep a look out for changes in future service packs but I'm not aware of anything specific that will be done.
    Regards,
    Tim

  • Passing SQL to Crystal Reports Server using JAVA

    Hi all,
      We are in the process of redoing our Java app and we would like to create SQL query and pass this to Crystal Reports Server to have it generate a report.
      I've looked all over but still could not find any info on it.  Does anyone know how this is done or know where I can find some information on this?
      I've looked at some of the examples from BO but did not find anything relating to what I need to have.
    Thanks in advance.
    -S.C.-

    Hey,
    Have a look at https://boc.sdn.sap.com/node/452
    There some other great webinars on the left side also.
    Hope that helps.
    Else if you wanting to run some SQL before loading the report search for something along the lines of:
    (But I warn you this is not the correct coding, I have just quickly cut and paste a
    few bits from one of my reports but you should get the idea, hopefully,
    might have to use your imagination.)
    Connection connection = null;
    CallableStatement cs;
    Class.forName(dbDriverName);
    // Create a connection to the database
    connection = DriverManager.getConnection(dbConnectionURL, dbUsername, dbPassword);
    // Call a procedure with one IN parameter
    cs = connection.prepareCall("{ CALL " + str_ProcStatement + "}");
    cs.setString(1, str_Param1);

  • Crystal Reports Server 2008 dispose not closing document

    Hey everyone,
    I;m running some reports through Crystal reports 2008 server (no service packs) using the RAS sdk and Java.
    This was working swimmingly for a while until yesterday when the server hosting the RAS and app server fell over. I tracked it down to a problem with the RAS server. The error i got in my logs was General Exception, Report SDK Exception Not enough memory for operation.  I reran the process and when i watched task manager the memory being allocated to crystalras.exe went through the roof! it went from 50k to 1.8g of ram in under 10 minutes.
    I tried lots of the other suggestions in here for the errors about memory that are similar to mine (increasing the heap memory etc.) and none of them worked.
    One thing i noticed though is that when I run the process and watch the metrics page of the RAS server on the management console the number of Open documents does not decrease even though i am 100% totally and utterly calling .close and .dsipose after every report i open. Definitely. Ive debugged it a million times and it is calling these methods. It is successfully releasing the connections fine but does not seem to releasing the open documents. After the Open documents metric went down to 0 (im presuming after a timeout) the memory that crystalras.exe was reduced. I then  changed the timeout tag in CRConfig.xml to 1 minute to see would this help out any but the open documents did not timeout any faster.
    Would i be right in thinking that these open documents would be causing my problem of the aggregated memory? Im at my wits end here so any piece of help is greatly appreciated!

    Hi Ted,
    Thank you for getting back to me, i was on vacation there for a while so that is why i didnt get back to you.
    When I call reportClientDocument.isOpen() just before i dispose of the report it is true and after i dispose of it it correclty returns false.
    I am really stressing out over this as we are reduced to running 500 reports through the server (one after another) and then stopping the process and restarting the RAS server and then running another 500 reports.
    crystalras.exe gets up to about 2g of ram consumed for only 500 reports.
    I even changed some of the timeout settings on the settings page of the management console to see would they timeout and release the memory but alas it didnt release as much as a byte. I left it for 3 days and it didnt deallocate one piece of memory.
    Im currently investigating is there some way from my code that I can restart the RAS server, either through the SDK or through a windows process or scheduled task.
    Ted, as far as i can see there are no service packs for Crystal Reports Server 2008, is that right? when i go to the downloads page there only ones listed for release X1.
    Thank you for your help.
    J.

Maybe you are looking for