В ходе формирования отчета с помощью утилиты GetSystemInfo6.2 появляется ошибка:
Problem signature:
Problem Event Name: BEX
Application Name: GetSystemInfo.exe
Application Version: 5.0.2.2
Application Timestamp: 5b069680
Fault Module Name: GetSystemInfo.exe
Fault Module Version: 5.0.2.2
Fault Module Timestamp: 5b069680
Exception Offset: 0038f88a
Exception Code: c0000409
Exception Data: 00000000
OS Version: 6.2.9200.2.0.0.272.7
Locale ID: 1049
Additional Information 1: 5196
Additional Information 2: 519680aac0781052ff15f94f08b23b8e
Additional Information 3: cd0e
Additional Information 4: cd0e4d9df218b99e1b1434c9eb383bc5
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=190175
If the online privacy statement is not available, please read our privacy statement offline:
C:Windowssystem32en-USerofflps.txt
Если нажать “Close” то отчет продолжает формироваться.

Если формировать отчет утилитой версии 5.0.2.2 то все ок, могу выложить оба отчета.
Отчет в целях безопасности можно выложить куда-нибудь в не общедоступное место?
Статья обновлена: 09 сентября 2022
ID: 15911
- Kaspersky Security Center 13.2 (версия 13.2.0.1511);
- Kaspersky Security Center 13.1 (версия 13.1.0.8324);
- Kaspersky Security Center 13 (версия 13.0.0.11247);
- Kaspersky Security Center 12 (версия 12.0.0.7734);
- Kaspersky Security Center 11 (версия 11.0.0.1131b).
Проблема
При подключении к Kaspersky Security Center вы можете столкнуться с ошибкой «Не удалось подключиться к Серверу администрирования по причине: «Не удалось установить соединение с удаленным устройством (местонахождение: ‘<адрес:порт>’): отказ в соединении.»».

Решение
- Запустите Event Viewer на проблемном компьютере.
- Перейдите в Applications and Services Logs → Kaspersky Event Log.

- Нажмите Filter Current Log, установите флажки напротив Critical, Warning и Error и нажмите ОК.

