Print Page | Close Window

Cannot view report in Crystal Enterprise XI 4.0

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2022
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=15981
Printed Date: 21 Apr 2025 at 6:45pm


Topic: Cannot view report in Crystal Enterprise XI 4.0
Posted By: cbamberg
Subject: Cannot view report in Crystal Enterprise XI 4.0
Date Posted: 26 Mar 2012 at 3:09am
I got a login to our newly installed Enterprise XI 4.0 and was told to get my reports running. No further info, so I sit and have a long list of question marks, first of all, what seems to be the connection to the database.
 
In our old Enterprise CMC (Version 11.5 from 2004), I just had to update my connection data under Process - Database
 
Custom Database login Information
Database Select a database driver : Oracle
Server: dbv11
Database: mydb
User: xxx
Password: yyy
Table Prefix: xxx. Use default prefix
Use same Database Logon as when report is run
 
where I get Server and Database from my Oracle^s tnsnames file:
 
dbv11=
  (DESCRIPTION=
    (ADDRESS=
      (PROTOCOL=TCP)
      (HOST=dbserver)
      (PORT=1521)
    )
    (CONNECT_DATA=
      (SERVICE_NAME=mydb)
    )
  )
 
In Enterprise XI 4.0 I set the same parameters under the database configuration option, and get this message when trying to view the reports:
 
The argument has an invalid value 0
 
As the error message doesn't even mention which argument has the invalid value I can't imagine where I did a mistake.
 
I checked if the Oracle client was correctly installed, and can ping the database server, tnsping the database and connect with sqlplus to the database ...



Print Page | Close Window