Ошибка инициализации borland database engine ошибка 2108

Цитата
Сообщение от Hovercat
Посмотреть сообщение

а вы не могли бы перечислить эти библиотеки?и где их искать?и куда их потом совать на другом компе?

Эти библиотеки находятся С:Program Files->Common Files->Borland Shared->BDE

Названия библиотек: BANTAM.DLL, BLW32.DLL, IDAPI32.DLL, IDASCI32.DLL, IDBAT32.DLL, IDDAO32.DLL, IDDBAS32.DLL, IDDR32.DLL, IDODBC32.DLL, IDPDX32.DLL, IDPROV32.DLL, IDQBE32.DLL, IDQBE32.DLL, IDR20009.DLL, IDSQL32.DLL, SQLDB232.DLL, SQLINF32.DLL, SQLINT32.DLL, SQLMSS32.DLL, SQLORA32.DLL, SQLSSC32.DLL, SQLSYB32.DLL.

Валяются они у меня в папке с прогой. Может это и неправильно так делать, но всё же работает пока на всех компах.

This particular error, “An error occurred while attempting to initialize the Borland Database Engine (error $2108)”, sometimes occurs when you have a particular TradeSoft product open and are trying to open a different product at the same time.  This is due to how your Windows is managing its BDE stuff inside the OS. Windows randomizes memory when loading DLLs in an attempt to thwart viruses and other nefarious attacks.  Unfortunately, it may impact other programs and in this case, it has affected a program we use known as the BDE.  As part of our installs, we include a 3rd party application that is part of our database access functions.  It’s called BDE (Borland Database Engine).  To permanently fix this so that you can have either program open in any order, please make sure to close all TradeSoft programs on this PC first.

The administrator program should be in Control panel.

Launch this application on your PC.

Check out the screen shot below.  We want you to make some similar changes.  Click the configuration tab and click the INIT node under System.

Please enter ==>      3BDE             into the SHAREDMEMLOCATION parameter

Please enter ==>      4096             into the SHAREDMEMSIZE parameter

Make sure you save these changes.  When you close the admin window it will ask you if you want to save the changes.  Say yes.  To make sure you indeed changed the updates, open up the BDE and make sure you see the changed values.

Then, reboot your PC. That should fix it for you.

Currently we offer hybrid cloud app versions of ProjectPAK, ShopPAK, and Scoreboard.

No. Customers will continue hosting their shared database on premise and use their existing desktop client apps, but for employees that work from home or occasionally travel to job sites, the cloud option enables them to access and update the database from anywhere.

First-Time Subscribers : We request that you reach out to Support before obtaining any cloud app subscriptions. Minor preparation must occur in order to establish your cloud applications.

Additional Subscribers : For customers already subscribed to a particular cloud app but would like to purchase additional seat subscriptions, this is an automated process and is handled under each user’s website account menu. Please refer to the Onboarding Guide for further details or contact Support .

We offer both monthly & annual subscriptions. Customers will receive a 10% discount for annual subscriptions.

Subscriptions are based per account. We offer group-based subscriptions for companies that prefer to purchase X number of seats upfront for a particular cloud app and have one user in charge of managing these subscriptions (seat authorizations & payments).  For customers who are interested in group-based subscriptions, please contact Support for further details.

Monthly/Annual subscriptions cover user access to the cloud app, technical support, and applicable software updates. Cloud app seats do not add to your annual maintenance contract costs for your on premise software.

  • Static external IP address. Please pass the address details along to Technical Support at your earliest convenience. This information is required to begin your cloud app configuration.
  • On premise adjustments to allow incoming & outgoing connections to the cloud app. This usually entails adjusting firewall settings on your server and establishing the appropriate port forwarding rules within your network router.
  • Configuring the additional encryption layer that both on premise and cloud apps will use to communicate with the database. When you are ready to proceed with this last step, please contact Technical Support and they will assist further with this portion or provide the appropriate details to your IT personnel.

This is all covered in further detail within our Onboarding Guide. Please contact Support if you have any questions or when you are ready to proceed with obtaining cloud app access.

No, existing customers can subscribe to and use any of the cloud applications; i.e. ProjectPAK-only customer is interested in signing up for ShopPAK cloud app. Please contact Support to learn more.