- Появится список проблем, в которых указана причина возникновения ошибки. В зависимости от проблемы, воспользуйтесь решением из таблицы ниже:
| Проблема | Описание проблемы и решение |
|---|---|
| Failed to start service «kladminserver». #1193 Administration Server service account was changed manually. Use klsrvswch utility to change Administration Server service account instead of manual modification. | Сообщение указывает на неправильное изменение служебной учетной записи Kaspersky Security Center. Измените учетную запись службы Сервера администрирования на правильную. Инструкция в справке. |
|
Сообщения указывают на неожиданное завершение работы сервера, проблемы с системой или средой. Чтобы исправить проблему:
|
| Service ‘kladminserver’ has been stopped due to an error. #1950 (1101) Generic db error: «1101 ‘Could not allocate a new page for database ‘KAV’ because of insufficient disk space in filegroup ‘PRIMARY’. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.{42000};’ LastStatement=’IF ([dbo].[upgd_if_index_exists](‘IX_nl_storage_items_calchash’) = 0) CREATE INDEX [IX_nl_storage_items_calchash] ON [dbo].[nl_storage_items] ([nListId], [nHostId], [bDeleted], [lItemHash]) ON [PRIMARY]»’. | Причиной сообщения является нехватка места на вашем SQL Server. Если у вас более 10 000 узлов или вы хотите сохранить каждое событие, в Kaspersky Security Center мы не советуем использовать версию SQL Express. |
| Database error occurred: #1950 (-2147467259) Generic db error: » ‘Login timeout expired{HYT00};’ LastStatement=’ADODB.Connection»’. | Сообщение указывает на то, что используемый SQL Server не соответствует системным требованиям. Удостоверьтесь, что используемый SQL Server соответствует системным требованиям. |
| Database error occurred: #1950 (701) Generic db error: «701 ‘There is insufficient system memory in resource pool ‘internal’ to run this query.{42000};’ LastStatement=’tsk_should_process_sync_events»’. | Если в качестве СУБД вы используете SQL Server 2019 и у вас нет накопительного исправления CU12 или выше, после установки Kaspersky Security Center подключитесь к SQL‑серверу с помощью SQL Management Studio. Инструкция в справке. |
Что делать, если решение не помогло
Если проблему не удалось устранить, отправьте запрос с подробным описанием ситуации в техническую поддержку «Лаборатории Касперского» через Kaspersky CompanyAccount. Перед обращением ознакомьтесь с информацией, необходимой для создания запроса, в разделе базы знаний.
- Remove From My Forums
-
Question
-
Step1: Opened Lightswtich
Step2: selcted DB and Table Through wizard.
Step 3: while Build the application getting the following error
Error 1 An error occurred while establishing a connection to SQL Server instance ‘(LocalDB)v11.0’.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
SQL Network Interfaces, error: 50 — Local Database Runtime error occurred. Cannot create an automatic instance. See the Windows Application event log for error details.
) C:Program Files (x86)MSBuildMicrosoftVisualStudioLightSwitchv2.0Microsoft.LightSwitch.targets 146 10 Testproj2Could you please recommend, what i have to solve this issue, i am very new to lightswitch.
Thank you.
-
Edited by
Monday, April 8, 2013 7:40 AM
-
Edited by
Answers
-
Hi,
LightSwitch used SQL Server 2012 Express LocalDB for tables created by LightSwitch. The error indicated that your SQL Server 2012 Express LocalDB is not working.
First thing to check is to make sure that you have Microsoft SQL Server 2012 Express LocalDB
installed on your machine (using Uninstall or change a program window). If not,
this article is a good introduction to it and how to install it.Second thing to check is to make sure the SQL Server (SQLEXPRESS) service is running (using Services window).
If there are issues with the service itself, either repair the instance or
this article has good trouble-shooting steps.Best regards,
Huy Nguyen-
Proposed as answer by
Angie Xu
Wednesday, April 24, 2013 7:32 AM -
Marked as answer by
Angie Xu
Tuesday, May 7, 2013 3:15 AM
-
Proposed as answer by
- Remove From My Forums
-
Question
-
Step1: Opened Lightswtich
Step2: selcted DB and Table Through wizard.
Step 3: while Build the application getting the following error
Error 1 An error occurred while establishing a connection to SQL Server instance ‘(LocalDB)v11.0’.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
SQL Network Interfaces, error: 50 — Local Database Runtime error occurred. Cannot create an automatic instance. See the Windows Application event log for error details.
) C:Program Files (x86)MSBuildMicrosoftVisualStudioLightSwitchv2.0Microsoft.LightSwitch.targets 146 10 Testproj2Could you please recommend, what i have to solve this issue, i am very new to lightswitch.
Thank you.
-
Edited by
Monday, April 8, 2013 7:40 AM
-
Edited by
Answers
-
Hi,
LightSwitch used SQL Server 2012 Express LocalDB for tables created by LightSwitch. The error indicated that your SQL Server 2012 Express LocalDB is not working.
First thing to check is to make sure that you have Microsoft SQL Server 2012 Express LocalDB
installed on your machine (using Uninstall or change a program window). If not,
this article is a good introduction to it and how to install it.Second thing to check is to make sure the SQL Server (SQLEXPRESS) service is running (using Services window).
If there are issues with the service itself, either repair the instance or
this article has good trouble-shooting steps.Best regards,
Huy Nguyen-
Proposed as answer by
Angie Xu
Wednesday, April 24, 2013 7:32 AM -
Marked as answer by
Angie Xu
Tuesday, May 7, 2013 3:15 AM
-
Proposed as answer by
To begin — there are 4 issues that could be causing the common LocalDb SqlExpress Sql Server connectivity errors SQL Network Interfaces, error: 50 - Local Database Runtime error occurred, before you begin you need to rename the v11 or v12 to (localdb)mssqllocaldb
Possible Issues
- You don’t have the services running
- You don’t have the firelwall ports here
configured - Your install has and issue/corrupt (the steps below help give you a nice clean start)
- You did not rename the V11 or 12 to mssqllocaldb
\ rename the conn string from v12.0 to MSSQLLocalDB -like so-> `<connectionStrings> <add name="ProductsContext" connectionString="Data Source= (localdb)mssqllocaldb; ...`
I found that the simplest is to do the below — I have attached the pics and steps for help.
First verify which instance you have installed, you can do this by checking the registry& by running cmd
1. `cmd> Sqllocaldb.exe i`
2. `cmd> Sqllocaldb.exe s "whicheverVersionYouWantFromListBefore"`
if this step fails, you can delete with option `d` cmd> Sqllocaldb.exe d "someDb"
3. `cmd> Sqllocaldb.exe c "createSomeNewDbIfyouWantDb"`
4. `cmd> Sqllocaldb.exe start "createSomeNewDbIfyouWantDb"`

