473,326 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Error messages are lost

I have an interesting situation that I hope you can help me with. I have two
versions of one application. One connects to Oracle database running on a sun
box directly. The other connects to the database via webservices. If let's
say I queried for a non existing table, I've got a "table not exists"
exception back in the application that connects to the database directly and
"Unable to read data from the transport connection" exception in the
application that connects to the database via webservices. Both applications
have exactly the same code for querying the database.
I've put in a trace in the network and I can see that "table not exists"
exception is dispatched from database. But I don't know what happens after
that so I get the "Unable to read data from the transport connection"
exception.
Nov 23 '05 #1
5 1192
The exception "Unable to read data from the transport connection" may come
from the web service or proxy on clients. The web service pass your query
to database and get "table not exists" back. It may send its own exception
to clients.

Luke
Nov 23 '05 #2
The exception "Unable to read data from the transport connection" may come
from the web service or proxy on clients. The web service pass your query
to database and get "table not exists" back. It may send its own exception
to clients.

Luke
Nov 23 '05 #3
I have a try catch block in the web services and I'm passing the exceptions
to the client without changing them (I create a soap exception embedding the
original exception). I'm thinking somehow the message is either not received
even though it's dispatched or the message is not interpreted correctly.

"[MSFT]" wrote:
The exception "Unable to read data from the transport connection" may come
from the web service or proxy on clients. The web service pass your query
to database and get "table not exists" back. It may send its own exception
to clients

Nov 23 '05 #4
I have a try catch block in the web services and I'm passing the exceptions
to the client without changing them (I create a soap exception embedding the
original exception). I'm thinking somehow the message is either not received
even though it's dispatched or the message is not interpreted correctly.

"[MSFT]" wrote:
The exception "Unable to read data from the transport connection" may come
from the web service or proxy on clients. The web service pass your query
to database and get "table not exists" back. It may send its own exception
to clients

Nov 23 '05 #5
Have you traced the communication between web service and client? you may
find the raw soap message in the trace and check if the soap exception has
been passed to client. Also, even the client received the soap exception,
it may generate its own exceptiom message based on the soap exception.

Luke
Nov 23 '05 #6

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

Similar topics

1
by: jenny | last post by:
Hi, I have a java socket program running on AIX 4.3.3.0 platform. It opens a socket and sends data to our customer over a leased fractional T1 line. The line is always connected. However,...
3
by: Matias Silva | last post by:
Hi Everyone, I wrote a for loop to build several select statements that are combined with a UNION. When I execute one of the queries separately, it works, but when I execute the query with a UNION...
20
by: ed | last post by:
Hi I can't seem to make the Me.Show() work My code is dim dlgresult as dialogresul dlgresult=me.show( The message is : "expression does not produce a value
16
by: lawrence k | last post by:
I've made it habit to check all returns in my code, and usually, on most projects, I'll have an error function that reports error messages to some central location. I recently worked on a project...
0
by: Pratchaya | last post by:
In my.cnf i add these lines ####### log-bin log-slow-queries = /var/log/mysqld-slow.log long_query_time=1 #######
5
by: Jess | last post by:
Hello, I posted several messages here yesterday but all seem to have been lost. Is there a way to recover it? Thanks
4
by: katzc | last post by:
Microsoft Visual C++ Runtime Library Runtime Error! Program:C:\PROGRA~1\Aveo\Attune\bin\Attune_DI.exe abnormal program termination I get this error message mostly when I'm trying to get onto...
8
by: hveillette | last post by:
Hi everybody, I have a very strange problem with one DB (only one in a list of 21). This DB is used by a Java application and work fine since a couple of years. This week the application stop...
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.