Yes, you will receive email notifications for both upcoming subscription expirations and auto-renewals (if you chose that option). Subscriptions can still be renewed once expired.

Subscription payments are handled through PayPal. You can choose to pay directly with a debit or credit card, or through your PayPal account. The latter offers additional payment methods within an established account, such as a linked checking account for example.

Создал приложение работающее с DBF. Запускаю на др. компьютере, где нет С++Вuilder, ругается:
«An error occorred while attempting to initialize the Borland Database Engine (error $2108)». и все… Что делать?
Заранее благодарен.

7 ответов

310

17 ноября 2004 года

fellow

853 / / 17.03.2003

Мне кажется, что сообщение «An error occгrred while attempting to initialize the Borland Database Engine (error $21008 )» вполне информативно и говорит само за себя.

Как вариант решения проблемы: установи на целевую машину Borland Database Engine.

9.0K

17 ноября 2004 года

anton515

3 / / 17.11.2004

Цитата:

Originally posted by fellow

Как вариант решения проблемы: установи на целевую машину Borland Database Engine.

Этот вариант отпадает, т.к. пользователей много, и ставить на каждого BDE не хочется да и не приветствуется.

310

17 ноября 2004 года

fellow

853 / / 17.03.2003

Цитата:

Originally posted by anton515
Этот вариант отпадает, т.к. пользователей много, и ставить на каждого BDE не хочется да и не приветствуется.

Тогда сделай программу без BDE

2.3K

17 ноября 2004 года

ART-CODE

134 / / 15.11.2004

Тогда сделай программу без BDE [/QUOTE]

На каждом компе уже есть
MS Access — прекрасно выполняет SQL , создаешь в нем нужные таблицы
(«BigMoney.mdb») и коннeктишься к ним через ADOQuery
используя строку подключения
типа такой:
//————-
Microsoft.Jet.OLEDB.4.0;Data
Source=E:BigMoneyBigMoney.mdb;Mode=ReadWrite;Persist Security Info=False
//—————————————
если уж BDE справляется то и MS Access — сможет.

А программа весит больше полуметра? Может ты просто забыл отключить динамические библиотеки & stuff?

9.0K

18 ноября 2004 года

anton515

3 / / 17.11.2004

Цитата:

Originally posted by lord Kelvin
Может ты просто забыл отключить динамические библиотеки & stuff?

Галочки убрал сразу.

2all: А как из установочных двух дисков выдернуть одну инсталяцию DBE?

310

18 ноября 2004 года

fellow

853 / / 17.03.2003

Может быть, стоит воспользоваться InstallShield Express для создания инсталлятора своей программы. При этом, конечно же, указать, что программа будет использовать BDE. Тогда InstallShield сам найдёт и наскирдует все нужные модули и библиотеки.

In my Delphi 3 application, I have TDBGrid, TDatabase and TDataSource components.  When I compile the project to an EXE, and then give the EXE to a friend to use on their own PC, they get the following error when they launch the program:

An error occured while attempting to initialize the Borland Database Engine (Error $2108)

I realize that the problem is that the BDE engine is not installed on my friend’s PC.  That’s not really a big problem, since the table/database is not the main focus of the program, and only serves a minor function.  He won’t miss much if the table is not available.

However, it is a bit annoying for him that this error appears every time he launches the program.

My question…  How can I prevent (exception trap) this error message so that the error message does not appear?  And ‘no’, I don’t want an Expert to reply, «Install the BDE engine!»

Assuming I don’t install the BDE engine for my friend, how can I prevent the error from appearing?  Is there any way to keep the error from appearing withOUT installing BDE on his PC?

If so, how?

Thanks.

  • ZuluGIS
  • ZuluServer
  • ZuluGIS Mobile
  • ZuluGIS Online
  • ZuluXTools
  • ZuluThermo
  • Энергосбыт
  • Источник
  • ZuluHydro
  • ZuluDrain
  • Водопотребление
  • ZuluOPC
  • ZuluSteam
  • ZuluGaz
  • ZuluNetTools
  • Главная
  • Форум
  • ZuluGIS и ZuluServer
  • ZuluGIS. Общие вопросы
  • Ошибка доступа к данным
 

moris

Пользователь

Сообщений: 7
Регистрация: 12.12.2010

