473,657 Members | 2,432 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Oracle login error from the web

I have been trying to solve a web login problem for a few weeks.
There are two interfaces to the Oracle 8i database--client-server and
web. The client-server interface has continued to function normally;
however, a few weeks ago the web interface stopped working. Both
interfaces are from Rational for their ClearQuest defect tracking
software. I have been in frequent contact with Rational support, but
they have been unable to solve the problem. The error when attempting
to login via the web interface is:

SQLDriverConnec t: RETCODE=-1, State=;SQLN, Native Error=0

Any suggestions?

Thanks, Tom K
Jul 19 '05 #1
2 3482
Tom Koenning wrote:
I have been trying to solve a web login problem for a few weeks.
There are two interfaces to the Oracle 8i database--client-server and
web. The client-server interface has continued to function normally;
however, a few weeks ago the web interface stopped working. Both
interfaces are from Rational for their ClearQuest defect tracking
software. I have been in frequent contact with Rational support, but
they have been unable to solve the problem. The error when attempting
to login via the web interface is:

SQLDriverConnec t: RETCODE=-1, State=;SQLN, Native Error=0

Any suggestions?


If this is the only information available,
You're On Your Own.

What changed right before the web interface stopped working?

Jul 19 '05 #2
"Anna C. Dent" <an*******@hotm ail.com> wrote in message news:<cMqcb.144 37$Ms2.3632@fed 1read03>...
Tom Koenning wrote:
I have been trying to solve a web login problem for a few weeks.
There are two interfaces to the Oracle 8i database--client-server and
web. The client-server interface has continued to function normally;
however, a few weeks ago the web interface stopped working. Both
interfaces are from Rational for their ClearQuest defect tracking
software. I have been in frequent contact with Rational support, but
they have been unable to solve the problem. The error when attempting
to login via the web interface is:

SQLDriverConnec t: RETCODE=-1, State=;SQLN, Native Error=0

Any suggestions?


If this is the only information available,
You're On Your Own.

What changed right before the web interface stopped working?


So far as I can tell, nothing changed on the on the server, but
something must have. The only message on the page and in a file
created with dbmon is as I stated.

Tom K
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3690
by: pleake | last post by:
Following is a logon.asp script. This script works when IIS is reset each day. The epapi object is a vendor api program I do not have the code for! The logon process involves three servers: the IIS server, a Novell Server with executable programs on it including the API program, and an Oracle server. The logon sequence is to use the IIS anonymous user account to access the Novell Server which in turn instructs the API programs as to...
2
9990
by: Charles | last post by:
I was able to do this but for no reason I can think of, now I cannot login to my Oracle Management Server. When Oracle Enterprise Manager starts up and I choose to login to OMS, it throws up a java error java.lang.NullPointerException. I can login to standalone database instances just fine. My PC is running Window XP My server info: Oracle 9.2.0.4
7
12858
by: Cherrish Vaidiyan | last post by:
hello, I am been getting mad with so many doubts and errors.. I have posted some doubts,test cases regarding listener,replication and standby database.But i havent got any response..(I am sorry as some of the queries i have posted twice).Is it that my doubt are funny and simple for u gurus. I am just interested in Oracle on Linux . i request u all to guide me.
3
11107
by: Jagdip Singh Ajimal | last post by:
I have a new VB 6 project, and I have successfully created a data environment that connects to my oracle server (they don't make this easy!!). In my oracle server, I have the following stored procedure: CREATE OR REPLACE FUNCTION checkLogin(checkUsername CHAR, checkPassword CHAR) RETURN BOOLEAN IS CURSOR filterUsername IS SELECT * FROM AllEmployees WHERE allemployees.username = checkUsername;
4
5172
by: Michael | last post by:
Q1. Whenever I run my form, it starts MSIE OK, but puts the characters http://%%20" in front of the URL, like this: http://%%20"http://W18670:8888/forms90/f90servlet?form=C:\ANPR\Source_v2\Forms\Frmmain&userid=user/password@database&buffer_records=NO&debug_messages=NO&array=YES&query_only=NO&quiet=NO&RENDER=YES" Every time I run the form, I have to delete these 12 characters from the front of the URL and hit enter and it runs fine. Why?...
3
5230
by: Jake McDermott | last post by:
We have a few developers that use Oracle 9i (9.2.0.4.0) on their personal workstations for testing purposes. Recently, weve made the decision to upgrade them to WinXP so that they are able to use some other functionalities of the OS, but we are running into a totally odd problem with Oracle. It seems that, Installing Oracle runs just fine, and our ant scripts to build the database work well...but when we reboot the computer, the database...
1
3012
by: MAL | last post by:
Hello, I have 2 classes that work great as a windows app to retrieve and process data from an Oracle9i db. When I implement them in a Service program running as Local System, it fails on the .open. I am using OLEDB for Oracle 9.2.0.4. I have verified the Oracle Client install, Local Sys' path variable, and followed MSKB article 259959(Debugging connectivity issues w/ Oracle). Here is the error:
5
7756
by: Scav | last post by:
Helpful folks, I am having a problem getting Oracle's Transparent Gateway for DRDA product to interface with DB2 UDB for LUW 8.1.14. The Gateway product is running on Linux and using DRDA protocol to connect to my DB2 test server, which is running on Win2003. This test server has recently been migrated to V8. It was previously on V7.2 FP5, and here is where the mystery lies.
0
1881
by: mayurshah28 | last post by:
Hi everyone, im developing one application for banking. there i have stucked wit one prob. now prob is tat im not able to access multiple tables at a time through vb. my coding is as below Dim rs_cust As Recordset Dim cn_cust As Connection Dim rs_acco As Recordset Dim cn_acco As Connection Dim rs_tran As Recordset
0
8395
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8826
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4155
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4306
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.