969 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for jamessmith22

I am a digital marketer passionate about helping brands grow their online presence and connect with the right audience. With a strong background in SEO, social media strategy, content creation, and paid advertising, I specialize in crafting data-driven campaigns that drive engagement, traffic, and conversions. From building brand awareness to …

0
4
Member Avatar for emart53

I have a MySQL table that lists delivery records (customerId, date, quantity, productId, cost). I have a requirement to log certain items from the delivery table into a separate table to track items being sent to quarantined areas. All quarantined products must have a serialized tag affixed for tracking with …

0
57
Member Avatar for mist4keclan

How to Update Database Datetime in This Format " dd MMM yyyy HH:mm:ss 'GMT' "With Vb.net Program I Searched a lot about how to Get The Time online and i found a solution You will found it in my Codes. > My Aim is to make a MemberShip DateTime , …

0
480
Member Avatar for sebastienrenaud

Hi, We want to make disappear the Outgoing Message Queues to be sure that our app wouldn't use them anymore. If Outgoing Message Queues are temporary, when does it disappear from compmgmt.msc when they are suspended and cleared, and the application only uses local message queues afterword? What is their …

0
232
Member Avatar for Steve Collins

Hey there, I’ve chosen my vps hosting provider, however now I have other question: which control panel to choose? I’ve been thinking between plesk and direct admin – maybe you have some experience or any advices? Don’t want to fail. Any comments are welcome.

0
157
Member Avatar for Susan Devan

I have a 2012R2 Server, it is currently on two GB NICs Teamed, one of the bespoke software is really old, more like a Btreive type flat DB and it is currently holding over 1 Million + records. We have 30 workstations, and while we know the software is either …

0
292
Member Avatar for dongtrien

I want to calculate the total conditional in the month but remove the records that are not the same month and not the same year, the condition that eliminates the view on the sql access because the result is true or false in the excel file http://www.mediafire.com/file/kq2mr2v6px1uxan/exercise.rar DOANHTHU2: Sum(IIf(Not IsNull([DONGIA]),[SOLUONG]*([DONGIA]/1000000),[SOLUONG]*([DONGIATT]/1000000))) …

0
336
Member Avatar for Max_20

I have a home lab I am trying to configure multiple subnets on and use Routing and Remote Access LAN Routing to get everything talking. I have two hosts w/ 5 physical NICS running Hyper-V. I have the NICS configured on each host so they each are in a different …

0
368
Member Avatar for Nadosh

hello, i have one table in sql server and i made a form to editing this table from. so when i click edit in the table .. it takes me to the editing form with the chosen id .. what i need is to show all other feildes in the …

0
225
Member Avatar for Aditya_18

Hi, I want to redirect my sub doamin blog.adityabevoor.com to a folder called blog. I need apache directives to edit .htaccess file. can you help me out please? Thanks

0
339
Member Avatar for Software_1

Our company is developing a large, database (MySQL) system on top of the Netbeans RCP. This is a Java Swing GUI based application. We want to take advantage of Rich Client Platform to develop the "Government Platform" and use its module project type to develop the "Government Modules", essentially Java …

0
387
Member Avatar for Muaz_1

Hi, I was asked by my lead engineer to configure and migrate current database to elasticsearch that he believe will overcome the slow query issues . We are using laravel 5.2 , and using Amazon Web Services : Amazon Elasticsearch Service . I already done a proof of concept on …

0
288
Member Avatar for Link_1

I am using VB User can select the date by the following code. and date is display in textbox. <asp:TextBox ID="dateTB" runat="server" /> <asp:ImageButton ID="ib" ImageUrl="/calendar.png" ImageAlign="Bottom" runat="server" /> <asp:CalendarExtender ID="Cal1" PopupButtonID="ib" runat="server" TargetControlID="dateTB" Format="MM/dd/yyyy"> </asp:CalendarExtender> after that I am storeing that data in SQL Server database. Problem: when user …

0
157
Member Avatar for محمود_9

I'm tring to do something called "Port Forwarding" using UPnP Com assemply in c# , the following code works fine and map new external ip and port number to my device , but it seems that the ip is not my correct external ip number , because it is different …

0
243
Member Avatar for lisandroivan
Member Avatar for Luiz_1

I activated the SPF on my mail server. To ensure that it is working, applying the test to send a standard email to the <code> check-auth@verifier.port25.com </ code>, it returns with the status "SoftFail". > SoftFail: "The sender's ADMD believes the client was not authorized to inject or relay mail …

