Click here to Skip to main content
15,917,652 members
Home / Discussions / C#
   

C#

 
GeneralRe: transfer files from server to client Pin
Christian Graus14-Jun-05 1:37
protectorChristian Graus14-Jun-05 1:37 
Generaldelete unfected files Pin
Member 182653314-Jun-05 1:24
Member 182653314-Jun-05 1:24 
GeneralRe: delete unfected files Pin
Christian Graus14-Jun-05 1:31
protectorChristian Graus14-Jun-05 1:31 
GeneralRe: delete unfected files Pin
mav.northwind14-Jun-05 3:34
mav.northwind14-Jun-05 3:34 
GeneralDesktop Icons Pin
Sabry190514-Jun-05 0:51
Sabry190514-Jun-05 0:51 
Generalquery about retrieving data from varbinary types Pin
G_Zola14-Jun-05 0:10
G_Zola14-Jun-05 0:10 
GeneralGDI+ flicker when drawing to a panel Pin
JDUK13-Jun-05 20:18
JDUK13-Jun-05 20:18 
GeneralRe: GDI+ flicker when drawing to a panel Pin
JDUK13-Jun-05 20:59
JDUK13-Jun-05 20:59 
GeneralRe: GDI+ flicker when drawing to a panel Pin
Judah Gabriel Himango14-Jun-05 8:35
sponsorJudah Gabriel Himango14-Jun-05 8:35 
GeneralRe: GDI+ flicker when drawing to a panel Pin
JDUK14-Jun-05 12:40
JDUK14-Jun-05 12:40 
GeneralProperty with another name in the Designer Pin
Trambert13-Jun-05 22:47
Trambert13-Jun-05 22:47 
GeneralRe: Property with another name in the Designer Pin
MoustafaS14-Jun-05 0:35
MoustafaS14-Jun-05 0:35 
GeneralRe: Property with another name in the Designer Pin
Trambert15-Jun-05 2:08
Trambert15-Jun-05 2:08 
Generalcontect menu: scan with me! Pin
AristotleYu13-Jun-05 22:33
AristotleYu13-Jun-05 22:33 
GeneralRe: contect menu: scan with me! Pin
MoustafaS14-Jun-05 0:37
MoustafaS14-Jun-05 0:37 
GeneralRe: contect menu: scan with me! Pin
AristotleYu13-Jun-05 21:45
AristotleYu13-Jun-05 21:45 
Generalreturn value from javascript in c# Pin
Selva Kumar.S13-Jun-05 22:31
Selva Kumar.S13-Jun-05 22:31 
GeneralRe: return value from javascript in c# Pin
Christian Graus14-Jun-05 1:33
protectorChristian Graus14-Jun-05 1:33 
GeneralRe: return value from javascript in c# Pin
Anonymous14-Jun-05 7:59
Anonymous14-Jun-05 7:59 
GeneralClean or Delete Pin
AristotleYu13-Jun-05 22:23
AristotleYu13-Jun-05 22:23 
GeneralRe: Clean or Delete Pin
MoustafaS14-Jun-05 0:42
MoustafaS14-Jun-05 0:42 
QuestionHow to checkText Box value is a String or Float? Pin
pubududilena13-Jun-05 22:13
pubududilena13-Jun-05 22:13 
AnswerRe: How to checkText Box value is a String or Float? Pin
Daniel Monzert13-Jun-05 22:48
Daniel Monzert13-Jun-05 22:48 
GeneralRe: How to checkText Box value is a String or Float? Pin
jjansen13-Jun-05 23:06
jjansen13-Jun-05 23:06 
GeneralSystem.Data.OracleClient requires Oracle client software version 8.1.7 or greater. Pin
esjq13-Jun-05 22:03
esjq13-Jun-05 22:03 
Hi!

Does anyone have a clue what this exception message means?

The system I'm working on consists of one client and two servers, all on separate computers. The client communicates with Server A by means of .NET Remoting. And Server A in turn communicates with Server B also by .NET Remoting.

Now, my client application invokes a remote object on Server A. Then, Server A invokes a remote object on Server B. Server B shall then fetch some information from the database. The exception occurs when the Open() method on the Oracle Connection object is called on Server B.

I've checked the connectionstring and it is correct, and when I create a connection object in the client and query the database on Server B directly it returns data. So there the database in itself seem to alright. I've also ran the client and servers on my local computer with a successful result. But when I want to go the correct way from the client to Server B I get this weird message. By the way, it is an Oracle 9 database.

Any suggestions would be helpful, thank you Confused | :confused:

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.