If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Error- QE-DEF-0285 The logon failed

Started by Raj, 19 Oct 2015 06:39:19 AM

Previous topic - Next topic

Raj

Hi all,
   I am using cognos 10.2.2 and data base is oracle 11g. Cognos is installed in my local machine and
oracle was installed in other machine. I copied the ojdbc.jar file in both  ibm\cognos\c10\v5dataserver\lib and \ibm\cognos\c10\webapps\p2pd\WEB-INF\lib dirs.
At the time of data source connection i am getting '' QE-DEF-0285 The logon failed." error.

kindly find Detail error description in attachment.

please advise me how to rectify the error.

Thanks in advance,
  sekhar
   

MFGF

Quote from: sekhar1988 on 19 Oct 2015 06:39:19 AM
Hi all,
   I am using cognos 10.2.2 and data base is oracle 11g. Cognos is installed in my local machine and
oracle was installed in other machine. I copied the ojdbc.jar file in both  ibm\cognos\c10\v5dataserver\lib and \ibm\cognos\c10\webapps\p2pd\WEB-INF\lib dirs.
At the time of data source connection i am getting '' QE-DEF-0285 The logon failed." error.

kindly find Detail error description in attachment.

please advise me how to rectify the error.

Thanks in advance,
  sekhar
   

Hi,

You mention copying in the Oracle jar file, to support access via JDBC, but the error you posted appears to be when trying to define access via the Oracle client libraries, not JDBC. How is your data source defined in Cognos?

MF.
Meep!

Raj

Thanks for the replay,

    In cognos datasource connection i selected 'oracle' ,checked the 'configure jdbc connection' and gave 'SQL*Net connect string'
    after that i given user id and password which i had created in oracle. then i given servername ,port and service id.

    this is the process which i followed for the data source connection in cognos.

Thanks,
sekhar



MFGF

Quote from: sekhar1988 on 19 Oct 2015 10:03:42 AM
Thanks for the replay,

    In cognos datasource connection i selected 'oracle' ,checked the 'configure jdbc connection' and gave 'SQL*Net connect string'
    after that i given user id and password which i had created in oracle. then i given servername ,port and service id.

    this is the process which i followed for the data source connection in cognos.

Thanks,
sekhar

Hi,

You don't need a SQL*Net Connect String - this is for CQM access via SQL*Net (the Oracle Native Client). All you should need on the first page is the user name and password, then on the second page you need the Server Name, Port Number and Oracle Service ID.

When you test, the "Compatible" test will fail (which is fine) but the "Dynamic" test should succeed. Is this what you see? If this fails, you generally see a message beginning "XQE..."

Cheers!

MF.
Meep!

Raj

 Hi,
     i tried as you mentioned below but now i am getting different error i.e " XQE-DS-0006 Unable to logon to the data source''
     find details error description below.
   
    Oracle (JDBC) / Dynamic  Failed  XQE-DS-0006 Unable to logon to the data source
    Error message:
     XQE-DS-0006 Unable to logon to the data source
     Listener refused the connection with the following error:
     ORA-12514 TNS:listener does not currently know of service
     requested in connect descriptor
     Listener refused the connection with the following error:
     ORA-12514 TNS:listener does not currently know of service
     requested in connect descriptor

Thanks,
sekhar

MFGF

Quote from: sekhar1988 on 20 Oct 2015 12:33:37 AM
Hi,
     i tried as you mentioned below but now i am getting different error i.e " XQE-DS-0006 Unable to logon to the data source''
     find details error description below.
   
    Oracle (JDBC) / Dynamic  Failed  XQE-DS-0006 Unable to logon to the data source
    Error message:
     XQE-DS-0006 Unable to logon to the data source
     Listener refused the connection with the following error:
     ORA-12514 TNS:listener does not currently know of service
     requested in connect descriptor
     Listener refused the connection with the following error:
     ORA-12514 TNS:listener does not currently know of service
     requested in connect descriptor

Thanks,
sekhar

Ok - so you're now getting an ORA-12514 error from Oracle. You need to debug this. Take a look at the following Oracle page:

http://docs.oracle.com/cd/B19306_01/server.102/b14219/net12500.htm

MF.
Meep!

sdf

i Hope you didn't forgot to configiure your TNS Names.
then do tnsping to check your configuration.

Raj

Hi all,
   sorry for the late reply,
   
   I check the Tnsping it is working fine.i  am getting below

C:\>tnsping 192.168.1.151

TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 30-OCT-2
015 16:02:37

Copyright (c) 1997, 2010, Oracle.  All rights reserved.

Used parameter files:
D:\app\t.rajasekhar\product\11.2.0\client_1\network\admin\sqlnet.ora

Used EZCONNECT adapter to resolve the alias
Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTO
COL=TCP)(HOST=192.168.1.151)(PORT=1521)))
OK (0 msec)

Thanks,
sekhar


BMbabu

Hi Shekar,
I think you are trying to create data-source connection, and it getting failed.
So I Strong suggest to install  oracle client  on cognos server.

please do it this way you will be succeeded .


BM