0
125
Member Avatar for amit_4184

Hi I am desperatly struggling lot to configure SMTP using iis 6 on windows 2008 server . i am following same procedure as per below http://www.vsysad.com/2012/04/setup-and-configure-smtp-server-on-windows-server-2008-r2/ but unable to send any mails . can any one help me?

0
194
Member Avatar for Labdabeta

Hello, I am working on a moderately large web development system and have been charged with developing the server-side application for the web site. As a primarily local developer I have by far the most experience in C/C++. My favourite language is Ada, just to give you a sense of …

0
291
Member Avatar for cudawella

Hi I tried connecting to my database but I am getting this message The client was unable to establish a connection because of an error during connection initialization process before login. Possible causes include the following: the client tried to connect to an unsupported version of SQL Server; the server …

0
98
Member Avatar for clife

Hi, I am familiar with C and C++, but dont use sockets regularly.I am facing problem in clinet-server program. my purpose is : 1. First client sends some info to server. 2. Server should read info and inturn send some info to client 3. Client reads info and again sends …

0
177
Member Avatar for nunntb473

So I've always toyed around with C# code with the idea of gaming. Lately I've been dabbling in communication. Initially I tried sockets and TcpClient and that was hit and miss. So I decided to give pipes a go. Frankly I dont have much of a preference of one of …

0
227
Member Avatar for strRusty_gal

Hello, thanks for visiting this thread. I would like to download .GPG files from the web server and then decrypt it using kleopatra. I had imported the key in the kleopatra program. I managed to do the code where it will decrypt the .GPG file when the file is in …

0
125
Member Avatar for DustinS

I made client & server programs in C# based on this example code. c# client program: IPHostEntry ip = Dns.GetHostEntry(tbServer.Text);//"MyComputer-MSI" string addr = ip.AddressList[0].ToString(); TcpClient clientSocket = new TcpClient(addr, 1234); At the last line above, I got the message: An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in System.dll Additional information: …

0
111
Member Avatar for Xsmael

I am developing Client-Server application in C++ using Qt framework, but the clients can be android phones and computers(Qt client app) Now i'm having troubles to handle Reception of data on the server side; the server is not receiving data properly. First, I got things working nicely between the server(Qt …

0
383
Member Avatar for Eternal Newbie

I'm unable to add IIS Apppool\<pool_name> into Permission for both Components and Folders. When using Check Name: seems like there was no matching Apppool name. My system: IBM server - Windows Server 2003. Beside, I have no experience for Win 03, but have always success with Win 08 - Really …

0
175
Member Avatar for dlmagers

Hello, team. I operate a WordPress website as my portfolio. I am a Client/Server-Side Developer. I was wondering if there is a way that I can create a Tutorial page in my website to work just like a Blog page or a Portfolio page? Elaborating on the topic. For example, …

0
120
Member Avatar for dkoohmarey

My client and server below can be run in seperate terminals an can see each others connections, but always send only 0 bytes. Cannot figure out why. Both scripts are g++ compilable so you can see what I mean. Run ./server in one terminal and ./client 127.0.0.1 test in the …

0
154
Member Avatar for lukaskille

Hello, Can anyone help with the server plan offered by diggdigital http://diggdigital.com/windows-vps.html is good. The plans seems cheaper and the server location is in USA. Only concern to me is the speed.. I have read servers in USA are pretty slowy. Please suggest. Regards Lukas

-1
148
Member Avatar for gulzar.ahmed.39

I stuck in it...anybody know and have worked in it...i am unable to generate wsdl file of testing server

0
101
Member Avatar for DanyLiz1902

I'm trying to make two android applications connected with TCP protocol. Client has an imageView and when you push the button, it is supposed to send that image to the server and after server reads it, it is suppose to display the image. but I haven't been able to display …

0
130
Member Avatar for awahqn

Hi, I dont know if this is the right place to ask but I hope I find and answer to my question. I have two vps servers. One with the main domain name (example.com) and the other is serving mail.example.com. The example.com is serving the web server while the mail.example.com …

0
191
Member Avatar for krunal1986

Hello, I have my VB 6.0 Application and make a Exe and I hosted it on my windows server 2000 it gives me error 'Could not access network location \\mynetworkpath'. earlier when there was Datepicker control was used then also there was error coming but I had registered MSCOMCTL2.dll and …

0
224
Member Avatar for 68thorby68

