Skip to main content

Questions tagged [errors]

For questions about specific error codes or messages, including troubleshooting.

0 votes
1 answer
8 views

PieCloudDB upgrade failed

I am upgrading PieCloudDB Database from V2.8 to V2.14 according to the following steps on the administration guide: Use the command helm upgrade [RELEASE] [CHART] [FLAGS] to push the new version of ...
PDB's user avatar
  • 16
-2 votes
0 answers
72 views

Why would email alerts on severity 16 errors be desirable? [closed]

Errors for severities beyond 16 are standard. Such errors are signs of really serious problems. I've noticed that this script here includes alerts for severity 16. To my knowledge, severity 16 errors ...
J. Mini's user avatar
  • 545
-2 votes
0 answers
10 views

Wrong Documentation for Time Window CompactionStrategy | unsafe_aggressive_sstable_expiration

I was installing the unsafe_aggressive_sstable_expiration and found out that there is a mistake in the documentation. The documentation told us that we needed to enable in the jvm -Dcassandra....
Jon Corral's user avatar
0 votes
1 answer
29 views

Importing mysql file fails printing last line and I find ^@^@^@^@^@^@^@^@^@^ on that line

I am trying to import some relatively large databases, over 100 GB dump file. When I try to import the dump files with a command like: mysql -h localhost -u username -p dbname < backup.sql after ...
adrianTNT's user avatar
  • 194
0 votes
1 answer
28 views

Parallel access to LocalDb is not possible

I has a desktop program which uses MS sql LocalDb 2022. I realized when this program is running then SSMS 20.1 can not access the corresponding db. use DbName causes "Operating system error 32: ...
Istvan Heckl's user avatar
0 votes
1 answer
39 views

Simple SSIS package that is successful, but "fails"

We have an SSIS package that runs at midnight daily. It pulls data from Active Directory using ADSI query and pushes the data to a CRM. The only time it "fails" is on Sunday night. Here is ...
AKDiscer's user avatar
  • 1,385
0 votes
0 answers
52 views

Communication link error when Running a stored procedure that hits a a separate server via linked server

I’ve ran into an issue where we’re trying to execute a stored procedure from server A which fetches data in a variable from server B. The SP calls a linked server that exists on server A. However, ...
Joe Sequel 's user avatar
6 votes
1 answer
392 views

What does SQL Server's Error Log actually log?

If you have ever played around with the error_reported Extended Event, then it becomes very obvious that the SQL Server Error Log only logs a tiny fraction of the errors that are thrown by code ...
J. Mini's user avatar
  • 545
2 votes
1 answer
346 views

Could not locate statistics in the system catalogs error in SQL Server

I've been trying to access a table on our reporting server (secondary replica) from our warehouse server via a linked server. Everything was working smoothly until last week, but now it's throwing a &...
lifeisajourney's user avatar
2 votes
1 answer
37 views

Foreign Key Error in SQLite3 CREATE TABLE Command

Looking for fresh eyes on this, I'm running the command in sqlite3 interactive and can't see the problem. Here's the code: CREATE TABLE Personas( PersonID INTEGER NOT NULL PRIMARY KEY, ...
ifiht's user avatar
  • 123
4 votes
1 answer
91 views

What defines a "column" in a GROUP BY statement

A question came up about an error in a Stack Exchange Data Explorer query which I tried to diagnose. The error reads: Cannot resolve collation conflict between "SQL_Latin1_General_CP1_CI_AS"...
rene's user avatar
  • 190
3 votes
1 answer
340 views

What exact error messages do UMPPC*.DLL and SCRIPTCONTROL*.DLL cause SQL Server Agent when it fires SSIDB packages?

Microsoft's maintains a list of bad DLLS. This is one item on that list (emphasis mine) UMPPC*.DLL and SCRIPTCONTROL*.DLL These DLL files are loaded in to the address space of SQL Server related ...
J. Mini's user avatar
  • 545
0 votes
0 answers
10 views

Migrating a web site from shared cPanel to unmanaged Ubuntu 22.04 vps and not able to successfully import an sql file

I got an unmanaged VPS from Hostinger a week ago and am trying to host a few web sites on the server. I have to say here that I am quite new to Ubuntu 22.04 with FASTPANEL. I have migrated the files ...
mgl's user avatar
  • 1
0 votes
0 answers
102 views

Getting MySql Error 'aio read' returned OS error 0

MySql server goes down after running for couple of months. I can see below error in the MySQL error logs. 2024-02-12T14:15:58.414920Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' ...
thab's user avatar
  • 1
-3 votes
5 answers
266 views

When should I inspect the Error Log?

I've had a varied career, but I have never found relevant information in the SQL Server Error Log. Under what circumstances should I consider inspecting it?
J. Mini's user avatar
  • 545

15 30 50 per page
1
2 3 4 5
31