Crystal11User
IS-IT--Management
Enterprise 11 is setup on a Windows 2000 professional computer using IIS 5.0, and a data source has been created in the "odbc data source administrator", and the database is listed in Oracle's tnsanmes.ora as:
DBXYZ.COMPANYXYZ.NET =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = db)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = DBXYZ.COMPANYXYZ.NET)
)
)
I am able to connect to the database from SQL+ on the server. However the reports are not displaying and a message is displayed "The database logon information for the report is either incomplete or incorrect".
What needs to be done to fix this problem?
DBXYZ.COMPANYXYZ.NET =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = db)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = DBXYZ.COMPANYXYZ.NET)
)
)
I am able to connect to the database from SQL+ on the server. However the reports are not displaying and a message is displayed "The database logon information for the report is either incomplete or incorrect".
What needs to be done to fix this problem?