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

Similar Messages

  • Failed to load database information. Crystal Reports Server 2008

    Received the following error message:
    Error in File Relatorio4: Failed to load database information.
    I'm trying to run a report Crystal Reports 2008 in Crystal Reports Server 2008.
    Configuration:
    Driver connection: Oracle Server
    Server: Windows Server 2003 R2
    Any help would be appreciated!

    Hi   Vilari,
    What is the drivers you are using to connect to your database.
    Just check with the connection type  you are using.
    Is  the SQL connection with user credentials are working fine.
    Just try to connection with SQL 2000 drivers rather than 2005 native client drivers.
    Thanks,
    Naveen.

  • Crystal Reports Server 2008 v1 - Failed to load database information.

    Hi,
    Running,
    Crystal Reports Server 2008 v1.
    MySQL database
    Oracle Application Server 10.1.3.5
    Redhat Enterprise Linux 5
    When running the a report I receive this,
    Error in File <report> - <database>: Failed to load database information.
    The database I am trying to running the report on is Oracle. Do I need to install some Oracle drivers (client)? Also, shouldn't the Oracle Application Server have drivers?
    I have also read a few ports stating the drivers are included with the crystal reports install ... true or false?
    Thanks.

    Still no go ..
    Installed the Oracle Client (type: runtime) and set,
    LD_LIBRARY_PATH="/data/oracle/oracle1/client/11gR2/lib"
    And restarted the Oracle Application Server.
    Any other ideas?

  • Crystal reports server 2008 VI questions

    I aplogixze if I am asking many questions in the same thread. If so please let me know. and I'll create seperate threads.
    Questions with Crystal reports server 2008 VI
    1. In my current VS2005 web application with CR 2008 developer I have done the following :
    a. When the user selects a report it prompts for the database that is needs to connect. User could select Test or Live database
    b. I could hide the export button for each report
    c. Add the same report twice to the same folder under diffrent report descriptions
    Could I do the same with Crystal reports server 2008 VI?
    2. I have added a report that connects to the SQL server and also I set up the required ODBC for the report on the server. I could run the report without any issue.
    When I add the same report to another folder in CMC or add a new report that uses the same connection, and try to run it, I get the following error.
    I did set location and verify database in Crystal designer many times and added the report into CMC, but still it gives me the error.
    However the first report that I added still works fine. For some reports it shows the parameter screen and when I enter them and click OK it gives the same error. I checked the logon information and they are correct. Reports work fine in Crystal designer.
    error message:
    "The database logon information for this report is either incomplete or incorrect"

    I assume that you have built your reports with the CR Designer 2008 V1. Try to open the affected report in the CR Designer and select Database->VErify database and save it back into the repository. Does it work?
    Regards,
    Stratos

  • Error when running a report in Crystal Reports Server 2008

    Received the following error message:
    Error in File Relatorio4: Failed to load database information.
    Or
    Error
    Failed to open the connection. Relatorio4 Details: [Database Vendor Code:
    12154 ]
    I'm trying to run a report Crystal Reports 2008 in Crystal Reports Server 2008.
    I use the native driver for Oracle (Oracle Server).
    Any help would be appreciated!

    Hi Vilari,
    Do a small test to test your connection.
    -Right Click on desktop ->
    Create new text document->
    Save as test.UDL->
    double click and test connection by selecting driver name,datasource name,user id and password.
    Click on Test Connection.
    It should be succeed.
    Database Vendor Code is the error returned by the database client/server.Its not a Crystal Report Error.Check Microsoft's web site for more info on what that error means.
    Likely the client has not been in stalled or configured or both.
    Also check that proper DSN is configured or not.
    As you are using Oracle make sure that a TNSNAMES.ORA file exists and is in the proper place and accessible. See the operating system specific manual for details on the required name and location.
    Check to see that the service name exists in one of the TNSNAMES.ORA files and add it if necessary.
    Make sure there are no syntax errors anywhere in the file. Particularly look for unmatched parentheses or stray characters. Any error in a TNSNAMES.ORA file makes it unusable.
    Hope this helps
    Regards,
    Shweta

  • 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 Report Server: Cannot save Database Configuration in CMC

    I already posted this question as SAP internal CSN message (message number 1896093 2009) but did not get any answer so far.
    I have installed a test version (which I'd like to become permanent some     
    day...) of Crystal Reports Server 2008 on a local machine to be able to      
    share Crystal reports within our department.                                 
    I created a couple of reports which I would like to get updated              
    regularly. The issue is here that I get a logon screen to the underlying     
    SQL Server as soon as a user clicks on "Refresh" when viewing a report       
    from InfoView. The SQL Server is running on integrated security              
    via SSO, which I cannot change...                                            
    To get around this issue I would like to change the default Database         
    Configuration of the reports. Hence I do the following:                      
    1) I open the Central Mangement Console                                      
    2) I select one of my reports                                                
    3) Rightclick on Properties                                                  
    4) On the Default tab I select Database Configuration                        
    5) the config is set to "Logon Screen" and I ant to change this to SSO,      
    so I set this                                                                
    6) Now I click on Save                                                                               
    => The setting is reverted to the old "Logon Screen" settin1g                                                                               
    This behavior is the same for all the reports I'm using.                                                                               
    Looking forward to any help, kind regards                                    
    Wolfgang
    P.S.: Ultimately this issue arises, because I cannot refresh my crystal report data in batch job mode, because the reports are reading data from an SQL server, which allows SSO-logon (integrated security) only. Thus I have to open each and every report for update manually and click on the refresh button.
    Edited by: Ralf Wolfgang Geithner on Jul 3, 2009 11:00 AM

    Hi Manish,
    thanks for your answer. Unfortunately I'm still stuck in this matter.
    Does this happen with the sample reports too? I think it will be a good approach to try this to see if your system is behaving differently for sample reports and reports published from outside
    I did not really try this, but viewing and editing my reports in Crystal Reports 2008 Designer works perfectly fine. As well can the user view my reports in the InfoViewApp.
    Also, does it revert to the login screen setting immediately after you click Save or does it show the setting as changed after clicking Save but, does not retain it when you come back and check the report settings again?
    The data is reverted immediately after clicking "Save"
    Kind reagrds
    Wolfgang

  • 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 Report Server 2008 - Schedule/Process/History Grayed Out on CMC

    Hi - I'm using Crystal Reports Server 2008 (11.5) and am unable to schedule reports - the schedule (as well as the Process and History) tabs are greyed out in the Central Management Console and don't appear at all in Infoview. In addition I can specify the database when I setup a new report or when using the Publishing Wizard to import files I don't get the dialogue about scheduling.
    Am I missing something?
    Thanks

    Can you please try one of the CRS 2008 keys from the folowing file?
    [https://service.sap.com/~sapidb/011000358700000213152009E]
    Regards,
    Stratos
    PS: You can change the license keys in the CMC.

  • Crystal Reports Server 2008 Installation Error

    Good day,
    My name is Dominic Hung and I work at Business Objects.  One of my clients is coming across an installation error on their evaluation of CRS 2008 and is detailed as follows:
    They currently have the actual report writer (Crystal Reports 2008) on a desktop PC.  It's not installed on the server.
    We have the MySQL ODBC loaded on the local desktop as well as the server that is hosting CR2008 Server.
    The credentials (userid/password) used in both the desktop and server's ODBC configuration is READ ONLY.
    During the installation wizard for CR2008 Server, I key in the userid & password that I use when we create reports, but I receive an error stating that
    CMS database error: STU000226
    BusinessObjects Enterprise CMS: Unable to connect to the CMS system database "esc:10.127.214.22:3306".  Reason: Database access error. Reason access denied for user 'jdcherry'@'% to database 'esc'
    This is where everything stops and they can't go further. They are not sure why they are receiving the "access denied" error as shown above.  They have no problem connecting to the MySQL database when they create a report using CR2008, the CR2008 SERVER won't accept my credentials during the installation.
    QUESTIONS: 
    The "jdcherry" UserID (which I use) is READ ONLY on the MySQL database that's hosted on the Linux box.  Does the userID have to have higher priviledges than just READ ONLY in order to validate the database credentials? 
    If so, what level of access is required?
    Does the installation of CR Server update any of the tables that are stored on the MySQL database?
    Do we need to install the Crystal Reports 2008 on the server in order for Crystal Reports 2008 SERVER to work?
    What other workarounds can be done for the client?  The windows server they have Crystal Reports Server 2008 installed on has web services enabled but are continuing to come across issues.  Any insight for the client would be greatly appreciated.

    Does the userID have to have higher priviledges than just READ ONLY in order to validate the database credentials?
    The userID used when installing CRS must have dba previleges (create/drop tables) on the schema.
    Does the installation of CR Server update any of the tables that are stored on the MySQL database?
    You should create a new schema/DSN for the CMS db. The installation of CRS creates 8 new tables.
    Do we need to install the Crystal Reports 2008 on the server in order for Crystal Reports 2008 SERVER to work?
    No
    All this information is in the BOE XI3.0 Installation Guide.

  • Crystal Reports Server 2008 - Cant run Oracle Reports

    Hey All
    I have setup Crystal Reports Server 2008 on Microsoft Windows Server 2003 SP2. Oracle 9 is currenlty installed on the server and the TNSNAMES.ORA file has been configured so that it points to the correct server. The ODBC connection has been setup on the Server, I have tested the connection on the server and it works fine.
    CMC is running fine, we currenlty can get SQL reports to work in it no problem. However I cannot get a Crystal Report created in Crystal Reports 2008, that is connecting to an ORACLE database to work.
    When I add the report to the server, and try to view it on run it, I get the following error:
    "Error in File ~tmp1d6c5ecca060440.rpt: Unable to connect: incorrect log on parameters"
    I have tried playing around with the Database Configuration in CMC I get the same issue. I have also checked all the Servers in CMC and they are Enabled and running.
    I dont know what else to do? Is there something that I am missing?
    Your assistance is greatly appreciated.

    Ok Guys, I figured out the issue.
    I tried running the query sqlplus myuser/mypassword@mydb in CMD. Where myuser=USERNAME mypassword=PASSWORD and MYDB=Database Server.
    It was giving me an error, SQLPLUS not recognised.
    Oracle 9 was installed. I checked and Oracle 9 does not have SQL PLus. So I installed Oracle 10.
    I then added the TNSNAMES.ora file in the right location where I installed it.
    Re configured the ODBC connections with the new driver, tested and worked fine
    I then tried running the  sqlplus myuser/mypassword@mydb in CMD - it worked and connected fine.
    I then rebooted the server - logged back in. I then logged back into the CMC, and ran a Crystal report connecting to an ORACLE database and it worked!
    Hope this helps anyone else out having a similar issue.

  • 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 REPORT SERVER 2008  LINUX VERSION INSTALATION PROBLEM

    GOOD AFTERNOON TO ALL ,
    I am trying to install crystal reports server 2008 on RHEL4 .. after entering the product key...
    it is trying to connect to existing database with follwing detalis given by me
    ..TNS NAME
    userid and passwd or oracle user
    error :
    "failure to validate the database credential has a potentilal to crash the database at a later stage .enter correct information"
    i set the all env for oracle oracle_home ,oracle SID ,LD path library..
    i  grant the source to oracle user also...
    after that i tried same CRYSTAL REPORTS SERVER 2008 LINUX VERSION TRY TO INSTALL IN OTHER  RHEL machine .it is not at all accepting the product key it self..
    pls reply ..
    Rehards
    MAHENDRA

    Post to the [Business Objects Enterprise Administration|BI Platform;
    forum. This forum is for CR in .NET. (see the heading at the top of this forum).
    Marking as assumed answered.
    Ludek

  • How to get past Crystal Reports Server 2008 Linux install error

    Hi,
         During the install of Crystal Reports Server 2008 on Red Hat Linux we select use an existing DB (Oracle) and it prompts for:
    Crystal Reports Server 2008 Setup
    Enter the information for your new CMS
    Oracle TNSNAME :
    [SANDBOX                     ] *
    User ID :
    [crystal_rpt                 ] *
    Password :
    which then gives me:
    Crystal Reports Server 2008 Setup
    ERROR
    Failure to validate the database credential has a potential to crash the database at a later stage. Enter the correct information.
    It doesn't let me get past this and just send me back to the previous screen.  I've check and re-checked and the information TNSNAME, User ID, and Password are all correct.  Now I can exit out the install and sqlplus to the database just fine with all that same information.
    What does this error mean?  And how do I get past it?
    Thanks,
    ~Jet

    Hi Jet,
    I've go the same problem. Have you solved this problem?
    Regards,
    Aldo

  • Crystal reports server 2008  linux version instalation problem

    GOOD AFTERNOON TO ALL ,
    I am trying to install crystal reports server 2008 on RHEL4 .. after entering the product key...
    it is trying to connect to existing database with follwing detalis given by me
    ..TNS NAME
    userid and passwd or oracle user
    error :
    "failure to validate the database credential has a potentilal to crash the database at a later stage .enter correct information"
    i set the all env for oracle oracle_home ,oracle SID ,LD path library..
    i grant the source to oracle user also...
    after that i tried same CRYSTAL REPORTS SERVER 2008 LINUX VERSION TRY TO INSTALL IN OTHER RHEL machine .it is not at all accepting the product key it self..
    pls reply ..
    Rehards
    MAHENDRA

    Post to the [Business Objects Enterprise Administration|BI Platform;
    forum. This forum is for CR in .NET. (see the heading at the top of this forum).
    Marking as assumed answered.
    Ludek

Maybe you are looking for

  • Month view off "Date" app on Palm Desktop by ACCESS 6.2.2

    I have Windows XP (Home) with Palm Desktop by ACCESS 6.2.2. I also have a Palm Z22 and a HP TouchPad. My problem is with the Palm Desktop. In the "Date" application it will not display the Month view. There is no problem with the Day or Week view, bu

  • Weird audio behavior

    I have a macbook (2008) and I am using Dr. Bott Mini DisplayPort-to-HDMI Adapter Pro with optical audio to watch media on my television. The audio sometimes does not work and sometimes is does. I cannot find the reason for it. Can anybody help me wit

  • How to compile in Java Source???

    Hello, I'm studying a way to compile java files to class files in the java source. I have use the sun.tools.javac.Main to do this, but I have noticed that it aint recomended to use. I also wan't to get the possible errors from the compiler (if java f

  • FPGA project - custom cRIO module driver development

    Hi! I'm developing the driver for my custom cRIO module. The module has 4 analog input channels. After analog-to-digital conversion I need to transmit the digital data via the cRIO bus. I placed an FPGA I/O node on my block diagram (see the attached

  • C++ OpenGL compile problem

    Helly everybody, I just recently got interested in the OpenGL API and decided to start code a bit. I'm also new to C++, just so you guys know. When i try to compile a simple program on the shell, i get the following errors; Can anybody tell me why? [