5,682 Topics

Member Avatar for
Member Avatar for ksenthilbabu

Please Help me, We had a Software application Developed using VB6 with MSSQL SERVER2005 as Database(Remote) in [url]www.znetindia.com[/url] our web space provider , the application was working properly until they upgraded the Server configuration, Now we are not able to connect with the database using the normal OLEDB connection String …

Member Avatar for akhilesh12
0
2K
Member Avatar for fuchsia555

hi why is sometimes i get this message error during browsing my site ? but when i refresh it comes back , what causes this error ? Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. …

Member Avatar for phpbeginners
0
103
Member Avatar for cam875

I am having a problem with my code which handles whether or not the client has disconnected this is the run method for each thread. The code gives me an error, something about the nested catch block not ever happening or something. I didn't understand. Thanks for any help. I …

Member Avatar for mellowmike
0
97
Member Avatar for Taniotoshi

Hi all, feel good to be back! I am looking for a server side RSS aggregator (open-source) that would propose the most output options. I do not really care about client-side-wise features, as it will be modified to fit my needs. Ideally it would be based on a SQL like …

0
68
Member Avatar for Nogat21

Hello, i'm building a client-server application using sockets in C. I'm trying to send a structure through a socket, but the values after "deserialization" (the use of htonl-ntohl) come adulterated and i dont know why. Maybe you could help me? Here is the code: Server.c [code=c] #include <stdlib.h> #include <string.h> …

Member Avatar for gerard4143
0
207
Member Avatar for daveo1001

I work for masterclock. we sell network synced clocks and timing systems. One of our products is a "bell ringer." We currently control this ringer through a C++ program another one of our employees made. However, it only works on Windows systems, looks like crap, and is as confusing beyond …

Member Avatar for JRM
0
116
Member Avatar for leliana

hi..i'm new in java programing .. sorry but i don't know where i should write my question.. i have this program "FTP client " with 2 errors .."illegal start of expression " and "134 error "class ,interface ,or enum expected " i checked "{} ()"...can you help me plz?[CODE] import …

Member Avatar for majestic0110
0
153
Member Avatar for synxmax

Dear guys , recently i installed Backup Exec For Server From Symantec my server is windows 2008 enterprise sp1 Everything is done when i will create backup jobs to do backup from local server disk drives and folders BUT , When i want to backup specified client's folder or disk …

Member Avatar for synxmax
0
295
Member Avatar for mfadel

Hey all, I am new user here, thanks for all of your efforts, Network Description: We have a 4 floor building, We want to implement a network, The number of computers is about 22 PCs, expected to reach 28 , [B] We want to implement Exchange Server, Share Point server, …

Member Avatar for geoffairey
0
239
Member Avatar for lidyaMikhail

hello i have a python chat server (multi client) and i wanted to connect a java client to it but i have been searching alot about java-python connection and i got solutions like using APIs as YAML or SOAP but i just can't figure out which one or if there's …

0
53
Member Avatar for MktgRob

I am waiting on invite for Wave but the friend who is sending it over has already sent me an invite for Brizzly, a web-based client for Twitter and Facebook. I am going to start playing with it tomorrow but I was wondering if anyone had heard of it or …

Member Avatar for MktgRob
0
151
Member Avatar for Dmennite

