Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
QuestionRequest for help - InitializeComponent failure Pin
T.D.Prasad18-Aug-07 22:57
T.D.Prasad18-Aug-07 22:57 
QuestionInternet Chat like yahoo messenger (simple) Pin
Majid_grok18-Aug-07 21:55
Majid_grok18-Aug-07 21:55 
AnswerRe: Internet Chat like yahoo messenger (simple) Pin
Dave Kreskowiak19-Aug-07 3:48
mveDave Kreskowiak19-Aug-07 3:48 
QuestionIMAP Messages - Empty MessageUniqueID!!!! Pin
Nermeenez18-Aug-07 21:30
Nermeenez18-Aug-07 21:30 
QuestionFile does not get uploaded in the Server Pin
T4AMD18-Aug-07 21:08
T4AMD18-Aug-07 21:08 
AnswerRe: File does not get uploaded in the Server Pin
B.A19-Aug-07 0:12
B.A19-Aug-07 0:12 
AnswerRe: File does not get uploaded in the Server Pin
Dave Kreskowiak19-Aug-07 3:46
mveDave Kreskowiak19-Aug-07 3:46 
QuestionOracle c# Question Pin
udikantz18-Aug-07 20:02
udikantz18-Aug-07 20:02 
hey ,
im working on a project which involve oracle database , untill now i was testing my application when the app and the oracle server are on the same box and it was working great, but now when im trying to test the application on a different box it is a failure,
when trying to establish connection with database i get : "ORA-12514: TNS:Listener does not currently know of service..."

the connectionString looks like this:

String connstr = "server=" + Properties.Settings.Default.dbHostName +
";Persist Security Info=True;User ID=" + Properties.Settings.Default.dbUserName +
";Password=" + Properties.Settings.Default.dbpass +
";Unicode=true;";

all the info in the properties is 100% correct when i get the error...
i can ping the target machine normaly
and i get this on the oracle server Listener.log file:

19-AUG-2007 08:54:52 * (CONNECT_DATA=(SERVICE_NAME=192.168.2.100)(CID=(PROGRAM=C:\Documents and Settings\Udi\Desktop\Udi DeskTop\FileHelpersTest.exe)(HOST=PILOY-3EC14114C)(USER=Udi))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.2.101)(PORT=3662)) * establish * 192.168.2.100 * 12514
TNS-12514: TNS:listener does not currently know of service requested in connect descriptor

when i connect on the computer which the server is installed on successfuly it looks like this:

19-AUG-2007 08:44:56 * (CONNECT_DATA=(SERVICE_NAME=XE)(CID=(PROGRAM=C:\Documents and Settings\Udi\My Documents\Visual Studio 2005\Projects\FileHelpersTest\FileHelpersTest\bin\Debug\FileHelpersTest.vshost.exe)(HOST=TEHUB3R-BCEDAD0)(USER=Udi))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.2.100)(PORT=1176)) * establish * XE * 0

i think when i connect on the remote computer i dont set the SID
but i didnt find any way of setting the SID , dont know if its possible at all,
Any help is more than welcome i was googling for 10 hours about this
alot of stuff about the error but nothing that made sense to my problem
thanks.





Net

AnswerRe: Oracle c# Question Pin
m@u18-Aug-07 23:30
m@u18-Aug-07 23:30 
GeneralRe: Oracle c# Question Pin
udikantz19-Aug-07 3:57
udikantz19-Aug-07 3:57 
GeneralRe: Oracle c# Question Pin
m@u19-Aug-07 4:05
m@u19-Aug-07 4:05 
GeneralRe: Oracle c# Question Pin
udikantz19-Aug-07 4:08
udikantz19-Aug-07 4:08 
GeneralRe: Oracle c# Question Pin
m@u19-Aug-07 4:16
m@u19-Aug-07 4:16 
GeneralRe: Oracle c# Question [modified] Pin
udikantz19-Aug-07 4:20
udikantz19-Aug-07 4:20 
GeneralRe: Oracle c# Question Pin
m@u19-Aug-07 4:44
m@u19-Aug-07 4:44 
GeneralRe: Oracle c# Question [modified] Pin
udikantz19-Aug-07 4:56
udikantz19-Aug-07 4:56 
QuestionDay of week Pin
justintimberlake18-Aug-07 19:33
justintimberlake18-Aug-07 19:33 
AnswerRe: Day of week Pin
Hessam Jalali18-Aug-07 20:23
Hessam Jalali18-Aug-07 20:23 
QuestionHow to close XP AutoPlay Dialog Pin
Barry Etter18-Aug-07 9:50
Barry Etter18-Aug-07 9:50 
AnswerRe: How to close XP AutoPlay Dialog Pin
Hessam Jalali18-Aug-07 19:59
Hessam Jalali18-Aug-07 19:59 
QuestionAdding a total column to datagrid control Pin
Muammar©18-Aug-07 9:27
Muammar©18-Aug-07 9:27 
AnswerRe: Adding a total column to datagrid control Pin
Not Active18-Aug-07 10:18
mentorNot Active18-Aug-07 10:18 
GeneralRe: Adding a total column to datagrid control Pin
Muammar©18-Aug-07 20:24
Muammar©18-Aug-07 20:24 
GeneralRe: Adding a total column to datagrid control Pin
Not Active19-Aug-07 4:57
mentorNot Active19-Aug-07 4:57 
AnswerRe: Adding a total column to datagrid control Pin
Urs Enzler19-Aug-07 0:53
Urs Enzler19-Aug-07 0:53 

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.