1,125 Topics
| |
Hi All, I have a dedicated server with a company with poor technical support. Can anyone suggest a server company? Thanks, Jim | |
I have 3 okta apps setup. Okta app for backend Okta spa app Okta web app The Okta spa app is able to use the access token it got and pass to Okta app for backend and the token is validated. However, the Okta web app access token when passed … | |
Hello. I am looking for a fast and reliable protocol for streaming big amount of small text data in real time (text strings might be between **20** and maybe **500** bytes long). I do not care about order and when they arrive, i care just to get them to my … | |
Hello all I've been using it for years SQL SERVER 2014 Standard and language VB6 programming, but only this time get the following error: Run-time error '-2147467259 (80004005)': [DBNETLIB][ConnectionWrite (WrapperWrite().]General network error Has any of you guys ever experienced this?? what is this caused by?? thanks for the enlightenment Regards, | |
Hi, I have a Hostgator VPS and when I try to log into cPanel, I get an "Internal Server Error 500". The problem is likely due to a recent server migration. I get this error with cpanel.domain.com and domain.com:2083 I get this error on all the accounts on the VPS. … | |
I am building a ipv4/ipv6 geo ip **MongoDB** database and i will have millions (100+) of ips Structure will of the database will be [ { _id: 58fdbf5c0ef8a50b4cdd9a8e , ip: '34.53.63.25', ip_hex: '0x22353f19' , type: "ipv4", data : [ { country : "CA", region : "region1" city : "city1", blacklisted … | |
I've seen multiple write-ups and videos on how super-easy it is to install and configure JellyFin Media Server. My experience has been the opposite. It has a lot of really nice features, one of which is the automatic fetching of meta data. It's so nice, in fact, that I thought … | |
I was trying to upload files onto the Anaplan platform using the REST API.So there was a note mentioned on the Anaplan. To upload a file using the API that file must exist in Anaplan. If the file has not been previously uploaded, you must upload it initially using the … | |
Is there a limitation on how many schemas and security objects you can have in one Snowflake database and will there be performance degradation with thousands of these objects? Will splitting the data into multiple snowflake databases help performance? | |
As I'm curious to know a instant messaging software for Government collaborations. When I was browsing for a knid of that software I found Troop Messenger though it's not a government app but it's providing messaging services for different platforms like political campaign software, chat api, on-premise and many more. … | |
Do you think blockchain will replace the traditional database | |
Hi, Can anyone tell me the difference between Linux and Window hosting. | |
I'm utilizing phpMyAdmin to deal with my information bases, I have 2 tasks that utilization 2 diverse data set the first uses 'root'@'localhost' and the second is 'root'@'127.0.0.1' I don't have the foggiest idea how I wound up utilizing 2 distinctive worker however it was working fine until I attempted … | |
Hi, I'm curious on how and which tools are used to develop an 8 ball pool game. The one I'm referring to is that you play online with strangers, and friends for coins and tournaments. Can anyone point me to the right direction. This will be my first attempt in … | |
How to Offline to Online Database Synchronization - PHP/MySQL | |
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 … | |
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 , … | |
Dear sir, Please help me about below query. here is two table sale and purchase. i want product wise result in output table like below picture. please help me ![22222.jpg](/attachments/large/4/f8a1f4cfc8eaaad4bde70a850826b310.jpg) | |
Hey guys, I recently started work on Minepress again, I'm having some problems however. I am trying to make a plugin which detects the ip of a minecraft server and results in printing out if its online or not here is display on my site: http://img545.imageshack.us/img545/4404/beaa1f33dce74c6dbee14e6.png as you can see … | |
I'm using phpMyAdmin to manage my databases, I have 2 projects that use 2 different database the first one uses 'root'@'localhost' and the 2nd is 'root'@'127.0.0.1' I don't know how i ended up using 2 different server but it was working fine until i tried to edit codes with the … | |
I want to know about Microsoft Windows Server 2016 Support. Can Anyone Please tell me about this? | |
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 … | |
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. | |
So, I made a simple server-client chat program, but I have a problem: if the server tries to message the client, the server lags or freezes a bit, same with the client. is there something that I do wrong? import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.net.ServerSocket; import java.net.Socket; import … | |
private void OnCaptured(CaptureResult captureResult) { try { // Check capture quality and throw an error if bad. if (!_sender.CheckCaptureResult(captureResult)) return; count++; DataResult<Fmd> resultConversion = FeatureExtraction.CreateFmdFromFid(captureResult.Data, Constants.Formats.Fmd.ANSI); SendMessage(Action.SendMessage, "A finger was captured. \r\nCount: " + (count)); if (resultConversion.ResultCode != Constants.ResultCode.DP_SUCCESS) { _sender.Reset = true; throw new Exception(resultConversion.ResultCode.ToString()); } preenrollmentFmds.Add(resultConversion.Data); if (count … | |
Hi DaniWeb People. I am not really a network guy so please excuse me if this is a silly question. I want to find out if it is possible for me to set up one server that allows me to create various user profiles and let employees log into the … | |
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 … | |
Hi, How can i make query for this: Table1 Column1 Column2 LS11111 0 LS22222 100 LS33333 10 LS44444 0 LS55555 25 Table2 Column1 Column3 LS11111 100 LS22222 80 LS33333 25 Result i need is Column1 Column2 LS11111 100 LS22222 100 LS33333 25 LS44444 0 LS55555 25 Column1 is same on … | |
Demonstrates using .NET Remoting to broadcast to client subscribers. There are three parts: 1) Server.cs - for console app responsible for broadcasting messages (date/time stamp currently) 2) Client.cs - for console app that registers with server to subscribe to broadcasts 3) Agent.cs - class library that facilitates/eposes the interfaces for … |
The End.