Помогите пожалуйста. Карта была успешно соднана и нормально работала. Но через некоторое время при вызове базы данных слоя или информации по объекту выскакивает ошибка: «Ошибка доступа к данным. An error occurred while attempting to initialize the Borland Database Engine (error $2108)»
С чем это может быть связано и как исправить? Заранее спасибо.

 

Dmitry

Администратор

Сообщений: 814
Баллов: 10
Регистрация: 30.09.2010

Задавая вопросы по программе пишите номер версии из раздела СправкаО программе

Здравствуйте, если до этого всё нормально работало, то здесь может быть 2 варианта:

1)В Borland Database Engine (BDE) есть ошибка, когда она не правильно определяет количество свободного места на диске С, если оно кратно 2 или 4 Gb.
Эту ошибку можно обойти создав на диск С достаточно большой файл, несколько сотен Mb.

2) В системной временной папке может быть создано очень много директорий. Необходимо почистить папку для временных файлов.

 

moris

Пользователь

Сообщений: 7
Регистрация: 12.12.2010

Это не помогает. Может можно ещё что-нибудь сделать. Очень нужно восстановить бузу.

 

Dmitry

Администратор

Сообщений: 814
Баллов: 10
Регистрация: 30.09.2010

Задавая вопросы по программе пишите номер версии из раздела СправкаО программе

Сообщите пожалуйста:
-После каких Ваших действий появилась эта проблема;
-Какая на Вашем компьютере установлена операционная система.

 

moris

Пользователь

Сообщений: 7
Регистрация: 12.12.2010

-в том-то и дело что никаких действий не было, просто программа недели 2 не использовалась, а сейчас не работает, даже в примерх база не открывается
-windows XP

 

Dmitry

Администратор

Сообщений: 814
Баллов: 10
Регистрация: 30.09.2010

Задавая вопросы по программе пишите номер версии из раздела СправкаО программе

Под каким пользователем осуществлен вход в систему?

 

moris

Пользователь

Сообщений: 7
Регистрация: 12.12.2010

пользователь один, под ним осуществлён вход

 

Dmitry

Администратор

Сообщений: 814
Баллов: 10
Регистрация: 30.09.2010

Задавая вопросы по программе пишите номер версии из раздела СправкаО программе

Позвоните нам, будем разбираться. Всё должно работать.
(812)767-0352, 767-0353, 766-6728

 

moris

Пользователь

Сообщений: 7
Регистрация: 12.12.2010

и ещё один вопрос, но из другой одласти, что значит сеть водоснабжения не связана и как проверить разрывы на сети

 

moris

Пользователь

Сообщений: 7
Регистрация: 12.12.2010

а каким образом связать все участки сети в одну?

 

moris

Пользователь

Сообщений: 7
Регистрация: 12.12.2010

у меня при поиске связанных показывает только один участок, которые идёт непосредственно от источника, а что нужно сделать, чтобы все ответвления были связаны с источиком?

 

Dmitry

Администратор

Сообщений: 814
Баллов: 10
Регистрация: 30.09.2010

Задавая вопросы по программе пишите номер версии из раздела СправкаО программе

Вам нужно с помощью инструментов редактирования правильно связать сеть.

 

Добрый вечер! Подскажите как решить проблему, скачиваю Демо-версию программы с Вашего официального сайта, устанавливаю и при создании сети в Zulu Thermo выскакивает ошибка: «Ошибка доступа к данным. An error occurred while attempting to initialize the Borland Database Engine (error $2108)/

С уважением, Олег.

 

Алексей Аширов

Администратор

Сообщений: 3300
Регистрация: 23.11.2020

#16

21.03.2019 21:54:57

Добрый вечер! Вы при создании сети наверно выбрали для хранения таблиц Paradox. Формат устаревший, не поддерживает Unicode. Работает с BDE, который не устанавливается с 8-й версией сразу. BDE можно установить (

https://politerm.com/articles/tips/bdevista/?sphrase_id=41433]https://politerm.com/articles/tips/bde…

[ )
Но лучше выбрать для хранения таблиц SQlite

  • Ошибка инициализации borderlands 2 ru steam
  • Ошибка инициализации bde домашняя бухгалтерия windows 10
  • Ошибка инициализации aspi scdwriter
  • Ошибка инициализации apple mobile device support ifunbox
  • Ошибка инициализации 3d акселератора или графической карты nhl 09