Hi, Is a static server ip a requirement of openssl? Can I install openssl on a shared server? I know less than nothing about SSL. I'm staring my journey to implement openssl and use it in my php project but before I do I want to make sure I don't …

0
103
Member Avatar for coding101

Is it possible to parse an ethernet frame to extract an ssl server certificate to determine the common name issued to?...Im not too familair with ssl records.

0
133
Member Avatar for XodoX

I have a few questions. Server-client code with a (distributed) hash table. Give the peers their own port, own node-ID, predecessor and successor ( node-ID, IP and port of them). That's a snippet of it. port= argv[1]; ownNodeID = atoi(argv[2]); sucNodeID = atoi(argv[3]); sucIP = argv[4]; sucPort = argv[5]; preNodeID …

0
127
Member Avatar for leap_coder

Hi, In my localhost i'm getting the "500 Internal Server Error".It appears, if i add a htaccess to a website in localhost.It was started to happen recently.I enabled apache proxy module recently.After that only it satrted to happen.I don't know how to disable the proxy module.If anyone can tell me …

0
219
Member Avatar for XodoX

I want to create a simple stream socket server. I haven't found a website that explains it well. So how do I create a simple stream server ? One connection is fine.

0
106
Member Avatar for castajiz_2

Ok, I ve been struggling for the last two weeks to get my webservice working on somee.com. I managed that. Then my database corrupted but managed to get it migrated it to mysql before that and everything' s fine. Now the final problem that I have and just can't solve …

0
133
Member Avatar for Rizi004

Hello everyone I have preloaded the sounds in javascript array and then make audio object and pass the src from the array and this is working perfetly fine on local system but when we upload on server it says HTTP Error 404.3 - Not Found. How i can add Mime …

0
153
Member Avatar for riahc3

I want to prepare MySQL Server 5.6 for thousands/millions of inserts. Ive found this: •innodb_doublewrite = 0 •innodb_buffer_pool_size = 50%+ system memory •innodb_log_file_size = 512M •log-bin = 0 •innodb_support_xa = 0 •innodb_flush_log_at_trx_commit = 0 Is there anything else I can do? Thank you

0
92
Member Avatar for Venku Tur'Mukan

I've recently become interested in trying to adapt my Rock-Paper-Scissors game into a multiplayer-friendly program, so today I decided I'd look up a tutorial on servers. It seems I'm following it precisely (aside from using a different IDE). However, something is going wrong and I'm not sure exactly what it …

0
200
Member Avatar for priya gupta
Member Avatar for zooferic

I am getting followed error while first time get report on different server afterwards i refresh web page again report appearing properly.What can be cause? *System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host …

0
183
Member Avatar for iqlas

Hi Guys, I am planning to create one application that has 3 different Layers (clients) and each Layer has a same copy of an application and multiple users. any suggestions? Example : Application Client1 (has copy1 of application)(has n users) client2 (has copy2 of application)(has n users) client3 (has copy3 …

0
190
Member Avatar for dhatsah

Hi there, I am trying to create a simple client/server application. Very basic - Client connects to server, client sends message to server - server receives message and broadcasts to any other connected clients. As I say - it is supposed to be simple and for the purpose of self …

0
211
Member Avatar for digital_ice7

how do i make my windows phone app to wait for webclient to finish before continuing? # TextBlock.Text = originalFeed.Count.ToString(); # this part of the program should returned the total rss feed downloaded from the rss links but it is returning 0 instead eventho there are rss feeds. using Microsoft.Phone.Controls; …

0
166
Member Avatar for ugi.nagesh

Hi Team, Could any one help on setting the date formats We have the web application developed in c#. how to make sure that aplication should use the server regional settings like date formats etc.. irrespective of the client regional settings. Examole: if the server regional settings - date format …

0
101
Member Avatar for tehdream

i have a server and a client(run on the same machine, for testing purposes). this is basically, sorry for it, a help thread. but i've been searching, tracing, retracing, researching for days now to no avail(unlike other problems ive encountered while coding this, i just cant fix or solve this) …

0
203
Member Avatar for jjorgensen626

Hey guys, The company I work for is going through a Cross Forest Exchange (both Exch 2010) and AD migration (2003 to 2008 R2). Some users in the TARGET domain were receiving NDRs (Non Delivery Report) in Outlook when responding to old emails from users still located in the SOURCE …

0
270
Member Avatar for miss_crimson

What to do when connection is lost in a client-server system? Is it okay to automatically logout the user from the system when connection is lost?.. Do you have better idea than this? thanks...

0
64

The End.