First off I apologize for being a newbie to MySQL but one must learn somewhere... I am attempting to create a stored procedure that take input (primary key) and finds a field for that record and output to a variable... my code so far: [CODE]CREATE PROCEDURE sp_dealer_name( IN dealerID CHAR, …

Member Avatar for Dmennite
0
172
Member Avatar for johnyjj2

Hello! I found code of simple client - server application using TCP sockets, written in C#: [url]http://www.csharphelp.com/archives/archive127.html[/url] . It makes possible to send and receive text. What I'd like to do is to send audio from one application to the other, I don't have to have communication in the opposite …

Member Avatar for sknake
0
1K
Member Avatar for deven_a76

Hello friends, I am trying to use the Ajax control i.e. Scriptmanager, to get the data from the server asynchronously (without postback). For this as per the guidance given by MSDN, I have code in my system. I have used following psuedo code... [Code] <ScriptManager ID="..."> <ScriptService path="ABC.asmx"/> </ScriptManager> <script> …

Member Avatar for deven_a76
0
101
Member Avatar for muusa

i am trying to send a file using tcp on the local host itself but not sucessful. here iz the program tht i am trying to use. server side [code] [import java.lang.*; import java.io.File; import java.io.InputStream; import java.io.FileInputStream; import java.net.Socket; import java.net.ServerSocket; public class FileReceiver implements Runnable { private static …

0
75
Member Avatar for anishmohan

Hi, I need to export huge amount of data from ado.net datatable(which i get by db query) to excel. I tried the following way : 1. Create excel object with workbook/worksheet @ server side...and use memory stream to write whole document to client side. But this gave me "out of …

Member Avatar for Ramesh S
0
216
Member Avatar for nccsbim071

I have been developing a MySQL database backup and restore appliation in windows forms. This application crates a dump of a mysql database at remote location and imports everything from the dump file back into local mysql database. MySQL database is located at the server which hosts my php website. …

Member Avatar for nccsbim071
0
333
Member Avatar for kadir_ce

I want to develop a server-client application. Indeed i have a working IM(messenger) like program that clients can communicate via a local server using local ip and port. This application works well on my local computer however a remote computer can not reach my working server. I suppose clients use …

Member Avatar for kvprajapati
0
129
Member Avatar for newsguy

You might not think that a 12,000 square foot data center would be anything for the environmental lobby to get excited about, but this is no ordinary IT facility. The Green Data Center ([URL="http://syr.edu/greendatacenter/"]GDC[/URL]) has been built by Syracuse University in partnership with New York State and IBM in order …

Member Avatar for cwarn23
0
860
Member Avatar for shine_jose

Hi, I wish to save a text file to the client system.i had try ed in my desktop its working fine when i run from server its showing error this code i had given and each client system there is a folder name FCR. fs = new FileStream("d:/FCR/FCR" + strdt …

Member Avatar for Geekitygeek
-1
143
Member Avatar for samarudge

Hi, I know when passing vars to an AS3 movie you can use the query string like mymovie.swf?Var1=something&Var2=something_else but what about passing them via the URL? I know that YouTube does this, there embed SWFs are [url]http://www.youtube.com/v/[/url][COLOR="Red"]v3xYkyw86QM[/COLOR] with the red bit being the video URL. The server is Apache so …

Member Avatar for rajarajan2017
0
97
Member Avatar for rajdeep_7

I am developing web application using Dot Net framework 2.0 On client side i am creating HTML `elements(DIV,TextBox)` at runtime using Javascript. But i am not able to access them on server side using C#. How to access dyanamically added elements on server side? In some other function i can …

Member Avatar for kvprajapati
0
102
Member Avatar for ChelleATL

I am trying to deploy a report to the Reporting Services Server but keep running up against this error: [QUOTE]An error occurred during client rendering. An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'dataSource1'. (rsErrorOpeningConnection) Could not obtain information about Windows NT group/user …

0
147
Member Avatar for Deady

Hello Devs, Wondering about permissions-based web software to have a registered user (client) upload file to server host, perhaps for a fee, and have server host take file and store it. Is there a somewhat streamlined solution for this? I realize this can be achieved with sophisticated software such as …

0
40
Member Avatar for karthik.c

hi, im getting recv:bad address error in the server code when im receiving the data from the client.i tried passing the structure and an integer alone ,but for both i got the same error. for structures: client: [code=c++] struct Data { char data1[255]; char data2[255]; int val1; }; struct Data …

Member Avatar for programmersbook
0
3K
Member Avatar for poorquality

I'm currently trying to create a client program that sends location variables (x and y) to a server, which then passes it on to another client and vice versa so when one client moves the object, the other client see's the change immediately on screen. I think get and set …

Member Avatar for poorquality
0
138
Member Avatar for Techwriter10

It's been almost a year since I[URL="http://www.daniweb.com/news/story220028.html"] last interviewed [/URL] Joe 'Zonker' [URL="http://www.dissociatedpress.net/"]Brockmeier[/URL], who is the community manager at [URL="http://en.opensuse.org/OpenSUSE_11.2"]openSUSE[/URL]. I sent him several questions to answer by email. I was curious about the new version of openSUSE, 11.2, along with his increasing use of social media to promote it. …

0
612
Member Avatar for sueshi9

I have run avast in safe mode as well as spybot S&D and ccleaner. Avast found a virus "virtumonde" in system32 and the system restore registry and deleted it. Spybot also found it and deleted it. I have been unable to install malwarebytes. I downloaded it but installation fails. Here …

Member Avatar for sueshi9
0
171
Member Avatar for Ari5555

What is the latest recommended method for having multiple client desktop application pass information to a server application located across the internet? I am using c# and Vis studio 2008, and not sure if SOAP is appropriate or maybe SOAP has been superseded by WCF. Or maybe there are other …

Member Avatar for sknake
0
83
Member Avatar for saadikhan

Hello guys, I have a TCP Listener Server which listens to requests and replies them. It is working fine in a particular network. But what if i would need to make it available for everyone (my clients) over internet to connect to it and send receive messages/data? My current code …

Member Avatar for sknake
0
741
Member Avatar for newsguy

There is no doubt that the current server market environment is the worse it has ever been, but a new report from IDC suggests that the worse may be over as the market posts sequential quarterly revenue growth for the first time since 2008. The [URL="http://www.idctracker.com"]IDC EMEA Quarterly Server Tracker[/URL] …

0
604
Member Avatar for Mike Hawk

I am using FF 3.5.5 and it keeps opening new tabs and redirecting my google search results to random pages. Can someone please help? Mbam log: Malwarebytes' Anti-Malware 1.41 Database version: 3110 Windows 5.1.2600 Service Pack 3 11/30/2009 11:53:12 PM mbam-log-2009-11-30 (23-53-12).txt Scan type: Full Scan (C:\|) Objects scanned: 296789 …

Member Avatar for jholland1964
0
473
Member Avatar for abby524

Hi, I'm a newbie working with ASP.Net, attempting to create a feedback form in ASP.Net VB but I am getting the below error message. Not really sure how to create this query that its asking for. Please help...... Page.IsValid cannot be called before validation has taken place. It should be …

Member Avatar for pritaeas
0
266
Member Avatar for maunofett

Hi! Ugh, my computer's normally good, but for some reason it's spyware-riddled lately. I've been trying to fix this, but I think I need to call for support. It WAS more serious, where it was preventing stuff from opening and changed my wallpaper and stuff, but I seem to have …

Member Avatar for maunofett
0
230
Member Avatar for anurag143

Hello Friends, my name is Anurag.. am doing MSC(Comp. Science) I need a Project description mosty in JAVA(NETWORKING,Client/Server) Something which is of more developing technology from INDUSTRIAL POINT OF VIEW.. I would be very thankful..

Member Avatar for peter_budo
-1
364
Member Avatar for komyg

Hi, I am new to JBoss and I need to develop a scalable application that should function as a Web Service (in essence a message exchange service between servers and clients). Furthermore all of the requests and responses to and from this application should be inside a transaction. Reading through …

0
66
Member Avatar for abby524

Hi, I'm a newbie, having problems creating a feedback form that will be sent to me via email after the client fills it out, any help would be great! When I choose ctrl f5 to take a look and test, I'm getting the below error message: A page can have …

Member Avatar for abby524
0
3K
Member Avatar for SharpNovice

Hello, firstly I would like to thank you in advance for any assistance provided. I am new to software development and have designed several Client/Server applications over the last 12 months or so, I am currently working on a project that involves a user logging in to gain access to …

Member Avatar for privatevoid
0
681
Member Avatar for sueshi9

Please help! Avast detected a trojan called "Win32:Crypt-FOU[tri]" in a file called "fuhulila.dll"and I cannot delete or add to virus vault. Hijackthis log below: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:47:43 AM, on 12/1/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16915) Boot mode: …

Member Avatar for sueshi9
0
261
Member Avatar for smurfh

I am attempting to write a vb.net 2008 application that will allow me to send files from a server to a client based on a request. I am going to post the same console application code below. When i run the server and the client on the local machine, i …

Member Avatar for smurfh
0
344
Member Avatar for Seten

Hello, Lately because of a hotfix an application running on IIS server showed fatal errors and was disabled by IIS. I would like to do the diagnose of the problem. Do you know a site where can I get some useful how-to start or hints about the Microsoft IIS Diagnostics …

0
122
Member Avatar for AbsoluteCPP

[B]Description[/B] I want to have a video conference system. [LIST=1] [*]That is the client-server model. [*]The client can send audio/video/document(like ppt.doc.xls..)/application sharing/chat functions. [*]The client's window can receive 16 videos(from other clients). [*]The client can work on windows platform. [*]The server can work on windows or linux(it's better). [*]The video …

Member Avatar for AbsoluteCPP
0
119
Member Avatar for ausrasul

Hi, I've wrote a C++ program on windows (client-server) using gcc with following commands: [code] SOCKET(...) bind(..) select(..) recv(..) send(..) close(..) [/code] 1- If I want to convert the application to use SSL3, what should I change? I need a general overview to get me started. 2- If I want …

Member Avatar for programmersbook
0
260
Member Avatar for Shaikh Mohsin

Hello friends, As all we know that disk less client does not have any OS,i have done booting clients with single server in network,now i want to boot a client in a network in presence of 2 server for eg:-Windows server 2003 & Linux server,in this i am just booting …

Member Avatar for caperjack
0
98
Member Avatar for SecurExpert

Hi guys, I am running SuSE Linux Enterprise Server on my PC and have installed vmware. Now, may I ask this, is it possible for me to run my host computer as a mail server for my guest virtual machines on vmware?

Member Avatar for sknake
0
142
Member Avatar for Clawsy

Hi, I first convert the image on the server application in bytes: [code] //server public void sendImage(File file) throws IOException { ByteArrayOutputStream baos=new ByteArrayOutputStream(1000); BufferedImage img=ImageIO.read(new File(file.getAbsolutePath())); ImageIO.write(img, "jpg", baos); baos.flush(); os.write(baos.toByteArray());// this is a "new DataOutputStream(clientSocket.getOutputStream());" System.out.println("Done! Length is:"+baos.toByteArray().length); baos.close(); } [/code] Then my application freezes when trying to …

Member Avatar for Clawsy
0
223
Member Avatar for gitech

Hai Friends, Iam using swing application in my project with short cut keys to perform some action, it takes few seconds to process(retrieve data from server to client) ,when i press the shortcut key for three times means the action is performing thrice, i want to perform single action.is there …

Member Avatar for gangsta1903
0
92
Member Avatar for Clawsy

Hello, I'm working on a bluetooth chat application project called 'BlueChat'. I coded the server (BServer.java) and client (BClient.java) parts (2 separate threads). The visual part is called BlueChat.java and allowes the user to select to be the server or the client. I wrote a lot of System.out.println("")'s to check …

Member Avatar for Clawsy
0
270
Member Avatar for vkkreddy

Hi, I would like to capture the image using WebCam and store it in database. I am using ASP.NET 3.5, C#, Visual Studio 2008, SQL Server 2008, Windows Vista Business (O.S), IIS 7.0 and IE 7.0. I want to integrate WebCam functionality in my Web Application. My requirement is, the …

Member Avatar for sathishkumar.j
0
567
Member Avatar for Clawsy

Hello, I'm trying to develop a chat application [I]over internet[/I]. First I want to send just strings... later files. I want to have a client that is a java applet that connects to the server - a java desktop application. I waould like to send files later over applet and …

Member Avatar for adams161
0
235

The End.