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

Similar Messages

  • Installing Crystal reports server 2008 v1 with iis

    Hi All
    I have downloaded a trial version of Crystal reports server 2008 v1 to install on our server.
    We are runnning server 2003 and have iis version 6.0 installed.
    I have run the installation wizard on our test server but when i get to the "Select Web Application Server" screen i am not given the option to select "Deploy the application in WACS" as the documentation suggests i should.
    I continued with the installation using the "IIS Web ApplicationServer option" and selected the default iis website to deploy to but when i try to run the CMC and InfoView I just get the message "Internet Explorer cannot display the Webpage"
    We have asp.net v1.1 installed and Application server is installed in windows components.
    Does anyone have any idea what may be causing my problems. It is my first time install ing CRS so i may have missed something.
    Any help would be appreciated.

    CRS 2008 requires 2.0 framework to run

  • Crystal Reports Server 2008 - RAS API ReportAppSession.initialize() fail

    Hi,
    We have a servlet (running on Websphere 6.1 container) trying to connect to Crystal Reports Server 2008 using RAS Java API to open unmanaged reports.
    It fails at the very beginning of ReportAppSession.initialize() with error message:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Unable to connect to the server: HQ-ROSIE03. - Connection refused: connect-- Error code:-2147217387 Error code name:connectServer
    HQ-ROSIE03 is the server name hosting CRS 2008. I try to pass in either HQ-ROSIE03 or HQ-ROSIE03:1566 to setReportAppServer(), but no help.
    On CRS2008, I checked from Central Management Console that all servers are up and running. I also add "-ipport 1566" to the commandline of ReportApplicationServer from CMC. It does not help either.
    Would you please tell me what might cause the problem based on the error code and message? Thank you.
    Here is the code.
            try
              ReportAppSession reportAppSession = new ReportAppSession();
              reportAppSession.createService(
              "com.crystaldecisions.sdk.occa.report.application.ReportClientDocument");
              //HQ-ROSIE03 is the server name that hosts Crystal Reports Server 2008.
              //I tried to pass in the port number, i.e "HQ-ROSIE03:1566". But it got the same exception.
              reportAppSession.setReportAppServer("HQ-ROSIE03");
              // This is where the exception is thrown.
              reportAppSession.initialize();
              ReportClientDocument lo_ReportClientDoc = new ReportClientDocument();
              lo_ReportClientDoc.setReportAppServer(reportAppSession.getReportAppServer());
              lo_ReportClientDoc.open(asReportName,OpenReportOptions._openAsReadOnly);
              ReportServerControl control = new ReportServerControl();
              control.setReportSource(lo_ReportClientDoc.getReportSource());
            catch(Exception exc)
                System.out.println( exc);
    Edited by: Lijing Lin on Mar 27, 2009 12:39 AM

    There is a typo when adding -ipport 1566 to the RAS server command from CMC.
    It is now resolved.

  • Crystal Reports Server 2008 - Jobserver fails!

    Hi,
    I've just installed Crystal Reports Server 2008 V1. With the server specs listed below:
    ESX VMWare Server
    OS: Windows Server 2003
    RAM: 4GB
    DISK: 20GB FREE
    I've since started scheduling reports and setting up of the user profiles/access levels.
    The scheduling of reports worked fine for the first 2-3 days. After that, it seems as though the job server just dies/stops scheduling. Any other instances that are run manually will be stucked with the status "Pending".
    Only after rebooting the Jobserver, will the 'stuck' jobs be processed. This is getting kind of irritating and unacceptable. Anyone has any solutions to this issue that i am facing ?.
    Really appreciate any help!
    Also, my event log shows a couple of errors and warnings which i will add below:
    Event Type:     Error
    Event Source:     BusinessObjects_JobServer
    Event Category:     Scheduling
    Event ID:     45388
    Date:          16/12/2009
    Time:          2:45:31 PM
    User:          N/A
    Computer:     XXXCRS01
    Description:
    Subprocess (Job Server Child) could not be started. Reason: Couldn't get IJob interface or writing IAudit: Pipe exception. Reason: jobserverchild (procreport, 0, Timeout waiting for Child [5724] to register ([120]seconds).
    Event Type:     Warning
    Event Source:     BusinessObjects_CMS
    Event Category:     General
    Event ID:     33017
    Date:          16/12/2009
    Time:          2:44:58 PM
    User:          N/A
    Computer:     XXXCRS01
    Description:
    Unable to contact server XXXCRS01.WebApplicationContainerServer on machine XXXCRS01 to perform status notification. Please check the server's system log for errors.
    Edited by: Tan Ivan on Dec 16, 2009 8:28 AM
    Edited by: Tan Ivan on Dec 16, 2009 8:30 AM

    Hardware resources were NEVER an issue.  We have quad core boxes with 2 processors, no other reporting requests just sitting idle and we see this.  We now installed SP3 for XI 3.1 and still occasionally seeing it.  RAM
    We found that if the CMS or the Job server are restarted (we tested this with CR, Webi, Deski) all use the same code to process jobs so it makes sense.
    SAP told me to add the -type outproc on ALL job servers.  I tried this, I haven't had pending jobs yet on XI 3.1, but doesn't mean it doesn't happen anymore.  We only randomly saw this due to our activity on the boxes.
    It's one main pressing point for us to move to XI 3.1 Sp3.
    By adding this switch we were told it won't re-use any jobserverchild.exe's.  It will only create and close new ones used for the request.
    We saw our pre-spawned go way down, so it looks like it doesn't pre-spawn any after putting this switch in the command line of the job server.
    I still have a case open on this issue.  I am waiting for it to appear it's head.
    We noticed that it wasn't just Crystal, but all jobs pended.  So I suspect what's happening is that something is losing connectivity, yet when I looked at the DB - it was saying active and running just like what we were seeing.
    If we restart the CMS OR the job servers, either way they worked after that.  I didn't have to do both so that seems like something is losing connectivity to the CMS.
    One might say the one point of failure might be the CMS...since all other job servers are having issues.  However, all on demand jobs were running fine, even against samples.
    So it's a weird issue.  I traced as well and no one at SAP could see anything.  As soon as I restarted the problem went away so hard to trace unless I let it trace for days.
    Edited by: Mike Kostuch on Oct 26, 2010 9:02 PM

  • Please help with my crystal reports server 2008 trial setup

    Firstly, if this is in the wrong section feel free to move it. I find this forum is to big to find the information i need, in fact trying to find anything i need on this website is almost impossible. So far not impressed with SAP at all! we download a trial and when we have problems nobody can support us and we have to post in the forums for answers, which i find disgracefull to be honest. So this post is my last attempt of finding the answers to my problems or we are going to forget crystal reports server for good! I was also told that if i wanted help setting this up then i would have to pay, thats not how things usually go when we download a trial of any software!
    Anyway, rant over!!
    Right, we have windows server 2008 and have installed crystal reports server 2008. So far all i have managed to get working is the reports themselves which run and schedule fine. The dashboard and business views are so confusing i just dont get it at all, the manuals dont help either becuase they are rubbish basically. But my first problem is trying to get windows AD authentication working! easier said than done. I have spent 4 days trying to get it working but nothing is happening. this is what i have done so far
    Set up all the options in the CMC to enable AD authentication, mapped a few groups one of which i am a member of.
    Then i setup the krb5.ini file like below (removed my server name and domain name)
    [libdefaults]
        default_realm = DOMAIN.CO.UK
        dns_lookup_kdc = true
        dns_lookup_realm = true
        udp_preference_limit = 1
    [realms]
    DOMAIN.CO.UK = {
        kdc = DC.CO.UK
        default_domain = DOMAIN.CO.UK
    i also have that other file bscLogin which looks like this...
    com.businessobjects.security.jgss.initiate {
    com.sun.security.auth.module.Krb5LoginModule required;
    The server inteligence agent has been set to use the same username as i specified in the CMC which is also the service principal name and the administartion name
    i have set the web config file to use SecWINAD as default, i have also set it to give the option of enterprise, win ad etc in a drop down list
    i have gone round in circles for days following the instructions, and nothing is happening
    Also i dont see any usernames within the groups i have mapped , am i supposed to see any? am i supposed to add them manually?? if so, whats the point in that?
    So now everytime i try to log in i get this error message
    Account Information Not Recognized: Active Directory Authentication failed to log you on. Please contact your system administrator to make sure you are a member of a valid mapped group and try again. If you are not a member of the default domain, enter your user name as UserName@DNS_DomainName, and then try again. (FWM 00006)
    There is also another error message i get, which isnt coming up right now but it says somthing along the lines of could not authenticate at this time (FWM 00005)
    i fail to see what im doing wrong. I shoudl also point out that the username i am using for everything is our own network admin password!
    any ideas on things to check before we give up with this all together?

    Hi Roberto,
    With the changes when SAP took over BusinessObjects the support packaging also changed. It's the way it is now but we are moving to and giving as much options as we can. SAP works on the Self Serve practice. the info is available but you have to find it, which is another thing we are working on to improve for BOE/CRS.
    Best place to start is in the CMS link off the start menu, You'll find the Admin Guide and Setup/Configuration Guides. You can also find all of the latest info and updates to those guides from help.sap.com then click on the SAP BusinessObjects tab along the top and then on the left click on All Products and then filter on your version.
    Once the Firewalls and Domains and your CRS Server is added to the Trusted Domains and ports opened to allow CRS to talk to the DNS Server CRS will begin to load all of the users into it's User Mappings. You still have to add each user or Group of Users but they will be available. Documents does describe how to....
    Once you have the Admin Guide search on Security and it explains in details how to set up and which ports need to be opened etc.
    Thank you
    Don

  • Problems with parameter button in Crystal Report Server  2008

    Dear all,
    I have problems with parameter button in Crystal Report Server 2008.
    when I created some parameters and groups in Crystal Report 2008, they showed both parameters in 'Parameter button' and group in 'Group button'  on the left, so I can choose or type without clicking 'Refresh button' But when I added it to Crystal Report Server 2008 and I click parameter button , it doesn't show any parameter. Only click refresh button to choose them. On the other hand, for 'Group Tree' is ok. When go to Default Setting-> Parameter, all parameters are in 'Unused parameter'  First time I think I had problems with my installation, but when I reinstalled it again, it was like before.
    Could any one help me with this?
    I appreciate looking forward to your reply
    Ketya

    Try posting your questionin the correct forum, this is for SAP Business One, not Crystal reports Server

  • Is Voyager included with Crystal Reports Server 2008 V1?

    Hi all,
    Is Voyager included with Crystal Reports Server 2008 V1?
    Regards,
    Janice

    Hi
    the CRS licensing model does not support Voyager. You may want to consider installing BO Edge or BO Enterprise for this. I would recommend to contact your local SAP sales office to get more information on this.
    Regards,
    Stratos

  • Crystal Reports Server 2008 V1, RedHat Enterprise Linux, MySQL, ODBC

    Iu2019m confused about connecting to an ODBC source from a report within CMC. Iu2019m a Unix guy; I donu2019t know much about Crystal reports, but Iu2019m working with a Crystal guy to get this thing working.
    <br><br>
    First, background: I have installed Crystal Reports Server 2008 V1 in RedHat Enterprise Linux (5.4), and itu2019s running just fine! Iu2019m using the included Tomcat application server, but Iu2019m storing CMS and Audit data our local running copy of MySQL (5.1.42). The RHEL install is native 32-bit (the only way I could get it to work), Crystal is storing and retrieving data from MySQL, The Central Management Console is responding to port 8080 over Tomcat, Iu2019m able to log in and see stuff, and so far, life is good.
    <br><br>
    Now, where Iu2019m stuck: the data weu2019re trying to build reports from <i>also</i> resides in this local Linux / MySQL install, and connecting to it from a report within CMC is where Iu2019m lost.
    <br><br>
    First, I successfully installed the unixODBC and MyODBC drivers in Linux. Iu2019m able to connect to MySQL successfully using the isql utility. Here are my conf files:
    <br><br>
    <pre class="jive-pre"><code class="jive-code jive-java">/etc/odbc.ini
    [DSN_NAME]
    Driver = MySQL ODBC 5.1 Driver
    DATABASE = project_web_prod
    DESCRIPTION = Project Description
    UID = username
    PWD = password
    SOCKET = /var/lib/mysql/mysql.sock
    /etc/odbcinst.ini
    [MySQL ODBC 5.1 Driver]
    Driver = /usr/lib/libmyodbc5.so
    UsageCount = 1
    </code></pre>
    <br>
    Again, this all works with isql (Iu2019ve even used both a socket connection, and port 3306, in odbc.ini).
    <br><br>
    Now, our Crystal guy uploads a report into the CMC. I go to <i>Folders -> <Project Folder></i>, right-click the report I want to test, click <i>Database Configuration</i>, and check the option <i>Use custom database login information specified here</i>. I select database driver <i>ODBC</i> from the dropdown, and type in the server, database, username, and password info. However, when I try to run the report, it fails to connect.
    <br><br>
    So, stupid question, can Crystalu2019s CMC use the system ODBC configuration options? (The ones stored in /etc). Because I saw an odbc.ini file in ~crystalinstalldir/bobje/. I edited it to match the contents of my /etc/odbc[inst].ini files, but to no avail. I saw that Crystal has itu2019s own ODBC engine, but it doesnu2019t support MyODBC driver, does it? I even tried hacking env.sh to use the system unixODBC library instead of the included one, but no luck.
    <br><br>
    So, in short, my question: how do I simply get reports in CMC to connect to a MySQL data source (using ODBC)?
    <br><br>
    Thanks so much! An answer to this question will save my day!
    <br><br>

    Thank you, Efstratios, for the helpful reply!
    So, I followed the directions in the PDF file you attached, and everything went smoothly. However, Iu2019m still not able to connect to ODBC within CMC.
    Hereu2019s what I did:
    <ul style="list-style-type:disc">
    <li>Copied the unixODBC libraries over to &lt;installdir&gt;/bobje/enterprise120/linux_x86/odbc/lib</li>
    <li>Removed MySQL ODBC connector 5.1, installed MySQL ODBC connector 3.51.</li>
    <li>Edited &lt;installdir&gt;/bobje/defaultodbc.ini, added my DSN and MySQL library info as per the instructions (I have both an odbc.ini, and defaultodbc.ini, identical files, just to be safe)</li>
    <li>Tested the connection using these libraries, this odbc.ini, and isql. Worked just fine</li>
    </ul>
    So, my problem seems to be in getting the CMC to actually <i>use</i> my ODBC setup!
    Any other hints / things I could try?
    When I right-click a report, and go to &ldquo;Database Configuration,&rdquo; which connection options should I use for the report? Iu2019ve tried both &ldquo;Use original database logon information from the report,&rdquo; and &ldquo;Use custom database logon information specified here&rdquo; (using the ODBC option from the drop-down menu). Either way, if I enter in the database, username, password, and then try to run the report (&ldquo;Run Now&rdquo;), I get this message in the History: &ldquo;Failed - Information is needed before this report can be processed.&rdquo;
    Is there another place I could get a more helpful error message? Or is there, perhaps, another way I could test database connectivity from within CMC? I wish there were at least a &ldquo;Test Database Connection&rdquo; optionu2026 :P
    Thanks so much for your help!

  • 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.

  • Do I need to uninstall Crystal Reports Server 2008?

    Hello,
    We recently installed Crystal Reports Server 2008 and began migrating reports off the CR Enterprise 9 platform and things were going pretty well.
    One of our other locations began moving over their reports that are ran against an Oracle database and cannot get passed a connectivity issue. We found the following:
    Oracle connectivity issues
    If you are installing Crystal Reports Server 2008 V1 on a 64-bit Windows
    platform, Oracle database connectivity issues may occur. If Crystal Reports
    Server 2008 V1 is installed to a location that contains brackets in the folder
    path, for example, C:\Program Files (x86)\, it will be unable to connect
    to an Oracle database. Certain Oracle database clients such as version
    10.2.0.2 or 10.1.0.2, may not function properly with any application that
    has brackets in its folder path. When installing Crystal Reports Server 2008
    V1, select an installation path that does not contain brackets, such as
    C:\Program Files x86\ or contact Oracle support for an updated database
    client.
    We of course have everything installed in the default (x86) folder. My question is, is there a way to move the installation, or do I need to uninstall/re-install? If I need to re-install, is there a way to back-up and reload all of my existing jobs?

    Hello,
    CR must have the Oracle client installed. Unless you use a Wired Driver, which has the client engine built in, CR requires a client to be installed. It never has worked without the client installed.
    Also, I've found that if you have more than one Oracle client installed it causes problems. Make sure the first one in the PATH statement points to the latest version of the client.
    And yes you are correct, ODBC is a layer on top of the native client so it will be slower obviously because it has to go through one more layer of dll's to get to the server.
    Thanks again
    Don

  • Crystal Reports Server 2008 Repository Database

    We've configured a new CRS 2008 server and have a "failed reports" report that worked in the old Crystal Enterprise 10 environment.   It would query the repository database CMS_InfoObjects table and report failed reports for the day.
    With the new version of Crystal Reports Server 2008 and the new repository database, the ObjName field and others in this table are now varbinary fields.
    How can we query this field like we did with the old version to get our "failed reports" report to work?
    I can't really find any informatin on the structure, etc. or how to query the repository database.

    Unfortunately, you can't query it directly from a report.  You have to use the query language that comes with the SDK.
    I'm not sure whether CRS comes with the same Query Builder tool that comes with BusinessObjects, but if it does you can access it through a url like this: http://<server name>/AdminTools/querybuilder/ie.jsp.
    To get the list of failed reports, you would run something like this query:
    Select SI_NAME, SI_ID, SI_CREATION_TIME
    from CI_INFOOBJECTS
    where SI_INSTANCE = 1
      and SI_SCHEDULE_STATUS = 3
      and SI_CREATION_TIME >= '2010/08/19,00:00:00'
    Unfortunately, there is no way to automate this with the Query Builder.  You would have to manually run this query every day to get the information you're looking for.
    If you can write code in Visual Studio or Java (or have someone available who can do this), this type of thing is not difficult to do in the SDK.  You could handle it a couple of ways:
    1.  Create a program that loads the information to a table in your database and then run a report in CRS that will show that data.
    2.  Create a program that loads the data into memory and runs a report off of the in-memory data.
    Either type of program could be set to run under the Windows Scheduler to automatically provide the information.
    -Dell

  • Connecting Crystal reports server 2008  to BI 7.0

    Hello,
    I  have a BI 7.0 server on Unix machine. I am trying to install crystal reports 2008 on windows 2003 server, and further integrate it to SAP BI by installing SAP integration kit. I have done the below.
    1) Installed crystal reports server 2008 on windows 2003 server.
    2) I can launch the CMS by start programs --> crystal reports server 2008 --> Central Management console.
    3) I enter my user id an password and can see the business object portal with all the entries in it,
    4) I have also installed SAP BOBJ integration kit (XI3.0) as well. It installs successfully. The only difference in the guide and what I did was, it dint prompt me for the CMS information, but it did when I was installing crystal reports server 2008.
    5) Now I am able to connect to CMS, but I donot find the SAP authentication tab, and the server details tab, as per the guide.
    I am a basis admin, and experimenting this for the 1st time. I need to set this up for one of the clients. They want to do some BI reporting through crystal reports. I have installed crystal reports server as of now. The client will now try to access it through CMS , by "InfoView". But CMS isnt giving me SAP auth tab, for me to go ahead and configure the SAP related settings.
    Any inputs on the same will be highly appreciated.
    Thanks,
    AK

    Hi Ingo,
    Thanks for that reply..I am stuck now when I am trying to publish a report. I will summarize, what I have done so faar, just to make it easier to reply.
    1) Installed the BO edge series xi 3.1
    2) Installed Crystal report 2008
    3) Installed the BOBJ/SAP integration kit.
    4) Did the configuration steps as per the manual downloaded from SAP site named:"XI3-1_BIP_SAP_INSTALL_EN.pdf"
    I created create a report, but I am not able to publish it. I am clicking the option to directly publish it to enterprise.But its failing complaining regarding some BI roles..not sure...My BW publisher service is starting fine.
    Only thing is, I have created all the athorizations etc. i can also Log in to CMC with my BW credentials..So I am assuming BOE is atleast talking with SAP. But my my main aim is publishing reports on the server, which isnt happening when I save it with the above option.
    Ok..one more thing, i have not performed the steps for the SAP/BOBJ server side trust..I think this might be the reason as well..Wanted your opinion on it.
    Appreciate your input as always..
    Thanks,
    AK

  • Crystal Reports Server 2008 trial install - unable to log into CMC

    Hi,
    I have been looking for a way to host my existing Crystal XI reports on our in house web application rather than using a thick client application with cview. I was told that the options were Crystal Reports Server 2008 or Visual Studio 2008. I have downloaded trials of both and am currently testing.
    After installing Crystal Reports Server 2008, including MySQL DB and Tomcat web server, i am unable to log into any of the applications with the error that:
    Error: Server SCOTTPC:6400 not found or server may be down (FWM 01003) null
    After seeing this i checked the services on my test machine and found that the Server Intelligence Agent was not started. So i tried starting it and recieved the generic windows message:
    Service on local computer started and them stopped. Some services stop automatically if they have no work to do ... etc
    After multiple reboots and reinstalls i am still unable to use any aspect of the application as i am unable to log into the CMC as the server is down. Now i am new to Crystal reports and web servers so have a very limited knowledge of whats going on here - i am primarily a DBA. From what i can tell MySQL does not even appear to be installed but i cannot be sure.
    Any suggestions?

    ok... after research it seems a DSN has not been created.
    Also when trying to start the server intelligence service i see the following in the application event viewer:
    [Node Name: SCOTTPC]
    [User Name: SYSTEM]
    Server Intelligence Agent has failed to initialize because the bootstrap file C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\_boe_SCOTTPC.bootstrap is missing information about the CMS cluster. Please restore your bootstrap file from your backup.
    i have recreated the bootstrap file but still get the same error.
    i have SQL Server 2005 installed on this rig as well - could this be causing the issue? Would it be better for me to integrate this to SQL Server rather than using the MySQL DB that comes with Crystal server 2008?

  • Crystal Report Server 2008 - Out of Memory in Event Server

    Hi All,
            We run a Crystal report Server 2008 on a Windows 2003 Server Std Edition, with 4 GB of Memory and enough Harddisk space(C: More than 25 GB and D: around 155 GB).  The Server is running with MS SQL Server 2005 and CRS 2008 on MySQL and Tomcat.  Other than this there is a transactional application running using MS SQL Server 2005 which creates a new database everyday. 
           We have Scheduled reports which were working fine for an year, since last month we were getting the "Out of Memory in the event Server" error and the CRS stops to schedule reports, only after restarting the server and SIA it allows us to schedule the jobs in time.  But this happens every once in 2 days.  Am not sure what is causing this problem.  Currently there are no backup jobs running and no OS Scheduled jobs are running and also no error messages in the Application log other than the "Out of Memory in the Event Server".
           Could anyone help to sort out what may cause this?
    Thanks
    Senthil

    Hi
    I strongly believe that what you are seeing here is a bug. I would suggest to open a case by SAP support immediately (http://service.sap.com/support)
    Regards,
    Stratos

  • Crystal Reports Server XI upgrade to Crystal Reports Server 2008

    I have downloaded the Crystal Reports Server 2008 upgrade from the portal.  Questions:
    The "Upgrading Your Crystal Reports Server Delpoyment from XI or XI Relase 2 to Crystal Rpeorts Server 2008" (simple install) documentation mentions that the installer should recognize my installation and prompt to upgrade.  Instead, the first prompt that I get is for a license key.  Is this normal, or should the application be seeing my existing install?
    If I do indeed need a 2008 license key, how do I obtain one?  It will not accept may CRXI Server keys, and I cannot see anyplace to download the new keys.
    Any help would be appreciated.
    Jeff

    Hi,
    I think you can request for new keys:
    For a new key:
    Request key codes for new orders via SAP Marketplace (SMP), will receive a download letter on new purchases providing them with their SMP login credentials. Using these credentials you can login and click in the "Keys & Requests" tab > Request a License key.
    If your Key code does not work
    You need create a customer message https://websmp107.sap-ag.de/message using component XX-SER-LIKEY-BOJ.
    Regards,
    Deepti Bajpai

Maybe you are looking for