ADVANCED Trouble Shooting
Registryconfigurations
Edit 1, from requests & comments: Here are the Registry path for all versions, in a generic format to track down the registry
Paths
// SQL SERVER RECENT VERSIONS
HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft SQL Server(instance-name)
// OLD SQL SERVER
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSSQLServer
HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSSQLServer
// SQL SERVER 6.0 and above.
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesMSDTC
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSQLExecutive
// SQL SERVER 7.0 and above
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSQLServerAgent
HKEY_LOCAL_MACHINESoftwareMicrosoftMicrosoft SQL Server 7
HKEY_LOCAL_MACHINESoftwareMicrosoftMSSQLServ65
Searching
SELECT registry_key, value_name, value_data
FROM sys.dm_server_registry
WHERE registry_key LIKE N'%SQLAgent%';
or Run this in SSMS Sql Management Studio, it will give a full list of all installs you have on the server
DECLARE @SQL VARCHAR(MAX)
SET @SQL = 'DECLARE @returnValue NVARCHAR(100)'
SELECT @SQL = @SQL + CHAR(13) + 'EXEC master.dbo.xp_regread
@rootkey = N''HKEY_LOCAL_MACHINE'',
@key = N''SOFTWAREMicrosoftMicrosoft SQL Server' + RegPath + 'MSSQLServer'',
@value_name = N''DefaultData'',
@value = @returnValue OUTPUT;
UPDATE #tempInstanceNames SET DefaultDataPath = @returnValue WHERE RegPath = ''' + RegPath + '''' + CHAR(13) FROM #tempInstanceNames
-- now, with these results, you can search the reg for the values inside reg
EXEC (@SQL)
SELECT InstanceName, RegPath, DefaultDataPath
FROM #tempInstanceNames
Trouble Shooting
Networkconfigurations
SELECT registry_key, value_name, value_data
FROM sys.dm_server_registry
WHERE registry_key LIKE N'%SuperSocketNetLib%';
- Remove From My Forums
SQL Network Interfaces, error: 50 — Local Database Runtime error occurred
-
Question
-
I installed the new version of SQL but I am still getting this same error :
//Server=myServerAddress;Database=myDataBase;Trusted_Connection=True;
//string temp = @"Data Source=MOXL0063TEW_SQLEXPRESS; Integrated Security = True"; string temp = @"Data Source=(LocalDB)v11.0;AttachDbFilename='C:App_DataWrestling.mdf';Integrated Security=True"; // string temp = @"Data Source=(LocalDB)MSSQLSERVER;AttachDbFilename='C:App_DataWrestling.mdf';Integrated Security=True";
but nothing is working… why?
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.)
I have a service that can pull data from a
(LocalDB)MSSQLLocalDBdatabase.
This works fine on my computer, but then I run the service on my AWS server and it does not work
| Номер ошибки: | Ошибка 7839 | |
| Название ошибки: | Errors occurred during the database transfer operation | |
| Описание ошибки: | Errors occurred during the database transfer operation.@@@1@@@1. | |
| Разработчик: | Microsoft Corporation | |
| Программное обеспечение: | Microsoft Access | |
| Относится к: | Windows XP, Vista, 7, 8, 10, 11 |
«Errors occurred during the database transfer operation» Введение
Это наиболее распространенное условие «Errors occurred during the database transfer operation», известное как ошибка времени выполнения (ошибка). Когда дело доходит до программного обеспечения, как Microsoft Access, инженеры могут использовать различные инструменты, чтобы попытаться сорвать эти ошибки как можно скорее. К сожалению, инженеры являются людьми и часто могут делать ошибки во время тестирования, отсутствует ошибка 7839.
Ошибка 7839 может столкнуться с пользователями Microsoft Access, если они регулярно используют программу, также рассматривается как «Errors occurred during the database transfer operation.@@@1@@@1.». Когда появится ошибка, пользователи компьютеров смогут уведомить разработчика о наличии ошибки 7839 через отчеты об ошибках. Команда программирования может использовать эту информацию для поиска и устранения проблемы (разработка обновления). Таким образом, в этих случаях разработчик выпустит обновление программы Microsoft Access, чтобы исправить отображаемое сообщение об ошибке (и другие сообщенные проблемы).
В чем причина ошибки 7839?
В первый раз, когда вы можете столкнуться с ошибкой среды выполнения Microsoft Access обычно с «Errors occurred during the database transfer operation» при запуске программы. Мы можем определить происхождение ошибок ошибки 7839 во время выполнения следующим образом:
Ошибка 7839 Crash — это типичная ошибка 7839 во время выполнения, которая полностью аварийно завершает работу компьютера. Когда Microsoft Access не может обеспечить достаточный вывод для данного ввода или действительно не знает, что выводить, он часто путает систему таким образом.
Утечка памяти «Errors occurred during the database transfer operation» — ошибка 7839 утечка памяти приводит к увеличению размера Microsoft Access и используемой мощности, что приводит к низкой эффективности систем. Потенциальным фактором ошибки является код Microsoft Corporation, так как ошибка предотвращает завершение программы.
Ошибка 7839 Logic Error — логическая ошибка возникает, когда компьютер генерирует неправильный вывод, даже если пользователь предоставляет правильный ввод. Это видно, когда исходный код Microsoft Corporation содержит недостаток в обработке данных.
Большинство ошибок Errors occurred during the database transfer operation являются результатом отсутствия или повреждения версии файла, установленного Microsoft Access. Для устранения неполадок, связанных с файлом Microsoft Corporation, большинство профессионалов ПК заменят файл на соответствующую версию. Мы также рекомендуем выполнить сканирование реестра, чтобы очистить все недействительные ссылки на Errors occurred during the database transfer operation, которые могут являться причиной ошибки.
Классические проблемы Errors occurred during the database transfer operation
Типичные ошибки Errors occurred during the database transfer operation, возникающие в Microsoft Access для Windows:
- «Ошибка приложения Errors occurred during the database transfer operation.»
- «Errors occurred during the database transfer operation не является приложением Win32.»
- «Errors occurred during the database transfer operation столкнулся с проблемой и закроется. «
- «Не удается найти Errors occurred during the database transfer operation»
- «Отсутствует файл Errors occurred during the database transfer operation.»
- «Ошибка запуска программы: Errors occurred during the database transfer operation.»
- «Errors occurred during the database transfer operation не работает. «
- «Errors occurred during the database transfer operation выйти. «
- «Неверный путь к приложению: Errors occurred during the database transfer operation.»
Ошибки Errors occurred during the database transfer operation EXE возникают во время установки Microsoft Access, при запуске приложений, связанных с Errors occurred during the database transfer operation (Microsoft Access), во время запуска или завершения работы или во время установки ОС Windows. Запись ошибок Errors occurred during the database transfer operation внутри Microsoft Access имеет решающее значение для обнаружения неисправностей электронной Windows и ретрансляции обратно в Microsoft Corporation для параметров ремонта.
Корень проблем Errors occurred during the database transfer operation
Заражение вредоносными программами, недопустимые записи реестра Microsoft Access или отсутствующие или поврежденные файлы Errors occurred during the database transfer operation могут создать эти ошибки Errors occurred during the database transfer operation.
В первую очередь, проблемы Errors occurred during the database transfer operation создаются:
- Недопустимая (поврежденная) запись реестра Errors occurred during the database transfer operation.
- Вирус или вредоносное ПО, которые повредили файл Errors occurred during the database transfer operation или связанные с Microsoft Access программные файлы.
- Другая программа злонамеренно или по ошибке удалила файлы, связанные с Errors occurred during the database transfer operation.
- Другая программа, конфликтующая с Errors occurred during the database transfer operation или другой общей ссылкой Microsoft Access.
- Поврежденная установка или загрузка Microsoft Access (Errors occurred during the database transfer operation).
Продукт Solvusoft
Загрузка
WinThruster 2022 — Проверьте свой компьютер на наличие ошибок.
Совместима с Windows 2000, XP, Vista, 7, 8, 10 и 11
Установить необязательные продукты — WinThruster (Solvusoft) | Лицензия | Политика защиты личных сведений | Условия | Удаление